Changes between Initial Version and Version 1 of Ticket #34489


Ignore:
Timestamp:
May 17, 2012, 7:24:02 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34489

    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Keywords gcc46 10.6 server removed
    • Property Summary changed from Unable to install gcc46 +universal on 10.6.8 server to isl: isl.pc differs and cannot be merged
  • Ticket #34489 – Description

    initial v1  
    33I issued the command:
    44
     5{{{
    56port install gcc46 +universal
     7}}}
    68
    79When installing the isl dependency it just fails.  It complains about a directory that already exists.  If I try to install isl separately, I receive the same result, even with the force flag:
    810
     11{{{
    912port -f install isl +universal
     13}}}
    1014
    1115I tried to clean isl and then rebuild it, but it also failed:
    1216
     17{{{
    1318port clean isl && port install gcc46 +universal
     19}}}
    1420
    1521Here is the failure output during the staging of isl into destroot:
    1622
     23{{{
    1724--->  Staging isl into destroot
    1825Error: org.macports.destroot for port isl returned: /opt/local/lib/pkgconfig/isl.pc differs in /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_isl/isl/work/destroot-i386 and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_isl/isl/work/destroot-x86_64 and cannot be merged
     
    2431    http://guide.macports.org/#project.tickets
    2532Error: Processing of port gcc46 failed
     33}}}
    2634
    27