(Gentoo) DVB via Kaffeine: Kein Bild, Ton ist da

Diablo

Grand Admiral Special
Mitglied seit
11.11.2001
Beiträge
2.951
Renomée
2
Standort
Passau
Servus!

So, ich bin jetzt von Debian auf Gentoo umgestiegen, soweit gefällt mir die Distri ganz gut, ist auch merklich performanter! Mir kommt es auch so vor dass sie ausgereifter ist wie früher, hab die 2005.0 ja schonmal installiert gehabt.

Zu meinem Problem:
Ich hab xine-lib, xine-ui und kaffeine emerged mit folgender make.conf:
Code:
diablo etc # cat make.conf
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=athlon-xp"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="-gtk -gnome qt mmx sse 3dnowext ogg mplayer rar xvid kde dvd alsa cdr dvb xine"
LINGUAS="de"
LANGUAGE="de"

diablo etc #
wenn ich über xine TV schau, dann bekomm ich ein Bild, bei Kaffeine hör ich jedoch nur den Ton. An was könnte das liegen?

Gruß,
Wolfgang
 
Hi,

was auf jedenfall merkwürdig ist ist dass Dein CHOST nicht auf 'CHOST="i686-pc-linux-gnu"' steht.
Ich glaube aber nicht, dass sich dadurch bei Deinem Tonproblemen was ändert.

Übrigens eine 2005.0 Installation ist 'sinnlos' weil sobald Du ein 'emerge sync' 'emerge -uD world' machst sowieso auf dem neuesten Stand bist.
Des weiteren musst Du das /etc/make.profile auf das richtige Profil zeigen lassen.
Heutzutage also
Code:
ls -l make.profile
lrwxrwxrwx 1 root root 48 Feb 27 20:25 make.profile -> ../usr/portage/profiles/default-linux/x86/2006.0

Aber um zu Deinem Problem zurück zu kommen:
Xine weiss von KDE nix und benutzt irgend einen Soundtreiber ALSA od. OSS.
Du müsstest dort evt. den selben Treiber versuchen wie ihn der KDE Soundserver hat.

Hast Du Kaffeine schon von der Konsole aus gemacht, damit Du den Log Output siehst?

lg
__tom
 
Code:
diablo etc # ls -l make.pr*
lrwxrwxrwx 1 root root 47 Jun 15 12:02 make.profile -> /usr/portage/profiles/default-linux/x86/2006.0/
diablo etc #
=> make.profile ist richtig gesetzt

Den Fehler in CHOST hab ich total überlesen, hab ihn bereits korrigiert und emerge -uD world läuft grad.

Übrigens eine 2005.0 Installation ist 'sinnlos' weil sobald Du ein 'emerge sync' 'emerge -uD world' machst sowieso auf dem neuesten Stand bist.
stimmt, nur als ich das letztet Mal Gentoo probiert hab, da war 2005.0 die aktuellste Version. Hab dann wieder ein Debian SID draufgespielt und jetzt wieder Gentoo.


Aber nun zum Problem zurück, hier ist der Output wenn ich Kaffeine über die Konsole starte:
Code:
wh@diablo:/data/games/_win32$ kaffeine
DVB 1 : No such file or directory
DVB 2 : No such file or directory
DVB 3 : No such file or directory
Card 0 : opened ( ST STV0299 DVB-S )
Card 1 :openFe :: No such file or directory
Card 2 :openFe :: No such file or directory
Card 3 :openFe :: No such file or directory
wh@diablo:/data/games/_win32$

Ausgabe wenn ich die DVB Widergabe starte:
Code:
wh@diablo:/data/games/_win32$ Tuning to : 06 RTL2 / autocount : 0
Using DVB card "ST STV0299 DVB-S"
tuning DVB-S to 12187000 h 27500000
inv:2 fecH:3
DiSEqC: switch pos 0, 18V, hiband (index 3)
DiSEqC: e0 10 38 f3 00 00
polling....
Getting frontend event
polling....
Getting frontend event
Event:  Frequency: 12186916
        SymbolRate: 27500000
        FEC_inner:  3

