Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

vlc 0.8.1 now in portage

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
94 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
exien
n00b
n00b
Posts: 11
Joined: Mon Jan 10, 2005 8:13 am

  • Quote

Post by exien » Mon Jan 10, 2005 8:20 am

Doesn't compile:
Linux 2.6.10 #1 SMP x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
gcc version 3.4.3 20041125


x86_64-pc-linux-gnu-gcc -Wsign-compare -Wall -march=athlon64 -O2 -pipe -pipe -o libvout_sdl_plugin.so libvout_sdl_plugin_a-sdl.o `top_builddir=../.. ../../vlc-config --libs plugin vout_sdl`
if x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DSYS_LINUX -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin opengl` -Wsign-compare -Wall -march=athlon64 -O2 -pipe -pipe -MT libopengl_plugin_a-opengl.o -MD -MP -MF ".deps/libopengl_plugin_a-opengl.Tpo" \
-c -o libopengl_plugin_a-opengl.o `test -f 'opengl.c' || echo './'`opengl.c; \
then mv -f ".deps/libopengl_plugin_a-opengl.Tpo" ".deps/libopengl_plugin_a-opengl.Po"; \
else rm -f ".deps/libopengl_plugin_a-opengl.Tpo"; exit 1; \
fi
x86_64-pc-linux-gnu-gcc -Wsign-compare -Wall -march=athlon64 -O2 -pipe -pipe -o libopengl_plugin.so libopengl_plugin_a-opengl.o `top_builddir=../.. ../../vlc-config --libs plugin opengl`
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status
make[4]: *** [libopengl_plugin.so] Error 1
make[4]: Leaving directory `/var/tmp/portage/vlc-0.8.1/work/vlc-0.8.1/modules/video_output'
make[3]: *** [all-modules] Error 1
make[3]: Leaving directory `/var/tmp/portage/vlc-0.8.1/work/vlc-0.8.1/modules/video_output'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/vlc-0.8.1/work/vlc-0.8.1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vlc-0.8.1/work/vlc-0.8.1'
make: *** [all] Error 2

!!! ERROR: media-video/vlc-0.8.1 failed.
!!! Function src_compile, Line 180, Exitcode 2
!!! make of VLC failed
Top
JOS654
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 101
Joined: Sat Nov 15, 2003 7:03 pm
Location: Spain - Malaga

  • Quote

Post by JOS654 » Mon Jan 10, 2005 3:10 pm

Code: Select all

pepe@Bahamut pepe $ qpkg -I -v | grep ffmpeg
media-plugins/gst-plugins-ffmpeg-0.8.1 *
media-video/ffmpeg-0.4.7 *
is the actually stable arch=x86 version maybe i need a higher one?
Top
ChrisWhite
Retired Dev
Retired Dev
User avatar
Posts: 399
Joined: Thu Jul 08, 2004 7:19 pm
Location: Stockton, CA
Contact:
Contact ChrisWhite
Website

  • Quote

Post by ChrisWhite » Mon Jan 10, 2005 4:04 pm

JOS654:

Yes, try an ~x86 version for right now... I might push that to stable to get that part fixed :P.

exien:

I came across that before, which was a dep issue, you might want to try that again and make sure a) opengl is in USE and b) that your ebuild has virtual/opengl listed as a dep. If it is installed, make sure to do opengl-update xorg-x11/nvidia/whatever to get your opengl symlinks.
Top
wizatdiz
n00b
n00b
Posts: 73
Joined: Fri Aug 20, 2004 5:43 pm
Location: Florida

  • Quote

Post by wizatdiz » Tue Jan 11, 2005 12:08 am

I am having a problem building this new version. I get the following error:

Code: Select all

if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I..   -DSYS_LINUX -I../include `top_builddir=".." ../vlc-config --cxxflags mozilla pic`  -Imozilla -Wsign-compare -Wsign-compare -Wall -O3 -march=pentium-m -pipe -ftracer -fomit-frame-pointer -momit-leaf-frame-pointer -pipe -MT libplugin_a-vlcshell.o -MD -MP -MF ".deps/libplugin_a-vlcshell.Tpo" \
  -c -o libplugin_a-vlcshell.o `test -f 'vlcshell.cpp' || echo './'`vlcshell.cpp; \
then mv -f ".deps/libplugin_a-vlcshell.Tpo" ".deps/libplugin_a-vlcshell.Po"; \
else rm -f ".deps/libplugin_a-vlcshell.Tpo"; exit 1; \
fi
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
In file included from vlcshell.cpp:72:
vlcpeer.h:24:21: vlcintf.h: No such file or directory
In file included from vlcshell.cpp:72:
vlcpeer.h:29: error: expected class-name before ',' token
vlcpeer.h:33: error: `NS_DECL_VLCINTF' does not name a type
In file included from vlcshell.cpp:73:
vlcplugin.h:36: error: ISO C++ forbids declaration of `VlcIntf' with no type
vlcplugin.h:36: error: expected `;' before '*' token
vlcshell.cpp: In function `NPError NPP_GetValue(NPP_t*, NPPVariable, void*)':
vlcshell.cpp:123: error: `VLCINTF_IID' undeclared (first use this function)
vlcshell.cpp:123: error: (Each undeclared identifier is reported only once for each function it appears in.)
vlcshell.cpp:157: error: 'class VlcPlugin' has no member named 'GetPeer'
make[3]: *** [libplugin_a-vlcshell.o] Error 1
My emerge info:

