search for: 19ubuntu1

Displaying 20 results from an estimated 52 matches for "19ubuntu1".

2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
...ed{a} zlib1g-dev{a} > 0 packages upgraded, 45 newly installed, 0 to remove and 0 not > upgraded. > Need to get 47.8 MB of archives. After unpacking 105 MB will be used. > The following packages have unmet dependencies: > gfortran-4.8 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but > 4.8.4-2ubuntu1~14.04.1 is installed. > Depends: gcc-4.8 (= 4.8.2-19ubuntu1) but > 4.8.4-2ubuntu1~14.04.1 is installed. > libgfortran3 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but > 4.8.4-2ubuntu1~14.04.1 is installed. > libgfo...
2015 Dec 23
2
gcc 4.8 has trouble to build r256337
Sanjoy's latest patch uses C++11 feature. my gcc has trouble to deal with it. is it intentional, llvm just drop support of gcc 4.8.2? $ gcc --version gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 Copyright (C) 2013 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
On 23 March 2016 at 11:38, Barnet Wagman wrote: | It's a Dell XPS 13. | | Obviously I don't understand what's in libcmanager0. I wonder if I can | safely replace it. I'm a bit uneasy about replacing things Dell | installed. I gather there are some specialized drivers for the monitor | on this system. i) Apply common sense ii) If that fails do 'apt-cache show
2015 Dec 01
2
Expected behavior of __builtin_return_address() with inlining?
...ead of the instruction address of the call to foo(). I compiled with GCC 4.8.2 and Clang 3.8.0, and I got the following result: # clang 3.8.0 trunk 253253 # clang -S -O2 test.c foo: movq (%rsp), %rax retq foobar: movq (%rsp), %rax retq # end assembly # GCC 4.8.2-19ubuntu1 # gcc -S -O2 test.c foo: movq (%rsp), %rax ret bar: movq (%rsp), %rax ret foobar: movq (%rsp), %rax ret # end assembly So with both compilers, an inlined __builtin_return_address(0) seems to produce the return address of the function containing the callsi...
2014 Nov 18
2
[LLVMdev] Test failure
...VM/llvm/test/MC/R600/sopp.s -- Exit Code: 2 Command Output (stderr): -- /home/csabaraduly/workspace/LLVM/build/Release+Asserts/bin/llvm-mc: error: this target does not support assembly parsing. FileCheck error: '-' is empty. -- This is on Ubuntu 14.04 LTS with its g++ 4.8.2 (Ubuntu 4.8.2-19ubuntu1) Csaba -- GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++ The Tao of math: The numbers you can count are not the real numbers. Life is complex, with real and imaginary parts. "Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds "People dis...
2014 Jul 31
2
[LLVMdev] For alias analysis, It's gcc too aggressive or LLVM need to improve?
...i; for (i =0; i< 2; i++) { printf("i is %d, aa is %d\n", i, aa); ptr[i]->index = 0; } return 0; } $gcc test.c -O0 $./a.out i is 0, aa is 1 i is 1, aa is 0 $gcc test.c -O2 $./a.out i is 0, aa is 1 i is 1, aa is 1 The version of gcc I tried this is 4.8.2 (Ubuntu 4.8.2-19ubuntu1). On Clang side, it always give the expected result(as the result of gcc -O0) no matter with the optimization level. But it also lose the opportunity to localize variable aa and introduced extra load instruction inside loop because LLVM alias analysis think aa are not independent with the value pt...
2015 Mar 02
2
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...6_64 > xen_scheduler : credit > xen_pagesize : 4096 > platform_params : virt_start=0xffff800000000000 > xen_changeset : Mon Jan 12 11:30:05 2015 -0500 git:a8ac229 > xen_commandline : placeholder > cc_compiler : gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 > cc_compile_by : root > cc_compile_domain : cisco.com <http://cisco.com> > cc_compile_date : Thu Feb 19 07:26:00 EST 2015 > xend_config_format : 4 > root@<server>:~# > > After consulting with xen-users mailer, I was given this respo...
2014 May 17
1
Error when compiling FFmpeg with speex-git.
On Fri, May 16, 2014 at 06:24:48PM -0400, Tristan Matthews wrote: > Hi, > > On Fri, May 16, 2014 at 1:58 PM, batguano999 <batguano999 at zoho.com> wrote: > > > > > Hi > > With 32-bit Xubuntu-14.04. > > When I compile FFmpeg from git using speex-1.2rc1 it builds OK. > > When I compile FFmpeg from git using speex-git it fails to build. > >
2015 Mar 02
1
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...: credit > > xen_pagesize : 4096 > > platform_params : virt_start=0xffff800000000000 > > xen_changeset : Mon Jan 12 11:30:05 2015 -0500 git:a8ac229 > > xen_commandline : placeholder > > cc_compiler : gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 > > cc_compile_by : root > > cc_compile_domain : cisco.com <http://cisco.com> > > cc_compile_date : Thu Feb 19 07:26:00 EST 2015 > > xend_config_format : 4 > > root@<server>:~# > > > > After consulting with xen-us...
2015 Mar 03
3
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...ize : 4096 > > > platform_params : virt_start=0xffff800000000000 > > > xen_changeset : Mon Jan 12 11:30:05 2015 -0500 git:a8ac229 > > > xen_commandline : placeholder > > > cc_compiler : gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 > > > cc_compile_by : root > > > cc_compile_domain : cisco.com <http://cisco.com> < > http://cisco.com> > > > cc_compile_date : Thu Feb 19 07:26:00 EST 2015 > > > xend_config_format : 4 > >...
2014 May 16
3
Error when compiling FFmpeg with speex-git.
...--------------------------------------------------------------------- This is a successful build with speex-1.2rc1 @Xubuntu:~/build/ffmpeg-HEAD-b217e1b$ ./ffmpeg ffmpeg version 2.2.git-b217e1b Copyright (c) 2000-2014 the FFmpeg developers built on May 16 2014 18:49:41 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1) configuration: --enable-libspeex libavutil 52. 83.100 / 52. 83.100 libavcodec 55. 62.100 / 55. 62.100 libavformat 55. 38.100 / 55. 38.100 libavdevice 55. 13.101 / 55. 13.101 libavfilter 4. 5.100 / 4. 5.100 libswscale 2. 6.100 / 2. 6.100 libswresample...
2015 Mar 02
0
Re: [virt-tools-list] libvirt/virt-manager source integration with xen
...; > xen_pagesize : 4096 > > platform_params : virt_start=0xffff800000000000 > > xen_changeset : Mon Jan 12 11:30:05 2015 -0500 git:a8ac229 > > xen_commandline : placeholder > > cc_compiler : gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 > > cc_compile_by : root > > cc_compile_domain : cisco.com <http://cisco.com> <http://cisco.com> > > cc_compile_date : Thu Feb 19 07:26:00 EST 2015 > > xend_config_format : 4 > > root@<server>:~# &gt...
2014 Aug 07
2
USB device descriptor read error with Eaton 5E UPS
...warranty testing is performed under Windows only :-(. How can I be sure that this is a problem with the device and not my computer before I return it? I am on Ubuntu Server 14.04 x86-64 bit. The kernel version is: Linux version 3.13.0-32-generic (buildd at kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 (Ubuntu 3.13.0-2.57-generic 3.13.11.4)
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
...r-doc-html{a} r-recommended{a} zlib1g-dev{a} 0 packages upgraded, 45 newly installed, 0 to remove and 0 not upgraded. Need to get 47.8 MB of archives. After unpacking 105 MB will be used. The following packages have unmet dependencies: gfortran-4.8 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04.1 is installed. Depends: gcc-4.8 (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04.1 is installed. libgfortran3 : Depends: gcc-4.8-base (= 4.8.2-19ubuntu1) but 4.8.4-2ubuntu1~14.04.1 is installed. libgfortran-4.8-dev : Depends: gcc-4...
2015 Apr 16
3
Cannot Install R to Trusty 14.04
Hello, I've followed the instructions at several different how to sites: http://cran.r-project.org/ http://r-interface.blogspot.com/2012/04/install-r-jgr-and-deducer-in-ubuntu.html http://stackoverflow.com/questions/28273441/receiving-unmet-dependency-while-installing-r-base-on-ubuntu-14-10 I've installed R to various Ubuntu's before, including trusty, but recently it has stopped
2014 Dec 11
2
Re: virt-df error, help
...t open option rom 'sgabios.bin': No such file or directory [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-32-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 (Ubuntu 3.13.0-32.57-generic 3.13.11.4) [ 0.000000] Command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=linux [ 0.000000] KERNEL supported cpus...
2015 Jun 12
1
Fwd: Problem with GT218 (GeForce GT210)
...------------------ > > > [ 0.000000] Initializing cgroup subsys cpuset > [ 0.000000] Initializing cgroup subsys cpu > [ 0.000000] Initializing cgroup subsys cpuacct > [ 0.000000] Linux version 3.16.0-38-generic (buildd at allspice) (gcc > version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #52~14.04.1-Ubuntu SMP Fri May 8 > 09:43:57 UTC 2015 (Ubuntu 3.16.0-38.52~14.04.1-generic 3.16.7-ckt10) > [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic > root=/dev/sda2 ro > [ 0.000000] KERNEL supported cpus: > [ 0.000000] Intel GenuineIntel >...
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
...xtracting templates from packages: 100% > Preconfiguring packages ... > (Reading database ... 11527 files and directories currently installed.) > Preparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04.1_amd64.deb ... > Unpacking gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.1) over (4.8.2-19ubuntu1) ... > Setting up gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.1) ... > (Reading database ... 11527 files and directories currently installed.) > Preparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04.1_amd64.deb ... > Unpacking libstdc++6:amd64 (4.8.4-2ubuntu1~14.04.1) over (4.8.2-19ubunt...
2014 Dec 06
4
Re: virt-df error, help
Thanks again, but when I run the command "sudo update-guestfs-appliance" the result is "unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/syslinux_3%3a4.05+dfsg-6+deb8u1_amd64.deb ... unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/sysv-rc_2.88dsf-41ubuntu6_all.deb ... unpacking
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
...s: 100% >>> Preconfiguring packages ... >>> (Reading database ... 11527 files and directories currently installed.) >>> Preparing to unpack .../gcc-4.8-base_4.8.4-2ubuntu1~14.04.1_amd64.deb ... >>> Unpacking gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.1) over (4.8.2-19ubuntu1) ... >>> Setting up gcc-4.8-base:amd64 (4.8.4-2ubuntu1~14.04.1) ... >>> (Reading database ... 11527 files and directories currently installed.) >>> Preparing to unpack .../libstdc++6_4.8.4-2ubuntu1~14.04.1_amd64.deb ... >>> Unpacking libstdc++6:amd64 (4.8.4-2ubun...