Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] mesa3d fails
@ 2012-02-28 22:02 Ismael Luceno
  2012-02-28 23:04 ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Ismael Luceno @ 2012-02-28 22:02 UTC (permalink / raw)
  To: buildroot

I'm getting the following error:

> checking for LIBDRM... configure: error: Package requirements
> (libdrm >= 2.4.3) were not met:
>
> No package 'libdrm' found
<...>

But libdrm 2.4.19 is installed... anyone ran into this?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120228/97b6fb0d/attachment.asc>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mesa3d fails
  2012-02-28 22:02 [Buildroot] mesa3d fails Ismael Luceno
@ 2012-02-28 23:04 ` Arnout Vandecappelle
  2012-02-29  4:08   ` Ismael Luceno
  0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2012-02-28 23:04 UTC (permalink / raw)
  To: buildroot

On Tuesday 28 February 2012 22:02:31 Ismael Luceno wrote:
> I'm getting the following error:
> 
> > checking for LIBDRM... configure: error: Package requirements
> > (libdrm >= 2.4.3) were not met:
> >
> > No package 'libdrm' found
> <...>
> 
> But libdrm 2.4.19 is installed... anyone ran into this?

 Works for me...  Does config.log report anything about why it fails?
Is configure called with the correct PKG_CONFIG variable?  Can you do a
host/usr/bin/pkg-config --list-all to see if it finds libdrm?

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mesa3d fails
  2012-02-28 23:04 ` Arnout Vandecappelle
@ 2012-02-29  4:08   ` Ismael Luceno
  2012-02-29 23:17     ` Arnout Vandecappelle
  0 siblings, 1 reply; 5+ messages in thread
From: Ismael Luceno @ 2012-02-29  4:08 UTC (permalink / raw)
  To: buildroot

On Tue, 28 Feb 2012 23:04:16 +0000
Arnout Vandecappelle <arnout@mind.be> wrote:
> On Tuesday 28 February 2012 22:02:31 Ismael Luceno wrote:
> > I'm getting the following error:
> > 
> > > checking for LIBDRM... configure: error: Package requirements
> > > (libdrm >= 2.4.3) were not met:
> > >
> > > No package 'libdrm' found
> > <...>
> > 
> > But libdrm 2.4.19 is installed... anyone ran into this?
> 
>  Works for me...  Does config.log report anything about why it fails?
> Is configure called with the correct PKG_CONFIG variable?  Can you do
> a host/usr/bin/pkg-config --list-all to see if it finds libdrm?
> 

  $ ./output/host/usr/bin/pkg-config --modversion libdrm
  2.4.19

Since mesa3d is using AUTOTARGETS, I guess it's getting the right
PKG_CONFIG. I'll check tomorrow, to be sure.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120229/4642a4f5/attachment.asc>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mesa3d fails
  2012-02-29  4:08   ` Ismael Luceno
@ 2012-02-29 23:17     ` Arnout Vandecappelle
  2012-03-01  1:38       ` Ismael Luceno
  0 siblings, 1 reply; 5+ messages in thread
From: Arnout Vandecappelle @ 2012-02-29 23:17 UTC (permalink / raw)
  To: buildroot

On Wednesday 29 February 2012 04:08:44 Ismael Luceno wrote:
> >  Works for me...  Does config.log report anything about why it fails?
> > Is configure called with the correct PKG_CONFIG variable?  Can you do
> > a host/usr/bin/pkg-config --list-all to see if it finds libdrm?
> > 
> 
>   $ ./output/host/usr/bin/pkg-config --modversion libdrm
>   2.4.19
> 
> Since mesa3d is using AUTOTARGETS, I guess it's getting the right
> PKG_CONFIG. I'll check tomorrow, to be sure.

 Maybe you can hack mesa3d's configure to print PKG_CONFIG, and the exact 
pkg-config command used for libdrm.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] mesa3d fails
  2012-02-29 23:17     ` Arnout Vandecappelle
@ 2012-03-01  1:38       ` Ismael Luceno
  0 siblings, 0 replies; 5+ messages in thread
From: Ismael Luceno @ 2012-03-01  1:38 UTC (permalink / raw)
  To: buildroot

On Wed, 29 Feb 2012 23:17:54 +0000
Arnout Vandecappelle <arnout@mind.be> wrote:
> On Wednesday 29 February 2012 04:08:44 Ismael Luceno wrote:
> > >  Works for me...  Does config.log report anything about why it
> > > fails? Is configure called with the correct PKG_CONFIG variable?
> > > Can you do a host/usr/bin/pkg-config --list-all to see if it
> > > finds libdrm?
> > > 
> > 
> >   $ ./output/host/usr/bin/pkg-config --modversion libdrm
> >   2.4.19
> > 
> > Since mesa3d is using AUTOTARGETS, I guess it's getting the right
> > PKG_CONFIG. I'll check tomorrow, to be sure.
> 
>  Maybe you can hack mesa3d's configure to print PKG_CONFIG, and the
> exact pkg-config command used for libdrm.

Weird... this time it worked. Maybe something got corrupted last
time... sadly I didn't kept a copy :(.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120229/8f9d533a/attachment.asc>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-03-01  1:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-28 22:02 [Buildroot] mesa3d fails Ismael Luceno
2012-02-28 23:04 ` Arnout Vandecappelle
2012-02-29  4:08   ` Ismael Luceno
2012-02-29 23:17     ` Arnout Vandecappelle
2012-03-01  1:38       ` Ismael Luceno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox