Opened 11 years ago

Last modified 6 years ago

#39745 closed defect

xsel missing dependency — at Version 2

Reported by: baf@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: xsel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

xsel depends on xorg-libXt but doesnt install it. specifically:

xsel.c:32:10: fatal error: 'X11/StringDefs.h' file not found

Change History (2)

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

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.

comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Note: See TracTickets for help on using tickets.