I just did a fink selfupdate and fink update-all, and the lzo2 package
doesn't compile.  The error message from the last command is long, so I've
put it at the end of this message.

Fink 0.28.1, tracking unstable source.
OS X 10.5.2, intel with all updates.
XCode 3.0.
Dunno if it matters, but XQuartz 2.1.4.

Maintainer CCd.

Anything I can do, or is this a problem with the package?

Thanks,

Richard

Oh, the error message.  I can provide a transcript of the entire build if
that would be helpful.

    gcc -g -O2 -o .libs/lzotest lzotest.o  -L/sw/lib ../src/.libs/liblzo2.dylib
    Undefined symbols:
      "_lzo1y_decompress_asm", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1c_decompress_asm", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1c_decompress_asm_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1x_decompress_asm", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1y_decompress_asm_fast", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1y_decompress_asm_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1x_decompress_asm_fast", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1x_decompress_asm_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1f_decompress_asm_fast_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1y_decompress_asm_fast_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1f_decompress_asm_fast", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
      "_lzo1x_decompress_asm_fast_safe", referenced from:
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
          _compress_database in lzotest.o
    ld: symbol(s) not found
    collect2: ld returned 1 exit status
    make[2]: *** [lzotest] Error 1
    make[1]: *** [all-recursive] Error 1
    make: *** [all] Error 2
    ### execution of make failed, exit code 2
    Removing runtime build-lock...
    Removing build-lock package...
    /sw/bin/dpkg-lockwait -r fink-buildlock-lzo2-2.02-1
    (Reading database ... 67340 files and directories currently installed.)
    Removing fink-buildlock-lzo2-2.02-1 ...
    Updating the list of locally available binary packages.
    Scanning dists/unstable/crypto/binary-darwin-i386
    New package: 
dists/unstable/crypto/binary-darwin-i386/libgcrypt-shlibs_1.2.4-2_darwin-i386.deb
    New package: 
dists/unstable/crypto/binary-darwin-i386/libgcrypt_1.2.4-2_darwin-i386.deb
    Scanning dists/unstable/main/binary-darwin-i386
    New package: 
dists/unstable/main/binary-darwin-i386/text/ghostscript_8.61-5_darwin-i386.deb
    Failed: phase compiling: lzo2-2.02-1 failed

    Before reporting any errors, please run "fink selfupdate" and
    try again.  If you continue to have issues, please check to see if the
    FAQ on fink's website solves the problem.  If not, ask on the fink-users
    or fink-beginners mailing lists, with a carbon copy to the maintainer:

            Daniel Macks <[EMAIL PROTECTED]>

    Note that this is preferable to emailing the maintainer directly, since
    most fink package maintainers do not have access to all possible
    hardware and software configurations.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to