NOUT : 1
Tuning delay : 261 ms
dvbEvents started
[mpeg4 @ 0x41b7bd04]frame skip 8
[mpeg4 @ 0x41b7bd04]frame skip 8
pipe opened
xine pipe opened

... und schließlich die Ausgabe nach dem ich auf "Stop" gedrückt hab:
Code:
Asked to stop
pipe closed
Live stopped
dvbstream::run() terminated
dvbEvents ended
fdDvr closed
Frontend closed
[mpeg4 @ 0x41b7bd04]frame skip 8
[mpeg4 @ 0x41b7bd04]frame skip 8

Bist du dir sicher dass das am Soundtreiber liegen kann? Ton hab ich ja, aber kein Bild.
 
Zuletzt bearbeitet:
Bist du dir sicher dass das am Soundtreiber liegen kann? Ton hab ich ja, aber kein Bild.
Sicher bin ich mir keineswegs, nur sagtest Du dass Du mit xine Bild bekommst und mit Kaffeine Ton.
Also schloss ich daraus, dass xine ein Ton Problem (Ton Treiber Problem hat).

Die CHOST Variable ändern bedeutet eher ein 'emerge -e system emerge -e world'

Aber aufpassen: http://www.gentoo.org/doc/en/gcc-upgrading.xml beachten.

lg
__tom
 
Sicher bin ich mir keineswegs, nur sagtest Du dass Du mit xine Bild bekommst und mit Kaffeine Ton.
Also schloss ich daraus, dass xine ein Ton Problem (Ton Treiber Problem hat).
Nein, unter xine funktioniert alles. Unter Kaffeine läuft nur der Ton, kein Bild.
diablo:
Mal als Alternative, probier mal den KMplayer.
 
Nein, unter xine funktioniert alles. Unter Kaffeine läuft nur der Ton, kein Bild.
diablo:
Mal als Alternative, probier mal den KMplayer.
richtig, unter Xine funktioniert Bild und Ton, nur würd ich lieber Kaffeine benutzen weil es von den DVB Features um einiges komfortabler ist.

Den KMplayer werd ich nachher probieren, momentan läuft ein "emerge -uDe --newuse world", da ich meine make.conf geändert hab. In den Use-Flags stand vorher auch kein "dvb" drinnen, vielleicht ist es ja eine lib von kaffeine die hier hackt?! ich hab nämlich nur kaffeine mit den neuen Use-Flags emerged.
 
Den KMplayer werd ich nachher probieren, momentan läuft ein "emerge -uDe --newuse world", da ich meine make.conf geändert hab. In den Use-Flags stand vorher auch kein "dvb" drinnen, vielleicht ist es ja eine lib von kaffeine die hier hackt?! ich hab nämlich nur kaffeine mit den neuen Use-Flags emerged.

