MLD-5.x > Development
Aktuelle sources.list usw.
mafe68:
Bei einer 64GB SSD die ich hier im Laptop ist es schwer 50GB zu verwenden wenn sie fast schon voll ist. :D
Beim BPi bin ich auch auf ein Probleme gestoßen aber bin gerade am suchen an was es liegt. Vermutlich am ffmpeg Paket,
Nach dem Clonig ist er dann stehe geblieben aber ohne Fehlermeldung. Dann habe ich es abgebrochen und per Hand weiter gemacht. Nochmal ein
--- Code: ---make checkout_all
--- End code ---
gemacht und dann mit
--- Code: ---apt-get update
sudo apt-get install $(make deps)
--- End code ---
Dann kam der Fehler das ihn das ffmpeg fehlt. Das kompiliere ich gerade das im Wiki steht. Mal schauen wie es dann aussieht.
TimUx:
Das ffmpeg sollte eigentlich durch das "Jessie Backports" installiert werden.
Ich schau mal, was mein RPI dazu sagt.
Gruß Timo
[EDIT]
OK, das ffmpeg wird in der Tat nicht installiert, dachte das kommt beim "make deps" mit.
Allerdings brauch ich es nicht extra bauen, sondern kann es über das "Jessi Backports" Repo installieren.
--- Code: ---timux@rpi1:~ $ sudo apt-get install ffmpeg
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
libavdevice-ffmpeg56 libiec61883-0 libopenal-data libopenal1
Vorgeschlagene Pakete:
ffmpeg-doc
Die folgenden NEUEN Pakete werden installiert:
ffmpeg libavdevice-ffmpeg56 libiec61883-0 libopenal-data libopenal1
0 aktualisiert, 5 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen 1.598 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 2.353 kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n]
Holen: 1 http://ftp.debian.org/debian/ jessie-backports/main libavdevice-ffmpeg56 armhf 7:2.8.4-1~bpo8+1 [95,6 kB]
Holen: 2 http://ftp.debian.org/debian/ jessie-backports/main ffmpeg armhf 7:2.8.4-1~bpo8+1 [1.314 kB]
Holen: 3 http://mirrordirector.raspbian.org/raspbian/ jessie/main libiec61883-0 armhf 1.2.0-0.2 [27,9 kB]
Holen: 4 http://mirrordirector.raspbian.org/raspbian/ jessie/main libopenal-data all 1:1.15.1-5 [11,5 kB]
Holen: 5 http://mirrordirector.raspbian.org/raspbian/ jessie/main libopenal1 armhf 1:1.15.1-5 [149 kB]
--- End code ---
Ich werde das Skript anpassen, sodass ffmpeg installiert wird.
mafe68:
Dann werde ich mein Bpi nochmal neu machen das ich wieder ein sauberes System habe und wenn du das Skript angepasst hast nochmal testen. Das 64Bit Systen ist noch am laufen und noch immer ohne Fehler. ;D
TimUx:
Hier das Skript mit ungetesteten Quick-Fix
- ffmpeg wird installiert
- rm spotify wird nur bei 32bit durchgeführt
Gruß Timo
mafe68:
Ist noch nicht ganz sauber das Skript. Gibt es noch immer ein Problem mit dem ffmpeg unter dem BPi
--- Code: ---W: GPG error: http://www.deb-multimedia.org jessie Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python-cffi-backend-api-min
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-max
W: Ignoring Provides line with DepCompareOp for package python3-cffi-backend-api-min
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ffmpeg : Depends: libavcodec-ffmpeg56 (>= 7:2.7) but it is not going to be installed or
libavcodec-ffmpeg-extra56 (>= 7:2.7) but it is not going to be installed
Depends: libavdevice-ffmpeg56 (>= 7:2.6) but it is not going to be installed
Depends: libavfilter-ffmpeg5 (>= 7:2.4) but it is not going to be installed
Depends: libavformat-ffmpeg56 (>= 7:2.6) but it is not going to be installed
Depends: libavresample-ffmpeg2 (>= 7:2.4) but it is not going to be installed
Depends: libavutil-ffmpeg54 (>= 7:2.5) but it is not going to be installed
Depends: libpostproc-ffmpeg53 (>= 7:2.4) but it is not going to be installed
Depends: libswresample-ffmpeg1 (>= 7:2.4) but it is not going to be installed
Depends: libswscale-ffmpeg3 (>= 7:2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-su: line 107: /home/root/.profile: No such file or directory
-su: line 108: /home/root/.profile: No such file or directory
-su: line 109: /home/root/.profile: No such file or directory
-su: line 110: /home/root/.profile: No such file or directory
-su: line 111: /home/root/.profile: No such file or directory
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version