Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2012 01:06:00 GMT
From:      Chris Dukes <chris.dukes.aix@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/173517: comms/spandsp-devel lacks build dependency for xsltproc when building docs
Message-ID:  <201211100106.qAA160ne009963@red.freebsd.org>
Resent-Message-ID: <201211100110.qAA1A0eO001240@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173517
>Category:       misc
>Synopsis:       comms/spandsp-devel lacks build dependency for xsltproc when building docs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 10 01:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Chris Dukes
>Release:        9.0-RELEASE-p3
>Organization:
Squirrely Girl Produce
>Environment:
FreeBSD basement-00 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sun Aug  5 19:54:31 EDT 2012     root@basement-00:/usr/obj/usr/src/sys/VIMAGE  amd64
>Description:
I'm building packages under poudriere and opting to enable documentation on all modules.

With docs enabled for comms/spandsp-devel enabled the build fails with

symbol cache used 8440/65536 hits=939908 misses=8440
lookup cache used 6928/65536 hits=94409 misses=7272
finished...
cd t38_manual ; xsltproc ../wrapper.xsl ../t38_manual.xml
xsltproc: not found
gmake[1]: *** [t38_manual/index.html] Error 127
gmake[1]: Leaving directory `/wrkdirs/usr/ports/comms/spandsp-devel/work/spandsp-0.0.6/doc'
gmake: *** [all-recursive] Error 1
*** Error code 1

Adding
BUILD_DEPENDS+=        xsltproc:${PORTSDIR}/textproc/libxslt
to the appropriate bit of the Makefile appears to resolve this issue.

But due to the way poudriere handles the network in jails, I then get a problem of not being able to retrieve the external entity.

>How-To-Repeat:
>From a pristine system configure comms/spandsp-devel to build docs.
Build comms/spandsp-devel.
>Fix:
Adding
BUILD_DEPENDS+=        xsltproc:${PORTSDIR}/textproc/libxslt
to the appropriate bit of the Makefile appears to resolve this issue.

But due to the way poudriere handles the network in jails, I then get a problem of not being able to retrieve an external entity.

I'll be opening a dialog with them for the network issue.

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211100106.qAA160ne009963>