Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-11-29 Thread Bastian Blank
On Sun, Oct 21, 2007 at 11:19:49AM +0200, Matthias Klose wrote:
>  - check how the libstdc++ 64 multilib build is configured (config.status)

It got broken somewhere between 20061022-1 and 20070326-1.

20061022-1:
| Adding multilib support to Makefile in ../../../src/libstdc++-v3
| multidirs=64
| with_multisubdir=

20070326-1:
| /usr/bin/ld: crtbegin.o: No such file: No such file or directory
| collect2: ld returned 1 exit status
| Could not link program with -m64, disabling it.
| Adding multilib support to Makefile in ../../../src/libgcc
| multidirs=
| with_multisubdir=

It lacks a 64bit build of libgcc, which is AFAIK the first thing which
is built. The relevant code was completely reworked somewhere in
revision 120429.

Bastian

-- 
Another Armenia, Belgium ... the weak innocents who always seem to be
located on a natural invasion route.
-- Kirk, "Errand of Mercy", stardate 3198.4



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-11-29 Thread Bastian Blank
On Thu, Nov 29, 2007 at 09:36:08PM +0100, Bastian Blank wrote:
> It lacks a 64bit build of libgcc, which is AFAIK the first thing which
> is built.

I forgot that large parts of the multilib support is added by patches.
So the following happens:

config-ml.in tries to link something with -m64. As this is the libgcc,
which emits crtbegin.o for not-main-arch, it fails as the build not yet
produced a usable one and disables itself. The test uses the temporary
xgcc and is therefor not able to use the old one from /usr/lib/gcc.

Bastian

-- 
Women professionals do tend to over-compensate.
-- Dr. Elizabeth Dehaver, "Where No Man Has Gone Before",
   stardate 1312.9.


signature.asc
Description: Digital signature


Bug#447443: gcc-snapshot - FTBFS: mv: cannot stat `debian/tmp/usr/lib/gcc-snapshot/include/c++/4.3.0/s390x-linux-gnu/64': No such file or directory

2007-11-29 Thread Bastian Blank
On Thu, Nov 29, 2007 at 10:33:48PM +0100, Bastian Blank wrote:
> I forgot that large parts of the multilib support is added by patches.
> So the following happens:
> 
> config-ml.in tries to link something with -m64. As this is the libgcc,
> which emits crtbegin.o for not-main-arch, it fails as the build not yet
> produced a usable one and disables itself. The test uses the temporary
> xgcc and is therefor not able to use the old one from /usr/lib/gcc.

It works for powerpc by accident because the patch contains a type. It
checks for m64 instead of 64 and therefor never disable the build in
case of error.

Bastian

-- 
Spock: We suffered 23 casualties in that attack, Captain.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 4.2.3 20071123 (prerelease) (Debian 4.2.2-4) testsuite on arm-unknown-linux-gnu

2007-11-29 Thread Matthias Klose
LAST_UPDATED: Fri Nov 23 09:48:37 UTC 2007 (revision 130369)

Native configuration is arm-unknown-linux-gnu

=== libffi tests ===


Running target unix
FAIL: libffi.call/cls_2byte.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_3_1byte.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_3byte1.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_3byte2.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_4_1byte.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_4byte.c -O0 -W -Wall execution test
FAIL: libffi.call/struct5.c -O0 -W -Wall execution test
FAIL: libffi.call/cls_2byte.c -O2 execution test
FAIL: libffi.call/cls_3_1byte.c -O2 execution test
FAIL: libffi.call/cls_3byte1.c -O2 execution test
FAIL: libffi.call/cls_3byte2.c -O2 execution test
FAIL: libffi.call/cls_4_1byte.c -O2 execution test
FAIL: libffi.call/cls_4byte.c -O2 execution test
FAIL: libffi.call/struct5.c -O2 execution test
FAIL: libffi.call/cls_2byte.c -O3 execution test
FAIL: libffi.call/cls_3_1byte.c -O3 execution test
FAIL: libffi.call/cls_3byte1.c -O3 execution test
FAIL: libffi.call/cls_3byte2.c -O3 execution test
FAIL: libffi.call/cls_4_1byte.c -O3 execution test
FAIL: libffi.call/cls_4byte.c -O3 execution test
FAIL: libffi.call/struct5.c -O3 execution test
FAIL: libffi.call/cls_2byte.c -Os execution test
FAIL: libffi.call/cls_3_1byte.c -Os output pattern test, is 178 179 180 0 64 2: 
178 243 182
FAIL: libffi.call/cls_3byte1.c -Os output pattern test, is 1 15 16384 2: 16385 
17
FAIL: libffi.call/cls_3byte2.c -Os execution test
FAIL: libffi.call/cls_4_1byte.c -Os execution test
FAIL: libffi.call/cls_4byte.c -Os execution test
FAIL: libffi.call/struct5.c -Os execution test

=== libffi Summary ===

# of expected passes1066
# of unexpected failures28
# of unsupported tests  8
=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes1560
# of unsupported tests  7
=== libmudflap tests ===


Running target unix

=== libmudflap Summary ===

# of expected passes1814
=== libstdc++ tests ===


Running target unix
FAIL: 19_diagnostics/23591_thread-1.c execution test
FAIL: 22_locale/ctype/cons/char/1.cc execution test
FAIL: 23_containers/deque/modifiers/swap/3.cc execution test
FAIL: 23_containers/list/modifiers/swap/3.cc execution test
FAIL: 23_containers/map/modifiers/swap/3.cc execution test
FAIL: 23_containers/multimap/modifiers/swap/3.cc execution test
FAIL: 23_containers/multiset/modifiers/swap/3.cc execution test
FAIL: 23_containers/set/modifiers/swap/3.cc execution test
FAIL: 23_containers/vector/bool/modifiers/swap/2.cc execution test
FAIL: 23_containers/vector/modifiers/swap/3.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: ext/pb_ds/regression/hash_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/hash_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/hash_no_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/hash_no_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/priority_queue_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/priority_queue_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/tree_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/tree_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/tree_no_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/tree_no_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/trie_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/trie_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: ext/pb_ds/regression/trie_no_data_map_rand.cc (test for excess errors)
UNRESOLVED: ext/pb_ds/regression/trie_no_data_map_rand.cc compilation failed to 
produce executable
WARNING: program timed out.
FAIL: thread/pthread2.cc execution test
FAIL: 
tr1/4_metaprogramming/other_transformations/aligned_storage/aligned_storage.cc 
execution test
FAIL: tr1/4_metaprogramming/type_properties/is_empty/is_empty.cc execution test
FAIL: tr1/4_metaprogramming/type_properties/is_polymorphic/is_polymorphic.cc 
execution test
FAIL: tr1/6_containers/unordered/swap/unordered_map/2.cc execution test
FAIL: tr1/6_containers/unordered/swap/unordered_multimap/2.cc execution test
FAIL: tr1/6_containers/unordered/swap/unordered_multiset/2.cc execution test
FAIL: tr1/6_containers/unordered/swap/unordered_set/2.cc execution test

=== libstdc++ Summary ===

Processed: Re: Bug#453616: gcc-4.1: cross build failure: gcc-4.1-arm-linux-gnu not build

2007-11-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 453616 gcc-4.1
Bug#453616: gcc-4.1: cross build failure: gcc-4.1-arm-linux-gnu not build
Warning: Unknown package 'gcc-4.1-arm-linux-gnu'
Bug reassigned from package `gcc-4.1-arm-linux-gnu' to `gcc-4.1'.

> severity 453616 important
Bug#453616: gcc-4.1: cross build failure: gcc-4.1-arm-linux-gnu not build
Severity set to `important' from `serious'

> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]