[Bug 194443] graphics/libdrm: fails to install with MANPAGES option active

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 18 16:51:08 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194443

Kurt Jaeger <pi at FreeBSD.org> changed:

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

--- Comment #3 from Kurt Jaeger <pi at 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.


More information about the freebsd-x11 mailing list