Entschuldigung für mein Deutsch.
Ich habe einen problem mit das kompilieren von einem eigenes image für meinem Dbox.
Das problem ist das folgende:
/usr/bin/install -c /home/dbox/dbox2/cdkroot/bin/enigma /home/dbox/dbox2/cdkflash/root/bin
cp -pa /home/dbox/dbox2/cdkroot/share/tuxbox/enigma /home/dbox/dbox2/cdkflash/root/share/tuxbox
/usr/bin/install -c /home/dbox/dbox2/cdkroot/bin/camd2 /home/dbox/dbox2/cdkflash/root/bin
/usr/bin/install -c -d /home/dbox/dbox2/cdkflash/root/hdd/movie
/usr/bin/install -c -d /home/dbox/dbox2/cdkflash/root/share/fonts
cp -pa /home/dbox/dbox2/cdkroot/share/fonts/* /home/dbox/dbox2/cdkflash/root/share/fonts
cp -pa /home/dbox/dbox2/cdkroot/etc/init.d/start_enigma /home/dbox/dbox2/cdkflash/root/etc/init.d
/usr/bin/install -c /home/dbox/dbox2/cdkroot/etc/timezone.xml /home/dbox/dbox2/cdkflash/root/etc
cp -pa /home/dbox/dbox2/cdkroot/share/zoneinfo /home/dbox/dbox2/cdkflash/root/share
ln -sf /var/etc/localtime /home/dbox/dbox2/cdkflash/root/etc
/usr/bin/install -c -d /home/dbox/dbox2/cdkflash/root/share/locale
cp -pa /home/dbox/tuxbox-cvs/apps/tuxbox/enigma/po/locale.alias.image /home/dbox/dbox2/cdkflash/root/share/locale/locale.alias
cd /home/dbox/dbox2/cdkflash/root/lib && tar xjvf /home/dbox/tuxbox-cvs/apps/tuxbox/enigma/po/locale.image.tar.bz2
locale/
locale/de_DE/
locale/de_DE/LC_CTYPE
locale/de_DE/LC_NUMERIC
locale/de_DE/LC_TIME
locale/de_DE/LC_COLLATE
locale/de_DE/LC_MONETARY
locale/de_DE/LC_MESSAGES/
locale/de_DE/LC_MESSAGES/SYS_LC_MESSAGES
locale/de_DE/LC_PAPER
locale/de_DE/LC_NAME
locale/de_DE/LC_ADDRESS
locale/de_DE/LC_TELEPHONE
locale/de_DE/LC_MEASUREMENT
locale/de_DE/LC_IDENTIFICATION
locale/de_DE/de_DE
locale/fr_FR
cp -pa /home/dbox/dbox2/cdkroot/share/locale/de /home/dbox/dbox2/cdkflash/root/share/locale/
cp -pa /home/dbox/dbox2/cdkroot/share/locale/fr /home/dbox/dbox2/cdkflash/root/share/locale/
( rm -rf lufs-0.9.7 || /bin/true ) && gunzip -cd Archive/lufs-0.9.7.tar.gz | TAPE=- tar -x && ( cd lufs-0.9.7; patch -p1 < ../Patches/lufs.diff )
patching file configure.in
patching file include/lufs/fs.h
patching file filesystems/ftpfs/ftpfs.cpp
patching file filesystems/ftpfs/ftplib.cpp
patching file filesystems/ftpfs/ftpsys_netware.cpp
patching file filesystems/ftpfs/ftpsys_unix.cpp
patching file filesystems/ftpfs/ftpsys_windows.cpp
patching file lufsd/daemon.c
patching file lufsd/dircache.c
patching file lufsd/fsctl.c
patching file util/lufsmnt.c
patching file filesystems/Makefile.in
patching file filesystems/Makefile.am
patching file lufsd/Makefile.am
patching file lufsd/Makefile.in
patching file util/Makefile.am
patching file util/Makefile.in
Hunk #1 succeeded at 508 with fuzz 1.
cd lufs-0.9.7 && \
AR=powerpc-tuxbox-linux-gnu-ar AS=powerpc-tuxbox-linux-gnu-as CC=powerpc-tuxbox-linux-gnu-gcc CXX=powerpc-tuxbox-linux-gnu-g++ NM=powerpc-tuxbox-linux-gnu-nm RANLIB=powerpc-tuxbox-linux-gnu-ranlib CFLAGS="-mcpu=823 -mmultiple -mstring -meabi -pipe -Os" CXXFLAGS="-mcpu=823 -mmultiple -mstring -meabi -pipe -Os" LDFLAGS="-s" PKG_CONFIG_PATH=/home/dbox/dbox2/cdkroot/lib/pkgconfig \
aclocal && \
libtoolize --force && \
autoconf && \
./configure \
--build=i686-pc-linux-gnu \
--host=powerpc-tuxbox-linux-gnu \
--prefix=/home/dbox/dbox2/cdkroot \
--disable-kernel-support && \
make all && \
make install
Putting files in AC_CONFIG_AUX_DIR, `config'.
checking build system type... i686-pc-linux-gnu
checking host system type... powerpc-tuxbox-linux-gnu
checking target system type... powerpc-tuxbox-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for powerpc-tuxbox-linux-gnu-strip... powerpc-tuxbox-linux-gnu-strip
checking for powerpc-tuxbox-linux-gnu-gcc... powerpc-tuxbox-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc-tuxbox-linux-gnu-gcc accepts -g... yes
checking for powerpc-tuxbox-linux-gnu-gcc option to accept ANSI C... none neededchecking for style of include used by make... GNU
checking dependency style of powerpc-tuxbox-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... /lib/cpp
checking for powerpc-tuxbox-linux-gnu-g++... powerpc-tuxbox-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether powerpc-tuxbox-linux-gnu-g++ accepts -g... yes
checking dependency style of powerpc-tuxbox-linux-gnu-g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by powerpc-tuxbox-linux-gnu-gcc... /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking for /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /home/dbox/dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... /lib/cpp
checking for powerpc-tuxbox-linux-gnu-g77... no
checking for powerpc-tuxbox-linux-gnu-f77... no
checking for powerpc-tuxbox-linux-gnu-xlf... no
checking for powerpc-tuxbox-linux-gnu-frt... no
checking for powerpc-tuxbox-linux-gnu-pgf77... no
checking for powerpc-tuxbox-linux-gnu-fort77... no
checking for powerpc-tuxbox-linux-gnu-fl32... no
checking for powerpc-tuxbox-linux-gnu-af77... no
checking for powerpc-tuxbox-linux-gnu-f90... no
checking for powerpc-tuxbox-linux-gnu-xlf90... no
checking for powerpc-tuxbox-linux-gnu-pgf90... no
checking for powerpc-tuxbox-linux-gnu-epcf90... no
checking for powerpc-tuxbox-linux-gnu-f95... no
checking for powerpc-tuxbox-linux-gnu-fort... no
checking for powerpc-tuxbox-linux-gnu-xlf95... no
checking for powerpc-tuxbox-linux-gnu-ifc... no
checking for powerpc-tuxbox-linux-gnu-efc... no
checking for powerpc-tuxbox-linux-gnu-pgf95... no
checking for powerpc-tuxbox-linux-gnu-lf95... no
checking for powerpc-tuxbox-linux-gnu-gfortran... no
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... f95
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /home/dbox/dbox2/cdk/bin/powerpc-tuxbox-linux-gnu-nm -B output from powerpc-tuxbox-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for powerpc-tuxbox-linux-gnu-ar... powerpc-tuxbox-linux-gnu-ar
checking for powerpc-tuxbox-linux-gnu-ranlib... powerpc-tuxbox-linux-gnu-ranlib
checking for powerpc-tuxbox-linux-gnu-strip... (cached) powerpc-tuxbox-linux-gnu-strip
checking if powerpc-tuxbox-linux-gnu-gcc static flag works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for powerpc-tuxbox-linux-gnu-gcc option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-gcc PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-gcc supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-gcc linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by powerpc-tuxbox-linux-gnu-g++... /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld
checking if the linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) is GNU ld... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking for powerpc-tuxbox-linux-gnu-g++ option to produce PIC... -fPIC
checking if powerpc-tuxbox-linux-gnu-g++ PIC flag -fPIC works... yes
checking if powerpc-tuxbox-linux-gnu-g++ supports -c -o file.o... yes
checking whether the powerpc-tuxbox-linux-gnu-g++ linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for f95 option to produce PIC... -fPIC
checking if f95 PIC flag -fPIC works... yes
checking if f95 supports -c -o file.o... yes
checking whether the f95 linker (/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ssh... found (/usr/bin/ssh)
checking for gnome-config... no
checking for gnome-vfs-config... no
checking for gnome_vfs_init in -lgnomevfs... no
checking for pthread_detach in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/byteswap.h usability... no
checking sys/byteswap.h presence... no
checking for sys/byteswap.h... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking for sys/types.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for mkdir... no
checking for rmdir... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lufsd/Makefile
config.status: creating filesystems/Makefile
config.status: creating filesystems/localfs/Makefile
config.status: creating filesystems/locasefs/Makefile
config.status: creating filesystems/sshfs/Makefile
config.status: creating filesystems/ftpfs/Makefile
config.status: creating filesystems/cardfs/Makefile
config.status: creating filesystems/cefs/Makefile
config.status: creating filesystems/cefs/asyncd/Makefile
config.status: creating filesystems/gvfs/Makefile
config.status: creating filesystems/gnetfs/Makefile
config.status: creating filesystems/wavfs/Makefile
config.status: creating util/Makefile
config.status: creating kernel/Makefile
config.status: creating kernel/Linux/Makefile
config.status: creating kernel/Linux/2.4/Makefile
config.status: creating include/Makefile
config.status: creating config/Makefile
config.status: creating docs/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
###############################################################################
supported filesystems: ftpfs sshfs
suid files: lufsmnt & lufsumount.
###############################################################################
make[1]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
cd . && \
/bin/sh /home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/config/missing --run automake-1.9 --gnu Makefile
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
make[1]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
make[1]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
cd . && /bin/sh /home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/config/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[2]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
Making all in kernel
make[3]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
cd .. && \
/bin/sh /home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/config/missing --run automake-1.9 --gnu kernel/Makefile
cd .. && /bin/sh ./config.status kernel/Makefile
config.status: creating kernel/Makefile
make[3]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
make[3]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
make[4]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
make[4]: Niets te doen voor `all-am'.
make[4]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
make[3]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/kernel'
Making all in lufsd
make[3]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/lufsd'
cd .. && \
/bin/sh /home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/config/missing --run automake-1.9 --gnu lufsd/Makefile
cd .. && /bin/sh ./config.status lufsd/Makefile depfiles
config.status: creating lufsd/Makefile
config.status: executing depfiles commands
make[3]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/lufsd'
make[3]: Entering directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/lufsd'
if powerpc-tuxbox-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/include -O2 -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT daemon.o -MD -MP -MF ".deps/daemon.Tpo" -c -o daemon.o daemon.c; \
then mv -f ".deps/daemon.Tpo" ".deps/daemon.Po"; else rm -f ".deps/daemon.Tpo"; exit 1; fi
In file included from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/signal.h:313,
from daemon.c:27:
/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/sigcontext.h:28:29: asm/sigcontext.h: No such file or directory
In file included from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/errno.h:36,
from daemon.c:30:
/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/errno.h:25:26: linux/errno.h: No such file or directory
In file included from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/posix1_lim.h:126,
from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/limits.h:144,
from /home/dbox/dbox2/cdk/lib/gcc-lib/powerpc-tuxbox-linux-gnu/3.3.5/include/limits.h:122,
from /home/dbox/dbox2/cdk/lib/gcc-lib/powerpc-tuxbox-linux-gnu/3.3.5/include/syslimits.h:7,
from /home/dbox/dbox2/cdk/lib/gcc-lib/powerpc-tuxbox-linux-gnu/3.3.5/include/limits.h:11,
from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/socket.h:31,
from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/sys/socket.h:35,
from daemon.c:36:
/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory
In file included from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/sys/socket.h:35,
from daemon.c:36:
/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
In file included from /home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/sys/ioctl.h:27,
from daemon.c:38:
/home/dbox/dbox2/cdk/powerpc-tuxbox-linux-gnu/include/bits/ioctls.h:24:24: asm/ioctls.h: No such file or directory
daemon.c: In function `tempsock':
daemon.c:81: error: `EADDRINUSE' undeclared (first use in this function)
daemon.c:81: error: (Each undeclared identifier is reported only once
daemon.c:81: error: for each function it appears in.)
daemon.c: In function `main':
daemon.c:175: error: `TIOCNOTTY' undeclared (first use in this function)
make[3]: *** [daemon.o] Fout 1
make[3]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7/lufsd'
make[2]: *** [all-recursive] Fout 1
make[2]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
make[1]: *** [all] Fout 2
make[1]: Leaving directory `/home/dbox/tuxbox-cvs/cdk/lufs-0.9.7'
make: *** [.deps/lufs] Fout 2
Hat jemand einziges idee was hier fehlt?
Ich brauche den neusten version von Fedora (core 4).
Ich brauche das commando: make flash-squashfsenigmaimages
Problem mit CVS: lufsd hat fehler!
-
- Beiträge: 2
- Registriert: Samstag 9. Juli 2005, 19:05
-
- Einsteiger
- Beiträge: 311
- Registriert: Freitag 26. Juli 2002, 22:25
-
- Beiträge: 2
- Registriert: Samstag 9. Juli 2005, 19:05
-
- Interessierter
- Beiträge: 51
- Registriert: Donnerstag 17. Juni 2004, 12:26