bug#37560: bug on make of libtool 2.4.6 project

"LE CONNIAT, Thierry via Bug-libtool" via Bug reports for the GNU libtool shared library maintenance tool <[email protected]>
Newsgroups gmane.comp.gnu.libtool.bugs
Message-ID <AM4PR0201MB206657A2EB46F11FEE416FE1D5820@AM4PR0201MB2066.eurprd02.prod.outlook.com>
I an using Ubuntu for windows  and i try to compile libtool  2.4.6.

I do the bootstrap , and configure (log are joined in files)  operations

I note during bootstrap some things anormal or not ?

bootstrap: running: git submodule init -- gnulib
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule update -- gnulib
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule init -- gl-mod/bootstrap
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule update -- gl-mod/bootstrap
fatal: not a git repository (or any of the parent directories): .git

I note during operation  configure  some things anormal or not ?
              checking for the default library search path... ./configure: line 13397: printf: write error: Input/output error


and then the make which give me that error :

thierry@LFR038391:~/libtool-2.4.6$ make --trace

...
Makefile:1265: update target 'libltdl/loaders/libltdl_libltdl_la-preopen.lo' due to: libltdl/loaders/preopen.c libltdl/loaders/.dirstamp libltdl/loaders/.deps/.dirstamp
echo "  CC      " libltdl/loaders/libltdl_libltdl_la-preopen.lo;/bin/bash ./libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -Ilibltdl/libltdl -I./libltdl/libltdl   -g -O2 -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
  CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo
mv: cannot stat 'libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo': No such file or directory
Makefile:1265: recipe for target 'libltdl/loaders/libltdl_libltdl_la-preopen.lo' failed
make[2]: *** [libltdl/loaders/libltdl_libltdl_la-preopen.lo] Error 1
make[2]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:1610: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:999: recipe for target 'all' failed
make: *** [all] Error 2

thierry@LFR038391:~/libtool-2.4.6$

              the libtool is not build and i dont know why ?

              Is it  normal to use libtool to build libtool ?

              I try to investigate many files like config.h which contains some binaries caracters !!!!  normal or not ?  if not perhaps i have a file system error !





This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

_______________________________________________
Bug-libtool mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-libtool
bootstrap.txt (text/plain, 4.2 KB)
thierry@LFR038391:~/libtool-2.4.6$ ./bootstrap
bootstrap: running: git submodule init -- gnulib
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule update -- gnulib
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule init -- gl-mod/bootstrap
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: git submodule update -- gl-mod/bootstrap
fatal: not a git repository (or any of the parent directories): .git
bootstrap: running: gnulib/gnulib-tool --no-changelog --avoid=dummy --libtool --macro-prefix=GL --with-tests --tests-base=gnulib-tests --aux-dir=build-aux --m4-base=m4 --doc-base=doc --lib=libgnu --local-dir=gl --local-dir=gl-mod/bootstrap --source-base=lib --symlink --import announce-gen bootstrap...
gnulib-tool: warning: module bootstrap doesn't exist
gnulib-tool: warning: module extract-trace doesn't exist
gnulib-tool: warning: module inline-source doesn't exist
gnulib-tool: warning: module options-parser doesn't exist
Module list with included dependencies (indented):
  announce-gen
  do-release-commit-and-tag
  gendocs
  git-version-gen
  gitlog-to-changelog
  gnu-web-doc-update
    gnumakefile
  gnupload
  maintainer-makefile
  readme-release
    test-framework-sh
    test-framework-sh-tests
  update-copyright
    update-copyright-tests
    useless-if-before-free
    vc-list-files
    vc-list-files-tests
