[MacPorts] #52486: p11-kit @0.23.2: should build p11-kit-proxy.so library
MacPorts
noreply at macports.org
Mon Oct 3 07:41:48 CEST 2016
#52486: p11-kit @0.23.2: should build p11-kit-proxy.so library
--------------------------+----------------------
Reporter: uri@… | Owner: devans@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: p11-kit |
--------------------------+----------------------
Comment (by leonardo.schenkel@…):
I compiled from source and it does not build the separate `p11-kit-
proxy.so` either; I checked the Makefile and the proxy is supposed to be a
link to the lib. I verified on Ubuntu and I confirmed that it is a symlink
there. I think there's a bug in the upstream Makefile:
```
install-exec-hook:
$(LN_S) -f `readlink $(DESTDIR)$(libdir)/libp11-kit.so`
$(DESTDIR)$(libdir)/p11-kit-proxy.so
```
It assumes that the library will end in `.so` (but on Mac it'll end in
`.dylib`), so the first path resolves to empty and the destination path
becomes the source path in the command and the symlink is created in the
working directory instead and never gets installed.
--
Ticket URL: <https://trac.macports.org/ticket/52486#comment:3>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system
More information about the macports-tickets
mailing list