The port for libusb 0.1.12 fails to build. I get the following error: jade:/usr/local/share/sgml/docbook/dsssl/modlar/html/../common//common/dbl1sr.dsl:3:0:E: cannot open "/usr/local/share/sgml/docbook/4.2/iso-lat2.gml" (No such file or directory). *** Error code 1 Stop in /usr/ports/devel/libusb/work/libusb-0.1.12/doc. ..and a few more Error code 1's How-To-Repeat: Attempt to build the port using make or portinstall
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Could you try to build without the SGML documentation? I think the problem lies within the docbook stuff... Somehow .gml extensions don't make sense to me (should be .sgml).
It builds properly without the SGML docs. However the .gml extension wasn't a typo on my side, I double checked that. The file doesn't exist with a .sgml extension either, by the way.
I've attached a fix for this (tested with 'port test' with SGML turned on). The patch also removes an unnecessary dependency. Rene -- http://www.rene-ladan.nl/ GPG fingerprint = E738 5471 D185 7013 0EE0 4FC8 3C1D 6F83 12E1 84F6 (subkeys.pgp.net)
gahr 2008-04-14 12:25:22 UTC FreeBSD ports repository Modified files: devel/libusb Makefile Log: - Fix build PR: 122150 Submitted by: Bas van de Wiel <bas@kompasmedia.nl> Reviewed by: maintainer Approved by: miwi (mentor) Revision Changes Path 1.25 +2 -3 ports/devel/libusb/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!