search for: 2ubuntu7

Displaying 20 results from an estimated 28 matches for "2ubuntu7".

Did you mean: 2ubuntu1
2008 Jun 22
0
[LLVMdev] Unable to build LLVM-GCC 2.3 (using x86_64 and gcc 4.2.3-2ubuntu7)
Am Sonntag, den 22.06.2008, 15:19 +0100 schrieb Alan Jenkins: > config.log: > > configure:2119: checking for C compiler default output file name > configure:2122: /home/alan/pkg/llvm/obj/./prev-gcc/xgcc > -B/home/alan/pkg/llvm/obj/./prev-gcc/ > -B/usr/local/x86_64-unknown-linux-gnu/bin/ -g -O2 conftest.c >&5 > configure:2125: $? = 0 > configure:2171: result:
2008 Jun 22
0
[LLVMdev] Unable to build LLVM-GCC 2.3 (using x86_64 and gcc 4.2.3-2ubuntu7)
Hello, Everyone > It seems you can't compile and run C programs at all. > > Maybe because you are using /home/alan/pkg/llvm/obj/./prev-gcc/xgcc instead of the system's gcc, which might be broken. It seems, that you're doing full bootstrap build. It can be broken due to some missing bits in LLVM's x86-64 ABI support. I'd suggest to try '--disable-bootstrap'
2008 Jun 22
1
[LLVMdev] Unable to build LLVM-GCC 2.3 (using x86_64 and gcc 4.2.3-2ubuntu7 )
> It seems you can't compile and run C programs at all. > > Maybe because you are using /home/alan/pkg/llvm/obj/./prev-gcc/xgcc instead of the system's gcc, which might be broken. During bootstrap stage 2 it is normal to use the just built gcc. I don't understand why he is having this problem - I bootstrap llvm-gcc from time to time on x86-64 linux. Ciao, Duncan.
2008 Jun 22
2
[LLVMdev] Unable to build LLVM-GCC 2.3 (using x86_64 and gcc 4.2.3-2ubuntu7)
I read the README and I think I noted all the relevant pitfalls, but something still goes wrong. I didn't see anything similar in this months list archives either. On the other hand, I see the release notes do not list linux x86_64 as a known good architecture - only linux IA32 (though MacOS X is said to be supported on x86 in 64 bit mode). Am I trying to do the impossible? $ tar xvf
2008 Oct 30
1
'Asterisk is not thread safe' message
I recently built Asterisk from scratch on Ubuntu (Ubuntu 4.2.3-2ubuntu7). Everything seemed to build ok, but when I start Asterisk, I get the message: Warning! Asterisk is not thread safe. Is this anything to be concerned about? How can I make it go away? Is there an alternative threading library I can link against? Thanks! Joe
2008 May 11
4
Noob trying to ./configure Wine source, config.log error
...sult: x86_64-unknown-linux-gnu configure:2242: checking whether make sets $(MAKE) configure:2263: result: yes configure:2320: checking for gcc configure:2347: result: gcc -m32 configure:2585: checking for C compiler version configure:2592: gcc -m32 --version >&5 gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7) Copyright (C) 2007 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. configure:2595: $? = 0 configure:2602: gcc -m32 -v >&5 Using built-in specs. Target: x86_...
2008 Sep 30
2
[LLVMdev] Possible bug in x86 code generation for fastcall on gnu/linux
Hi, When compiling this function: __attribute__((fastcall)) int f(int x, int y) { return 0; } llvm 2.3 produces the following x86 assembler (with directives removed): f: xorl %eax, %eax ret $4 Where as GCC (version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) produces: f: xorl %eax, %eax ret Note the difference in ret. Functions calling a fastcall function in llvm adjust the stack by 4 to compensate for the above in llvm generated code, whereas GCC generated function do not, since they do they need to. Mark. -------------- next part ----------...
2013 Jul 28
1
Problem with ldpaths in Ubuntu 13.04
...v_1.0.6-4_amd64.deb) ... Selecting previously unselected package libjpeg-turbo8-dev:amd64. Unpacking libjpeg-turbo8-dev:amd64 (from .../libjpeg-turbo8-dev_1.2.1-0ubuntu2_amd64.deb) ... Selecting previously unselected package libjpeg8-dev:amd64. Unpacking libjpeg8-dev:amd64 (from .../libjpeg8-dev_8c-2ubuntu7_amd64.deb) ... Selecting previously unselected package libjpeg-dev. Unpacking libjpeg-dev (from .../libjpeg-dev_8c-2ubuntu7_all.deb) ... Selecting previously unselected package liblapack3. Unpacking liblapack3 (from .../liblapack3_3.4.2-1~exp3_amd64.deb) ... Selecting previously unselected package...
2011 Apr 06
5
Guestfish errors (Running in VirtualBox)
...= 0xbf95c438 open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support [??? 0.000000] Initializing cgroup subsys cpuset [??? 0.000000] Initializing cgroup subsys cpu [??? 0.000000] Linux version 2.6.36-020636-generic (root at zinc) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #201010210905 SMP Thu Oct 21 10:17:53 UTC 2010 [??? 0.000000] BIOS-provided physical RAM map: [??? 0.000000]? BIOS-e820: 0000000000000000 - 000000000009f400 (usable) [??? 0.000000]? BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved) [??? 0.000000]? BIOS-e820: 00000000000f0000 - 00000000001...
2010 May 31
14
Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0
Config from here http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html work and my PC boot until switch in GUI mode. When start X display off and no signal, but server working and receive ssh connection. How can I make GUI work ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Jun 13
9
Xen shows single processor on a dual core system
Hi all, On dual core processor machine, I installed ubuntu-8.04 in which I installed xen-3.2. In ubuntu: # cat /proc/cpuinfo --> Shows two processors information. But in Xen on the same machine: # cat /proc/cpuinfo --> Shows only one processor information. Can anyone please explain what could be the reason behind this? Thanks Saravana
2008 Aug 26
39
PV Grub Questions
...initrd.img-2.6.18.8-xen quiet ***Full boot outuput from only using kernel, then boot on grubdom prompt close blk: backend at /local/domain/0/backend/tap/30/768 WARNING: g.e. still in use! (19) Bootdata ok (command line is ) Linux version 2.6.18.8-xen (root@test1) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Sun Aug 24 22:15:44 EDT 2008 BIOS-provided physical RAM map: Xen: 0000000000000000 - 0000000004800000 (usable) No mptable found. Built 1 zonelists. Total pages: 17147 Kernel command line: Initializing CPU#0 PID hash table entries: 512 (order: 9, 4096 bytes) Xen reported: 2393.998 MHz pro...
2010 Mar 09
72
[Bug 26980] New: GT230M/nouveau: X server hangs spontaneously
http://bugs.freedesktop.org/show_bug.cgi?id=26980 Summary: GT230M/nouveau: X server hangs spontaneously Product: xorg Version: 7.5 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2011 Apr 01
0
builder-ubuntu libguestfs FAILED build step 8bb22a2902fc723eb809086dd93f5b8ed2ec85b1
...3.0.12-2ubuntu3 [9938 B] Get:108 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:109 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:110 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:111 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9+ckbi-1.82-0ubuntu1 [1264 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9+ckbi-1.8...
2010 Dec 10
0
builder-ubuntu libguestfs success 363978fa7fc055da380d31103c7de378a08b71fb
...main lsb-base all 4.0-0ubuntu9 [11.0kB] Get:160 http://gb.archive.ubuntu.com/ubuntu/ natty/main mount amd64 2.17.2-3.3ubuntu1 [135kB] Get:161 http://gb.archive.ubuntu.com/ubuntu/ natty/main mountall amd64 2.20 [49.1kB] Get:162 http://gb.archive.ubuntu.com/ubuntu/ natty/main libplymouth2 amd64 0.8.2-2ubuntu7 [91.5kB] Get:163 http://gb.archive.ubuntu.com/ubuntu/ maverick/main libpng12-0 amd64 1.2.44-1 [181kB] Get:164 http://gb.archive.ubuntu.com/ubuntu/ natty/main ncurses-bin amd64 5.7+20100626-0ubuntu2 [152kB] Get:165 http://gb.archive.ubuntu.com/ubuntu/ natty/main netbase all 4.43ubuntu1 [12.8kB] Get:...
2011 Mar 29
0
builder-ubuntu libguestfs FAILED tests 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...3.0.12-2ubuntu3 [9938 B] Get:110 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:111 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:114 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9+ckbi-1.82-0ubuntu1 [1264 kB] Get:115 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9+ckbi-1.8...
2011 Mar 25
0
builder-ubuntu libguestfs FAILED tests a0e3b2183733c7440ad017c4ffe361935672339b
...3.0.12-2ubuntu3 [9938 B] Get:109 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:110 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:111 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9~b2-0ubuntu1 [1256 kB] Get:114 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9~b2-0ubuntu1 [14...
2011 Jun 14
1
builder-ubuntu libguestfs FAILED tests 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...3.0.12-2ubuntu3 [9938 B] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:114 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:115 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:116 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9+ckbi-1.82-0ubuntu2 [1264 kB] Get:117 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9+ckbi-1.8...
2011 Jun 24
0
builder-ubuntu libguestfs FAILED tests 14bb3b5ae75f41af05ca6d26ebbb5e85aacf2e20
...3.0.12-2ubuntu3 [9938 B] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:114 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:115 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:116 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9+ckbi-1.82-0ubuntu2 [1264 kB] Get:117 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9+ckbi-1.8...
2011 Jul 05
0
builder-ubuntu libguestfs FAILED tests 24fb2c1255f751dad98dd1739b3ed3a52ce06f70
...3.0.12-2ubuntu3 [9938 B] Get:112 http://gb.archive.ubuntu.com/ubuntu/ natty/main libmagic1 amd64 5.04-5ubuntu2 [205 kB] Get:113 http://gb.archive.ubuntu.com/ubuntu/ natty/main libncurses5 amd64 5.7+20101128-1 [201 kB] Get:114 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnewt0.52 amd64 0.52.11-2ubuntu7 [47.9 kB] Get:115 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnspr4 amd64 4.8.7-0ubuntu1 [135 kB] Get:116 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3 amd64 3.12.9+ckbi-1.82-0ubuntu2 [1264 kB] Get:117 http://gb.archive.ubuntu.com/ubuntu/ natty/main libnss3-1d amd64 3.12.9+ckbi-1.8...