gnulib-tool: warning: module bootstrap doesn't exist
gnulib-tool: warning: module extract-trace doesn't exist
gnulib-tool: warning: module inline-source doesn't exist
gnulib-tool: warning: module options-parser doesn't exist
File list:
  build-aux/announce-gen
  build-aux/do-release-commit-and-tag
  build-aux/gendocs.sh
  build-aux/git-version-gen
  build-aux/gitlog-to-changelog
  build-aux/gnu-web-doc-update
  build-aux/gnupload
  build-aux/update-copyright
  build-aux/useless-if-before-free
  build-aux/vc-list-files
  doc/gendocs_template
  doc/gendocs_template_min
  m4/00gnulib.m4
  m4/gnulib-common.m4
  tests/init.sh
  tests/test-init.sh
  tests/test-update-copyright.sh
  tests/test-vc-list-files-cvs.sh
  tests/test-vc-list-files-git.sh
  top/GNUmakefile
  top/README-release
  top/maint.mk
Replacing file README-release (non-gnulib code backed up in README-release~) !!
Creating m4/gnulib-cache.m4
Finished.

You may need to add #include directives for the following .h files.

Don't forget to
  - add "lib/Makefile" to AC_CONFIG_FILES in ./configure.ac,
  - add "gnulib-tests/Makefile" to AC_CONFIG_FILES in ./configure.ac,
  - mention "lib" in SUBDIRS in Makefile.am,
  - mention "gnulib-tests" in SUBDIRS in Makefile.am,
  - mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
  - mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
  - invoke GL_EARLY in ./configure.ac, right after AC_PROG_CC,
  - invoke GL_INIT in ./configure.ac.
bootstrap: running: make bootstrap-deps AM_DEFAULT_VERBOSITY=0 PACKAGE='libtool' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='GNU Libtool' PACKAGE_URL='http://www.gnu.org/s/libtool/'...
make ./libltdl/Makefile.am ./build-aux/ltmain.sh ./m4/ltversion.m4
make[1]: Entering directory '/home/thierry/libtool-2.4.6'
  GEN      libltdl/Makefile.am
  GEN      build-aux/ltmain.sh
/bin/sh: 14: ./build-aux/inline-source: not found
cat: ./.serial: No such file or directory
  GEN      m4/ltversion.m4
make[1]: Leaving directory '/home/thierry/libtool-2.4.6'
bootstrap: running: autoreconf --symlink --install
m4/ltversion.m4:12: warning: ill-formed serial number 'ltversion.m4', expecting a version string with only digits and dots
m4/ltversion.m4:12: warning: ill-formed serial number 'ltversion.m4', expecting a version string with only digits and dots
bootstrap: running: autoreconf --symlink --install libltdl
../m4/ltversion.m4:12: warning: ill-formed serial number 'ltversion.m4', expecting a version string with only digits and dots
../m4/ltversion.m4:12: warning: ill-formed serial number 'ltversion.m4', expecting a version string with only digits and dots
build-aux/no-bogus-m4-defines: 32: .: Can't open build-aux//funclib.sh
thierry@LFR038391:~/libtool-2.4.6$
configure.txt (text/plain, 8.3 KB)
thierry@LFR038391:~/libtool-2.4.6$ ./configure
## --------------------------- ##
## Configuring libtool UNKNOWN ##
## --------------------------- ##

checking for GNU M4 that supports accurate traces... /usr/bin/m4
checking whether /usr/bin/m4 accepts --gnu... yes
checking how m4 supports trace files... --debugfile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
configure: autobuild project... GNU Libtool
configure: autobuild revision... UNKNOWN
configure: autobuild hostname... LFR038391
configure: autobuild mode... default
configure: autobuild timestamp... 20190930T123833Z
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... 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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... ./configure: line 12304: warning: command substitution: ignored null byte in input
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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
checking what extension is used for runtime loadable modules... .so
checking what variable specifies run-time module search path... LD_LIBRARY_PATH
checking for the default library search path... ./configure: line 13397: printf: write error: Input/output error
checking for library containing dlopen... no
checking for dlopen in -lsvld... no
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... no
checking for error_t... no
checking for argz_add... no
checking for argz_append... no
checking for argz_count... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for dirent.h... no
checking for closedir... no
checking for opendir... no
checking for readdir... no
checking for strlcat... no
checking for strlcpy... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking whether we are using the GNU Fortran compiler... no
checking whether  accepts -g... no
checking for gccgo... no
checking for gcj... no
checking for windres... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnulib-tests/Makefile
config.status: creating lib/Makefile
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
thierry@LFR038391:~/libtool-2.4.6$
make.txt (text/plain, 1.4 KB)
thierry@LFR038391:~/libtool-2.4.6$ make
  GEN      build-aux/ltmain.sh
/bin/bash: line 13: ./build-aux/inline-source: No such file or directory
  GEN      libtool
config.status: executing libtool commands
  GEN      libtoolize
/bin/bash: ./build-aux/extract-trace: No such file or directory
  GEN      libltdl/libltdl/lt__argz.h
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/thierry/libtool-2.4.6/build-aux/missing autoheader)
rm -f stamp-h1
touch config-h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory '/home/thierry/libtool-2.4.6'
Making all in .
make[2]: Entering directory '/home/thierry/libtool-2.4.6'
  CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
mv: cannot stat 'libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo': No such file or directory
Makefile:1265: recipe for target 'libltdl/loaders/libltdl_libltdl_la-preopen.lo' failed
make[2]: *** [libltdl/loaders/libltdl_libltdl_la-preopen.lo] Error 1
make[2]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:1610: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:999: recipe for target 'all' failed
make: *** [all] Error 2
thierry@LFR038391:~/libtool-2.4.6$
maketrace.txt (text/plain, 9.3 KB)
thierry@LFR038391:~/libtool-2.4.6$ make --trace
Makefile:2162: update target 'm4/ltversion.m4' due to: .version
rebuild=:; revision=`CDPATH="${ZSH_VERSION+.}:" && cd . && '/bin/bash' 'build-aux/git-version-gen' '--fallback' 'UNKNOWN' '.tarball-version' | /bin/sed 's|-.*$||'`; \
if test -f 'm4/ltversion.m4'; then \
  eval `'/bin/sed' -n '/^macro_revision=/p' 'm4/ltversion.m4'`; \
  test "x$macro_revision" = "x$revision" && rebuild=false; \
fi; \
for prereq in .version; do \
  case $prereq in *.version);; *) rebuild=:;; esac; \
done; \
if $rebuild; then \
  rm -f 'm4/ltversion.m4'; \
  if test -d './.git' && git --version >/dev/null 2>&1; then \
    git log --pretty=oneline |wc -l |/bin/sed 's|[       ]||g' > './.serial'; \
  fi; \
  serial=`cat './.serial'`; \
  if test 0 = '0' && test 1 != ''; \
    then echo "  GEN     " m4/ltversion.m4; \
  else echo /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' "'./m4/ltversion.in' > 'm4/ltversion.m4'"; fi; \
  /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' './m4/ltversion.in' > 'm4/ltversion.m4'; \
  chmod a-w 'm4/ltversion.m4'; \
fi
Makefile:1039: update target 'config.h' due to: stamp-h1
test -f config.h || rm -f stamp-h1
test -f config.h || make  stamp-h1
Makefile:999: update target 'all' due to: libtool libtoolize libltdl/libltdl/lt__argz.h .version config.h
make  all-recursive
make[1]: Entering directory '/home/thierry/libtool-2.4.6'
Makefile:2162: update target 'm4/ltversion.m4' due to: .version
rebuild=:; revision=`CDPATH="${ZSH_VERSION+.}:" && cd . && '/bin/bash' 'build-aux/git-version-gen' '--fallback' 'UNKNOWN' '.tarball-version' | /bin/sed 's|-.*$||'`; \
if test -f 'm4/ltversion.m4'; then \
  eval `'/bin/sed' -n '/^macro_revision=/p' 'm4/ltversion.m4'`; \
  test "x$macro_revision" = "x$revision" && rebuild=false; \
fi; \
for prereq in .version; do \
  case $prereq in *.version);; *) rebuild=:;; esac; \
done; \
if $rebuild; then \
  rm -f 'm4/ltversion.m4'; \
  if test -d './.git' && git --version >/dev/null 2>&1; then \
    git log --pretty=oneline |wc -l |/bin/sed 's|[       ]||g' > './.serial'; \
  fi; \
  serial=`cat './.serial'`; \
  if test 0 = '0' && test 1 != ''; \
    then echo "  GEN     " m4/ltversion.m4; \
  else echo /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' "'./m4/ltversion.in' > 'm4/ltversion.m4'"; fi; \
  /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' './m4/ltversion.in' > 'm4/ltversion.m4'; \
  chmod a-w 'm4/ltversion.m4'; \