Code: Select all

Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-nitro4 i686)
=================================================================
System uname: 2.6.10-nitro4 i686 Intel(R) Pentium(R) M processor 1500MHz
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Jan  7 2005, 19:52:15)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.8.5-r2, 1.6.3, 1.9.3, 1.5, 1.7.9
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium-m -pipe -ftracer -fomit-frame-pointer -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium-m -pipe -ftracer -fomit-frame-pointer -momit-leaf-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo http://gentoo.chem.wisc.edu/gentoo/ http://mirror.datapipe.net/gentoo http://mirrors.acm.cs.rpi.edu/gentoo/ http://gentoo.mirrors.pair.com/ http://cudlug.cudenver.edu/gentoo/ http://mirrors.tds.net/gentoo http://open-systems.ufl.edu/mirrors/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 X acl acpi alsa avi berkdb bidi bitmap-fonts cdr crypt cups dvd encode esd faad flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal imlib jpeg libwww mad matroska mikmod mmx motif mozilla mpeg ncurses nptl nptlonly oggvorbis opengl pam pdflib perl png ppds python quicktime readline samba sdl slang spell sse ssl svga tcpd tiff truetype truetype-fonts wxwindows xml xml2 xmms xv zlib"
Can't seem to find anyone else reporting a similar problem. Any suggestions would be helpful.
Top
ChrisWhite
Retired Dev
Retired Dev
User avatar
Posts: 399
Joined: Thu Jul 08, 2004 7:19 pm
Location: Stockton, CA
Contact:
Contact ChrisWhite
Website

  • Quote

Post by ChrisWhite » Tue Jan 11, 2005 2:31 am

`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

*cough*
Top
exien
n00b
n00b
Posts: 11
Joined: Mon Jan 10, 2005 8:13 am

  • Quote

Post by exien » Tue Jan 11, 2005 5:00 am

ChrisWhite wrote:exien:

I came across that before, which was a dep issue, you might want to try that again and make sure a) opengl is in USE and b) that your ebuild has virtual/opengl listed as a dep. If it is installed, make sure to do opengl-update xorg-x11/nvidia/whatever to get your opengl symlinks.
Well Chris, 'opengl-update nvidia' fixed the compiling problems, but VLC 0.8.1 is worse off for me than 0.8.0.
When I try to play a file it doesn't seem to be able to find my codec libraries, so no video or audio:

main debug: looking for decoder module
main debug: probing 16 candidates
main error: no suitable decoder module for fourcc `XVID'.
VLC probably does not support this sound or video format.
main debug: killing decoder fourcc `XVID', 0 PES in FIFO

But its not too bad, I use xine and mplayer b/c they actually work, even though I generally like vlc more. (with vlc 0.8.0 audio didn't work then either), but video did!!
Not sure if you can help me with this problem
Top
msmelov
n00b
n00b
Posts: 1
Joined: Sat Aug 16, 2003 10:49 pm
Location: L.I., NY, USA

failure to build vlc -- due to matroska

  • Quote

Post by msmelov » Tue Jan 11, 2005 8:40 am

vlc 0.8.1 ebuild failed because of libmatroska. I lost the output, but I know it failed during a linking stage. I have since updated libmatroska and libeml to version 0.7.4 & 0.7.2, respectively from version 0.7.0 & 0.7.0, respectively. This fixed the problem. Chris, you should bump the minimum matroska dependency of the ebuild to 0.7.4 just to be safe.

last update to matroska module in vlc was 2004 dec 16. That explains it!
Mike Smelov
Software Developer
Argon Corp.
http://www.argoncorp.com
Top
wizatdiz
n00b
n00b
Posts: 73
Joined: Fri Aug 20, 2004 5:43 pm
Location: Florida

  • Quote

Post by wizatdiz » Tue Jan 11, 2005 12:19 pm

ChrisWhite wrote:`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

*cough*
That is interesting since my CFLAGS are:

Code: Select all

