Changes between Initial Version and Version 1 of Ticket #48178


Ignore:
Timestamp:
Jun 26, 2015, 4:39:25 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It is true that most ports on Tiger will require apple-gcc42 because that is the default compiler on Tiger.

However, I don't know why building apple-gcc42 would require xpm. Could you please attach the main.log file from your failed apple-gcc42 build?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48178

    • Property Cc ryandesign@… added; herzog@… removed
  • Ticket #48178 – Description

    initial v1  
    1313
    1414The attempt to install xemacs,
    15         sudo port install xemacs
     15{{{
     16sudo port install xemacs
     17}}}
    1618failes since the port 'apple-gcc42' is required, which in turn requires 'xpm' The install procedure
    1719stops with the message
    18                 :error:build failed to install apple-gcc42
    19                 :debug:build Registry error: xpm not registerd as installed & active
    20         in the logfile
    21         /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/main.log
     20{{{
     21:error:build failed to install apple-gcc42
     22:debug:build Registry error: xpm not registerd as installed & active
     23}}}
     24in the logfile
     25/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/main.log
    2226
    2327The attempt to install xpm,
    24         sudo port install xpm
     28{{{
     29sudo port install xpm
     30}}}
    2531failes since the port 'apple-gcc42' is required
    2632
     
    3036the list. It turned out that all these are in the same circular dependency to 'apple-gcc42' like 'xpm'.
    3137
     38{{{
    3239Error: The following dependencies were not installed:
    3340Xaw3d apple-gcc42 pkgconfig libiconv gperf xorg-libXext autoconf gettext expat ncurses m4 xz
     
    3946freetype jbig2dec libidn libpaper perl5 perl5.16 netpbm gmake jasper jbigkit libnetpbm subversion
    4047apr apr-util db46 curl-ca-bundle cyrus-sasl2 kerberos5 libcomerr libmagic serf1 scons psutils
    41  
     48}}}