RE: I do not found the PublicKey for libtool
Hello Ralf, Thank you very much your quick response. Toshimi. -Original Message- From: Ralf Wildenhues [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 4:24 PM To: Toshimi Niibo Cc: libtool@gnu.org Subject: Re: I do not found the PublicKey for libtool Hi Toshimi, * Toshimi Niibo wrote on Mon, Oct 03, 2005 at 05:00:13AM CEST: > > I got the download's file "libtool-1.5.20.tar.gz.sig" and tar file. > But, I do not found the Public Key for libtool. Could you give me > correct web site for verify. Sorry about that. I signed it with my GPG pubkey 5D0CDCFC, which should be importable from public keyservers, e.g. from hkp://subkeys.pgp.net (by issuing `gpg --recv-keys 5D0CDCFC'). For reference, the key has the fingerprint 357D 7084 216B D1CF 46AF ABB2 3241 9B78 5D0C DCFC Gary and Bob have done recent releases, too, their keys are Gary V. Vaughan 2983D606 Peter O'Gorman DF3B6004 We've discussed improving the key situation with Libtool developers before (off-list), but not gotten around to changing it yet, sorry. This mail has been signed with the corresponding key. Cheers, Ralf ___ http://lists.gnu.org/mailman/listinfo/libtool
Re: I do not found the PublicKey for libtool
Hi Toshimi, * Toshimi Niibo wrote on Mon, Oct 03, 2005 at 05:00:13AM CEST: > > I got the download's file "libtool-1.5.20.tar.gz.sig" and tar file. > But, I do not found the Public Key for libtool. > Could you give me correct web site for verify. Sorry about that. I signed it with my GPG pubkey 5D0CDCFC, which should be importable from public keyservers, e.g. from hkp://subkeys.pgp.net (by issuing `gpg --recv-keys 5D0CDCFC'). For reference, the key has the fingerprint 357D 7084 216B D1CF 46AF ABB2 3241 9B78 5D0C DCFC Gary and Bob have done recent releases, too, their keys are Gary V. Vaughan 2983D606 Peter O'Gorman DF3B6004 We've discussed improving the key situation with Libtool developers before (off-list), but not gotten around to changing it yet, sorry. This mail has been signed with the corresponding key. Cheers, Ralf signature.asc Description: Digital signature ___ http://lists.gnu.org/mailman/listinfo/libtool
Re: FYI: ksh bug on Tru64 UNIX causes current libtool failure
On Wed, Jul 06, 2005 at 05:08:11AM +0200, Ralf Wildenhues wrote: > Hi Nicolas, others, Hi Ralf, > This is a gentle reminder that this issue with Libtool HEAD/branch-2-0 > on Tru64 sh is still unsolved. It'd be nice to get a solution into the > next 2.0 release candidate, should such a solution exist. Sorry for the delay, i was away and/or busy. :-( Here follow a small summary for libtool HEAD on my Tru64 v5.1B workstation. bootstrap works (very slowly, but it works ...). * Without modification, configure works fine but make abort with `./config.status: print: not found' error message. * With `BIN_SH=xpg4; export BIN_SH' set before configuring and building both configure and make work. `make check' report 4 failures (verbose run attached for the 1st one): FAIL: tests/mdemo-make.test FAIL: tests/mdemo-make.test FAIL: tests/mdemo-dryrun.test FAIL: tests/mdemo-make.test NB: I'm getting the same results with the patch i previoulsy posted, which swap `print -r' and `ksh' tests in _LT_PROG_ECHO_BACKSLASH macro. * With `lt_ECHO='printf %s\\n'; export lt_ECHO' set, configure generate numerous `sed: Function 1s/^X//\n cannot be parsed' messages. Regards. -- Nicolas Joly Biological Software and Databanks. Institut Pasteur, Paris. gmake check-recursive gmake[1]: Entering directory `/home/njoly/temp/libtool' gmake[2]: Entering directory `/home/njoly/temp/libtool' gmake check-TESTS check-local gmake[3]: Entering directory `/home/njoly/temp/libtool' mdemo-static.test: === Running mdemo-static.test mdemo-static.test: === Running `gmake distclean' in mdemo gmake[4]: Entering directory `/home/njoly/temp/libtool/tests/mdemo' rm -f mdemo mdemo rm -f mdemo_static mdemo_static test -z "libsub.la foo1.la libfoo2.la libmlib.la" || rm -f libsub.la foo1.la libfoo2.la libmlib.la rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f rm -f libtool rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f config.status config.cache config.log configure.lineno configure.status.lineno rm -f Makefile gmake[4]: Leaving directory `/home/njoly/temp/libtool/tests/mdemo' mdemo-static.test: === Configuring in mdemo mdemo-static.test: === /bin/sh /home/njoly/temp/libtool/tests/mdemo/configure --srcdir=/home/njoly/temp/libtool/tests/mdemo --prefix=/home/njoly/temp/libtool/_inst checking for a BSD-compatible install... ../../libltdl/config/install-sh -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking for gcc... cc 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... no checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by gmake... GNU checking dependency style of cc... tru64 checking for an ANSI C-conforming const... yes checking build system type... alphaev56-dec-osf5.1b checking host system type... alphaev56-dec-osf5.1b checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no 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... 16384 checking whether the shell understands some XSI constructs... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognise dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E 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 shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking for objdir... .libs checking for cc option to produce PIC... -DPIC checking if cc PIC flag -DPIC works... yes checking if cc static flag -non_shared works... yes checkin