fi
Makefile:1610: target 'all-recursive' does not exist
fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.1' && test -n '/home/thierry/libtool-2.4.6'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \  ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs   ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
  failcom='fail=yes'; \
else \
  failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
  distclean-* | maintainer-clean-*) list='. gnulib-tests lib' ;; \
  *) list='. gnulib-tests lib' ;; \
esac; \
for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making all in .
make[2]: Entering directory '/home/thierry/libtool-2.4.6'
Makefile:2162: update target 'm4/ltversion.m4' due to: .version
rebuild=:; revision=`CDPATH="${ZSH_VERSION+.}:" && cd . && '/bin/bash' 'build-aux/git-version-gen' '--fallback' 'UNKNOWN' '.tarball-version' | /bin/sed 's|-.*$||'`; \
if test -f 'm4/ltversion.m4'; then \
  eval `'/bin/sed' -n '/^macro_revision=/p' 'm4/ltversion.m4'`; \
  test "x$macro_revision" = "x$revision" && rebuild=false; \
fi; \
for prereq in .version; do \
  case $prereq in *.version);; *) rebuild=:;; esac; \
done; \
if $rebuild; then \
  rm -f 'm4/ltversion.m4'; \
  if test -d './.git' && git --version >/dev/null 2>&1; then \
    git log --pretty=oneline |wc -l |/bin/sed 's|[       ]||g' > './.serial'; \
  fi; \
  serial=`cat './.serial'`; \
  if test 0 = '0' && test 1 != ''; \
    then echo "  GEN     " m4/ltversion.m4; \
  else echo /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' "'./m4/ltversion.in' > 'm4/ltversion.m4'"; fi; \
  /bin/sed -e 's|@MACRO_VERSION\@|UNKNOWN|g' -e "s|@MACRO_REVISION\@|$revision|g" -e "s|@MACRO_SERIAL\@|$serial|g" -e 's|@PACKAGE\@|libtool|g' -e 's|@PACKAGE_BUGREPORT\@|[email protected]|g' -e 's|@PACKAGE_URL\@|http://www.gnu.org/software/libtool/|g' -e 's|@PACKAGE_NAME\@|GNU Libtool|g' -e "s|@package_revision\@|$revision|g" -e 's|@PACKAGE_STRING\@|GNU Libtool UNKNOWN|g' -e 's|@PACKAGE_TARNAME\@|libtool|g' -e 's|@PACKAGE_VERSION\@|UNKNOWN|g' -e 's|@VERSION\@|UNKNOWN|g' './m4/ltversion.in' > 'm4/ltversion.m4'; \
  chmod a-w 'm4/ltversion.m4'; \
fi
Makefile:1265: update target 'libltdl/loaders/libltdl_libltdl_la-preopen.lo' due to: libltdl/loaders/preopen.c libltdl/loaders/.dirstamp libltdl/loaders/.deps/.dirstamp
echo "  CC      " libltdl/loaders/libltdl_libltdl_la-preopen.lo;/bin/bash ./libtool --silent --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I.  -DLTDLOPEN=libltdl -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -Ilibltdl/libltdl -I./libltdl/libltdl   -g -O2 -MT libltdl/loaders/libltdl_libltdl_la-preopen.lo -MD -MP -MF libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo -c -o libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
  CC       libltdl/loaders/libltdl_libltdl_la-preopen.lo
mv -f libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo
mv: cannot stat 'libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Tpo': No such file or directory
Makefile:1265: recipe for target 'libltdl/loaders/libltdl_libltdl_la-preopen.lo' failed
make[2]: *** [libltdl/loaders/libltdl_libltdl_la-preopen.lo] Error 1
make[2]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:1610: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/thierry/libtool-2.4.6'
Makefile:999: recipe for target 'all' failed
make: *** [all] Error 2
thierry@LFR038391:~/libtool-2.4.6$
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.