• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

RPM cross compiling

Xenon

Member
hallo Forum,
versuche seit ein paar Tagen RPM für embedded system zu kompilieren. Irgendwie geliengt es mir nicht ganz. Mein Ziel ist es RPM für powerpc zu kompilieren. Die Architektur ist 6xx und ich arbeite mit ELDK www.denx.de
Als erstes wurden die Umgebungsvariablen eingetragen
#export CC=ppc_6cc-gcc
#export PATH=/usr/home/eldk/usr/bin:/$PATH
wenn man compiliert dann wird die compilierung unterbrochen.
DANKE!

[root@sip-server rpm-4.2.3]# ./configure --host=i386-redhat-linux
--target=power-6xx-linux-gnu --prefix=/test/rpm_ppc --enable-shared=no
configure: WARNING: If you wanted to set the --build type, don't use --host.

If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-redhat-linux-gnu
checking host system type... i386-redhat-linux-gnu
checking target system type... power-6xx-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 i386-redhat-linux-strip... no
checking for strip... strip
checking for i386-redhat-linux-gcc... ppc_6xx-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 ppc_6xx-gcc accepts -g... yes
checking for ppc_6xx-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of ppc_6xx-gcc... gcc3
checking how to run the C preprocessor... ppc_6xx-gcc -E
checking for egrep... grep -E
checking for AIX... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for i386-redhat-linux-g++... i386-redhat-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-redhat-linux-g++ accepts -g... yes
checking dependency style of i386-redhat-linux-g++... gcc3
checking how to run the C preprocessor... ppc_6xx-gcc -E
checking whether ppc_6xx-gcc needs -traditional... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether va_list assignments need array notation... no
checking for ctags... /usr/bin/ctags
checking for cscope... /bin/true
checking flag used by libtool to link rpm... -all-static
checking POSIX chmod... yes
checking for mkdir... /bin/mkdir
checking if /bin/mkdir supports -p... yes
checking for library containing strerror... none required
checking for function prototypes... yes
checking for string.h... (cached) yes
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by ppc_6xx-gcc... /install/eldk/usr/ppc-linux/bin/ld
checking if the linker (/install/eldk/usr/ppc-linux/bin/ld) is GNU ld... no
checking for /install/eldk/usr/ppc-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i386-redhat-linux-g++ -E
checking for i386-redhat-linux-g77... no
checking for i386-redhat-linux-f77... no
checking for i386-redhat-linux-xlf... no
checking for i386-redhat-linux-frt... no
checking for i386-redhat-linux-pgf77... no
checking for i386-redhat-linux-fort77... no
checking for i386-redhat-linux-fl32... no
checking for i386-redhat-linux-af77... no
checking for i386-redhat-linux-f90... no
checking for i386-redhat-linux-xlf90... no
checking for i386-redhat-linux-pgf90... no
checking for i386-redhat-linux-epcf90... no
checking for i386-redhat-linux-f95... no
checking for i386-redhat-linux-fort... no
checking for i386-redhat-linux-xlf95... no
checking for i386-redhat-linux-ifc... no
checking for i386-redhat-linux-efc... no
checking for i386-redhat-linux-pgf95... no
checking for i386-redhat-linux-lf95... no
checking for i386-redhat-linux-gfortran... no
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse nm output from ppc_6xx-gcc object... ok
checking for objdir... .libs
checking for i386-redhat-linux-ar... no
checking for ar... ar
checking for i386-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for i386-redhat-linux-strip... strip
checking if ppc_6xx-gcc static flag works... no
checking if ppc_6xx-gcc supports -fno-rtti -fno-exceptions... no
checking for ppc_6xx-gcc option to produce PIC... -fPIC
checking if ppc_6xx-gcc PIC flag -fPIC works... yes
checking if ppc_6xx-gcc supports -c -o file.o... yes
checking whether the ppc_6xx-gcc linker (/install/eldk/usr/ppc-linux/bin/ld)

