> Tous les forumsLinux

 Problème pour installer mplayer (FC4)
Statut du sujet : NON RESOLU Imprimer
 Nicolas G.
  Posté le 29/11/2005 @ 16:16  
 Petit astucien

3 Messages
Bonjour à tous, J'ai installé la Fedora Core 4 il y a quelques jours et j'ai quelques problèmes pour installer certains logiciels. Par exemple impossible d'installer mplayer, il manque toujours quelque chose ! Je vous mets ce que m'affiche le terminal ce sera plus simple... Là c'est en essayant avec un rpm : [code][root@localhost mplayer]# yum install mplayer-1.0pre7try2-2.i386.rpm Setting up Install Process Setting up repositories updates-released 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 base 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files Parsing package install arguments Examining mplayer-1.0pre7try2-2.i386.rpm: mplayer - 4:1.0pre7try2-2.i386 Marking mplayer-1.0pre7try2-2.i386.rpm to be installed Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package mplayer.i386 4:1.0pre7try2-2 set to be updated --> Running transaction check --> Processing Dependency: libmp3lame.so.0 for package: mplayer --> Finished Dependency Resolution Error: Missing Dependency: libmp3lame.so.0 is needed by package mplayer[/code] Il me demande libmp3lame.so.0 alors j'ai installé lame et depuis le fichier se trouve dans /usr/local/lib, mais ça ne change rien. J'ai aussi essayé en compilant les sources. Déjà je suis obligé d'ajouter --disable-gcc-checking à ./configure car j'ai gcc4 et il attend une version antérieure si j'ai bien compris. Ensuite voila ce que j'ai : [code][root@localhost MPlayer-1.0pre7try2]# ./configure --prefix=/usr --enable-shared-pp --enable-gui --language=fr --disable-gcc-checking Detected operating system: Linux Detected host architecture: i386 ****************************************************************************** Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler? Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.html??? DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault! Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY! Lame which is used by mencoder produces weird errors, too. If you have any problem, install a GCC 2.95.x or 3.x version and try again. If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html ! *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! *** ****************************************************************************** Checking for host cc ... cc Checking for CPU vendor ... AuthenticAMD (6:8:0) Checking for CPU type ... AMD Athlon(TM) XP 2200+ Checking for GCC & CPU optimization abilities ... athlon-4 Checking for kernel support of mmx ... yes Checking for kernel support of mmx2 ... yes Checking for kernel support of 3dnow ... yes Checking for kernel support of 3dnowex ... yes Checking for kernel support of sse ... yes Checking for mtrr support ... yes //etc... Checking for XMMS inputplugin support ... no Checking for inet6 ... yes Checking for gethostbyname2 ... yes Checking for GUI ... yes Checking for XShape extension ... yes Checking for GTK version ... Error: The GUI requires GTK devel packages (which were not found). Check "configure.log" if you do not understand why it failed.[/code] Donc j'ai fait un up2date gtk2-devel, il me fait la mise à jour mais encore une fois ça ne change rien. J'ai aussi essayé en désactivant l'option --enable-gui pour voir : [code][root@localhost MPlayer-1.0pre7try2]# ./configure --prefix=/usr --enable-shared-pp --language=fr --disable-gcc-checking Detected operating system: Linux Detected host architecture: i386 ****************************************************************************** Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler? Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.html??? DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault! Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY! Lame which is used by mencoder produces weird errors, too. If you have any problem, install a GCC 2.95.x or 3.x version and try again. If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html ! *** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! *** ****************************************************************************** Checking for host cc ... cc Checking for CPU vendor ... AuthenticAMD (6:8:0) Checking for CPU type ... AMD Athlon(TM) XP 2200+ Checking for GCC & CPU optimization abilities ... athlon-4 Checking for kernel support of mmx ... yes Checking for kernel support of mmx2 ... yes Checking for kernel support of 3dnow ... yes Checking for kernel support of 3dnowex ... yes Checking for kernel support of sse ... yes Checking for mtrr support ... yes //etc... Creating config.h Creating libvo/config.mak Creating libao2/config.mak Creating libaf/config.mak Config files successfully generated by ./configure ! Install prefix: /usr Data directory: /usr/share/mplayer Config direct.: /usr/etc/mplayer Byte order: little-endian Optimizing for: athlon-4 mmx mmx2 3dnow 3dnowex sse mtrr Languages: Messages/GUI: fr Manual pages: fr en Enabled optional drivers: Input: ftp network edl tv matroska mpdvdkit2 vcd dvb smb Codecs: qtx libavcodec real dshow/dmo win32 faad2(internal) libmpeg2 liba52 mp3lib tremor(internal) Audio output: oss mpegpes(dvb) Video output: xvidix cvidix vesa md5sum pnm png mpegpes(dvb) opengl dga xv x11 xover tga Audio filters: Disabled optional drivers: Input: vstream tv-v4l2 tv-v4l tv-bsdbt848 live.com cdda dvdread Codecs: opendivx x264 xvid libdv amr_wb amr_nb xanim libdts libtheora toolame libmad liblzo gif Audio output: sgi sun alsa jack polyp esd arts dxr2 nas dsound win32 sdl macosx Video output: winvidix bl zr zr2 dxr3 dxr2 directx sdl gif89a jpeg fbdev svga caca aa ggi xmga mga xvmc directfb tdfx_vid tdfxfb 3dfx quartz Audio filters: ladspa 'config.h' and 'config.mak' contain your configuration options. Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer compile *** DO NOT REPORT BUGS if you tweak these files *** 'make' will now compile MPlayer and 'make install' will install it. Note: On non-Linux systems you might need to use 'gmake' instead of 'make'. Please check mtrr settings at /proc/mtrr (see DOCS/HTML/fr/video.html#mtrr) Check configure.log if you wonder why an autodetection failed (check whether the development headers/packages are installed). If you suspect a bug, please read DOCS/HTML/fr/bugreports.html.[/code] Ensuite : [code][root@localhost MPlayer-1.0pre7try2]# make //etc open.c: In function 'dvd_sid_from_lang': open.c:673: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o parse_es.o parse_es.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream.o stream.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. stream.c: In function 'stream_fill_buffer': stream.c:199: warning: pointer targets in passing argument 2 of 's->streaming_ctrl->streaming_read' differ in signedness stream.c:207: warning: pointer targets in passing argument 1 of 'cue_vcd_read' differ in signedness stream.c:231: warning: pointer targets in passing argument 2 of 's->fill_buffer' differ in signedness cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_file.o stream_file.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. stream_file.c: In function 'seek_forward': stream_file.c:59: warning: pointer targets in passing argument 2 of 's->fill_buffer' differ in signedness cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_netstream.o stream_netstream.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_vcd.o stream_vcd.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_null.o stream_null.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_ftp.o stream_ftp.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o stream_vstream.o stream_vstream.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=athlon-4 -mcpu=athlon-4 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../loader -I../libavcodec -I../libavformat -o tv.o tv.c `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. In file included from tv.c:38: frequencies.h:107: error: array type has incomplete element type make[1]: *** [tv.o] Error 1 make[1]: Leaving directory `/home/Nicolas/Download/mplayer/MPlayer-1.0pre7try2/libmpdemux' make: *** [libmpdemux/libmpdemux.a] Erreur 2[/code] Sans commentaire... Voila en gros où j'en suis. Si quelqu'un pouvait m'expliquer ce qui cloche et comment on installe mplayer en détail... Merci.
 Afficher le profil de Nicolas G.Envoyer un message privé à Nicolas G.
 
 
