Changes between Initial Version and Version 2 of Ticket #23725


Ignore:
Timestamp:
Feb 16, 2010, 2:55:25 PM (14 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23725

    • Property Owner changed from macports-tickets@… to jeremyhu@…
    • Property Keywords libXext wrong directory removed
  • Ticket #23725 – Description

    initial v2  
    11I am trying to install libXext. I used the command "sudo port install xorg-libXext". This proceeds fairly well up to a point, then I receive the following error:
    2 
     2{{{
    33Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/work/libXext-1.1.1" && ./configure --prefix=/opt/local " returned error 1
    44Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/work/libXext-1.1.1: No such file or directory
    5 
     5}}}
    66When I look for the relevant directory, I find that port has created a directory called libXext-1.0.99.4, not libXext-1.1.1:
    7 
     7{{{
    88$ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/work/
    99
    1010libXext-1.0.99.4
    11 
     11}}}
    1212If I rename libXext-1.0.99.4 to libXext-1.1.1 and call "sudo port install xorg-libXext" again, it seems to complete successfully. However, I have not tested to see whether it has installed libXext 1.1.1 successfully, or libXext 1.0.99.4 masquerading as libXext 1.1.1.
    1313