Um bei sowas sicher zu gehen, solltest du bei neuen USE-Flags immer mit -D emergen. Ich habe aber die Erfahrung gemacht, dass portage selbst dann manchmal Abhängigkeiten "übersieht". :(
 
wobei wir schon beim ersten problem wären :(

nach "emerge -uDe --newuse system" bekomm ich folgenden Fehler:
Code:
 [...]
^0$//' -e 's/^[1-9].*$/.&/' /var/tmp/portage/groff-1.19.1-r2/work/groff-1.19.1/src/xditview/../../REVISION`/font:/usr/share/groff/site-font:/usr/lib/font\"     -c -o xditview.o xditview.c
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
make: *** [xditview.o] Error 1

!!! ERROR: sys-apps/groff-1.19.1-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  groff-1.19.1-r2.ebuild, line 98:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Wegen dem Wechsel von i386 auf i686, wärs nicht vielleicht am besten gleich nochmal ein Stage 3 drauf zu kopieren und nochmal von vorne anfangen?
 
wobei wir schon beim ersten problem wären :(

nach "emerge -uDe --newuse system" bekomm ich folgenden Fehler:
Code:
 [...]
^0$//' -e 's/^[1-9].*$/.&/' /var/tmp/portage/groff-1.19.1-r2/work/groff-1.19.1/src/xditview/../../REVISION`/font:/usr/share/groff/site-font:/usr/lib/font\"     -c -o xditview.o xditview.c
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
make: *** [xditview.o] Error 1

!!! ERROR: sys-apps/groff-1.19.1-r2 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  groff-1.19.1-r2.ebuild, line 98:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Hast du nach dem Umbau zu i686 die binutils und den gcc neu installiert?
 
die binutils nicht, den gcc kompiler ich grad.

Einfach mit der neuen make.conf und mit emerge -uDe gcc installieren, oder?
 
die binutils nicht, den gcc kompiler ich grad.

Einfach mit der neuen make.conf und mit emerge -uDe gcc installieren, oder?
Hi Diablo,

sagte ich nicht Du musst 'emerge -e system' und anschliessend 'emerge -e world' machen?

Sonst geht's nicht.

EDIT: -D und -u haben da nix verloren (ist ja kein update)

lg
__tom
 
die binutils nicht, den gcc kompiler ich grad.

Einfach mit der neuen make.conf und mit emerge -uDe gcc installieren, oder?

make.conf anpassen und danach "emerge binutils gcc". Das reicht für den Anfang. Danach musst du auf jeden Fall fix_libtool_files.sh ausführen, mit deiner gcc-Version als Parameter.
 
make.conf anpassen und danach "emerge binutils gcc". Das reicht für den Anfang. Danach musst du auf jeden Fall fix_libtool_files.sh ausführen, mit deiner gcc-Version als Parameter.
dachte ich mir schon, das hab ich vorher probiert, dachte ich kanns mir so sparen gcc neu zu kompilieren.
Muss ich bei fix_libtoos_files die alte gcc version (fix_libtool_files.sh 3.4.6 --oldarch i386-pc-linux-gnu) auch mit angeben? Seh da irgendwie nicht den Sinn dahinter.

Nach dem gcc bzw. binutils nochmal komplett die System-Pakete mit "emerge -eDu system" neu übersetzen, oder?
 
dachte ich mir schon, das hab ich vorher probiert, dachte ich kanns mir so sparen gcc neu zu kompilieren.
Muss ich bei fix_libtoos_files die alte gcc version (fix_libtool_files.sh 3.4.6 --oldarch i386-pc-linux-gnu) auch mit angeben? Seh da irgendwie nicht den Sinn dahinter.
In vielen .la-files (libtool-files) sind die Pfade zu den entsprechenden Dateien hart kodiert. Mal ein Beispiel von meiner Maschine:
Code:
# libgfortranbegin.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.4a-GCC3.0 (1.641.2.256 2001/05/28 20:09:07 with GCC-local changes)
#
# Please DO NOT delete this file!
# It is necessary for linking the library.

# The name that we can dlopen(3).
dlname=''

# Names of this library.
library_names=''

# The name of the static archive.
old_library='libgfortranbegin.a'

# Libraries that this one depends upon.
dependency_libs=''

# Version information for libgfortranbegin.
current=0
age=0
revision=0

# Is this an already installed library?
installed=yes

# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/usr/lib/gcc/x86_64-pc-linux-gnu/4.0.3'
Bei dir würde in der letzten Zeile dann
libdir='/usr/lib/gcc/i386-pc-linux-gnu/4.0.3'
welches durch
libdir='/usr/lib/gcc/i686-pc-linux-gnu/4.0.3'
ersetzt werden muss. stehen. Das muss dann bei allen! .la-files im System ausgetauscht werden. Diese Arbeit macht fix_libtool_files.sh. Danach funktioniert dann auch wieder das Übersetzen auf dem System. ;)

Nach dem gcc bzw. binutils nochmal komplett die System-Pakete mit "emerge -eDu system" neu übersetzen, oder?
Jupp, es ist durchaus sinnvoll, dies zu machen. Obwohl aus meiner Sicht nur die glibc noch von dieser Umstellung betroffen ist. Sicher bin ich mir da aber nicht. :]
 
ok, denke ich jag dann noch ein emerge -uDe --newuse world hinterher, damit alles neu übersetzt ist, diesmal auch mit der USE Flag "dvb". Vielleicht funktioniert dann die DVB-Widergabe in Kaffeine.
 
ok, denke ich jag dann noch ein emerge -uDe --newuse world hinterher

Wenn du -e verwendest, braucht du weder -u noch -D. Dein System wird so oder so komplett neu gebaut, weil für alle im world-file vorhandenen Pakete angenommen wird, dass sämtliche Abhängigkeiten noch nicht aufgelöst sind. Ein 'emerge -e' reicht also völlig aus.

PS: Beim nächsten mal, wenn was nicht funktioniert, und du glaubst, dass ein USE-Flag fehlt, probier zuerst mit 'USE=$FLAG emerge -pvDN world'. Dann siehst du sehr schnell, ob da was neu übersetzt werden muss. ;)
 
