Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2014 01:08:29 +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-VopXj6MFaR@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 #4 from sasamotikomi@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.



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