#13024 closed defect (fixed)
pdflib fails to build on Mac OS X 10.5 Leopard
Reported by: | captainproton1971 (Captain Proton) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.2 |
Keywords: | pdflib leopard build fail | Cc: | captainproton1971 (Captain Proton) takanori@… |
Port: |
Description
Hi...
Did a clean install of Leopard on a Macbook Core Duo. Using Macports 1.520, I've had some not-entirely unexpected port build problems.
Installing grace, I got the following
---> Fetching pdflib
---> Attempting to fetch PDFlib-Lite-7.0.1.tar.gz from http://www.pdflib.com/binaries/PDFlib/701/
---> Verifying checksum(s) for pdflib
---> Extracting pdflib
---> Applying patches to pdflib
---> Configuring pdflib
---> Building pdflib with target all
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_pdflib/work/PDFlib-Lite-7.0.1" && make all " returned error 2
Command output: ar: ./p_gif.lo: Too many levels of symbolic links
ar: ./p_image.lo: Too many levels of symbolic links
ar: ./p_jpeg.lo: Too many levels of symbolic links
ar: ./p_jpx.lo: Too many levels of symbolic links
ar: ./p_object.lo: Too many levels of symbolic links
ar: ./p_opi.lo: Too many levels of symbolic links
ar: ./p_page.lo: Too many levels of symbolic links
ar: ./p_params.lo: Too many levels of symbolic links
ar: ./p_pattern.lo: Too many levels of symbolic links
ar: ./p_photoshp.lo: Too many levels of symbolic links
ar: ./p_png.lo: Too many levels of symbolic links
ar: ./p_template.lo: Too many levels of symbolic links
ar: ./p_tiff.lo: Too many levels of symbolic links
ar: ./p_type3.lo: Too many levels of symbolic links
ar: ./p_util.lo: Too many levels of symbolic links
make[2]: libs/pdflib/libpdf_.la Error 1 (ignored)
../../libtool --silent --mode=compile gcc -c -I../../libs/pdflib -I../../libs/pdcore -I../../libs/tiff -I../../libs/flate -I../../libs/png -I../../libs/jpeg -I../../libs/font -I/opt/local/include -I/Developer/Headers/FlatCarbon -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPDF_PLATFORM=\""Mac OS X (Intel)"\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -Wall pdflib.c
../../libtool --silent --mode=link gcc -L/opt/local/lib -framework ApplicationServices -o libpdf.la -rpath /opt/local/lib -version-info 6:1:0 ./pdflib.lo ../../libs/pdcore/libpdcore.la ../../libs/png/libpng.la ../../libs/flate/libz.la ../../libs/tiff/libtiff.la ../../libs/font/libfont.la ../../libs/jpeg/libjpeg.la ../../libs/pdflib/libpdf_.la -export-dynamic
libtool: link: cannot find the library `../../libs/pdflib/libpdf_.la'
make[2]: [libpdf.la] Error 1 (ignored)
../../libtool --silent --mode=link gcc -L/opt/local/lib -framework ApplicationServices -o libs_libpdf.la ./pdflib.lo ../../libs/pdcore/libpdcore.la ../../libs/png/libpng.la ../../libs/flate/libz.la ../../libs/tiff/libtiff.la ../../libs/font/libfont.la ../../libs/jpeg/libjpeg.la ../../libs/pdflib/libpdf_.la
libtool: link: cannot find the library `../../libs/pdflib/libpdf_.la'
make[2]: [libpdf.la] Error 1 (ignored)
make[3]: * No rule to make target ../../../libs/pdflib/libs_libpdf.la', needed by
hello'. Stop.
make[3]: * No rule to make target ../../../libs/pdflib/libs_libpdf.la', needed by
hello'. Stop.
make[2]: * [all] Error 2
make[1]: * [all] Error 2
make[2]: * No rule to make target ../../libs/pdflib/libs_libpdf.la', needed by
pdfimpose'. Stop.
make[1]: * [all] Error 2
make: * [all] Error 2
Error: The following dependencies failed to build: pdflib Error: Status 1 encountered during processing.
Change History (3)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | captainproton1971@… added |
---|---|
Summary: | pdflib failing to build on leopard - blocking build of grace → pdflib fails to build on Mac OS X 10.5 Leopard |
Version: | 1.5.0 → 1.5.2 |
comment:2 Changed 17 years ago by takanori@…
Cc: | captainproton1971@… added; captainproton1971@… removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed in r30701.