Opened 18 years ago
Closed 18 years ago
#11189 closed defect (duplicate)
'bigloo' has incorrect dyld paths
Reported by: | tjw@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | ||
Port: |
Description
- Install the bigloo port
- Try to run it
- It fails due to the bigloo executable having references into the dports build area
The bigloo package builds a bunch of dylibs and they have Mach-O install names for the build location instead of the install location.
It's possible to patch this will install_name_tool after the install, but it would be much nicer to have it work out of the box.
Change History (3)
comment:1 Changed 18 years ago by tjw@…
comment:2 Changed 18 years ago by pguyot (Paul Guyot)
Component: | base → ports |
---|
comment:3 Changed 18 years ago by pmq@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
As noted, duplicate of #11171.
Note: See
TracTickets for help on using
tickets.
Oops; I note now that this is the same problem as #11171.