CFLAGS="-O3 -march=pentium-m -pipe -ftracer -fomit-frame-pointer -momit-leaf-frame-pointer"
Maybe the -march gets striped off?
Top
slickice11
n00b
n00b
Posts: 19
Joined: Sun Dec 19, 2004 11:45 pm

  • Quote

Post by slickice11 » Tue Jan 11, 2005 10:35 pm

Just emerged it with no problems. MKV Stream Labels :D
Top
RCMN
Apprentice
Apprentice
User avatar
Posts: 203
Joined: Sun Jun 08, 2003 7:22 am
Location: fr-paris us-minneapolis

  • Quote

Post by RCMN » Tue Jan 11, 2005 11:48 pm

i didn't reinstall or anything ,but VLC stop finding decoder for any format mpeg,avi,etc.. !!!
but it start and the sound work.i just don't have image.

Code: Select all

VLC media player 0.8.1 Janus
[00000194] main decoder error: no suitable decoder module for fourcc `wma2'.
VLC probably does not support this sound or video format.
[00000224] main decoder error: no suitable decoder module for fourcc `WMV3'.
VLC probably does not support this sound or video format.
I tryied to reinstall but still the same.

should i try to reinstall with a different USE ?

make.conf

Code: Select all

USE=" pda ldap dillo clamav dvd qt kde oggvorbis motif perl opengl avi png tiff gif jpeg sdl cdr gtk usb tcltk alsa oss mysql imap libwww maildirsasl ssl alsa arts audiofile cdparanoia encode flac speex -gdbm berkdb "
Top
cymcy
n00b
n00b
Posts: 16
Joined: Mon Mar 22, 2004 5:50 pm

  • Quote

Post by cymcy » Wed Jan 12, 2005 1:21 am

since this 0.8.1 when I launch it from menu . it does'nt work anymore.
when I launch it from console I have :

Code: Select all

 $vlc
VLC media player 0.8.1 Janus
Remote control interface initialized, `h' for help
and nothing ...

and

Code: Select all

 $ vlc film.avi
VLC media player 0.8.1 Janus
[00000144] main decoder error: no suitable decoder module for fourcc 'XVID'.
VLC probably does not support this sound or video format. 
I have made no change unless some emerge -uD world .
Top
gentoo_lan
l33t
l33t
User avatar
Posts: 891
Joined: Wed Sep 08, 2004 12:45 am
Location: Charles Town, WV

  • Quote

Post by gentoo_lan » Wed Jan 12, 2005 1:25 am

I am having the same decoder problems using any video format that you can throw at vlc.
Top
honigsalz
n00b
n00b
User avatar
Posts: 39
Joined: Sun Dec 05, 2004 9:48 pm
Location: vienna, austria
Contact:
Contact honigsalz
Website

no gui

  • Quote

Post by honigsalz » Thu Jan 13, 2005 10:41 am

i have the same problems as cymcy. no gui as of 0.8.1
i tried going back to 0.6.2 but there's also no gui
strange...
Top
ardnut
Tux's lil' helper
Tux's lil' helper
Posts: 94
Joined: Sun Feb 01, 2004 11:33 am
Contact:
Contact ardnut
Website

  • Quote

Post by ardnut » Sun Jan 16, 2005 5:14 pm

Just found this thread, any ideas on how to get vlc 0.8.1 working with ffmpeg support?

http://forums.gentoo.org/viewtopic.php?p=1983910
Top
Michelasso
n00b
n00b
Posts: 13
Joined: Thu Oct 14, 2004 10:35 pm
Location: Italy

  • Quote

Post by Michelasso » Mon Jan 17, 2005 5:48 pm

Hello everybody I have just emerged vlc-0.8.1 without problems, but I have two remarks:

1) the first time I emerged it I had no gui for vlc; to obtanin it I had to re-emerge it using the USE flags suggested at http://www.videolan.org/vlc/download-gentoo.html, that is "dvd nls xv bidi truetype wxwindows imlib matroska faad png" ( I guess missing wxwindows gives no gui).

2) I can't play aacplus audio streams as the ones from somafm.com: the error I get is:
[00000227] main packetizer debug: looking for packetizer module
[00000227] main packetizer debug: probing 10 candidates
[00000226] m4a demuxer error: cannot find mp4a packetizer
[00000226] main demuxer warning: no demux2 module matching "m4a" could be loaded[00000220] main input error: no suitable demux module for `http/m4a://64.202.98.51:8110'

In Debian I have the same version of vlc and everything is working, so I guess that some module is missing and should be enabled in the configure phase.
Top
xanderhsia
n00b
n00b
Posts: 34
Joined: Thu Jul 08, 2004 5:41 am

  • Quote

