Changes between Initial Version and Version 1 of Ticket #27892


Ignore:
Timestamp:
Jan 8, 2011, 12:08:10 AM (13 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to preview and use WikiFormatting.

There isn't really anything we can do to detect a failure if the build command exits with status 0. I just tried this myself and everything appears to have been installed correctly. Please attach the complete main.log generated by running

sudo port destroot pdflib

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27892 – Description

    initial v1  
    11pdflib 7.0.5_0 does not actually install the library... it fails during install, as shown in the debug log:
    22
    3 
     3{{{
    44../../config/install-sh -c -m 644 pdflib.h /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_pdflib/work/destroot/opt/local/include
    55../../libtool --silent ../../config/install-sh -c -m 644 libpdf.la /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_pdflib/work/destroot/opt/local/lib;
     
    1010make[3]: Nothing to be done for `install'.
    1111make[3]: Nothing to be done for `install'.
    12 
     12}}}
    1313However, somehow the install continues...
    14 
     14{{{
    1515mkdir -p /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_pdflib/work/destroot/opt/local/bin
    1616../../config/install-sh -c pdfimage text2pdf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_print_pdflib/work/destroot/opt/local/bin
    17 
     17}}}
    1818....and so on.
    1919
    2020So MacPorts believes the library has been installed, but actually only the header file is available:
     21{{{
    2122$ port contents pdflib
    2223Port pdflib contains:
     
    3435  /opt/local/share/doc/pdflib/readme-source-windows.txt
    3536  /opt/local/share/doc/pdflib/readme.txt
    36 
     37}}}
    3738I'd help fix this, but I've never really grokked libtool. :(