Zuletzt bearbeitet:
Code:
fix_libtool_files.sh 3.4.6 --oldarch i386-pc-linux-gnu
diablo bin # gcc-config -l
 [1] i686-pc-linux-gnu-3.4.6 *
 [2] i686-pc-linux-gnu-3.4.6-hardened
 [3] i686-pc-linux-gnu-3.4.6-hardenednopie
 [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.4.6-hardenednossp
diablo bin #
Hm, funktioniert immer noch nicht, der selbe Fehler wie oben mit groff. fix_libtool_files.sh hab ich ausgeführt, warum will er immer noch die i386 Version?!
 
Code:
fix_libtool_files.sh 3.4.6 --oldarch i386-pc-linux-gnu
diablo bin # gcc-config -l
 [1] i686-pc-linux-gnu-3.4.6 *
 [2] i686-pc-linux-gnu-3.4.6-hardened
 [3] i686-pc-linux-gnu-3.4.6-hardenednopie
 [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
 [5] i686-pc-linux-gnu-3.4.6-hardenednossp
diablo bin #
Hm, funktioniert immer noch nicht, der selbe Fehler wie oben mit groff. fix_libtool_files.sh hab ich ausgeführt, warum will er immer noch die i386 Version?!

Hast du stable installiert? Wenn ja, kann es sein, dass zu Beginn der gcc-3.3 noch default war. Evtl. hilft da ein 'fix_libtool_files.sh 3.3 --oldarch i386-pc-linux-gnu'. Wenn nicht, bin ich auch erstmal ratlos.
 
ok, hab ich versucht, ich emerge nochmal den systemzweig und meld mich dann nochmal. soviel ich weiß war gcc 3.3 vorher default, weil
diablo etc # ls -l make.pr*
lrwxrwxrwx 1 root root 47 Jun 15 12:02 make.profile -> /usr/portage/profiles/default-linux/x86/2006.0/
diablo etc #
zeigt nun auf 2006.0 und vorher zeigte es auf /usr/portage/profiles/default-linux/x86/no-nptl
 
ok, hab ich versucht, ich emerge nochmal den systemzweig und meld mich dann nochmal.
Das ist unnötig, weil hier nur gcc und binutils reinspielen. Prinzipiell riecht es, die beiden Pakete neu zu emergen, und dann nochmal groff zu probieren.

soviel ich weiß war gcc 3.3 vorher default
Dann führe nochmal fix_libtool_files.sh entsprechend aus. Da hängt es vermutlich.
 
hab ich bereits gemacht mit fix_libtool_files.sh 3.3 --oldarch i386-pc-linux-gnu, jedoch ohne Erfolg. Bei groff hängt es wieder. Gibt es nicht einen Befehl die libs neu zu installieren mit dem neuen GCC?
 
Also auf Anhieb fällt mir da jetzt erstmal nur die bruteforce-Lösung ein:
'grep -r i386-pc-linux-gnu /usr/lib'

Damit sollte zumindest erst einmal raus zu bekommen sein, an welcher Stelle es hängt.
 
Also auf Anhieb fällt mir da jetzt erstmal nur die bruteforce-Lösung ein:
'grep -r i386-pc-linux-gnu /usr/lib'

Damit sollte zumindest erst einmal raus zu bekommen sein, an welcher Stelle es hängt.
hm, wie soll man das rausbekommen?

hier die Ausgabe:
Code:
diablo portage # grep -r i386-pc-linux-gnu /usr/lib
grep: /usr/lib/X11/doc: No such file or directory
/usr/lib/X11/config/host.def:#define CcCmd i386-pc-linux-gnu-gcc
Binary file /usr/lib/X11/locale/lib/common/xlibi18n.so.2 matches
Binary file /usr/lib/X11/locale/lib/common/xlocale.so.2 matches
Binary file /usr/lib/X11/locale/lib/common/ximcp.so.2 matches
Binary file /usr/lib/X11/locale/lib/common/xlcUTF8Load.so.2 matches
Binary file /usr/lib/X11/locale/lib/common/xlcDef.so.2 matches
Binary file /usr/lib/X11/locale/lib/common/xomGeneric.so.2 matches
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libstdc++.so: No such file or directory
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libg2c.so.0: No such file or directory
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libstdc++.so.6: No such file or directory
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libgcc_s.so: No such file or directory
grep: /usr/lib/gcc/i386-pc-linux-gnu/3.4.4/libg2c.so: No such file or directory
Binary file /usr/lib/libk3b.so matches
Binary file /usr/lib/kde3/libk3balsaoutputplugin.so matches
Binary file /usr/lib/kde3/libk3boggvorbisdecoder.so matches
Binary file /usr/lib/kde3/b_menu_panelapplet.so matches
Binary file /usr/lib/kde3/kwin_baghira_config.so matches
Binary file /usr/lib/kde3/kio_obex.so matches
Binary file /usr/lib/kde3/libk3bexternalencoder.so matches
Binary file /usr/lib/kde3/libk3bartsoutputplugin.so matches
Binary file /usr/lib/kde3/libk3boggvorbisencoder.so matches
Binary file /usr/lib/kde3/libk3blameencoder.so matches
Binary file /usr/lib/kde3/kcm_k3bsetup2.so matches
Binary file /usr/lib/kde3/kcm_obex.so matches
Binary file /usr/lib/kde3/kcm_kbluetoothd.so matches
Binary file /usr/lib/kde3/kio_bluetooth.so matches
Binary file /usr/lib/kde3/libk3bwavedecoder.so matches
Binary file /usr/lib/kde3/kwin3_baghira.so matches
Binary file /usr/lib/kde3/libk3bsoxencoder.so matches
Binary file /usr/lib/kde3/libk3bmaddecoder.so matches
Binary file /usr/lib/kde3/kio_sdp.so matches
Binary file /usr/lib/kde3/kstyle_baghira_config.so matches
Binary file /usr/lib/kde3/libgstreamerpart.so matches
Binary file /usr/lib/kde3/libkaffeinepart.so matches
Binary file /usr/lib/kde3/plugins/styles/baghira.so matches
Binary file /usr/lib/kde3/kcm_btpaired.so matches
Binary file /usr/lib/licq/licq_console.so matches
Binary file /usr/lib/licq/licq_kde-gui.so matches
Binary file /usr/lib/licq/licq_autoreply.so matches
Binary file /usr/lib/licq/licq_rms.so matches
Binary file /usr/lib/libfftw3.a matches
Binary file /usr/lib/libfftw3f.so.3.0.1 matches
Binary file /usr/lib/libqobex.so.0 matches
Binary file /usr/lib/libkmediapart.so matches
Binary file /usr/lib/libgtk-x11-2.0.so.0 matches
Binary file /usr/lib/libk3bdevice.so matches
Binary file /usr/lib/perl5/5.8.7/i386-linux/CORE/libperl.so matches
Binary file /usr/lib/perl5/5.8.7/i386-linux/CORE/libperl.so.1 matches
Binary file /usr/lib/perl5/5.8.7/i386-linux/CORE/libperl.so.1.5.8 matches
Binary file /usr/lib/perl5/5.8.8/i386-linux/CORE/libperl.a matches
/usr/lib/perl5/5.8.8/i386-linux/CORE/config.h:#define CPPSTDIN "i386-pc-linux-gnu-gcc -E"
/usr/lib/perl5/5.8.8/i386-linux/CORE/config.h:#define CPPRUN "i386-pc-linux-gnu-gcc -E"
Binary file /usr/lib/perl5/5.8.8/i386-linux/CORE/libperl.so matches
Binary file /usr/lib/perl5/5.8.8/i386-linux/CORE/libperl.so.1 matches
Binary file /usr/lib/perl5/5.8.8/i386-linux/CORE/libperl.so.1.5.8 matches
/usr/lib/perl5/5.8.8/i386-linux/Config.pm:    cc => 'i386-pc-linux-gnu-gcc',
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:cc='i386-pc-linux-gnu-gcc'
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:config_arg5='-Dcc=i386-pc-linux-gnu-gcc'
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:config_args='-des -Darchname=i386-linux -Dcccdlflags=-fPIC -Dccdlflags=-rdynamic -Dcc=i386-pc-linux-gnu-gcc -Dprefix=/usr -Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth=  -Doptimize=-O2 -march=athlon-xp -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dinstallman1dir=/usr/share/man/man1 -Dinstallman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3pm -Dinc_version_list=5.8.0 5.8.0/i386-linux 5.8.2 5.8.2/i386-linux 5.8.4 5.8.4/i386-linux 5.8.5 5.8.5/i386-linux 5.8.6 5.8.6/i386-linux 5.8.7 5.8.7/i386-linux  -Dcf_by=Gentoo -Ud_csh -Dusenm -Di_ndbm -Di_gdbm -Di_db'
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:cpprun='i386-pc-linux-gnu-gcc -E'
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:cppstdin='i386-pc-linux-gnu-gcc -E'
/usr/lib/perl5/5.8.8/i386-linux/Config_heavy.pl:ld='i386-pc-linux-gnu-gcc'
Binary file /usr/lib/libpwdb.a matches
Binary file /usr/lib/libtag.so matches
Binary file /usr/lib/libtag.so.1 matches
Binary file /usr/lib/libdb_cxx.so matches
Binary file /usr/lib/kdebluetooth/servers/kbemusedsrv matches
Binary file /usr/lib/kdebluetooth/servers/kbtobexsrv matches
Binary file /usr/lib/kdebluetooth/kbluepin matches
Binary file /usr/lib/libtag_c.so matches
/usr/lib/pkgconfig/gtk+-2.0.pc:gtk_host=i386-pc-linux-gnu
/usr/lib/pkgconfig/gtk+-x11-2.0.pc:gtk_host=i386-pc-linux-gnu
Binary file /usr/lib/libgtk-x11-2.0.so matches
Binary file /usr/lib/mozilla-thunderbird/chrome/toolkit.jar matches
Binary file /usr/lib/libtag_c.so.0.0.0 matches
grep: /usr/lib/ccache/bin/cc: No such file or directory
grep: /usr/lib/ccache/bin/c++: No such file or directory
grep: /usr/lib/ccache/bin/g++: No such file or directory
grep: /usr/lib/ccache/bin/gcc: No such file or directory
grep: /usr/lib/ccache/bin/i386-pc-linux-gnu-c++: No such file or directory
grep: /usr/lib/ccache/bin/i386-pc-linux-gnu-g++: No such file or directory
grep: /usr/lib/ccache/bin/i386-pc-linux-gnu-gcc: No such file or directory
Binary file /usr/lib/libgtk-x11-2.0.so.0.800.12 matches
Binary file /usr/lib/libqobex.so matches
Binary file /usr/lib/modules/dri/sis_dri.so matches
Binary file /usr/lib/modules/dri/radeon_dri.so matches
Binary file /usr/lib/modules/dri/tdfx_dri.so matches
Binary file /usr/lib/modules/dri/i810_dri.so matches
Binary file /usr/lib/modules/dri/r128_dri.so matches
Binary file /usr/lib/modules/dri/i915_dri.so matches
Binary file /usr/lib/modules/dri/mga_dri.so matches
Binary file /usr/lib/modules/dri/r200_dri.so matches
Binary file /usr/lib/modules/dri/gamma_dri.so matches
Binary file /usr/lib/libk3baudioprojectcddbplugin.so matches
Binary file /usr/lib/libpcrecpp.so matches
Binary file /usr/lib/libopenobex.so matches
Binary file /usr/lib/libperl.so matches
Binary file /usr/lib/libkmediapart.so.0 matches
Binary file /usr/lib/libopenobex-1.0.so.1.0.0 matches
Binary file /usr/lib/libk3bdevice.so.2 matches
Binary file /usr/lib/libopenobex-1.0.so.1 matches
Binary file /usr/lib/libdb_cxx-4.2.so matches
Binary file /usr/lib/libpcrecpp.so.0.0.0 matches
Binary file /usr/lib/libfftw3.so.3.0.1 matches
Binary file /usr/lib/mozilla-firefox/chrome/toolkit.jar matches
Binary file /usr/lib/libfftw3f.so.3 matches
Binary file /usr/lib/libk3b.so.2.0.0 matches
Binary file /usr/lib/libqobex.so.0.0.9 matches
Binary file /usr/lib/libk3baudiometainforenamerplugin.so matches
/usr/lib/python2.4/config/Makefile:CC=          i386-pc-linux-gnu-gcc -pthread
/usr/lib/python2.4/config/Makefile:CXX=         i386-pc-linux-gnu-g++ -pthread
/usr/lib/python2.4/config/Makefile:RANLIB=              i386-pc-linux-gnu-ranlib
/usr/lib/python2.4/config/Makefile:CONFIG_ARGS= '--prefix=/usr' '--host=i386-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--with-fpectl' '--enable-shared' '--enable-ipv6' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--with-threads' '--with-libc=' '--enable-unicode=ucs4' '--build=i386-pc-linux-gnu' 'CFLAGS=-O2 -mtune=i686 -pipe' 'build_alias=i386-pc-linux-gnu' 'host_alias=i386-pc-linux-gnu'
Binary file /usr/lib/libk3bdevice.so.2.0.1 matches
Binary file /usr/lib/libpcrecpp.so.0 matches
Binary file /usr/lib/libtag_c.so.0 matches
Binary file /usr/lib/libperl.so.1 matches
Binary file /usr/lib/libfftw3.so.3 matches
Binary file /usr/lib/libfftw3.so matches
Binary file /usr/lib/libfftw3f.a matches
Binary file /usr/lib/libperl.so.1.5.8 matches
Binary file /usr/lib/libcurl.so matches
Binary file /usr/lib/libtag.so.1.4.0 matches
Binary file /usr/lib/libcurl.so.3 matches
Binary file /usr/lib/libcurl.so.3.0.0 matches
Binary file /usr/lib/libkmediapart.so.0.0.1 matches
Binary file /usr/lib/libbaghirastarter.so matches
Binary file /usr/lib/libk3b.so.2 matches
Binary file /usr/lib/libfftw3f.so matches
Binary file /usr/lib/libcurl.a matches
diablo portage #
 
Argh, mein Fehler. Es heißt natürlich 'grep -r i386-pc-linux-gnu /usr' ohne das lib.

PS: Was spricht denn 'binutils-config -l'?
 
Zuletzt bearbeitet:
Code:
diablo etc # binutils-config -l
 [1] i686-pc-linux-gnu-2.16.1 *
diablo etc #
das scheint zu passen

Die Ausgabe von "grep -r i386-pc-linux-gnu /usr > /home/wh/tmp/output.txt" ist extrem lang, die txt Datei hat jetzt schon 2 MB und es läuft immer noch, die händisch durchzusehen wäre etwas viel Aufwand denke ich.
ich häng sie aber mal gezippt an wenn der Befehl fertig durchgelaufen ist.
 
Zurück
Oben Unten