Changes between Initial Version and Version 1 of Ticket #23343


Ignore:
Timestamp:
Jan 19, 2010, 9:47:06 AM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23343

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Port gettext added
  • Ticket #23343 – Description

    initial v1  
    1 I'm in trouble installing gettext on Snow Leopard:[[BR]]
    2 sudo port -d install gettext +universal[[BR]]
    3 [...][[BR]]
    4 --->  Configuring gettext[[BR]]
    5 DEBUG: Using compiler 'Mac OS X gcc 4.2'[[BR]]
    6 DEBUG: Executing proc-pre-org.macports.configure-configure-0[[BR]]
    7 Error: You cannot install gettext for the architecture(s) x86_64 i386 because[[BR]]
    8 Error: its dependency libiconv only contains the architecture(s) cputype 16777223 cpusubtype 3.[[BR]]
    9 Error: Target org.macports.configure returned: incompatible architectures in dependencies[[BR]]
    10 DEBUG: Backtrace: incompatible architectures in dependencies[[BR]]
    11     while executing[[BR]]
    12 "$pre $targetname"[[BR]]
     1I'm in trouble installing gettext on Snow Leopard:
     2{{{
     3sudo port -d install gettext +universal
     4}}}
     5[...]
     6{{{
     7--->  Configuring gettext
     8DEBUG: Using compiler 'Mac OS X gcc 4.2'
     9DEBUG: Executing proc-pre-org.macports.configure-configure-0
     10Error: You cannot install gettext for the architecture(s) x86_64 i386 because
     11Error: its dependency libiconv only contains the architecture(s) cputype 16777223 cpusubtype 3.
     12Error: Target org.macports.configure returned: incompatible architectures in dependencies
     13DEBUG: Backtrace: incompatible architectures in dependencies
     14    while executing
     15"$pre $targetname"
    1316Warning: the following items did not execute (for gettext): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
    14 Error: Status 1 encountered during processing.[[BR]]
     17Error: Status 1 encountered during processing.
     18}}}
    1519
    1620and:
    1721
    18 bash-3.2$ sudo port installed libiconv[[BR]]
     22{{{
     23bash-3.2$ sudo port installed libiconv
    1924The following ports are currently installed:
    2025  libiconv @1.13_0+universal (active)
     26}}}
    2127
    2228I have tried the installation with and without the option +universal, always the same error. I'don't know how to solve this problem.