Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#40072 closed defect (fixed)

py*-graph-tool: incorrectly uses LINKFORSHARED in configure

Reported by: absima@… Owned by: mamoll (Mark Moll)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: count0 (Tiago de Paula Peixoto)
Port: py-graph-tool

Description (last modified by larryv (Lawrence Velázquez))

This is the error I get on Terminal on both of my laptops.

$ sudo port install py-graph-tool 
--->  Computing dependencies for py-graph-tool
--->  Dependencies to be installed: py27-graph-tool
--->  Configuring py27-graph-tool
Error: Failed to configure py27-graph-tool, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-graph-tool/py27-graph-tool/work/graph-tool-2.2.24/config.log
Error: org.macports.configure for port py27-graph-tool returned: configure failure: command execution failed
Error: Failed to install py27-graph-tool
Please see the log file for port py27-graph-tool for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-graph-tool/py27-graph-tool/main.log
Error: The following dependencies were not installed: py27-graph-tool
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port py-graph-tool failed
$

Attachments (2)

config.log (84.0 KB) - added by absima@… 11 years ago.
main.log (15.7 KB) - added by absima@… 11 years ago.

Download all attachments as: .zip

Change History (5)

Changed 11 years ago by absima@…

Attachment: config.log added

Changed 11 years ago by absima@…

Attachment: main.log added

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

Cc: tiago@… added
Description: modified (diff)
Owner: changed from macports-tickets@… to mmoll@…
Port: py-graph-tool added
Summary: unable to install graph-tool on mac OS X lion and mountain lionpy*-graph-tool: incorrectly uses LINKFORSHARED in configure

Probably (incorrectly) uses LINKFORSHARED to grab Python’s linking flags, as described in #39223. It should be using pythonX.Y-config instead.

comment:2 Changed 11 years ago by mamoll (Mark Moll)

Resolution: fixed
Status: newclosed

Fixed in r109300.

comment:3 Changed 11 years ago by absima@…

thanks a lot. It works on both 10.7 and 10.8.

Last edited 11 years ago by absima@… (previous) (diff)
Note: See TracTickets for help on using tickets.