Hi,

Here are the versions installed in fink :

fink list -it auto libtool gawk sed
Information about 5645 packages read in 2 seconds.
i      autoconf2.5     2.59-7  System for generating configure scripts
i automake1.8 1.8.5-3 Tool for generating GNU Standards- compliant Makefiles
i      gawk    3.1.4-12        The Awk processing language, GNU edition
i      libtool14       1.5.22-1        Shared library build helper, v1.5
i libtool14-shlibs 1.5.22-1 Shared libraries for libtool, v1.5
i      sed     4.1.4-12        The stream editor, GNU version

I've been trying with and without gawk and gnu-sed
installed, and also with a .profile reduced to :
export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
. /sw/bin/init.sh

the result is always the same.


I've also tried to edit ./libtool in
        /sw/src/fink.build/libmng2-1.0.9-10/libmng-1.0.9
after the build failed, and changed
        SED="/usr/bin/sed"
        Xsed="/usr/bin/sed -e 1s/^X//"
to the /sw counterparts, but a "make" from there still gives the same error.

Thanks,
Pascal


Le 2 mars 06 à 09:24, Martin Costabel a écrit :

Daniel Macks wrote:
On Tue, Feb 28, 2006 at 07:05:34PM +0100, Pascal Lamboley wrote:
Mac G5 runnig Mac OS X 10.4.5 (same problem on a G4 also running 10.4.5)
fink --version
   Package manager version: 0.24.12
[libmng2-1.0.9-10: all claimed to be okay until...]
/bin/sh ./libtool --mode=link gcc -g -O2 -L/sw/lib -o libmng.la - rpath /sw/lib -version-info 1:0:0 libmng_callba ck_xs.lo libmng_chunk_io.lo libmng_chunk_prc.lo libmng_chunk_xs.lo libmng_cms.lo libmng_display.lo libmng_dither.l o libmng_error.lo libmng_filter.lo libmng_hlapi.lo libmng_jpeg.lo libmng_object_prc.lo libmng_pixels.lo libmng_pro p_xs.lo libmng_read.lo libmng_trace.lo libmng_write.lo libmng_zlib.lo -lz -ljpeg -llcms gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/ libmng. 1.0.0 .libs/libmng_callback_xs.o .libs/libmng

There is a missing "dylib" suffix here.
[]
ar: libmng_zlib.o~ranlib: No such file or directory
make: *** [libmng.la] Error 1
[...]
I cannot understand how this "~" got into the way.

This "~" is there in some intermediate step, but it should be transformed into a newline by libtool (if I understand correctly, but who can understand libtool's crazy ways?).

So one thing to check is the version of libtool installed. Also the vesions of the auto packages, because this package uses them from the ground up. What does

  fink list -it auto libtool

report? Another possibility is that some of the libtool helper tools like sed are acting up.

--
Martin


--
  Pascal LAMBOLEY                 Tel   : 05 61 07 82 79
  METEO-FRANCE DP/PREVI/COMPAS    Fax   : 05 61 07 82 09
  42, avenue  Georges Coriolis    Room  : B 320
  31057 Toulouse Cedex  FRANCE    mailto:[EMAIL PROTECTED]
  ---------------------------------------------------------------
  Ce message peut ne pas refléter la position de mon employeur
  This message may not reflect my employer's opinion




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to