Changes between Initial Version and Version 1 of Ticket #36688


Ignore:
Timestamp:
Oct 22, 2012, 4:33:59 PM (12 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting, and Cc the port maintainer(s).

Why are you trying to change the compiler? The port installs fine normally.

Please clean the port and install it normally. It it fails to build, attach the complete main.log.

sudo port clean gettext
sudo port install gettext

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36688

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords gettext removed
  • Ticket #36688 – Description

    initial v1  
    44After trying with macports, I get:
    55
     6{{{
    67Jons-MacBook-Pro:gettext-0.18.1.1 Jon$ sudo port clean gettext
    78dyld: DYLD_ environment variables being ignored because main executable (/usr/bin/sudo) is setuid or setgid
     
    2324Please see the log file for port gettext for details:
    2425    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gettext/gettext/main.log
     26}}}
    2527
    2628Looking at the log I see:
    2729
     30{{{
    2831/gettext-0.18.1.1/gettext-tools/intl/.libs/libintl.dylib /opt/local/lib/libiconv.dylib -lc
    2932:info:build Undefined symbols for architecture x86_64:
     
    3437:info:build make[4]: *** [msgfmt] Error 1
    3538:info:build make[4]: *** Waiting for unfinished jobs....
     39}}}
    3640
    3741I am not sure where to obtain the libraries with these symbols.  Any help would be greatly appreciated.