Bug#565862: FTBFS [hppa]: C compiler cannot create executables

2010-01-20 Thread dann frazier
On Tue, Jan 19, 2010 at 12:11:35PM +0100, Matthias Klose wrote:
 tags 565862 + moreinfo
 tags 565862 + help
 thanks

 On 19.01.2010 04:58, dann frazier wrote:
 Source: gcc-snapshot
 Version: 20100117-1
 Severity: serious
 User: debian-h...@lists.debian.org
 Usertags: hppa

 gcc-snapshot fails to build on hppa. From the most recent build attempt:
 [...]
 configure: error: in 
 `/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build-hppa64':
 configure: error: C compiler cannot create executables
 See `config.log' for more details.

 please attach/investigate the details

Looks like your build completed faster than mine :)
I tried reproducing on paer, and it also failed. Attached is the
config.log.

-- 
dann frazier

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ../src/configure --enable-languages=c --prefix=/usr/lib/gcc-snapshot 
--libexecdir=/usr/lib/gcc-snapshot/libexec --enable-multiarch --disable-shared 
--disable-nls --disable-threads --disable-libgomp --disable-libmudflap 
--disable-libssp --with-system-zlib --with-as=/usr/bin/hppa64-linux-gnu-as 
--with-ld=/usr/bin/hppa64-linux-gnu-ld 
--includedir=/usr/hppa64-linux-gnu/include --host=hppa-linux-gnu 
--build=hppa-linux-gnu --target=hppa64-linux-gnu

## - ##
## Platform. ##
## - ##

hostname = paer
uname -m = parisc64
uname -r = 2.6.32-trunk-parisc64
uname -s = Linux
uname -v = #1 Tue Dec 8 04:07:32 UTC 2009

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch  = unknown
/usr/bin/arch -k   = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo  = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /home/dannf/gcc-snapshot-20100117/bin
PATH: /usr/lib/gcc/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/games


## --- ##
## Core tests. ##
## --- ##

configure:2428: checking build system type
configure:2442: result: hppa-unknown-linux-gnu
configure:2489: checking host system type
configure:2502: result: hppa-unknown-linux-gnu
configure:2522: checking target system type
configure:2535: result: hppa64-unknown-linux-gnu
configure:2589: checking for a BSD-compatible install
configure:2657: result: /usr/bin/install -c
configure:2668: checking whether ln works
configure:2690: result: yes
configure:2694: checking whether ln -s works
configure:2698: result: yes
configure:2705: checking for a sed that does not truncate output
configure:2769: result: /bin/sed
configure:2778: checking for gawk
configure:2794: found /usr/bin/gawk
configure:2805: result: gawk
configure:3995: checking for hppa-linux-gnu-gcc
configure:4022: result: /home/dannf/gcc-snapshot-20100117/build/gcc/xgcc 
-B/home/dannf/gcc-snapshot-20100117/build/gcc/
configure:4291: checking for C compiler version
configure:4300: /home/dannf/gcc-snapshot-20100117/build/gcc/xgcc 
-B/home/dannf/gcc-snapshot-20100117/build/gcc/ --version 5
xgcc (Debian 20100117-1) 4.5.0 20100117 (experimental) [trunk revision 155979]
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.

configure:4311: $? = 0
configure:4300: /home/dannf/gcc-snapshot-20100117/build/gcc/xgcc 
-B/home/dannf/gcc-snapshot-20100117/build/gcc/ -v 5
Reading specs from /home/dannf/gcc-snapshot-20100117/build/gcc/specs
COLLECT_GCC=/home/dannf/gcc-snapshot-20100117/build/gcc/xgcc
COLLECT_LTO_WRAPPER=/home/dannf/gcc-snapshot-20100117/build/gcc/lto-wrapper
Target: hppa-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 20100117-1' 
--with-bugurl=file:///usr/share/doc/gcc-snapshot/README.Bugs 
--enable-languages=c,ada,c++,java,fortran,objc,obj-c++ 
--prefix=/usr/lib/gcc-snapshot --enable-shared --enable-multiarch 
--enable-linker-build-id --with-system-zlib --disable-nls --enable-clocale=gnu 
--enable-libstdcxx-debug --disable-libssp --enable-plugin 
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.5-snap/jre --enable-java-home 
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.5-snap 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.5-snap 
--with-arch-directory=parisc --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --disable-libstdcxx-pch --disable-werror --enable-checking=yes 
--build=hppa-linux-gnu --host=hppa-linux-gnu --target=hppa-linux-gnu
Thread model: posix
gcc version 4.5.0 20100117 (experimental) [trunk revision 155979] (Debian 
20100117-1) 
configure:4311: $? = 0
configure:4300: /home/dannf/gcc-snapshot-20100117/build/gcc/xgcc 
-B/home/dannf/gcc-snapshot-20100117/build/gcc/ -V 5
xgcc: '-V' must come at the start of the command line

Bug#565862: FTBFS [hppa]: C compiler cannot create executables

2010-01-20 Thread Matthias Klose

On 20.01.2010 09:22, dann frazier wrote:

On Tue, Jan 19, 2010 at 12:11:35PM +0100, Matthias Klose wrote:

tags 565862 + moreinfo
tags 565862 + help
thanks

On 19.01.2010 04:58, dann frazier wrote:

Source: gcc-snapshot
Version: 20100117-1
Severity: serious
User: debian-h...@lists.debian.org
Usertags: hppa

gcc-snapshot fails to build on hppa. From the most recent build attempt:
[...]
configure: error: in 
`/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build-hppa64':
configure: error: C compiler cannot create executables
See `config.log' for more details.


