[MacPorts] #39745: xsel missing dependency
#39745: xsel missing dependency --------------------+-------------------------------- Reporter: baf@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: xsel --------------------+-------------------------------- xsel depends on xorg-libXt but doesnt install it. specifically: xsel.c:32:10: fatal error: 'X11/StringDefs.h' file not found -- Ticket URL: <https://trac.macports.org/ticket/39745> MacPorts <http://www.macports.org/> Ports system for OS X
#39745: xsel missing dependency ---------------------+-------------------------------- Reporter: baf@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: xsel | ---------------------+-------------------------------- Comment (by egall@…): Confirming that xorg-libXt provides `X11/StringDefs.h`: {{{ Local-Admins-MacBook-Pro:~ ericgallager$ port provides /opt/local/include/X11/StringDefs.h /opt/local/include/X11/StringDefs.h is provided by: xorg-libXt }}} `xsel` doesn't actually link against any of `xorg-libXt`'s libraries though: {{{ Local-Admins-MacBook-Pro:~ ericgallager$ otool -L /opt/local/bin/xsel /opt/local/bin/xsel: /opt/local/lib/libX11.6.dylib (compatibility version 10.0.0, current version 10.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.11) }}} So it would just be a build dependency, '''not''' a library dependency. -- Ticket URL: <https://trac.macports.org/ticket/39745#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#39745: xsel missing dependency ---------------------+-------------------------- Reporter: baf@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: xsel | ---------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… Old description:
xsel depends on xorg-libXt but doesnt install it. specifically: xsel.c:32:10: fatal error: 'X11/StringDefs.h' file not found
New description: xsel depends on xorg-libXt but doesnt install it. specifically: {{{ xsel.c:32:10: fatal error: 'X11/StringDefs.h' file not found }}} -- -- Ticket URL: <https://trac.macports.org/ticket/39745#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts