Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 16:51:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 194443] graphics/libdrm: fails to install with MANPAGES option active
Message-ID:  <bug-194443-7141-rM0krAhEFf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194443-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194443-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194443

Kurt Jaeger <pi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Triage                |In Discussion

--- Comment #3 from Kurt Jaeger <pi@FreeBSD.org> ---
(In reply to Koop Mast from comment #2)
> This is about 2.4.58 correct?

Yes.

I run daily portupgrades.

> I can't reproduce this localy of in poudriere.
> This might be a docbook issue, can you attach your config.log?

I found why it happens (configure does not detect the manpages stuff):

checking for docbook manpages stylesheet... no

The full make -d all check-plist can be found at:

http://people.freebsd.org/~pi/logs/libdrm-make-d-all.txt

While it finds it when building under poudriere:

checking for docbook manpages stylesheet... yes

So I did this:

cd /usr/ports/textproc/docbook-xsl
make deinstall
make install

and then it worked. Something causes the configure to not see

/usr/local/share/xsl/docbook/manpages/docbook.xsl

even if it's there.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194443-7141-rM0krAhEFf>