supports shared libraries... 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... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i386-redhat-linux-g++...
/install/eldk/usr/ppc-linux/bin/ld
checking if the linker (/install/eldk/usr/ppc-linux/bin/ld) is GNU ld... no
checking whether the i386-redhat-linux-g++ linker
(/install/eldk/usr/ppc-linux/bin/ld) supports shared libraries... yes
checking for i386-redhat-linux-g++ option to produce PIC... -fPIC
checking if i386-redhat-linux-g++ PIC flag -fPIC works... yes
checking if i386-redhat-linux-g++ supports -c -o file.o... yes
checking whether the i386-redhat-linux-g++ linker
(/install/eldk/usr/ppc-linux/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... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/install/eldk/usr/ppc-linux/bin/ld)
supports shared
libraries... 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 for i386-redhat-linux-ar... ar
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for chgrp... /bin/chgrp
checking for chmod... /bin/chmod
checking for chown... /bin/chown
checking for cp... /bin/cp
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for gpg... /usr/bin/gpg
checking for grep... /bin/grep
checking for gzip... /bin/gzip
checking for unzip... /usr/bin/unzip
checking for id... /usr/bin/id
checking checking whether id supports -u... yes
checking for install... /usr/bin/install
checking for make... /usr/bin/make
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for patch... /usr/bin/patch
checking old version of patch... patch later then 2.2 found
checking for perl... /usr/bin/perl
checking for pgp... /usr/bin/pgp
checking for python... /usr/bin/python
checking for rm... /bin/rm
checking for rsh... /usr/bin/rsh
checking for sed... /bin/sed
checking for ssh... /usr/bin/ssh
checking for tar... /bin/tar
checking for ld... /usr/bin/ld
checking for nm... /usr/bin/nm
checking for objcopy... /usr/bin/objcopy
checking for objdump... /usr/bin/objdump
checking for strip... /usr/bin/strip
checking for /test/rpm_ppc/lib in LIBS... no
checking for /test/rpm_ppc/include in INCPATH... no
checking for /usr/ucblib in LIBS... no
checking libelf.h usability... no
checking libelf.h presence... no
checking for libelf.h... no
checking gelf.h usability... no
checking gelf.h presence... no
checking for gelf.h... no
checking dwarf.h usability... no
checking dwarf.h presence... no
checking for dwarf.h... no
checking beecrypt/beecrypt.h usability... no
checking beecrypt/beecrypt.h presence... no
checking for beecrypt/beecrypt.h... no
checking for setreuid... no
checking for setreuid in -lucb... no
checking for rand... no
checking for rand in -lrand... no
checking for getdomainname... no
checking for getdomainname in -lnsl... no
checking for socket... no
checking for socket in -lsocket... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking error.h usability... no
checking error.h presence... no
checking for error.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for error... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking pthread.h usability... no
checking pthread.h presence... no
checking for pthread.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking synch.h usability... no
checking synch.h presence... no
checking for synch.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking semaphore.h usability... no
checking semaphore.h presence... no
checking for semaphore.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for pthread_mutex_trylock in -lpthread... no
checking for __pthread_mutex_trylock in -lpthread... no
checking for mutex_lock in -lthread... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking aio.h usability... no
checking aio.h presence... no
checking for aio.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for library containing aio_read... no
checking for fchmod... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for vsnprintf... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for snprintf... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for writev in -lport... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for gzread in -lz... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for gzread in -lgz... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
configure: error: sorry rpm requires libz.a or libgz.a (from the zlib
package)
./configure: PATH_SEPARATOR: command not found
[root@sip-server rpm-4.2.3]# export LIBS=/install/rpm-4.2.3/lib
[root@sip-server rpm-4.2.3]# ./configure --host=i386-redhat-linux
--target=power-6xx-linux-gnu --prefix=/test/rpm_ppc --enable-shared=no
configure: WARNING: If you wanted to set the --build type, don't use --host.