Post by xanderhsia » Fri Jan 21, 2005 7:24 pm

I get the following after emerging with wxwindows USE flag. Without wxwindows, it runs in remote console mode only.

Code: Select all

VLC media player 0.8.1 Janus
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!
I tried doing a revdep-rebuild to fix the inconsistency, but no dice. revdep reported that everything was A-OK. Any Ideas on what this error is?
Top
Swoosh
Apprentice
Apprentice
User avatar
Posts: 203
Joined: Sun Sep 19, 2004 5:05 pm

  • Quote

Post by Swoosh » Sat Jan 22, 2005 7:18 pm

No gui here either.


Using these USE flags:

Code: Select all

3dfx +X -a52 +aalib +alsa (-altivec) +arts -bidi -cdda -cddb -cdio -debug +dts -dvb +dvd +esd -faad +fbcon +ffmpeg +flac +freetype -ggi +gnutls -hal -httpd -joystick -libcaca -lirc -live +mad -matroska +mozilla +mpeg2 +ncurses +nls +ogg +opengl +oss +stream +svg +svga +theora -utf8 -v4l -vcd -vlm +vorbis +wxwindows +xosd +xv
Top
Deepu Sudhakar
Tux's lil' helper
Tux's lil' helper
Posts: 84
Joined: Sat Aug 30, 2003 8:22 pm

  • Quote

Post by Deepu Sudhakar » Sat Jan 22, 2005 8:20 pm

xanderhsia wrote:I get the following after emerging with wxwindows USE flag. Without wxwindows, it runs in remote console mode only.

Code: Select all

VLC media player 0.8.1 Janus
Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 72: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed!
I tried doing a revdep-rebuild to fix the inconsistency, but no dice. revdep reported that everything was A-OK. Any Ideas on what this error is?
I'm getting the same error here.
Top
xanderhsia
n00b
n00b
Posts: 34
Joined: Thu Jul 08, 2004 5:41 am

  • Quote

Post by xanderhsia » Mon Jan 24, 2005 1:30 am

A recompile of wxGTK followed by recompile of vlc seems to have fixed this ld.so assertion problem for me. I file a followup on the bug report I sent in to bugs.gentoo.org. Still unenlightened as to how things got borked here. So no guarantees that this is a good fix for everyone
Top
xanderhsia
n00b
n00b
Posts: 34
Joined: Thu Jul 08, 2004 5:41 am

  • Quote

Post by xanderhsia » Mon Jan 24, 2005 1:31 am

Forgot to mention. Recompiling wxGTK and then vlc with USE="wxwindows" now gives me back my vlc gui
Top
RCMN
Apprentice
Apprentice
User avatar
Posts: 203
Joined: Sun Jun 08, 2003 7:22 am
Location: fr-paris us-minneapolis

  • Quote

Post by RCMN » Mon Jan 24, 2005 2:15 am

nobody found a solution for the Decoder problem ???
ok nevermind i forgot to add ffmpeg in my make.conf :oops: :oops: :oops:
Top
Thnikkaman
n00b
n00b
User avatar
Posts: 63
Joined: Wed Jun 30, 2004 6:48 pm

  • Quote

Post by Thnikkaman » Thu Jan 27, 2005 9:20 pm

Is there a way that I can tell portage not to downgrade vlc from this version when I do

Code: Select all

emerge -u world
Top
seringen
Apprentice
Apprentice
Posts: 163
Joined: Sun Aug 03, 2003 7:53 am
Location: berkeley, california

  • Quote

Post by seringen » Fri Jan 28, 2005 8:19 pm

Thnikkaman wrote:Is there a way that I can tell portage not to downgrade vlc from this version when I do

Code: Select all

emerge -u world

Code: Select all

echo "=media-video/vlc-0.8.1 ~x86" >> /etc/portage/package.keywords
Top
seringen
Apprentice
Apprentice
Posts: 163
Joined: Sun Aug 03, 2003 7:53 am
Location: berkeley, california

  • Quote

Post by seringen » Fri Jan 28, 2005 11:56 pm

by the way, I had the same ffmpeg error as the one above. i solved it by going to ~x86 for it, too.
Top
sabrina
n00b
n00b
Posts: 19
Joined: Sat Apr 10, 2004 5:43 am

  • Quote

Post by sabrina » Thu Feb 03, 2005 2:42 pm

Hi

I've just emerged vlc-0.8.1 and had no problems so far.
So I`ve tried to play some videos, but I couldn`t watch .avi files. The only thing I got was sound, but no picture. It works fine with .bin files.
By the way playing .avi files with mplayer isn`t a problem at all.

Does anyone have any suggestions what to do?

Thanks
Top
Post Reply

94 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy