- Package:
- src:xutils-dev
- Source:
- xutils-dev
- Submitter:
- Graham Inggs
- Date:
- 2017-11-22 06:21:03 UTC
- Severity:
- normal
Hi Maintainer The xprint package has been removed from Debian. A related library is libxp, which provides an API that enables client programs to access and use an Xprint server. Since we've gotten rid of xprint, one could argue it makes sense to get rid of libxp as well. Please see bug #657253 [1]. There are templates in the xutils-dev package which cause other packages to build-depends on libxp-dev. For example, the template xorg-cf-files/Motif.tmpl contains the following lines: #ifndef XmClientLibs # define XmClientLibs $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB) $(XMEXTRA_LIBS) #endif ...which cause '-lXp' to appear in the LDLIBS of package xtel. Please see bug #707623 [2]. Regards Graham [1] http://bugs.debian.org/657253 [2] http://bugs.debian.org/707623
tags 731441 patch thanks The attached patch prevents LIBXP from being defined and allows xtel to build without the build-depends on libxp-dev. I haven't done any other testing, so I'm not sure that it doesn't break anything else.
I believe the templates in xutils-dev are also responsible for the
libxp6 dependency in kterm, see bug #733483 [1].
Building kterm locally with libxp-dev installed and my patched version
of xutils-dev causes the following lines to disappear from kterm's
generated Makefile:
XPLIBSRC = $(LIBSRC)/Xp
SOXPREV = 6.2
DEPXPLIB =
XPLIB = -lXp
LINTXP = $(LINTLIBDIR)/llib-lXp.ln
[1] http://bugs.debian.org/733483
Ping? Graham Inggs, le Thu 05 Dec 2013 15:36:03 +0200, a écrit : Samuel
control: tag -1 patch, pending Hi, I've uploaded an nmu dropping support for libxp to delayed/10. Please let me know if I should delay longer. Best wishes, Mike
Please do. Cheers, Julien
Cancelled. It would be kind to get actual feedback. The other option is manual overriding the stuff coming out of xutils-dev in other packages. That is not supposedly not the right solution for libxp going away: http://bugs.debian.org/733209#26 Best wishes, Mike
So I'd like not to carry yet another patch. Has this, or a similar patch, been forwarded to xorg-devel? Cheers, Julien
And, would it be enough to define SharedXpLibrary NO in a Debian-specific section? Cheers, Julien