[MacPorts] #69112: libpaper-utils uses rpath instead of the absolute path and installs a broken paperconf binary
MacPorts
noreply at macports.org
Tue Feb 6 08:13:31 UTC 2024
#69112: libpaper-utils uses rpath instead of the absolute path and installs a
broken paperconf binary
-----------------------------+--------------------------
Reporter: barracuda156 | Owner: barracuda156
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: libpaper-utils |
-----------------------------+--------------------------
Changes (by ballapete):
* status: closed => reopened
* resolution: fixed =>
Comment:
Ken, your patch does not work and Portfile does not work (and I do not
understand what the patch does):
{{{
Hunk #1 FAILED at 39.
Hunk #2 succeeded at 60 (offset 1 line).
1 out of 2 hunks FAILED -- saving rejects to file
print/libpaper/Portfile.rej
}}}
with rejected part:
{{{
**************
*** 39,48 ****
license GPL-3+ GPL-2
}
- configure.args --enable-relocatable \
- --disable-silent-rules
-
if {${subport} eq ${name}} {
test.run yes
test.target check
--- 39,49 ----
license GPL-3+ GPL-2
}
if {${subport} eq ${name}} {
+
+ configure.args --enable-relocatable \
+ --disable-silent-rules
+
test.run yes
test.target check
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69112#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list