Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Emerging x11-libs/qt-opengl fails with syntax error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Tue Nov 10, 2009 5:58 am    Post subject: [Solved] Emerging x11-libs/qt-opengl fails with syntax error Reply with quote

Hi, I'm new to Gentoo (coming from a windows world), just have a couple of questions, not exactly sure what I'm dealing with here, syntax errors, broken packages, etc; hope it doesn't sound too noobish:

I'm trying to update my system and I've written a little script to run to rebuild my system:
emerge --sync
emerge --update --deep --newuse world
emerge --depclean
revdep-rebuild

Problem is, it's failing when emerging x11-libs/qt-opengl during the update part.

My list of USE flags are as follow:

Quote:

3dnow acpi alsa apache2 avahi bzip2 cd cdda cddb cdr consolekit crypt cups curl dri dvd dvdr ftp glx gtk hal ipv6k kde ldap qt mmx mp3 mp4 multilib nas nls nocd nptl opengl ogg pam pdf samba scanner sdl spell sse sse2 sse3 sse4a ssl symlink truetype unicode usb win32codecs X xorg zlib


Quote:

>>> Verifying ebuild manifests

>>> Starting parallel fetch

>>> Emerging (1 of 33) x11-libs/qt-opengl-4.5.3-r1
* qt-x11-opensource-src-4.5.3.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
tar xzpf /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/distdir/qt-x11-opensource-src-4.5.3.tar.gz qt-x11-opensource-src-4.5.3/configure qt-x11-opensource-src-4.5.3/LICENSE.GPL3 qt-x11-opensource-src-4.5.3/LICENSE.LGPL qt-x11-opensource-src-4.5.3/projects.pro qt-x11-opensource-src-4.5.3/src/qbase.pri qt-x11-opensource-src-4.5.3/src/qt_targets.pri qt-x11-opensource-src-4.5.3/src/qt_install.pri qt-x11-opensource-src-4.5.3/bin qt-x11-opensource-src-4.5.3/config.tests qt-x11-opensource-src-4.5.3/mkspecs qt-x11-opensource-src-4.5.3/qmake qt-x11-opensource-src-4.5.3/include/QtCore qt-x11-opensource-src-4.5.3/include/QtGui qt-x11-opensource-src-4.5.3/include/QtOpenGL qt-x11-opensource-src-4.5.3/src/corelib qt-x11-opensource-src-4.5.3/src/gui qt-x11-opensource-src-4.5.3/src/opengl qt-x11-opensource-src-4.5.3/src/plugins qt-x11-opensource-src-4.5.3/src/3rdparty
>>> Source unpacked in /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work
>>> Preparing source in /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3 ...
* Applying qt-4.5.3-glib-event-loop.patch ... [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3 ...
./configure -L/usr/lib64 -no-pch -release -no-separate-debug-info -arch x86_64 -platform linux-g++ -stl -verbose -largefile -confirm-license -no-rpath -prefix /usr -bindir /usr/bin -libdir /usr/lib64/qt4 -datadir /usr/share/qt4 -docdir /usr/share/doc/qt-4.5.3 -headerdir /usr/include/qt4 -plugindir /usr/lib64/qt4/plugins -sysconfdir /etc/qt4 -translationdir /usr/share/qt4/translations -examplesdir /usr/share/qt4/examples -demosdir /usr/share/qt4/demos -silent -fast -no-exceptions -reduce-relocations -nomake examples -nomake demos -opensource -opengl -qt3support
Determining system architecture... (Linux:2.6.30-gentoo-r5:x86_64)
64-bit AMD 80x86 (x86_64)
'x86_64' is supported
System architecture: 'x86_64'
Symbol visibility control enabled.
Symbolic function binding enabled.

This is the Qt/X11 Open Source Edition.

You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.

You have already accepted the terms of the license.

floatmath auto-detection... ()
compiling floatmath.cpp
floatmath.cpp:44: warning: unused parameter 'argc'
floatmath.cpp:44: warning: unused parameter 'argv'
linking floatmath
floatmath enabled.
mmx auto-detection... ()
compiling mmx.cpp
linking mmx
mmx enabled.
3dnow auto-detection... ()
compiling 3dnow.cpp
linking 3dnow
3dnow enabled.
sse auto-detection... ()
compiling sse.cpp
linking sse
sse enabled.
sse2 auto-detection... ()
compiling sse2.cpp
linking sse2
sse2 enabled.
zlib auto-detection... ()
compiling zlib.cpp
linking zlib
zlib enabled.
libjpeg auto-detection... ()
compiling libjpeg.cpp
libjpeg.cpp: In function 'int main(int, char**)':
libjpeg.cpp:51: warning: 'cinfo' is used uninitialized in this function
linking libjpeg
libjpeg enabled.
libtiff auto-detection... ()
compiling libtiff.cpp
linking libtiff
libtiff enabled.
libmng auto-detection... ()
compiling libmng.cpp
linking libmng
libmng enabled.
libpng auto-detection... ()
compiling libpng.cpp
linking libpng
libpng enabled.
DB2 auto-detection... ()
compiling db2.cpp
db2.cpp:42:20: error: sqlcli.h: No such file or directory
db2.cpp:43:21: error: sqlcli1.h: No such file or directory
make: *** [db2.o] Error 1
DB2 disabled.
InterBase auto-detection... ()
compiling ibase.cpp
ibase.cpp:42:19: error: ibase.h: No such file or directory
make: *** [ibase.o] Error 1
InterBase disabled.
MySQL (thread-safe) auto-detection... ()
compiling ../mysql/mysql.cpp
linking mysql_r
MySQL (thread-safe) enabled.
OCI auto-detection... ()
compiling oci.cpp
oci.cpp:42:17: error: oci.h: No such file or directory
make: *** [oci.o] Error 1
OCI disabled.
ODBC auto-detection... ()
compiling odbc.cpp
odbc.cpp:42:17: error: sql.h: No such file or directory
odbc.cpp:43:20: error: sqlext.h: No such file or directory
make: *** [odbc.o] Error 1
ODBC disabled.
PostgreSQL auto-detection... ()
compiling psql.cpp
linking psql
PostgreSQL enabled.
SQLite2 auto-detection... ()
compiling sqlite2.cpp
sqlite2.cpp:42:20: error: sqlite.h: No such file or directory
make: *** [sqlite2.o] Error 1
SQLite2 disabled.
TDS auto-detection... ()
compiling tds.cpp
tds.cpp:42:22: error: sybfront.h: No such file or directory
tds.cpp:43:19: error: sybdb.h: No such file or directory
make: *** [tds.o] Error 1
TDS disabled.
NIS auto-detection... ()
compiling nis.cpp
linking nis
NIS enabled.
Cups auto-detection... ()
compiling cups.cpp
linking cups
Cups enabled.
POSIX iconv auto-detection... ()
compiling iconv.cpp
linking iconv
POSIX iconv enabled.
D-Bus auto-detection... ()
compiling dbus.cpp
linking dbus
D-Bus enabled.
Glib auto-detection... ()
compiling glib.cpp
glib.cpp: In function 'int main(int, char**)':
glib.cpp:55: warning: 'pollfd' is used uninitialized in this function
linking glib
Glib enabled.
GStreamer auto-detection... ()
compiling gstreamer.cpp
gstreamer.cpp:53: warning: unused parameter 'argc'
gstreamer.cpp:53: warning: unused parameter 'argv'
linking gstreamer
GStreamer enabled.
Detecting broken X11 headers... (/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3/mkspecs/linux-g++ yes /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3 /var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3)
X11 headers look good.
XLib auto-detection... ()
compiling xlib.cpp
linking xlib
XLib enabled.
OpenGL auto-detection... ()
compiling opengl.cpp
linking opengl
/usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make: *** [opengl] Error 1
OpenGL disabled.
OpenGL ES 2.x auto-detection... ()
compiling opengles2.cpp
opengles2.cpp:42:21: error: EGL/egl.h: No such file or directory
opengles2.cpp:43:23: error: GLES2/gl2.h: No such file or directory
opengles2.cpp: In function 'int main(int, char**)':
opengles2.cpp:47: error: 'eglInitialize' was not declared in this scope
opengles2.cpp:48: error: 'GLfloat' was not declared in this scope
opengles2.cpp:48: error: 'glUniform1f' was not declared in this scope
opengles2.cpp:49: error: 'GL_COLOR_BUFFER_BIT' was not declared in this scope
opengles2.cpp:49: error: 'glClear' was not declared in this scope
make: *** [opengles2.o] Error 1
OpenGL ES 2.x disabled.
OpenGL ES 1.x auto-detection... ()
compiling opengles1.cpp
opengles1.cpp:42:21: error: GLES/gl.h: No such file or directory
opengles1.cpp:43:22: error: GLES/egl.h: No such file or directory
opengles1.cpp: In function 'int main(int, char**)':
opengles1.cpp:47: error: 'GLfloat' was not declared in this scope
opengles1.cpp:47: error: expected `;' before 'a'
opengles1.cpp:48: error: 'eglInitialize' was not declared in this scope
opengles1.cpp:49: error: 'a' was not declared in this scope
opengles1.cpp:49: error: 'glColor4f' was not declared in this scope
opengles1.cpp:50: error: 'GL_COLOR_BUFFER_BIT' was not declared in this scope
opengles1.cpp:50: error: 'glClear' was not declared in this scope
make: *** [opengles1.o] Error 1
OpenGL ES 1.x disabled.
OpenGL ES 1.x Lite auto-detection... ()
compiling opengles1cl.cpp
opengles1cl.cpp:42:21: error: GLES/gl.h: No such file or directory
opengles1cl.cpp:43:22: error: GLES/egl.h: No such file or directory
opengles1cl.cpp: In function 'int main(int, char**)':
opengles1cl.cpp:47: error: 'GLfixed' was not declared in this scope
opengles1cl.cpp:47: error: expected `;' before 'a'
opengles1cl.cpp:48: error: 'eglInitialize' was not declared in this scope
opengles1cl.cpp:49: error: 'a' was not declared in this scope
opengles1cl.cpp:49: error: 'glColor4x' was not declared in this scope
opengles1cl.cpp:50: error: 'GL_COLOR_BUFFER_BIT' was not declared in this scope
opengles1cl.cpp:50: error: 'glClear' was not declared in this scope
make: *** [opengles1cl.o] Error 1
OpenGL ES 1.x Lite disabled.
All the OpenGL functionality tests failed!
You might need to modify the include and library search paths by editing
QMAKE_INCDIR_OPENGL, QMAKE_LIBDIR_OPENGL and QMAKE_LIBS_OPENGL in
/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/work/qt-x11-opensource-src-4.5.3/mkspecs/linux-g++.
*
* ERROR: x11-libs/qt-opengl-4.5.3-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_configure
* environment, line 3399: Called qt4-build_src_configure
* environment, line 3082: Called die
* The specific snippet of code:
* ./configure ${myconf} || die "./configure failed";
* The die message:
* ./configure failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/temp/environment'.
*

>>> Failed to emerge x11-libs/qt-opengl-4.5.3-r1, Log file:

>>> '/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/temp/build.log'

* Messages for package x11-libs/qt-opengl-4.5.3-r1:

*
* ERROR: x11-libs/qt-opengl-4.5.3-r1 failed.
* Call stack:
* ebuild.sh, line 49: Called src_configure
* environment, line 3399: Called qt4-build_src_configure
* environment, line 3082: Called die
* The specific snippet of code:
* ./configure ${myconf} || die "./configure failed";
* The die message:
* ./configure failed
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/x11-libs/qt-opengl-4.5.3-r1/temp/environment'.
*


Will post the build log in reply post, seems this forum wipes long post ...


Last edited by AgentVladimir on Sat Nov 14, 2009 9:25 pm; edited 2 times in total
Back to top
View user's profile Send private message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Tue Nov 10, 2009 6:04 am    Post subject: Reply with quote

The build log:

Quote:

qt-x11-opensource-src-4.5.3/tools/designer/src/plugins/widgets/q3listbox/q3listb
ox_extrainfo.h

....... SNIPPED ....................

qt-x11-opensource-src-4.5.3/translations/qt_help_de.ts
qt-x11-opensource-src-4.5.3/translations/qt_help_ja.ts
qt-x11-opensource-src-4.5.3/translations/qt_help_pl.ts
qt-x11-opensource-src-4.5.3/translations/qt_help_ru.ts
'x86_64' is supported
System architecture: 'x86_64'
Symbol visibility control enabled.
Symbolic function binding enabled.

This is the Qt/X11 Open Source Edition.

You are licensed to use this software under the terms of
the Lesser GNU General Public License (LGPL) versions 2.1.
You are also licensed to use this software under the terms of
the GNU General Public License (GPL) versions 3.

You have already accepted the terms of the license.

floatmath auto-detection... ()
compiling floatmath.cpp
floatmath.cpp:44: warning: unused parameter 'argc'
floatmath.cpp:44: warning: unused parameter 'argv'
linking floatmath
floatmath enabled.
mmx auto-detection... ()
compiling mmx.cpp
linking mmx
mmx enabled.
3dnow auto-detection... ()
compiling 3dnow.cpp
linking 3dnow
3dnow enabled.
sse auto-detection... ()
compiling sse.cpp
linking sse
sse enabled.
sse2 auto-detection... ()
compiling sse2.cpp
linking sse2
sse2 enabled.
zlib auto-detection... ()
compiling zlib.cpp
linking zlib
zlib enabled.
libjpeg auto-detection... ()
compiling libjpeg.cpp
libjpeg.cpp: In function 'int main(int, char**)':
libjpeg.cpp:51: warning: 'cinfo' is used uninitialized in this function
linking libjpeg
libjpeg enabled.
libtiff auto-detection... ()
compiling libtiff.cpp
linking libtiff
libtiff enabled.
libmng auto-detection... ()
compiling libmng.cpp
linking libmng
libmng enabled.
libpng auto-detection... ()
compiling libpng.cpp
linking libpng
libpng enabled.
DB2 auto-detection... ()
compiling db2.cpp
db2.cpp:42:20: error: sqlcli.h: No such file or directory
db2.cpp:43:21: error: sqlcli1.h: No such file or directory
make: *** [db2.o] Error 1
DB2 disabled.
InterBase auto-detection... ()
compiling ibase.cpp
ibase.cpp:42:19: error: ibase.h: No such file or directory
make: *** [ibase.o] Error 1
InterBase disabled.
MySQL (thread-safe) auto-detection... ()
compiling ../mysql/mysql.cpp
linking mysql_r
MySQL (thread-safe) enabled.
OCI auto-detection... ()
compiling oci.cpp


And my portage.package.use file (ps, is there a way to attach files?)

Quote:

# ------------------------------------------------------------>
# Applications / Multimedia / Extensions / Plugins
# ------------------------------------------------------------>

# Clam Antivirus
app-antivirus/clamav bzip2 iconv ipv6 -clamdtop -milter

# Flash
www-plugins/adobe-flash qt3 alsa arts multilib

# Gimp
media-gfx/gimp mmx sse cairo jpeg png sdl sse svg alsa dbus gnome hal pdf png python tiff

# PDF
app-text/xpdf -nodrm
app-text/acroread cups ldap -minimal -nsplugin
app-text/fbreader -gtk -qt3 qt4

# Spell Checker
app-text/gtkspell -doc

# VLC
media-video/vlc X a52 aac alsa avahi cdda cddb dbus dts dvd ffmpeg flac gcrypt gnome hal libnotify mmx mp3 mpeg ncurses ogg opengl png qt4 samba sdl sse svg truetype vorbis x264 xml xv -aalib -atmo -bidi -c
ddax -cdio -dc1394 -debug -dirac -directfb -dvb -fbcon -fluidsynth -fontconfig -ggi -gnutls -httpd -id3tag -ieee1394 -jack -kate -libass -libcaca -libproxy -libsysfs -libtiger -libv4l2 -lirc -live -lua -mat
roska -modplug -mtp -musepack -nsplugin -optimisememory -oss -pulseaudio -pvr -remoteosd -rtsp -run-as-root -schroedinger -sdl-image -seamonkey -shine -shout -skins -speex -stream -taglib -theora -twolame -
upnp -v4l -v4l2 -vcdinfo -vcdx -vlm -wma-fixed -xcb -xinerama -xosd -zvbi

# ------------------------------------------------------------>
# CD / DVD / HDD
# ------------------------------------------------------------>

# K3B
media-libs/libsamplerate -sndfile
media-sound/sox alsa encode flac mad ogg png -amrnb -amrwb -ao -debug -ffmpeg -id3tag -ladspa -libsamplerate -oss -sndfile -wavpack
media-sound/normalize mad nls -audiofile
media-libs/faad -digitalradio
dev-lang/nasm -doc
media-libs/libmpeg mmx
media-libs/libquicktime X aac alsa encode gtk jpeg mmx opengl png vorbis x264 -doc -dv -ffmpeg -lame -schroedinger
media-video/transcode X a52 dvd iconv jpeg mmx mp3 mpeg ogg quicktime sdl sse sse2 truetype vorbis xml xvid -3dnow xtrafilters -fame -imagemagick -lzo -mjpeg -network -nuv -oss -theora -v4l
app-cdr/k3b alsa dvd dvdr encode flac hal mp3 vorbis -arts -css -debug -emovix -ffmpeg -musepack -musicbrainz -sndfile -vcd -xinerama"

# IVMan - Automounter
sys-apps/pmount crypt hal
sys-apps/ivman -debug

# ------------------------------------------------------------>
# Database
# ------------------------------------------------------------>

# BerkDB
dev-libs/icu -debug -doc -examples
media-libs/raptor unicode xml -curl -debug
media-libs/vigra jpeg png tiff zlib -doc -fftw -test
app-text/libwpd -doc
dev-util/boost-build python -examples
dev-libs/boost -debug -doc -expat -icu -mpi -tools
dev-libs/rasqal pcre xml -gmp -test
dev-libs/redland berkdb ssl xml -mysql -postgres -sqlite -threads

# MySQL
dev-db/mysql berkdb community perl ssl -big-tables -cluster -debug embedded -extraengine -latin1 -max-idx-128 -minimal -profiling -static

# PostgreSQL
dev-db/postgresql nls pam perl python readline ssl xml zlib -doc -kerberos -pg-intdatetime -tcl -test

# SQL Lite
dev-db/sqlite readline threadsafe -debug -doc -soundex -tcl

# ------------------------------------------------------------>
# Development
# ------------------------------------------------------------>

# Apache
app-admin/apache-tools ssl
www-servers/apache debug ldap ssl -doc -static -suexec -threads

# Fast CGI
dev-libs/fcgi -html

# JAVA


# PHP
dev-lang/php apache2 berkdb bzip2 cli crypt curl ftp gdbm iconv ipv6 ldap ncurses nls pcre readline reflection session spell spl ssl truetype unicode xml zlib -bcmath -calendar -cdb -cgi -cjk -concurrentmod
php -ctype -curlwrappers -db2 -dbase -debug -discard-path -doc -exif -fastbuild -filter -flatfile -force-cgi-redirect -gd -gd-external -gmp -hash -imap -inifile -interbase -iodbc json -kerberos -kolab -ldap
-sasl -libedit -mcve -mhash -msql -mssql mysql -mysqli -oci8 -oci8-instant-client -odbc -pcntl -pdo -pic -posix postgres -qdbm -recode -sapdb -sharedext -sharedmem -simplexml -snmp -soap -sockets -sqlite -s
uhosin -sysvipc -threads -tidy -tokenizer -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl -yaz -zip

# Python
dev-lang/python berkdb gdbm ipv6 ncurses readline ssl threads xml -build -doc -examples -sqlite -tk -ucs2 -wininst sqlite

# ???
dev-db/libpq nls pam readline ssl zlib -kerberos -pg-intdatetime -threads

# SVN
dev-perl/SVN-Mirror urandom berkdb gdbm ldap dso nls perl python webdav-neon

# ------------------------------------------------------------>
# Emulation
# ------------------------------------------------------------>

# Emulation
app-emulation/wine X alsa cups gecko ncurses opengl xml

# ------------------------------------------------------------>
# File Manager
# ------------------------------------------------------------>

# X Face Thunar
xfce-base/thunar dbus gnome hal pcre startup-notification trash-plugin -debug -doc -exif -test

# ------------------------------------------------------------>
# Network / IM / WWW
# ------------------------------------------------------------>

# Curl
net-misc/curl ipv6 ldap ssl -ares -gnutls -idn -kerberos -libssh2 -nss -test

# DNS Server
net-dns/dnsmasq dbus dhcp ipv6 nls -tftp

# P2P
net-p2p/bittorrent crypt gtk X gnome opengl sdl unicode opengl unicode

# Pidgin
net-im/pidgin dbus eds gstreamer gtk ncurses nls perl spell -bonjour -debug -doc -gadu -gnutls -groupwise -meanwhile -networkmanager -prediction -qq -sasl -silc -tcl -tk -zephyr

# Skype
net-im/skype qt-static

# Firefox
net-libs/xulrunner alsa dbus gnome python startup-notification -custom-optimization -debug java -sqlite
www-client/mozilla-firefox dbus gnome startup-notification xulrunner java mozdevelop javascript cairo

# ------------------------------------------------------------>
# Open Office
# ------------------------------------------------------------>

dev-libs/icu -debug -doc -examples
media-libs/raptor unicode xml -curl -debug
media-libs/vigra jpeg png tiff zlib -doc -fftw -test
app-text/libwpd -doc
dev-util/boost-build python -examples
dev-libs/boost -debug -doc -expat -icu -mpi -test -tools
dev-libs/rasqal pcre xml -gmp -test
dev-libs/redland berkdb ssl xml -mysql -postgres -sqlite -threads
app-office/openoffice cups dbus eds gnome gstreamer gtk ldap opengl pam -qt -bash-completion -binfilter -debug -java -mono -nsplugin -odk -templates
app-office/openoffice-bin gnome kde -java

# ------------------------------------------------------------>
# Open SSH
# ------------------------------------------------------------>

net-misc/openssh X ldap pam tcpd -X509 -hpn -kerberos -libedit -pkcs11 -skey -smartcard -static

# ------------------------------------------------------------>
# Samba
# ------------------------------------------------------------>

net-fs/samba acl cups fam ipv6 ldap pam python readline -ads -async -automount -caps -debug -doc -examples -oav -quotas -swat -syslog -winbind

# ------------------------------------------------------------>
# X
# ------------------------------------------------------------>

# X Composite Manager
x11-misc/xcompmgr -debug

# FluxBox
x11-libs/openmotif jpeg png unicode -doc -examples -xft
x11-wm/fluxbox truetype vim-syntax slit toolbar gnome imlib
x11-misc/fbdesk png -debug
app-admin/conky -ipv6
x11-libs/qt-opengl qt3support -debug -pch

# Gnome
gnome-base/gnome ipv6 python alsa gstreamer gtk acl unicode X dbus hunspell python 3dnow 3dnowext X encode hardcoded-tables mmx mmxext mp3 sdl ssse3 vorbis x264 xvid zlib ldap sdl ssl xml cairo branding nls
gtk acl cgi curl cxx crypt jpeg libnotify tcpq hal mad a52 xv tiff eds cdr css libburn nautilus totem glib iconv qt3support sqlite

# KDE
kde-base/kde nls ssl python gtk ipv6 pam perl tcpd alsa flac ogg123 gpm acl branding cups fam spell tiff hal ldap opengl pam encode gstreamer mp3 vorbis ssl opengl cryptpdf berkdb sdl

# NCurses
sys-libs/ncurses gpm unicode -debug -doc -minimal -profile -trace

# ------------------------------------------------------------>
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Tue Nov 10, 2009 12:03 pm    Post subject: Reply with quote

:evil: Use pastebin for this stuff next time.
Anyway, probably another eselect-opengl problem
- post your version, check your settings.
Back to top
View user's profile Send private message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Wed Nov 11, 2009 12:39 am    Post subject: Reply with quote

Did a bit of reading on the forum to see if any of the other solutions for similar qt-opengl problem worked for me without any luck so far ...
Tried emerging qt-core which only installed some more stuff, tried unmerging x11-libs/qt-opengl hoping that it might emerge a new version, didn't work either.

Emerged eselect-opengl which selected the nvidia implementation. Now when I do eselect opengl, the default shows nvidia.
Doing emerge --update --deep --newuse world still fails on x11-libs/qt-opengl-4.5.3-r1

emerge --info

Quote:

Portage 2.1.6.13 (default/linux/amd64/10.0/desktop, gcc-4.3.4, glibc-2.9_p20081201-r2, 2.6.30-gentoo-r5 x86_64)
=================================================================
System uname: Linux-2.6.30-gentoo-r5-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-1.12.13
Timestamp of tree: Tue, 10 Nov 2009 18:00:01 +0000
app-shells/bash: 4.0_p28
dev-java/java-config: 2.1.9-r1
dev-lang/python: 2.5.4-r3, 2.6.2-r1
dev-python/pycrypto: 2.0.1-r8
dev-util/cmake: 2.6.4-r3
sys-apps/baselayout: 1.12.13
sys-apps/sandbox: 1.6-r2
sys-devel/autoconf: 2.13, 2.63-r1
sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2
sys-devel/binutils: 2.18-r3
sys-devel/gcc-config: 1.4.1
sys-devel/libtool: 2.2.6a
virtual/os-headers: 2.6.27-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X a52 aac acl acpi alsa amd64 apache2 avahi berkdb bluetooth branding bzip2 cairo cd cdda cddb cdr cli consolekit cracklib crypt cups curl dbus dri dts dvd dvdr eds emboss encode evo fam firefox flac fortran ftp gdbm gif glx gnome gpm gstreamer gtk hal iconv ipv6 ipv6k jpeg kde ldap libnotify mad mikmod mmx modules mp3 mp4 mpeg mudflap multilib nas ncurses nls nocd nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt qt3support qt4 quicktime readline reflection samba scanner sdl session spell spl sse sse2 sse3 sse4a ssl startup-notification svg symlink sysfs tcpd thunar tiff truetype unicode usb vorbis x264 xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Back to top
View user's profile Send private message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Sat Nov 14, 2009 8:16 am    Post subject: Reply with quote

VoidMage wrote:

Anyway, probably another eselect-opengl problem
eslect-opengl problem? Perhaps have a link where I can read more about the "eselect-opengl" problem?

VoidMage wrote:

post your version,
Version of which package?

VoidMage wrote:

check your settings.
What settings should I check?



Is this a broken package which I should file a bug for, a dependancy problem, a conflicting package problem, ... ?

Thanks
AV
Back to top
View user's profile Send private message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Sat Nov 14, 2009 9:28 pm    Post subject: Reply with quote

Problem solved, rerunning the NVidia installer recompiled the required OpenGL packages and everything was working 100% again after that with the system update finishing without any hiccups :D

Thanks for your time VoidMage :wink:
Back to top
View user's profile Send private message
VoidMage
Watchman
Watchman


Joined: 14 Oct 2006
Posts: 6196

PostPosted: Sat Nov 14, 2009 11:20 pm    Post subject: Reply with quote

AgentVladimir wrote:
Problem solved, rerunning the NVidia installer ...

If that meant "running the upstream installer, instead of emerging",
consider your system broken.
Back to top
View user's profile Send private message
AgentVladimir
n00b
n00b


Joined: 09 Nov 2009
Posts: 6
Location: South Africa

PostPosted: Sun Nov 15, 2009 5:23 am    Post subject: Reply with quote

According to the Gentoo Wiki: http://en.gentoo-wiki.com/wiki/Nvidia , the driver support only goes up to the Nvidia 8 series (I'm running a GeForce 9600GT) and since I haven't managed to get the nvidia driver from portage working on my system, I used the nvidia installer from http://www.nvidia.com/object/linux_display_amd64_190.42.html

If it does support the 9 series, I'll fix it sometime.
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Wed Nov 18, 2009 10:12 pm    Post subject: Reply with quote

AgentVladimir wrote:
According to the Gentoo Wiki: http://en.gentoo-wiki.com/wiki/Nvidia

That is not the Gentoo wiki. We don't have an official wiki. You should use the official documentation here: http://www.gentoo.org/doc/en/
Please use emerge nvidia-drivers to install your nvidia-drivers. They work on all the latest models. If you have any problems with that, ask for help, file a bug if necessary.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum