Changes between Initial Version and Version 1 of Ticket #19335


Ignore:
Timestamp:
Apr 16, 2009, 1:34:43 AM (15 years ago)
Author:
skymoo (Adam Mercer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19335

    • Property Owner changed from macports-tickets@… to sfiera@…
    • Property Port cgit added
  • Ticket #19335 – Description

    initial v1  
    33the cgit install fails
    44i see this in the log
    5 ---
     5
     6{{{
    67/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
    78_libiconv
     
    1011collect2: ld returned 1 exit status
    1112make: *** [cgit] Error 1
    12 ---
     13}}}
    1314
    1415so i know it is missing the libiconv
    1516
    1617i look at the Makefile and see
    17 ---
     18
     19{{{
    1820ifdef NEEDS_LIBICONV
    1921        EXTLIBS += -liconv
    2022endif
    21 ---
     23}}}
    2224
    23 so i define
     25so i define
     26
     27{{{
    2428NEEDS_LIBICONV = yes
     29}}}
    2530
    26 at the top of the Makefile and rerun the make install DESTROOT= blah blah
    27 and it works.
     31at the top of the Makefile and rerun the `make install DESTROOT=blah blah` and it works.
    2832back to porticus to retry the cgit install ..
    2933now it fails because there is no cgitrc file in the destroot dir