public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge wine problem
@ 2006-04-07  9:33 pat
  2006-04-07 14:23 ` Richard Fish
  0 siblings, 1 reply; 5+ messages in thread
From: pat @ 2006-04-07  9:33 UTC (permalink / raw
  To: gentoo-user

Hi,

I've try to emerge wine 0.9.8-r1, byt the emerge ends with an error:

checking for glXCreateContext in -lGL... no
configure: error: /usr/X11R6/lib/libGL.a is present on your system.
This prevents linking to OpenGL. Delete the file and restart configure.

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/wine-0.9.8-r1/work/wine-0.9.8/config.log

!!! ERROR: app-emulation/wine-0.9.8-r1 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status
message.

And I want to ask if is secure to remove specified file or if there's
another solution.

Thanks a lot.

	Pat
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] emerge wine problem
  2006-04-07  9:33 [gentoo-user] emerge wine problem pat
@ 2006-04-07 14:23 ` Richard Fish
  2006-04-09 21:49   ` pat
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Fish @ 2006-04-07 14:23 UTC (permalink / raw
  To: gentoo-user

On 4/7/06, pat <pat@xvalheru.org> wrote:
> checking for glXCreateContext in -lGL... no
> configure: error: /usr/X11R6/lib/libGL.a is present on your system.
> This prevents linking to OpenGL. Delete the file and restart configure.

I don't have a libGL.a anywhere on my system.  It is a static link
library for openGL, which would be bad for any application to link
with on Gentoo, and is safe to delete.

What does 'equery belongs libGL.a' report?

-Richard

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] emerge wine problem
  2006-04-07 14:23 ` Richard Fish
@ 2006-04-09 21:49   ` pat
  2006-04-10  8:36     ` François Steinmetz
  0 siblings, 1 reply; 5+ messages in thread
From: pat @ 2006-04-09 21:49 UTC (permalink / raw
  To: gentoo-user

Richard Fish wrote:
> On 4/7/06, pat <pat@xvalheru.org> wrote:
> 
>>checking for glXCreateContext in -lGL... no
>>configure: error: /usr/X11R6/lib/libGL.a is present on your system.
>>This prevents linking to OpenGL. Delete the file and restart configure.
> 
> 
> I don't have a libGL.a anywhere on my system.  It is a static link
> library for openGL, which would be bad for any application to link
> with on Gentoo, and is safe to delete.
> 
> What does 'equery belongs libGL.a' report?
> 

It reports this:
x11-base/xorg-x11-6.8.2-r6 (/usr/lib/opengl/xorg-x11/lib/libGL.a)

	Pat
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] emerge wine problem
  2006-04-09 21:49   ` pat
@ 2006-04-10  8:36     ` François Steinmetz
  2006-04-10  8:58       ` [gentoo-user] emerge wine problem - SOLVED (probably) pat
  0 siblings, 1 reply; 5+ messages in thread
From: François Steinmetz @ 2006-04-10  8:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

'emerge wine' needs quite a lot of disk space, have you checked you didn't
run out of disk ?
I've already encountered this problem and the message error wasn't very
helpful.

On 4/9/06, pat <pat@xvalheru.org> wrote:
>
> Richard Fish wrote:
> > On 4/7/06, pat <pat@xvalheru.org> wrote:
> >
> >>checking for glXCreateContext in -lGL... no
> >>configure: error: /usr/X11R6/lib/libGL.a is present on your system.
> >>This prevents linking to OpenGL. Delete the file and restart configure.
> >
> >
> > I don't have a libGL.a anywhere on my system.  It is a static link
> > library for openGL, which would be bad for any application to link
> > with on Gentoo, and is safe to delete.
> >
> > What does 'equery belongs libGL.a' report?
> >
>
> It reports this:
> x11-base/xorg-x11-6.8.2-r6 (/usr/lib/opengl/xorg-x11/lib/libGL.a)
>
>         Pat
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 1380 bytes --]

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

* Re: [gentoo-user] emerge wine problem - SOLVED (probably)
  2006-04-10  8:36     ` François Steinmetz
@ 2006-04-10  8:58       ` pat
  0 siblings, 0 replies; 5+ messages in thread
From: pat @ 2006-04-10  8:58 UTC (permalink / raw
  To: gentoo-user

Well, at least there's 2.5GB disk space - think it is enough :-)

I've temprarily rename the link (libGL.a), install the wine and then renamed
the link back - it looks like wine works and the "rest" of the system too -
hope :-)

Thanks

     Pat

On Mon, 10 Apr 2006 10:36:42 +0200, François Steinmetz wrote 
> 'emerge wine' needs quite a lot of disk space, have you checked you didn't
run out of disk ? 
> I've already encountered this problem and the message error wasn't very
helpful. 
> 
> On 4/9/06, pat <pat@xvalheru.org > wrote:Richard Fish wrote: 
> > On 4/7/06, pat < pat@xvalheru.org> wrote: 
> > 
> >>checking for glXCreateContext in -lGL... no 
> >>configure: error: /usr/X11R6/lib/libGL.a is present on your system. 
> >>This prevents linking to OpenGL. Delete the file and restart configure. 
> > 
> > 
> > I don't have a libGL.a anywhere on my system.  It is a static link 
> > library for openGL, which would be bad for any application to link 
> > with on Gentoo, and is safe to delete. 
> > 
> > What does 'equery belongs libGL.a' report? 
> > 
> 
> It reports this: 
> x11-base/xorg-x11-6.8.2-r6 (/usr/lib/opengl/xorg-x11/lib/libGL.a) 
> 
>          Pat 
> -- 
>  gentoo-user@gentoo.org mailing list 
> 
>

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-04-10  9:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-07  9:33 [gentoo-user] emerge wine problem pat
2006-04-07 14:23 ` Richard Fish
2006-04-09 21:49   ` pat
2006-04-10  8:36     ` François Steinmetz
2006-04-10  8:58       ` [gentoo-user] emerge wine problem - SOLVED (probably) pat

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