[Bug 195902] graphics/dri fails to build on FreeBSD 10.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 14 03:21:55 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195902
--- Comment #7 from sasamotikomi at gmail.com ---
(In reply to Koop Mast from comment #5)
> Could you replace the libfoo.la with libdrm.la in the find line, like the
> UPDATING entry mentions?
Oh, sorry I forgot.
# find /usr/local/lib -name '*.la' | xargs grep -l 'libdrm\.la' | xargs pkg
which
/usr/local/lib/libdrm_radeon.la was not found in the database
/usr/local/lib/libkms.la was not found in the database
# rm /usr/local/lib/libdrm_radeon.la /usr/local/lib/libkms.la
Thanks now all fine.
I can build DRI without any problem.
(In reply to Jean-Sebastien Pedron from comment #6)
> (In reply to sasamotikomi from comment #4)
> > (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 shouldn't have to mess with this internal knob. It only exists because
> we can't put Mesa 10.3 on FreeBSD 9.x and 10.0. We're working on this
> problem and Mesa 9.1 should be removed during Q1 2015.
I understand thanks for explanation.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list