Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25407 - Can't emerge media-gfx/blender-2.28
Summary: Can't emerge media-gfx/blender-2.28
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-27 22:43 UTC by Sebastian Bergmann (RETIRED)
Modified: 2003-10-11 07:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
config.log (config.log,103.32 KB, text/plain)
2003-07-27 22:44 UTC, Sebastian Bergmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Bergmann (RETIRED) gentoo-dev 2003-07-27 22:43:41 UTC
The configure script of the media-gfx/blender-2.28 ebuild does not find my
system's OpenGL support. I experienced similar problems before, for instance
when installing KDE 3.1.2, for which I had to set USE="-opengl" temporarily.

Re-running "opengl-update xfree" does not help. OpenGL support is working
according to glxinfo and glxgears.

Reproducible: Always
Steps to Reproduce:
1. emerge blender

Actual Results:  
See attached config.log.


Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Pentium III (Coppermine)
GENTOO_MIRRORS="ftp://trumpetti.atm.tut.fi/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://ftp.fhh.opensource-mirror.de/pub/gentoo.org/
ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode foomaticdb gif jpeg libg++ mad
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms zlib
gdbm berkdb slang readline arts tetex svga tcltk java guile postgres sdl gpm
tcpd pam libwww ssl perl python esd imlib oggvorbis gtk motif opengl X xv gtk2
gnome kde qt alsa acpi dga directfb apache2"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -pipe"
CXXFLAGS="-march=pentium3 -O2 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache fixpackages"
Comment 1 Sebastian Bergmann (RETIRED) gentoo-dev 2003-07-27 22:44:31 UTC
Created attachment 15110 [details]
config.log
Comment 2 SpanKY gentoo-dev 2003-07-27 22:56:47 UTC
do you have '/usr/lib/libGL.so' ? 
Comment 3 Sebastian Bergmann (RETIRED) gentoo-dev 2003-07-27 23:21:33 UTC
wopr-mobile root # ls -la /usr/lib/libGL*
lrwxrwxrwx    1 root     root           49 Jul 28 07:13 /usr/lib/libGL.so -> /usr/lib/opengl/xfree/lib//usr/X11R6/lib/libGL.so
lrwxrwxrwx    1 root     root           49 Jul 28 07:13 /usr/lib/libGL.so.1 -> /usr/lib/opengl/xfree/lib//usr/X11R6/lib/libGL.so
-rw-r--r--    1 root     root       665420 Jun 11 09:39 /usr/lib/libGLU.a
-rw-r--r--    1 root     root          769 Jun 11 09:39 /usr/lib/libGLU.la
lrwxrwxrwx    1 root     root           13 Jun 11 09:39 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx    1 root     root           13 Jun 11 09:39 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x    1 root     root       577079 Jun 11 09:39 /usr/lib/libGLU.so.1.3
Comment 4 SpanKY gentoo-dev 2003-07-27 23:31:03 UTC
ah well theres your problem ! :) 
 
`rm /usr/lib/libGL.so /usr/lib/libGL.so.1` 
`opengl-update xfree` 
`ls /usr/lib/libGL*` 
 
see if the symlinks are still messed up ... 
Comment 5 Sebastian Bergmann (RETIRED) gentoo-dev 2003-07-27 23:39:49 UTC
The symlinks are still messed up:

bash-2.05b# ls -la /usr/lib/libGL*
lrwxrwxrwx    1 root     root           49 Jul 28 08:21 /usr/lib/libGL.so -> /usr/lib/opengl/xfree/lib//usr/X11R6/lib/libGL.so
lrwxrwxrwx    1 root     root           49 Jul 28 08:21 /usr/lib/libGL.so.1 -> /usr/lib/opengl/xfree/lib//usr/X11R6/lib/libGL.so
-rw-r--r--    1 root     root       665420 Jun 11 09:39 /usr/lib/libGLU.a
-rw-r--r--    1 root     root          769 Jun 11 09:39 /usr/lib/libGLU.la
lrwxrwxrwx    1 root     root           13 Jun 11 09:39 /usr/lib/libGLU.so -> libGLU.so.1.3
lrwxrwxrwx    1 root     root           13 Jun 11 09:39 /usr/lib/libGLU.so.1 -> libGLU.so.1.3
-rwxr-xr-x    1 root     root       577079 Jun 11 09:39 /usr/lib/libGLU.so.1.3
Comment 6 SpanKY gentoo-dev 2003-07-28 04:30:27 UTC
what version of opengl-update do you have ? 
Comment 7 Sebastian Bergmann (RETIRED) gentoo-dev 2003-07-28 09:18:17 UTC
wopr-mobile root # emerge -s opengl-update
Searching...
[ Results for search key : opengl-update ]
[ Applications found : 1 ]

*  x11-base/opengl-update
      Latest version available: 1.5
      Latest version installed: 1.5
      Size of downloaded files: 0 kB
      Homepage:    http://www.gentoo.org/
      Description: Utility to change the OpenGL interface being used.
Comment 8 Theofilos Intzoglou 2003-08-05 08:43:52 UTC
Strangely enough if I do an 'opengl-update xfree' I get the correct symlinks for libGL.so -> /usr/lib/opengl/xfree/lib/libGL.so.1.2 and libGL.so.1 -> /usr/lib/opengl/xfree/lib/libGL.so.1.2. I'm also using opengl-update version 1.5.
Comment 9 Sebastian Bergmann (RETIRED) gentoo-dev 2003-08-18 08:39:25 UTC
I solved the opengl-update breakage by remerging xfree.
Comment 10 Luca Barbato gentoo-dev 2003-09-06 09:29:24 UTC
is still blender a problem?
Seems more generic opengl-update xfree problem.
Comment 11 Sebastian Bergmann (RETIRED) gentoo-dev 2003-09-06 09:32:47 UTC
No, this is not a Blender problem. And opengl-update works fine again on my system after remerging xfree.
Comment 12 Luca Barbato gentoo-dev 2003-10-11 07:48:12 UTC
closing the bug then