Subject: crossbuild netbsd-linux fails
To: None <current-users@netbsd.org>
From: Roberto Pereyra <netbsd@gualeguaychu.gov.ar>
List: current-users
Date: 12/06/2004 09:00:00
Hi

Today I updated netbsd 2 my sources (with xsrc included) in my linux debian host.

Without xsrc sources the i386 release build fine, but fails when I include the xsrc sources.

roberto

===> build.sh command: ./build.sh -x -m i386 -R /home/rpereyra/netbsd2-stable/i386-release -U -u -X xsrc release
===> build.sh started: Mon Dec  6 08:54:06 ART 2004
===> No nonexistent/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
checking for C compiler default output... a.out
......
......
......
......
......

dependall ===> bin/xconsole
#      link  xconsole/xconsole
/home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/i386--netbsdelf-gcc -Wl,-nostdlib   -Wl,-rpath-link,/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/X11R6/lib  -R/usr/X11R6/lib  -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/X11R6/lib   -o xconsole  -Wl,-rpath-link,/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/lib:/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib  -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/lib  -B/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib/ -B/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib/   xconsole.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11   -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib

*** Failed target:  xconsole
*** Failed command: /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/i386--netbsdelf-gcc -Wl,-nostdlib -Wl,-rpath-link,/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/X11R6/lib -R/usr/X11R6/lib -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/X11R6/lib -o xconsole -Wl,-rpath-link,/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/lib:/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/lib -B/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib/ -B/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib/ xconsole.o -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib -L/home/rpereyra/netbsd2-stable/src/obj/destdir.i386/usr/lib
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11/bin/xconsole

*** Failed target:  dependall
*** Failed command: cd /home/rpereyra/netbsd2-stable/src/x11/bin/xconsole; /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11/bin/xconsole

*** Failed target:  dependall-xconsole
*** Failed command: targ=dependall;dir=xconsole; case "$dir" in /*) echo "$targ ===> $dir"; cd "$dir"; /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake "_THISDIR_=$dir/" $targ; ;; *) echo "$targ ===> bin/$dir"; cd "/home/rpereyra/netbsd2-stable/src/x11/bin/$dir"; /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake "_THISDIR_=bin/$dir/" $targ; ;; esac
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11/bin

*** Failed target:  dependall-bin
*** Failed command: targ=dependall;dir=bin; case "$dir" in /*) echo "$targ ===> $dir"; cd "$dir"; /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake "_THISDIR_=$dir/" $targ; ;; *) echo "$targ ===> $dir"; cd "/home/rpereyra/netbsd2-stable/src/x11/$dir"; /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake "_THISDIR_=$dir/" $targ; ;; esac
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11

*** Failed target:  do-build
*** Failed command: (cd /home/rpereyra/netbsd2-stable/src/x11 && /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake dependall)
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11

*** Failed target:  build
*** Failed command: (cd /home/rpereyra/netbsd2-stable/src/x11 && /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake do-build)
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src/x11

*** Failed target:  do-x11
*** Failed command: (cd /home/rpereyra/netbsd2-stable/src/x11 && /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake build)
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src

*** Failed target:  build
*** Failed command: (cd /home/rpereyra/netbsd2-stable/src && /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake do-x11)
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src

*** Failed target:  release
*** Failed command: (cd /home/rpereyra/netbsd2-stable/src && /home/rpereyra/netbsd2-stable/src/obj/tooldir.Linux-2.4.18-bf2.4-i686/bin/nbmake NOPOSTINSTALL=1 build)
*** Error code 1

Stop.
nbmake: stopped in /home/rpereyra/netbsd2-stable/src