search for: trusty1

Displaying 7 results from an estimated 7 matches for "trusty1".

Did you mean: trusty
2015 Dec 30
2
Substitute instruction with a jump to a library code
..."false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } !llvm.ident = !{!0} !0 = metadata !{metadata !"Ubuntu clang version 3.4.0-2ubuntu1~trusty1 (tags/RELEASE_340/final) (based on LLVM 3.4.0)"} And here is what I see in MSP430 .text .syntax unified .cpu msp430 .eabi_attribute 6, 1 @ Tag_CPU_arch .eabi_attribute 8, 1 @ Tag_ARM_ISA_use .eabi_attribute 20, 1 @ Tag_ABI_FP_denormal .eabi_attribute 21, 1 @ Tag_ABI_FP_exceptions .eabi_attr...
2018 Feb 03
2
broken dependencies on 2cd4u
As of a few days I'm seeing this error on travis: The following packages have unmet dependencies: libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1) but it is not going to be installed Which is caused by: The following packages have unmet dependencies: liblept5 : Depends: libopenjp2-7 (>= 2.0.0) but it is not installable This is caused by the recent update libleptonica on c2d4u. I guess this new version also requires a backport of libop...
2016 Nov 25
3
Translation of custom attribute (defined for variables) from clang to llvm
..."false" > "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" > "use-soft-float"="false" } > attributes #1 = { nounwind } > > !llvm.ident = !{!0} > > !0 = !{!"Ubuntu clang version 3.6.0-2ubuntu1~trusty1 > (tags/RELEASE_360/final) (based on LLVM 3.6.0)"} > > On Fri, Nov 25, 2016 at 12:52 PM, Naveed Ul Mustafa via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > >> Hi All, >> >> I need your guidance about a custom attribute. I have defined one >>...
2018 Feb 03
0
broken dependencies on 2cd4u
On 02/03/2018 06:50 AM, Jeroen Ooms wrote: > As of a few days I'm seeing this error on travis: > > The following packages have unmet dependencies: > libleptonica-dev : Depends: liblept5 (= 1.74.4-1+nmu1ppa1~trusty1) > but it is not going to be installed > > Which is caused by: > > The following packages have unmet dependencies: > liblept5 : Depends: libopenjp2-7 (>= 2.0.0) but it is not installable > > This is caused by the recent update libleptonica on c2d4u. I guess > this...
2016 Nov 25
2
Translation of custom attribute (defined for variables) from clang to llvm
Hi All, I need your guidance about a custom attribute. I have defined one for variables. It is accepted in the source code (without any warnings from clang), for example in following snippet. #define NEWATTR __attribute__((moviAttr(1))) int main() { NEWATTR volatile unsigned int a = 5; volatile unsigned int *p; p = &a; return (a+*p); } and actually when I Dump the declaration, after
2016 Apr 26
0
Nonfunctional linux/CIFS mounts after update (ADS / windows DC auth)
I think I'm having the exact same issue using sssd. All symptoms described by Patrick exists in my system except for the .com thing. I haven't tried it yet. Using ubuntu 14.04.4 LTS, samba 4.3.8-Ubuntu, sssd 1.12.5-1~trusty1 -JGC > > -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Glomski, > Patrick > Sent: Tuesday, April 26, 2016 9:07 AM > To: samba at lists.samba.org > Cc: David Robinson > Subject: [Samba] Nonfunctional linux/CIFS mounts after...
2016 Nov 28
2
Translation of custom attribute (defined for variables) from clang to llvm
...size"="8" "unsafe-fp-math"="false" >> > "use-soft-float"="false" } >> > attributes #1 = { nounwind } >> > >> > !llvm.ident = !{!0} >> > >> > !0 = !{!"Ubuntu clang version 3.6.0-2ubuntu1~trusty1 >> > (tags/RELEASE_360/final) (based on LLVM 3.6.0)"} >> > >> > On Fri, Nov 25, 2016 at 12:52 PM, Naveed Ul Mustafa via llvm-dev >> > <llvm-dev at lists.llvm.org> wrote: >> > >> >> Hi All, >> >> >> >> I need...