[Bug 195902] graphics/dri fails to build on FreeBSD 10.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 13 01:08:29 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195902
--- Comment #4 from sasamotikomi at gmail.com ---
(In reply to Koop Mast from comment #2)
> (In reply to sasamotikomi from comment #0)
> > 1 warning generated.
> > CCLD libr200_dri.la
> > libtool: link: cannot find the library `/usr/local/lib/libdrm.la' or
> > unhandled argument `/usr/local/lib/libdrm.la'
> > Makefile:558: recipe for target 'libr200_dri.la' failed
> > gmake[7]: *** [libr200_dri.la] Error 1
>
> one of the .la files installed by another port still reverse to a
> nonexisting libdrm.la file.
>
> Please see ports/UPDATING 20140909 entry how to resolve this.
# cd /usr/ports/graphics/dri && make clean && cd /usr/ports/graphics/libGL &&
make clean && cd /usr/ports/graphics/libGLU && make clean && cd
/usr/ports/graphics/libglapi && make clean && cd /usr/ports/x11/dri2proto &&
make clean
# find /usr/local/lib -name '*.la' | xargs grep -l 'libfoo\.la' | xargs pkg
which
# portmaster dri libGL
Situation doesn't change.
1 warning generated.
CCLD libr200_dri.la
libtool: link: cannot find the library `/usr/local/lib/libdrm.la' or unhandled
argument `/usr/local/lib/libdrm.la'
(In reply to Jean-Sebastien Pedron from comment #3)
> (In reply to sasamotikomi from comment #0)
> > Same WITH_NEW_MESA="YES" and without and with ="NO" (also correctly isn't
> > possible to build 9.17 too?)
>
> WITH_NEW_MESA isn't a user configurable knob on purpose, so setting it to
> whatever value doesn't change the selected version of Mesa.
I should manually configure it in port?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list