Displaying 20 results from an estimated 26 matches for "8ubuntu4".
Did you mean:
1ubuntu4
2011 Sep 21
1
[LLVMdev] question on clang c++ support
...-only' at the terminal, the
following error came up:
-------------------
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.5 --enable-shared --enable-multiarch
--with-multiarch-defaults=i386-linux-gnu --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib/i386-linux-gnu...
2012 Apr 14
2
[LLVMdev] About LLVM 3.1 ARM testing
...n the pandaboards. Could someone help me check to see if I
miss something? Thanks!
Here is the pandaboard configuration,
---
$ uname -a
Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35 UTC 2011 armv7l armv7l armv7l GNU/Linux
$ gcc -v
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
$ ld -v
GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
---
Below is the cross toolchain and configuration options I will use,
---
$ arm-unknown-linux-gnueabi-gcc -v
gcc version 4.5.2 (crosstool-NG 1.14.1)
$ arm-unknown-linux-gnueabi-ld -v
GNU ld (crosstool-NG 1.14.1) 2.21.1
$ ../configure \...
2011 Jun 09
2
Help with xend on ubuntu Dom0
...32p hvm-3.0-x86_64
xen_scheduler : credit
xen_pagesize : 4096
platform_params : virt_start=0xffff800000000000
xen_changeset : Mon May 23 17:38:28 2011 +0100 23369:37c77bacb52a
xen_commandline :
cc_compiler : gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
cc_compile_by : root
cc_compile_domain :
cc_compile_date : Wed Jun 8 14:16:42 KST 2011
xend_config_format : 4
daniel@dani-ubuntu-xen:/usr/sbin$
Any help please?
--
+-=====---------------------------+
| +---------------------------------+ | This space intentionally bla...
2011 Jun 15
0
[LLVMdev] nightly test suite failure: ms_struct-bitfield-init-1.c
...negative
If I compile this test by hand, I get the same error:
$ llvm-gcc -c ms_struct-bitfield-init-1.c -o /dev/null
ms_struct-bitfield-init-1.c:28: error: size of array ‘a3’ is negative
If I compile it with the system GCC, I *still* get the same error:
$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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.
$ gcc -c ms_struct-bitfield-init-1.c -o /dev/null
ms_struct-bitfield-init-1.c:28:12: error...
2012 Apr 14
0
[LLVMdev] About LLVM 3.1 ARM testing
...rdfp with a
distribution like ArchLinuxArm?
> Here is the pandaboard configuration,
>
> ---
> $ uname -a
> Linux arm2 2.6.38-1208-omap4 #11-Ubuntu SMP PREEMPT Fri Apr 15 16:34:35
> UTC 2011 armv7l armv7l armv7l GNU/Linux
> $ gcc -v
> gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
> $ ld -v
> GNU ld (GNU Binutils for Ubuntu) 2.21.0.20110327
> ---
>
> Below is the cross toolchain and configuration options I will use,
>
> ---
> $ arm-unknown-linux-gnueabi-gcc -v
> gcc version 4.5.2 (crosstool-NG 1.14.1)
> $ arm-unknown-linux-gnueabi-ld -v
> G...
2013 Sep 25
0
Problem compiling opus-tools-0.1.7
...something be done with the opus code to overcome this, or shall I compile on a different/better/newer OS?
>
>
Hello again.
Today I've compiled opus-tools-0.1.7 with opus-1.1-beta on two other Ubuntu systems without problems.
Ubuntu-11.04(Natty)
$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Ubuntu-12.04(Precise)
$ gcc --version
gcc (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4
So maybe there is something weird about the compiler used in the Peppermint Three OS.
$ gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
I will be happy to test any patches, but (imo) it's not...
2013 Sep 25
2
Problem compiling opus-tools-0.1.7
...me this, or shall I
> compile on a different/better/newer OS?
> >
> >
> Hello again.
> Today I've compiled opus-tools-0.1.7 with opus-1.1-beta on two other
> Ubuntu systems without problems.
>
> Ubuntu-11.04(Natty)
> $ gcc --version
> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
>
> Ubuntu-12.04(Precise)
> $ gcc --version
> gcc (Ubuntu/Linaro 4.6.4-1ubuntu1~12.04) 4.6.4
>
>
> So maybe there is something weird about the compiler used in the
> Peppermint Three OS.
> $ gcc --version
> gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
>
>
>...
2011 Jun 15
2
[LLVMdev] nightly test suite failure: ms_struct-bitfield-init-1.c
...and, I get the same error:
>
> $ llvm-gcc -c ms_struct-bitfield-init-1.c -o /dev/null
> ms_struct-bitfield-init-1.c:28: error: size of array ‘a3’ is negative
>
> If I compile it with the system GCC, I *still* get the same error:
>
> $ gcc --version
> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
> Copyright (C) 2010 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.
>
> $ gcc -c ms_struct-bitfield-init-1.c -o /dev/null
> ms_struct-b...
2011 May 06
8
[LLVMdev] nightly test suite failure: ms_struct-bitfield-init-1.c
Hi,
I've just tried to run the test-suite, for the first time in ages. It
stops rather abruptly with:
$ make TEST=nightly report report.html
/home/jay/llvm/local/bin/llvm-gcc
-I/home/jay/llvm/gitobjdir/projects/test-suite/SingleSource/UnitTests
-I/home/jay/svn/llvm-project/test-suite/trunk/SingleSource/UnitTests
-I/home/jay/git/llvm/projects/test-suite/include -I../../include
2013 Sep 24
5
Problem compiling opus-tools-0.1.7
Hi
I'm having a problem compiling opus-tools-0.1.7.
Version opus-tools-0.1.6 seems to compile OK.
I've tried with opus-1.0.3 and opus-1.1-beta.
The errors are like this:-
"undefined reference to `sqrtf'" etc.
This OS is Peppermint Three, similar to Ubuntu 12.04.
It uses:-
gcc --version
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Google says it's maybe something to do
2011 Nov 08
0
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
On 7 November 2011 22:00, Bill Wendling <wendling at apple.com> wrote:
> We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
>
> http://llvm.org/pre-releases/3.0/rc3/
>
> for the sources. There are also binaries for Darwin up there, with more to come during the week. Please build this release candidate, test it out on your
2011 Sep 17
0
[LLVMdev] Build errors on r139985
Hi,
I get build errors when trying to build a fresh r139985.
Anyone got a clue?
carl at carl:~/Downloads/llvm3.0/llvm$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 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.
carl at carl:~/Downloads/llvm3.0/llvm$ svn up
At revision 139985.
carl at carl:~/Downloads...
2011 Sep 08
1
Ubuntu as DomU
...''
##########
console output:
Started domain cf-node0 (id=12)
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.38-11-server (buildd@allspice) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #48-Ubuntu SMP Fri Jul 29 19:20:32 UTC 2011 (Ubuntu 2.6.38-11.48-server 2.6.38.8)
[ 0.000000] Command line: root=/dev/xvda2 ro
[ 0.000000] ACPI in unprivileged domain disabled
[ 0.000000] released 0 pages of unused memory
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] X...
2011 Nov 07
6
[LLVMdev] LLVM 3.0rc3 Testing Beginning
Good day, LLVMers!
We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
http://llvm.org/pre-releases/3.0/rc3/
for the sources. There are also binaries for Darwin up there, with more to come during the week. Please build this release candidate, test it out on your projects, and let us know if you find any regressions from the 2.9 release.
Please keep
2012 Aug 21
5
Call for testing: OpenSSH 6.1
Hi,
OpenSSH 6.1 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains a
couple of new features and bug fixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is also available
2011 Jun 14
1
builder-ubuntu libguestfs FAILED tests 4ee190628bc05f0c8fad1f6d9c3e85619a91e8b8
...64 3.0.12-2ubuntu3 [13.8 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfreetype6 amd64 2.4.4-1ubuntu2 [336 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfuse2 amd64 2.8.4-1.1ubuntu4 [109 kB]
Get:99 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcc1 amd64 1:4.5.2-8ubuntu4 [42.3 kB]
Get:100 http://gb.archive.ubuntu.com/ubuntu/ natty/main gcc-4.5-base amd64 4.5.2-8ubuntu4 [14.0 kB]
Get:101 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcrypt11 amd64 1.4.6-4ubuntu2 [269 kB]
Get:102 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgpg-error0 amd64 1.10-0.2ubuntu1...
2011 Jun 24
0
builder-ubuntu libguestfs FAILED tests 14bb3b5ae75f41af05ca6d26ebbb5e85aacf2e20
...64 3.0.12-2ubuntu3 [13.8 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfreetype6 amd64 2.4.4-1ubuntu2 [336 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfuse2 amd64 2.8.4-1.1ubuntu4 [109 kB]
Get:99 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcc1 amd64 1:4.5.2-8ubuntu4 [42.3 kB]
Get:100 http://gb.archive.ubuntu.com/ubuntu/ natty/main gcc-4.5-base amd64 4.5.2-8ubuntu4 [14.0 kB]
Get:101 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcrypt11 amd64 1.4.6-4ubuntu2 [269 kB]
Get:102 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgpg-error0 amd64 1.10-0.2ubuntu1...
2011 Jul 05
0
builder-ubuntu libguestfs FAILED tests 24fb2c1255f751dad98dd1739b3ed3a52ce06f70
...64 3.0.12-2ubuntu3 [13.8 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfreetype6 amd64 2.4.4-1ubuntu2 [336 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfuse2 amd64 2.8.4-1.1ubuntu4 [109 kB]
Get:99 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcc1 amd64 1:4.5.2-8ubuntu4 [42.3 kB]
Get:100 http://gb.archive.ubuntu.com/ubuntu/ natty/main gcc-4.5-base amd64 4.5.2-8ubuntu4 [14.0 kB]
Get:101 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcrypt11 amd64 1.4.6-4ubuntu2 [269 kB]
Get:102 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgpg-error0 amd64 1.10-0.2ubuntu1...
2011 Jul 01
1
builder-ubuntu libguestfs FAILED tests 436f8df147d5854800692e8986c7b48eeea648de
...64 3.0.12-2ubuntu3 [13.8 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfreetype6 amd64 2.4.4-1ubuntu2 [336 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfuse2 amd64 2.8.4-1.1ubuntu4 [109 kB]
Get:99 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcc1 amd64 1:4.5.2-8ubuntu4 [42.3 kB]
Get:100 http://gb.archive.ubuntu.com/ubuntu/ natty/main gcc-4.5-base amd64 4.5.2-8ubuntu4 [14.0 kB]
Get:101 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcrypt11 amd64 1.4.6-4ubuntu2 [269 kB]
Get:102 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgpg-error0 amd64 1.10-0.2ubuntu1...
2011 Jun 28
0
builder-ubuntu libguestfs FAILED tests 21c118a20e625dccd7cbd454f67a9f9c360c53f1
...64 3.0.12-2ubuntu3 [13.8 kB]
Get:97 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfreetype6 amd64 2.4.4-1ubuntu2 [336 kB]
Get:98 http://gb.archive.ubuntu.com/ubuntu/ natty/main libfuse2 amd64 2.8.4-1.1ubuntu4 [109 kB]
Get:99 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcc1 amd64 1:4.5.2-8ubuntu4 [42.3 kB]
Get:100 http://gb.archive.ubuntu.com/ubuntu/ natty/main gcc-4.5-base amd64 4.5.2-8ubuntu4 [14.0 kB]
Get:101 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgcrypt11 amd64 1.4.6-4ubuntu2 [269 kB]
Get:102 http://gb.archive.ubuntu.com/ubuntu/ natty/main libgpg-error0 amd64 1.10-0.2ubuntu1...