Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 03:21:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 195902] graphics/dri fails to build on FreeBSD 10.1
Message-ID:  <bug-195902-7141-Zx1uebsdI1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-195902-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-195902-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=195902

--- Comment #7 from sasamotikomi@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.



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