Versuche gerade das Mod mit der neuen 29.04.37 Firmware in FriBoLi zu bauen. Bekomme dann leider folgende Fehlermeldung:
Bitte um Hilfe.
Code:
bofh@bofh-debian:~/ds26-15.1$ make
make -j1 -C source/fakeroot-1.7.1
make[1]: Entering directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
make all-recursive
make[2]: Entering directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
Making all in scripts
make[3]: Entering directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1/scripts'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1/scripts'
Making all in test
make[3]: Entering directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1/test'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1/test'
make[3]: Entering directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
CONFIG_FILES= CONFIG_HEADERS= /bin/sh ./config.status
config.status: executing depfiles commands
config.status: executing libtool commands
/bin/sh ./libtool --tag=CC --mode=link gcc -O3 -Wall -o faked faked.o libcommunicate.la -ldl
libtool: link: gcc -O3 -Wall -o faked faked.o ./.libs/libcommunicate.a -ldl
/usr/lib/libc_nonshared.a(elf-init.oS)(.text.__i686.get_pc_thunk.bx+0x0): In function `__i686.get_pc_thunk.bx':
: multiple definition of `__i686.get_pc_thunk.bx'
./.libs/libcommunicate.a(communicate.o)(.gnu.linkonce.t.__i686.get_pc_thunk.bx+0x0): first defined here
collect2: ld returned 1 exit status
make[3]: *** [faked] Fehler 1
make[3]: Leaving directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/bofh/ds26-15.1/source/fakeroot-1.7.1'
make: *** [source/fakeroot-1.7.1/faked] Fehler 2
bofh@bofh-debian:~/ds26-15.1$
Bitte um Hilfe.