Opened 13 years ago
Closed 13 years ago
#30318 closed defect (fixed)
Failed to install xorg-libXext
Reported by: | fleason (Fred Leason) | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.0 |
Keywords: | lion | Cc: | |
Port: | xorg-libXext |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Installed Lion
Installed Xcode and Java
Installed MacPorts-2.0.0-10.7-Lion.dmg
> sudo port upgrade outdated
get to
---> Computing dependencies for xorg-libXext <snip> ---> Building xorg-libXext Error: Target org.macports.build returned: shell command failed (see log for details) Log for xorg-libXext is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/xorg-libXext/main.log ---> Computing dependencies for xorg-libXi ---> Dependencies to be installed: xorg-libXext ---> Building xorg-libXext Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install xorg-libXext Log for xorg-libXext is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/xorg-libXext/main.log Error: The following dependencies were not installed: xorg-libXext Error: Unable to upgrade port: 1 To report a bug, see <http://guide.macports.org/#project.tickets>
Log file attached.
Attachments (2)
Change History (11)
Changed 13 years ago by fleason (Fred Leason)
comment:1 Changed 13 years ago by fleason (Fred Leason)
Looks like libtool was looking for a cru command.
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | lion added; Lion xorg-libXext removed |
Owner: | changed from macports-tickets@… to jeremyhu@… |
comment:3 Changed 13 years ago by jmroot (Joshua Root)
That would be an empty $AR. Built fine here BTW.
comment:4 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Yeah, can you attach the config.log from the build directory? That might show why AR wasn't set.
Changed 13 years ago by fleason (Fred Leason)
Attachment: | config.log added |
---|
From /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libXext/xorg-libXext/work/libXext-1.3.0
comment:5 Changed 13 years ago by fleason (Fred Leason)
No big rush, but wazzup? Did the config.log file help?
comment:6 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
/shrug
177 configure:5443: checking for ar 178 configure:5459: found /usr/bin/ar 179 configure:5470: result: ar
comment:7 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Try adding:
use_autoreconf yes autoreconf.args -fvi
to the Portfile
You may also need to install xorg-util-macros
comment:9 Changed 13 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok, buggy autotools...
Note: See
TracTickets for help on using
tickets.
Log for xorg-libXext