GNU bug report logs - #37560
bug on make of libtool 2.4.6 project

Previous Next

Package: libtool;

Reported by: "LE CONNIAT, Thierry" <thierry.le-conniat <at> capgemini.com>

Date: Mon, 30 Sep 2019 14:32:01 UTC

Severity: normal

Done: Mike Frysinger <vapier <at> gentoo.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37560 in the body.
You can then email your comments to 37560 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#37560; Package libtool. (Mon, 30 Sep 2019 14:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "LE CONNIAT, Thierry" <thierry.le-conniat <at> capgemini.com>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Mon, 30 Sep 2019 14:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "LE CONNIAT, Thierry" <thierry.le-conniat <at> capgemini.com>
To: "bug-libtool <at> gnu.org" <bug-libtool <at> gnu.org>
Subject: bug on make of libtool 2.4.6 project 
Date: Mon, 30 Sep 2019 13:21:12 +0000
[Message part 1 (text/plain, inline)]
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 <at> 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 <at> 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.
[Message part 2 (text/html, inline)]
[bootstrap.txt (text/plain, attachment)]
[configure.txt (text/plain, attachment)]
[make.txt (text/plain, attachment)]
[maketrace.txt (text/plain, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#37560; Package libtool. (Mon, 30 Sep 2019 14:46:02 GMT) Full text and rfc822 format available.

Message #8 received at 37560 <at> debbugs.gnu.org (full text, mbox):

From: Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>
To: "LE CONNIAT,
 Thierry via Bug-libtool via Bug reports for the GNU libtool shared library
 maintenance tool" <bug-libtool <at> gnu.org>
Cc: "LE CONNIAT, Thierry" <thierry.le-conniat <at> capgemini.com>,
 37560 <at> debbugs.gnu.org
Subject: Re: bug#37560: bug on make of libtool 2.4.6 project
Date: Mon, 30 Sep 2019 09:45:46 -0500 (CDT)
On Mon, 30 Sep 2019, LE CONNIAT, Thierry via Bug-libtool via Bug reports for the GNU libtool shared library maintenance tool wrote:

> 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

It looks to me like the bootstrap script expects that the libtool 
directory is based on a git clone.  Did you get it from a release 
tarball or via a git clone?  If you did get it from a release tarball, 
why do you want to run bootstrap.

>              Is it  normal to use libtool to build libtool ?

Libldtl is a library.  It is not libtool (a shell script).  First the 
libtool script is generated, and then libltdl is built using it.

>              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 !

I have no experience with "Ubuntu for windows" but perhaps Windows 
Linux system call emulation is not a perfect emulation?  Or perhaps 
your directories/folders need to be prepared in a particular way?

Bob
-- 
Bob Friesenhahn
bfriesen <at> simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/
Public Key,     http://www.simplesystems.org/users/bfriesen/public-key.txt




Information forwarded to bug-libtool <at> gnu.org:
bug#37560; Package libtool. (Mon, 30 Sep 2019 14:47:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 37560 <at> debbugs.gnu.org and "LE CONNIAT, Thierry" <thierry.le-conniat <at> capgemini.com> Request was from Mike Frysinger <vapier <at> gentoo.org> to control <at> debbugs.gnu.org. (Fri, 12 Jan 2024 19:09:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 10 Feb 2024 12:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.