Publicité
 chris60  Posté le 29/11/2005 à 18:46  
Petit astucien

252 Messages
Salut Pour Mplayer je pense qu'il doit être dispo sur le repos livna. Il faut donc que tu vérifies que ce dépôt est bien actif dans /etc/yum.conf ( pas de # et enable=1 ). A+
Afficher le profil de chris60Envoyer un message privé à chris60
 Revenir en haut de la page
 Nicolas G.  Posté le 29/11/2005 à 19:05  
Petit astucien

3 Messages
Merci ça marche ! J'ai pu installer mplayer, mais par contre pas de gmplayer... Comment je fais pour avoir l'interface graphique ? Et puis si quelqu'un peut m'expliquer pourquoi l'installation manuelle ne marche pas je suis quand même preneur.
Afficher le profil de Nicolas G.Envoyer un message privé à Nicolas G.
 Revenir en haut de la page
 Nicolas G.  Posté le 29/11/2005 à 20:01  
Petit astucien

3 Messages
Bon j'ai essayé un peu et à la limite c'est pas très grave pour l'interface graphique, ça fonctionne très bien comme ça. Par contre impossible de modifier la luminosité ou le contraste, il me dit : Video attribute 'brightness' is not supported by selected vo & vd. J'ai une 6600GT (nVidia)...
Afficher le profil de Nicolas G.Envoyer un message privé à Nicolas G.
 Revenir en haut de la page
 Shaika-Dzari  Posté le 29/11/2005 à 21:27  
Astucien

1952 Messages
Hello! Pour le gui, tu dois surement devoir installer un paquet nommé mplayer-gui. Pour ton constraste, tu peux modifier le fichier de configuration de mplayer qui se trouve dans /home/ton_nom/.mplayer/config Pour info, voici le mien:
[shaika-dzari@darkside ~]$ cat .mplayer/config # fichier de configuration de mplayer ao=alsa vo=xv cache=8192 double=yes srate=48000 af=extrastereo af=volnorm nokeepaspect=yes [shaika-dzari@darkside ~]$
@+
Afficher le profil de Shaika-DzariEnvoyer un message privé à Shaika-Dzari
 Revenir en haut de la page
 chris60  Posté le 30/11/2005 à 19:27  
Petit astucien

252 Messages
Mplayer-gui-fr pour être plus précis. Il te faudrat peut êttre le common + ... enfin yum s'en occupera. A+
Afficher le profil de chris60Envoyer un message privé à chris60
 Revenir en haut de la page
Haut de la page 
Inscrivez-vous !
- Posez vos questions

- Résolvez vos problèmes

- Aidez les autres

- Participez et créez vos discussions

- Dialoguez en privé avec d'autres membres

- Suivez vos sujets préférés

- Affichez les signatures des membres

TOUT EST GRATUIT !

Je crée mon compte



Vous avez besoin d'aide ?
Des centaines d'experts sont à votre disposition sur les forums PC Astuces pour vous aider gratuitement, 24h/24, 7j/7.

Les derniers sujets résolus !
 

 > Tous les forumsLinux

 
Forum PC Astuces© 1997-2008 WebastucesAller en haut de la page