LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-17-2004, 10:02 AM   #1
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Rep: Reputation: 15
Fresh start on brand new HD....Mplayer issues


Here's the deal...HD crashed, installed new HD, so I'm starting from scratch. Basically a distro straight out of the box, Suse 9.0.

Everything looks fine when I do

./configure

and everything is fine, it processes and I get the

Quote:
'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/en/devices.html#mtrr)

Failed to find a Win32 codecs directory! (default: /usr/local/lib/codecs/)
Create it and copy the DLL files there! You can download the codecs from our
homepage at http://www.mplayerhq.hu/MPlayer/releases/codecs/


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/en/bugreports.html.

linux:/home/oicdn/Documents/Programs/MPlayer-1.0pre5 #
I go and do

make install

and it goes through it's process, then I get:

Quote:
cc -I../libvo -I../../libvo -I/usr/X11/include -O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ffv1.o ffv1.c
ffv1.c: In function `encode_rgb_frame':
ffv1.c:465: internal compiler error: in find_function_data, at function.c:319
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.suse.de/feedback> for instructions.
make[1]: *** [ffv1.o] Error 1
make[1]: Leaving directory `/home/oicdn/Documents/Programs/MPlayer-1.0pre5/libavcodec'
make: *** [libavcodec/libavcodec.a] Error 2
linux:/home/oicdn/Documents/Programs/MPlayer-1.0pre5 #
Bug???? WTF? I installed the following:

binutils - suggested version is 2.11.x.------ I installed 2.15

gcc - suggested versions are: 2.95.3 (maybe 2.95.4) and 3.2+. Never use 2.96 or 3.0.x!-------DL'd 3.3.3...it's not the newest, but it's newer than the 3.2.....

XFree86 - suggested version is always the newest (4.3).-----When I DL'd it it came up as ffmpeg-0.4.8

So if you goto http://www.mplayerhq.hu/DOCS/HTML/en/install.html it's the "required" files......what do I do now? I NEED MPLAYER!

Last edited by oicdn; 11-17-2004 at 10:03 AM.
 
Old 11-17-2004, 10:29 AM   #2
ganja_guru
Member
 
Registered: Dec 2003
Location: Chennai, India
Distribution: Arch Linux 0.7
Posts: 393

Rep: Reputation: 30
how abt trying some suse specific rpms from packman? google for it...it worked for me when i was using suse..also, did u create the codec folder liek it told u to?
 
Old 11-17-2004, 10:36 AM   #3
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
Umm...LOL, nopes.....I'm not too good with script installs. All I know is the configure, make, make install..... Like you, I prefer the Suse Specific RPMs, but I couldn't find any of those. I googled for those specific RPMs, but came with nothing....
 
Old 11-17-2004, 10:52 AM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
it says you whould try it without your extra cflags if it doesn't compile. it looks like you have these extra.


-O4 -march=athlon-xp -mcpu=athlon-xp -pipe -ffast-math -fomit-frame-pointer
 
Old 11-17-2004, 11:08 AM   #5
ganja_guru
Member
 
Registered: Dec 2003
Location: Chennai, India
Distribution: Arch Linux 0.7
Posts: 393

Rep: Reputation: 30
http://packman.links2linux.de/?action=128
mplayer 1.0 pre 5 suse rpm
 
Old 11-17-2004, 12:08 PM   #6
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
Alright, DL'd that and the following (for dependancies):

lamemp3lib.so.0
libtheora.so.0
w32codec-all

Mplayer installed, and through the shell I can use it so I see all the commands for it, and the icon is usr/bin/mplayer, and if I try to make a shortcut to it on the desktop, I get this from a window:

Quote:
KDEInit could not launch 'file:/usr/bin/mplayer':
Could not find 'file:/usr/bin/mplayer' executable.
..if I type in gmplayer as the command the GUI comes up...how do I make that a shortcut so I have the icon launch the gmplayer??????

here is what launches with the GMPlayer...WTF does "not optimal" mean? recompile? Why?

Quote:
oicdn@linux:~> gmplayer
MPlayer 1.0pre5-3.3.1 (C) 2000-2004 MPlayer Team

CPU: Advanced Micro Devices Athlon 4 /Athlon MP/XP Palomino 1461 MHz (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
Reading config file /etc/MPlayer/mplayer.conf
Reading config file /home/oicdn/.mplayer/config
[cfg] read config file: /home/oicdn/.mplayer/gui.conf
Reading config file /home/oicdn/.mplayer/gui.conf: No such file or directory
vo: X11 running at 1024x768 with depth 16 and 16 bpp (":0.0" => local display)
Disabling DPMS
Reading /home/oicdn/.mplayer/codecs.conf: Can't open '/home/oicdn/.mplayer/codecs.conf': No such file or directory
Reading /etc/MPlayer/codecs.conf: 73 audio & 180 video codecs
font: can't open file: /home/oicdn/.mplayer/font/font.desc
Font /usr/share/MPlayer/font/font.desc loaded successfully! (206 chars)
Failed to open /dev/rtc: Permission denied (it should be readable by the user.)
Using usleep() timing
Can't open input config file /home/oicdn/.mplayer/input.conf: No such file or directory
Input config file /etc/MPlayer/input.conf parsed: 53 binds
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: Permission denied
Failed to open LIRC support.
You will not be able to use your remote control.
SKIN dir 1: '/home/oicdn/.mplayer/Skin'
SKIN dir 2: '/usr/share/MPlayer/Skin'

Last edited by oicdn; 11-17-2004 at 12:20 PM.
 
Old 11-17-2004, 12:25 PM   #7
oicdn
Member
 
Registered: Dec 2003
Distribution: Suse 9.0 Pro
Posts: 136

Original Poster
Rep: Reputation: 15
heh...figured it out...there's a gmplayer in the usr/bin files....whoops...I'm an arse.....

Works lovely though.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fresh SUSE 10.0 Install, Odd Issues Ignition331 SUSE / openSUSE 6 12-03-2005 09:15 PM
Fresh MEPIS install boot issues Boyer Linux - Software 3 10-05-2005 09:18 PM
need to start fresh nny0000 Slackware 1 05-06-2004 04:07 PM
Driver Issues after fresh install kysen Debian 1 04-16-2004 01:21 AM
Brand NEWbie - Easy Questions to start TheEagle Linux - Newbie 3 02-24-2004 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration