Opened 11 years ago
Closed 11 years ago
#39696 closed defect (fixed)
alps @2.1.1: configure failure: command execution failed
Reported by: | jcaprentice@… | Owned by: | gamperl@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | Russell-Jones-OxPhys (Russell Jones) | |
Port: | alps |
Description (last modified by larryv (Lawrence Velázquez))
On OS X 10.7.5, with Xcode 4.5.2, alps @2.1.1 failed to configure. THe last few lines were:
---> Extracting alps ---> Applying patches to alps ---> Configuring alps Error: org.macports.configure for port alps returned: configure failure: command execution failed Error: Processing of port alps failed
Attachments (3)
Change History (12)
Changed 11 years ago by jcaprentice@…
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | gamperl@… removed |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to gamperl@… |
Port: | alps added |
Summary: | alps 2.1.1 configure failure: command execution failed → alps @2.1.1: configure failure: command execution failed |
Changed 11 years ago by jcaprentice@…
Attachment: | main.2.log added |
---|
comment:3 Changed 11 years ago by Russell-Jones-OxPhys (Russell Jones)
Cc: | russell.jones@… added |
---|
Cc Me!
comment:4 Changed 11 years ago by gamperl@…
There is a behaviour change from cmake in 2.8.10 which breaks the compilation. I have to write a patch for the CMakeLists.txt. I hope, I find time next week to fix the port
comment:5 Changed 11 years ago by Russell-Jones-OxPhys (Russell Jones)
I've tested this on our 10.8 build server and a colleague has tried it on one of our cloned 10.7 installation, and the same problem occurs. The issue seems to be related to cmake configuration failing because the cmake scripts try to write to the root directory, presumably because a required variable has not been set. Might this be related to the recent changes in cmake's list of supported variables? ( See http://public.kitware.com/pipermail/cmake-developers/2012-October/005535.html )
The alps main.log files for the 10.8 build server is attached, the 10.7 build server is still going (it's building +universal, so pre-built binaries are not available).
Changed 11 years ago by Russell-Jones-OxPhys (Russell Jones)
Attachment: | alps-10.8-main.log added |
---|
comment:6 Changed 11 years ago by Russell-Jones-OxPhys (Russell Jones)
Hi gamperl, do you know of somewhere the change is discussed, e.g. in one of the changelogs or a mailing list?
Russell
comment:7 Changed 11 years ago by gamperl@…
Hi, I updateed the Portfile (Ticket #39830). As soon as the patch gets applied, alps should work again.
comment:8 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Thanks. In future please attach patches directly to the ticket in question instead of filing a new one.
comment:9 Changed 11 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This wasn’t a clean build. Please run
sudo port clean alps && sudo port install alps
and attach the newmain.log
if it fails again.