If a compiz-fusion-plugin is complaining about sth. needed by `c-build-objs’ you can try build compiz-fusion from the git-source.
Tag: gentoo
missing libGL.so
If emerge complains about a missing libGL.so you can try selecting another opengl-interfaces via
eselect opengl
It will create the necessary links…
gnome-volume-control cannot remember alsa-settings
Easy solution on gentoo:
rc-update add alsasound default
OR (on other distributions)
add alsactl restore to /etc/conf.d/local.start
echo “alsactl restore” >> /etc/conf.d/local.start
add alsactl store to /etc/conf.d/local.stop
echo “alsactl store” >> /etc/conf.d/local.stop
add local (if it isn’t already) to default startscripts
rc-update add local default
howto gentoo teamspeak server 2 made easy
Emerge the server and start it. Get the initial passwords from the log-file and enter the webinterface with them…
emerge teamspeak2-server-bin /etc/init.d/teamspeak2-server start cat /var/log/teamspeak2-server/server.log | grep password
http://localhost:14534
kde-4.0 over portage
ERROR: kde-base/kdebase-3.5.7-r5 failed
if you receive
ERROR: kde-base/kdebase-3.5.7-r5 failed
during the emerge of kdebase (what else ^^) you could try to emerge -D kdelibs first to solve the problem
By the way. KDE 4.0 is coming soon…
libGL.so
Problem:
libGL.so: cannot open shared object file: No such file or directory
In most cases a proper library exists(here libGL.so.1), but it is not found by the application.
Solution (as root):
cd /usr/lib/
ln -s libGL.so.1 libGL.so
UPDATE: better solution might be here
java gui – problem (xcb_xlib.c)
If you experience the following after a(nother) java-app crashed:
java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c->xlib.lock’
Gentoo-Users can do the following (as root)
locate libmawt.so | grep “/opt/sun-j.*/lib/i386/.*libmawt.so” | xargs sed -i ‘s/XINERAMA/FAKEEXTN/g’
(Another case of IF I ALTERED MY GOOGLE-STRING EARLIER)
gtk+ needs pango (HO HO HO :)
If you experience problems with emerging gtk+ because of pango is – according to the display – not found you have to reemerge
- libpng
- cairo
- pango
The error lays in a broken libpng. This affects the other two.
cups problem
If you receive
/usr/libexec/cups/filter/foomatic-rip failed
you could try
emerge --unmerge ghostscript-gpl cups foomatic-db \ foomatic-db-engine foomatic-db-ppds foomatic-filters \ foomatic-filters-ppds foomatic-gui emerge -va cups
Cups seems to use it’s own filters (less but one for different printers) then. Works perfectly now.
I got these options activated
X dbus jpeg nls pam php png samba
but not especially for cups (-> /etc/make.conf)