please attach/investigate the details


Looks like your build completed faster than mine :)
I tried reproducing on paer, and it also failed. Attached is the
config.log.



/home/dannf/gcc-snapshot-20100117/build/gcc/cc1: error while loading shared 
libraries: libgcc_s.so.6: cannot open shared object file: No such file or directory


the build succeeds for me without having libgcc6 installed (found in 
experimental). Does setting LD_LIBRARY_PATH to $(CURDIR)/build/gcc for the cross 
build help?


  Matthias



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565862: FTBFS [hppa]: C compiler cannot create executables

2010-01-20 Thread dann frazier
On Wed, Jan 20, 2010 at 09:49:06AM +0100, Matthias Klose wrote:
 On 20.01.2010 09:22, dann frazier wrote:
 On Tue, Jan 19, 2010 at 12:11:35PM +0100, Matthias Klose wrote:
 tags 565862 + moreinfo
 tags 565862 + help
 thanks

 On 19.01.2010 04:58, dann frazier wrote:
 Source: gcc-snapshot
 Version: 20100117-1
 Severity: serious
 User: debian-h...@lists.debian.org
 Usertags: hppa

 gcc-snapshot fails to build on hppa. From the most recent build attempt:
 [...]
 configure: error: in 
 `/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build-hppa64':
 configure: error: C compiler cannot create executables
 See `config.log' for more details.

 please attach/investigate the details

 Looks like your build completed faster than mine :)
 I tried reproducing on paer, and it also failed. Attached is the
 config.log.


 /home/dannf/gcc-snapshot-20100117/build/gcc/cc1: error while loading 
 shared libraries: libgcc_s.so.6: cannot open shared object file: No such 
 file or directory

 the build succeeds for me without having libgcc6 installed (found in  
 experimental). Does setting LD_LIBRARY_PATH to $(CURDIR)/build/gcc for 
 the cross build help?

Yes - seems to.

-- 
dann frazier




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565862: FTBFS [hppa]: C compiler cannot create executables

2010-01-19 Thread Matthias Klose

tags 565862 + moreinfo
tags 565862 + help
thanks

On 19.01.2010 04:58, dann frazier wrote:

Source: gcc-snapshot
Version: 20100117-1
Severity: serious
User: debian-h...@lists.debian.org
Usertags: hppa

gcc-snapshot fails to build on hppa. From the most recent build attempt:
[...]
configure: error: in 
`/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build-hppa64':
configure: error: C compiler cannot create executables
See `config.log' for more details.


please attach/investigate the details




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565862: FTBFS [hppa]: C compiler cannot create executables

2010-01-18 Thread dann frazier
Source: gcc-snapshot
Version: 20100117-1
Severity: serious
User: debian-h...@lists.debian.org
Usertags: hppa

gcc-snapshot fails to build on hppa. From the most recent build attempt:
[...]
mv -f .deps/time.Tpo .deps/time.Plo
/bin/bash ./libtool --tag=CC   --mode=compile 
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include-DHAVE_CONFIG_H -I. 
-I../../../src/libgomp  -I../../../src/libgomp/config/posix 
-I../../../src/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g 
-O2 -MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c -o fortran.lo 
../../../src/libgomp/fortran.c
libtool: compile:  
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include -DHAVE_CONFIG_H -I. 
-I../../../src/libgomp -I../../../src/libgomp/config/posix 
-I../../../src/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 
-MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c ../../../src/libgomp/fortran.c  
-fPIC -DPIC -o .libs/fortran.o
libtool: compile:  
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include -DHAVE_CONFIG_H -I. 
-I../../../src/libgomp -I../../../src/libgomp/config/posix 
-I../../../src/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 
-MT fortran.lo -MD -MP -MF .deps/fortran.Tpo -c ../../../src/libgomp/fortran.c 
-o fortran.o /dev/null 21
mv -f .deps/fortran.Tpo .deps/fortran.Plo
/bin/bash ./libtool --tag=CC   --mode=compile 
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include-DHAVE_CONFIG_H -I. 
-I../../../src/libgomp  -I../../../src/libgomp/config/posix 
-I../../../src/libgomp  -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g 
-O2 -MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c -o affinity.lo 
../../../src/libgomp/config/posix/affinity.c
libtool: compile:  
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include -DHAVE_CONFIG_H -I. 
-I../../../src/libgomp -I../../../src/libgomp/config/posix 
-I../../../src/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 
-MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c 
../../../src/libgomp/config/posix/affinity.c  -fPIC -DPIC -o .libs/affinity.o
libtool: compile:  
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include -DHAVE_CONFIG_H -I. 
-I../../../src/libgomp -I../../../src/libgomp/config/posix 
-I../../../src/libgomp -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 
-MT affinity.lo -MD -MP -MF .deps/affinity.Tpo -c 
../../../src/libgomp/config/posix/affinity.c -o affinity.o /dev/null 21
mv -f .deps/affinity.Tpo .deps/affinity.Plo
/bin/bash ./libtool --tag CC   --mode=link 
/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/xgcc
 
-B/build/buildd-gcc-snapshot_20100117-1-hppa-8pg21G/gcc-snapshot-20100117/build/./gcc/
 -B/usr/lib/gcc-snapshot/hppa-linux-gnu/bin/ 
-B/usr/lib/gcc-snapshot/hppa-linux-gnu/lib/ -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/include -isystem 
/usr/lib/gcc-snapshot/hppa-linux-gnu/sys-include-Wall -Werror 
-ftls-model=initial-exec -Wc,-pthread -g -O2   -Wl,-O1   -o libgomp.la 
-version-info 1:0:0