Recent Problems: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= 2009 = | |||
== Using 10.0 profile and x11-libs/libxcb upgrade == | |||
Be sure to run reconcilio/revdep-rebuild afterwards, in my case a total of 66 packaged needed a rebuild. | |||
{{Codeline|# reconcilio}} | |||
= 2007 = | = 2007 = | ||
== bash | == bash error message == | ||
{{Box Code| | {{Box Code|Error message| | ||
<pre> | <pre> | ||
>>> No outdated packages were found on your system. | >>> No outdated packages were found on your system. | ||
| Line 10: | Line 15: | ||
}} | }} | ||
bashref.info.gz | bashref.info.gz was replaced by a tar.bz2 version bashref.info.bz2, thus you can safely delete the older symlink. | ||
{{Codeline|# rm /usr/share/info/bashref.info.gz}} | {{Codeline|# rm /usr/share/info/bashref.info.gz}} | ||
| Line 16: | Line 21: | ||
== Emerge: error: C compiler cannot create executables == | == Emerge: error: C compiler cannot create executables == | ||
z.B.: Beim Emergen von sys-apps/sandbox | z.B.: Beim Emergen von sys-apps/sandbox | ||
{{Box Code| | {{Box Code|Error message| | ||
<pre> | <pre> | ||
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc | checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc | ||
Revision as of 13:22, 19 August 2009
2009
Using 10.0 profile and x11-libs/libxcb upgrade
Be sure to run reconcilio/revdep-rebuild afterwards, in my case a total of 66 packaged needed a rebuild. # reconcilio
2007
bash error message
bashref.info.gz was replaced by a tar.bz2 version bashref.info.bz2, thus you can safely delete the older symlink.
# rm /usr/share/info/bashref.info.gz
Emerge: error: C compiler cannot create executables
z.B.: Beim Emergen von sys-apps/sandbox Template:Box Code
Dieser Fehler kann auftreten wenn auf dem System eselect-compiler installiert war (buggy - deshalb gcc-config benutzen!) Beheben kann man das Problem indem man die von eselect-compiler angelegten Dateien einfach löscht. Um die betroffenen Dateien zu identifizieren:
host ~ # find /usr/bin | xargs strings -f 2> /dev/null | grep "Unable to determine executable" | cut -d : -f 1 /usr/bin/gccbug /usr/bin/x86_64-pc-linux-gnu-gcov /usr/bin/x86_64-pc-linux-gnu-gccbug /usr/bin/gcov /usr/bin/protoize /usr/bin/unprotoize /usr/bin/i686-pc-linux-gnu-gfortran /usr/bin/i686-pc-linux-gnu-gccbug /usr/bin/i686-pc-linux-gnu-gcov /usr/bin/i686-pc-linux-gnu-protoize /usr/bin/i686-pc-linux-gnu-unprotoize /usr/bin/i686-pc-linux-gnu-c++ /usr/bin/i686-pc-linux-gnu-cpp /usr/bin/i686-pc-linux-gnu-g++ /usr/bin/i686-pc-linux-gnu-gcc /usr/bin/i686-pc-linux-gnu-cc /usr/bin/x86_64-pc-linux-gnu-protoize /usr/bin/x86_64-pc-linux-gnu-unprotoize
# gcc-config -l
# gcc-config <neueste gcc version>
# source /etc/profile
Der Dienst avahi-daemon lässt sich nicht starten
# avahi-daemon
cap_set_proc() failed: Operation not permitted
Im Kernel muss
Security options [*] Enable different security models <*> Default Linux Capabilityies
aktiviert werden.
KDE: Beim Einlegen einer CD passiert nichts
Falls man ein ATA/IDE CD/DVD-ROM hat, muss die "legacy /proc/ide/ support" Option im Kernel aktiviert sein.