If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-redhat-linux-gnu
checking host system type... i386-redhat-linux-gnu
checking target system type... power-6xx-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 i386-redhat-linux-strip... no
checking for strip... strip
checking for i386-redhat-linux-gcc... ppc_6xx-gcc
checking for C compiler default output file name... configure: error: C
compiler
cannot create executables
See `config.log' for more details.
[root@sip-server rpm-4.2.3]# unset LIBS
[root@sip-server rpm-4.2.3]# ./configure --host=i386-redhat-linux
--target=power-6xx-linux-gnu --prefix=/test/rpm_ppc --enable-static=yes
configure: WARNING: If you wanted to set the --build type, don't use --host.

If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-redhat-linux-gnu
checking host system type... i386-redhat-linux-gnu
checking target system type... power-6xx-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 i386-redhat-linux-strip... no
checking for strip... strip
checking for i386-redhat-linux-gcc... ppc_6xx-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 ppc_6xx-gcc accepts -g... yes
checking for ppc_6xx-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of ppc_6xx-gcc... gcc3
checking how to run the C preprocessor... ppc_6xx-gcc -E
checking for egrep... grep -E
checking for AIX... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for i386-redhat-linux-g++... i386-redhat-linux-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i386-redhat-linux-g++ accepts -g... yes
checking dependency style of i386-redhat-linux-g++... gcc3
checking how to run the C preprocessor... ppc_6xx-gcc -E
checking whether ppc_6xx-gcc needs -traditional... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether va_list assignments need array notation... no
checking for ctags... /usr/bin/ctags
checking for cscope... /bin/true
checking flag used by libtool to link rpm... -all-static
checking POSIX chmod... yes
checking for mkdir... /bin/mkdir
checking if /bin/mkdir supports -p... yes
checking for library containing strerror... none required
checking for function prototypes... yes
checking for string.h... (cached) yes
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for ld used by ppc_6xx-gcc... /install/eldk/usr/ppc-linux/bin/ld
checking if the linker (/install/eldk/usr/ppc-linux/bin/ld) is GNU ld... no
checking for /install/eldk/usr/ppc-linux/bin/ld option to reload object
files... -r
checking for BSD-compatible nm... nm
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... i386-redhat-linux-g++ -E
checking for i386-redhat-linux-g77... no
checking for i386-redhat-linux-f77... no
checking for i386-redhat-linux-xlf... no
checking for i386-redhat-linux-frt... no
checking for i386-redhat-linux-pgf77... no
checking for i386-redhat-linux-fort77... no
checking for i386-redhat-linux-fl32... no
checking for i386-redhat-linux-af77... no
checking for i386-redhat-linux-f90... no
checking for i386-redhat-linux-xlf90... no
checking for i386-redhat-linux-pgf90... no
checking for i386-redhat-linux-epcf90... no
checking for i386-redhat-linux-f95... no
checking for i386-redhat-linux-fort... no
checking for i386-redhat-linux-xlf95... no
checking for i386-redhat-linux-ifc... no
checking for i386-redhat-linux-efc... no
checking for i386-redhat-linux-pgf95... no
checking for i386-redhat-linux-lf95... no
checking for i386-redhat-linux-gfortran... no
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse nm output from ppc_6xx-gcc object... ok
checking for objdir... .libs
checking for i386-redhat-linux-ar... no
checking for ar... ar
checking for i386-redhat-linux-ranlib... no
checking for ranlib... ranlib
checking for i386-redhat-linux-strip... strip
checking if ppc_6xx-gcc static flag works... no
checking if ppc_6xx-gcc supports -fno-rtti -fno-exceptions... no
checking for ppc_6xx-gcc option to produce PIC... -fPIC
checking if ppc_6xx-gcc PIC flag -fPIC works... yes
checking if ppc_6xx-gcc supports -c -o file.o... yes
checking whether the ppc_6xx-gcc linker (/install/eldk/usr/ppc-linux/bin/ld)

supports shared libraries... 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... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i386-redhat-linux-g++...
/install/eldk/usr/ppc-linux/bin/ld
checking if the linker (/install/eldk/usr/ppc-linux/bin/ld) is GNU ld... no
checking whether the i386-redhat-linux-g++ linker
(/install/eldk/usr/ppc-linux/bin/ld) supports shared libraries... yes
checking for i386-redhat-linux-g++ option to produce PIC... -fPIC
checking if i386-redhat-linux-g++ PIC flag -fPIC works... yes
checking if i386-redhat-linux-g++ supports -c -o file.o... yes
checking whether the i386-redhat-linux-g++ linker
(/install/eldk/usr/ppc-linux/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... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/install/eldk/usr/ppc-linux/bin/ld)
supports shared
libraries... 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 for i386-redhat-linux-ar... ar
checking for bzip2... /usr/bin/bzip2
checking for cat... /bin/cat
checking for chgrp... /bin/chgrp
checking for chmod... /bin/chmod
checking for chown... /bin/chown
checking for cp... /bin/cp
checking for cpio... /bin/cpio
checking for file... /usr/bin/file
checking for gpg... /usr/bin/gpg
checking for grep... /bin/grep
checking for gzip... /bin/gzip
checking for unzip... /usr/bin/unzip
checking for id... /usr/bin/id
checking checking whether id supports -u... yes
checking for install... /usr/bin/install
checking for make... /usr/bin/make
checking for mkdir... /bin/mkdir
checking for mv... /bin/mv
checking for patch... /usr/bin/patch
checking old version of patch... patch later then 2.2 found
checking for perl... /usr/bin/perl
checking for pgp... /usr/bin/pgp
checking for python... /usr/bin/python
checking for rm... /bin/rm
checking for rsh... /usr/bin/rsh
checking for sed... /bin/sed
checking for ssh... /usr/bin/ssh
checking for tar... /bin/tar
checking for ld... /usr/bin/ld
checking for nm... /usr/bin/nm
checking for objcopy... /usr/bin/objcopy
checking for objdump... /usr/bin/objdump
checking for strip... /usr/bin/strip
checking for /test/rpm_ppc/lib in LIBS... no
checking for /test/rpm_ppc/include in INCPATH... no
checking for /usr/ucblib in LIBS... no
checking libelf.h usability... no
checking libelf.h presence... no
checking for libelf.h... no
checking gelf.h usability... no
checking gelf.h presence... no
checking for gelf.h... no
checking dwarf.h usability... no
checking dwarf.h presence... no
checking for dwarf.h... no
checking beecrypt/beecrypt.h usability... no
checking beecrypt/beecrypt.h presence... no
checking for beecrypt/beecrypt.h... no
checking for setreuid... no
checking for setreuid in -lucb... no
checking for rand... no
checking for rand in -lrand... no
checking for getdomainname... no
checking for getdomainname in -lnsl... no
checking for socket... no
checking for socket in -lsocket... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking error.h usability... no
checking error.h presence... no
checking for error.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for error... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking thread.h usability... no
checking thread.h presence... no
checking for thread.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking pthread.h usability... no
checking pthread.h presence... no
checking for pthread.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking synch.h usability... no
checking synch.h presence... no
checking for synch.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking semaphore.h usability... no
checking semaphore.h presence... no
checking for semaphore.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for pthread_mutex_trylock in -lpthread... no
checking for __pthread_mutex_trylock in -lpthread... no
checking for mutex_lock in -lthread... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
./configure: ${+set}: bad substitution
checking aio.h usability... no
checking aio.h presence... no
checking for aio.h... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for library containing aio_read... no
checking for fchmod... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for vsnprintf... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for snprintf... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
checking for writev in -lport... no
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for gzread in -lz... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
./configure: eval sed

'y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g':

command not found
checking for gzread in -lgz... ./configure: ${+set}: bad substitution
./configure: =no: command not found
./configure: ${}: bad substitution
./configure: ${}: bad substitution

./configure: ${}: bad substitution
./configure: test: =: unary operator expected
configure: error: sorry rpm requires libz.a or libgz.a (from the zlib
package)
./configure: PATH_SEPARATOR: command not found
 
Oben