[MacPorts] #64089: qt6 @6.2.1 (aqua) : rpath issue on Qt libraries?
MacPorts
noreply at macports.org
Fri Dec 3 11:13:44 UTC 2021
#64089: qt6 @6.2.1 (aqua) : rpath issue on Qt libraries?
----------------------+--------------------
Reporter: sa35 | Owner: (none)
Type: request | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Resolution: | Keywords:
Port: |
----------------------+--------------------
Comment (by jhoyt4):
When I was testing out the Portfile before submittal I came across this
same behavior with my test application.
I was able to fix the test application to point to absolute or executable
path with install_name_tool
install_name_tool $binFile -change $dep
@executable_path/../Frameworks/$lib
In the port's configure process, I did try changing some of the configure
flags around to see if I could get the behavior to change to executable
paths to no avail (line 775 of the portfile has -no-rpath set).
At this point, I am not sure if this intentional on qt6's part or me
missing something in the configure process.
I'm a novice in the cmake / build process - so someone else may be able to
figure out a way to set everything to use absolute paths or find a
configure flag that I missed.
I suspect solving this may also help get some of the other qt6-XXX modules
building that I didn't include in the first submission.
--
Ticket URL: <https://trac.macports.org/ticket/64089#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list