kanotix.com

Entwicklung - Fehler beim configure von gettext

doc2 - 20.05.2006, 07:12 Uhr
Titel: Fehler beim configure von gettext
Habe hier ein Problem mit dem configure Script von gettext 0.14.5. Und zwar: das configure Script im Verzeichniss gettext-tools sucht wohl nach einer Ablagemöglichkeit für .elc Files. Allerdings passiert danach nichts nenenswertes mehr. Außer das sich ein Prozess mit dem Namen "3" 99% CPU gönnt.
Code:
configure: configuring in gettext-tools
configure: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.
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 gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /usr/bin/install -c
checking for bison... bison -y
checking for Java to native code compiler... none
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for Java compiler... no
checking for jar... no
checking for Java virtual machine... java
checking for preferred C# implementation... any
checking for C# compiler... no
checking for C# program execution engine... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for strerror in -lcposix... no
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 a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
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... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/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... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/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 for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library path variable... LD_LIBRARY_PATH
checking whether to activate relocatable installation... no
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for signed... yes
checking for unsigned long long... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for pid_t... yes
checking for mode_t... yes
checking for sig_atomic_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long... yes
checking for long double... yes
checking for vprintf... yes
checking for _doprnt... no
checking for chown... yes
checking for getcwd... yes
checking for posix_spawn... yes
checking for raise... yes
checking for select... yes
checking for strerror... yes
checking for strtoul... yes
checking for uname... yes
checking for utime... yes
checking for utimes... yes
checking for waitid... yes
checking for atexit... yes
checking for memmove... yes
checking for memset... yes
checking for stpcpy... yes
checking for strcspn... yes
checking for strpbrk... yes
checking for strstr... yes
checking for vasprintf... yes
checking for getline... yes
checking for working getline function... yes
checking for an ANSI C-conforming const... yes
checking for mbstate_t... yes
checking for working POSIX fnmatch... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking for eaccess... no
checking for working stpncpy... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for isascii... yes
checking for strtoul... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking for iswprint... yes
checking for mbsinit... yes
checking for iswcntrl... yes
checking for wcwidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking whether wcwidth is declared... yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for string.h... (cached) yes
checking for long file names... yes
checking for pathconf... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for waitpid... yes
checking for union wait... no
checking whether stat file-mode macros are broken... no
checking for __secure_getenv... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for mkdtemp... yes
checking for sigprocmask... yes
checking for signal handlers with siginfo_t... yes
checking for setenv... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking for strerror... (cached) yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking for error_at_line... yes
checking for mbstate_t... (cached) yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for readlink... yes
checking for canonicalize_file_name... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for setlocale declaration...
         extern char *setlocale (int category, const char *locale);
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking whether strdup is declared... yes
checking for C/C++ restrict keyword... __restrict
checking for mempcpy... yes
checking for memchr... yes
checking for strdup... yes
checking for working re_compile_pattern... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for gethostname... yes
checking for gethostbyname... yes
checking for inet_ntop... yes
checking for IPv6 sockets... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... (cached) ranlib
checking for off_t... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for shared library run path origin... done
checking for ptrdiff_t... (cached) yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking for malloc.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... (cached) yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for __fsetlocking... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... (cached) yes
checking whether fgets_unlocked is declared... (cached) yes
checking whether getc_unlocked is declared... (cached) yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for emacs... emacs
checking where .elc files should go... <---- hier steht dann das configure Script

Nun habe ich schon configure.log durchwühlt, da finde ich aber auch nichts brauchbares. Weinen
Ich habe die Vermutung das noch ein Paket nachinstalliert werden muß, habe aber keinen Schimmer welches. Arbeite hier mit einer BughunterX mit der ich eigentlich zufrieden bin und auch nicht auf was anderes "updaten" will. Oder liegts an einem Makro von den Autotools?
Diese Verhalten tritt auch bei anderen Gettextversionen auf.
slh - 20.05.2006, 12:45 Uhr
Titel: Fehler beim configure von gettext
gettext:
Installiert:0.14.5-4
Mögliche Pakete:0.14.5-4
Versions-Tabelle:
*** 0.14.5-4 0
500 http://ftp.de.debian.org sid/main Packages
500 http://ftp.debian.org sid/main Packages
100 /var/lib/dpkg/status
doc2 - 21.05.2006, 15:43 Uhr
Titel:
ja is schon klar slh Cool
Ich will gettext aber cross für Mipsel kompilieren, nur fange ich da in der Regel beim configure nativ an. Wenn es da durchläuft gehts weiter mit den Crossenviroment.
Habs inzwischen hinbekommen, Schuld war das Paket e3. Deinstalliert und es läuft durch, habe jetzt zwar noch ein Problem mit ner Lib aber das ist ein anderer Schuh.
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007