pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48216: pkgsrc is broken on Darwin 9.8.0 (Leopard)



>Number:         48216
>Category:       pkg
>Synopsis:       libarchive fails to
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 16 07:50:00 +0000 2013
>Originator:     John Klos
>Release:        Darwin 9.8.0 (Leopard 10.5.8)
>Organization:
        
>Environment:
        
        
System: Darwin kayla.ziaspace.com 9.8.0 Darwin Kernel Version 9.8.0: Wed 
Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh
Architecture: powerpc
Machine: ppc64
>Description:
        
pkgsrc from 16-September-2013 fails to complete bootstrap on Darwin 9.8.0 
(Leopard 10.5.8) on 64 bit PowerPC G5 (--abi 64):
gcc -isystem /usr/include -lssl -lcrypto 
-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libarchive/.libs 
-Wl,-search_paths_first 
-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libfetch 
-L/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/libnbcompat 
-L/usr/lib -L/usr/local/lib -L../lib -o pkg_create main.o perform.o pl.o 
util.o build.o -linstall -lfetch -larchive -lbz2 -lz -lnbcompat -lcrypto 
-lnbcompat -lssl -lcrypto
Undefined symbols:
  "_lzma_memusage", referenced from:
      _drive_compressor in 
libarchive.a(archive_write_set_compression_xz.o)
  "_lzma_stream_encoder", referenced from:
      _archive_compressor_xz_init in 
libarchive.a(archive_write_set_compression_xz.o)
  "_lzma_end", referenced from:
      _archive_compressor_xz_finish in 
libarchive.a(archive_write_set_compression_xz.o)
  "_lzma_alone_encoder", referenced from:
      _archive_compressor_xz_init in 
libarchive.a(archive_write_set_compression_xz.o)
  "_lzma_lzma_preset", referenced from:
      _archive_compressor_xz_init in 
libarchive.a(archive_write_set_compression_xz.o)
  "_lzma_code", referenced from:
      _drive_compressor in 
libarchive.a(archive_write_set_compression_xz.o)
ld: symbol(s) not found

Note that removing "--abi 64" fixes this.
>How-To-Repeat:
        
On fully up to date PowerPC G5 Leopard system with latest (last) Xcode 
installed, cvs checkout pkgsrc and attempt to execute bootstrap.
>Fix:
        

>Unformatted:
 build from bootstrap on Darwin 9.8.0 (Leopard) when target is ppc64
        
        


Home | Main Index | Thread Index | Old Index