You are not logged in.

#1 2008-04-24 10:33:51

danij3l
Member
From: Osijek, Croatia
Registered: 2007-12-08
Posts: 36

Need help with vlc-git from AUR

HI

I have acquired some new 720p H.264 movies and i was having great time until VLC couldn't play audio on one of the movies mad

Then found vlc-git in aur:
http://aur.archlinux.org/packages.php?ID=16084

Now my problems really start big_smile

after some compile time i get this: (only last part, entire output is here : http://www.etfos.hr/~dslunjsk/makepkg-log.txt WARNING it's 1.5M text file ! lol)

libtool: install: warning: relinking `libaout_sdl_plugin.la'
libtool: install: (cd /home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output; /bin/sh /home/danij3l/Desktop/vlc-git/src/vlc-build/libtool  --tag CC --mode=relink gcc -std=gnu99 -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -D__LIBVLC__ -D__PLUGIN__ -DMODULE_NAME=aout_sdl -DMODULE_NAME_IS_aout_sdl -O2 -ffast-math -funroll-loops -mtune=pentium2 -fomit-frame-pointer -fvisibility=hidden -I/usr/include/ -D_GNU_SOURCE=1 -D_REENTRANT -march=i686 -mtune=generic -O2 -pipe -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -rpath /usr/lib/vlc/audio_output -avoid-version -module -no-undefined -shrext .so -Wl,-z,defs -export-dynamic -o libaout_sdl_plugin.la libaout_sdl_plugin_la-sdl.lo -lpthread -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread ../../src/libvlc.la -inst-prefix-dir /home/danij3l/Desktop/vlc-git/pkg)
libtool: relink: gcc -std=gnu99 -shared  .libs/libaout_sdl_plugin_la-sdl.o   -L/usr/lib -lSDL -L/home/danij3l/Desktop/vlc-git/pkg/usr/lib -lvlc -lhal -ldbus-1 -lrt -lpthread -ldl  -mtune=pentium2 -march=i686 -mtune=generic -Wl,-z -Wl,defs -Wl,-rpath -Wl,/usr/lib   -Wl,-soname -Wl,libaout_sdl_plugin.so -o .libs/libaout_sdl_plugin.so
.libs/libaout_sdl_plugin_la-sdl.o: In function `vlc_entry__0_9_0j':
sdl.c:(.text+0x3a): undefined reference to `vlc_module_set'
sdl.c:(.text+0x58): undefined reference to `vlc_module_set'
sdl.c:(.text+0xa0): undefined reference to `vlc_module_set'
sdl.c:(.text+0xbe): undefined reference to `vlc_module_set'
sdl.c:(.text+0xda): undefined reference to `vlc_module_set'
sdl.c:(.text+0xf2): undefined reference to `vlc_config_create'
sdl.c:(.text+0x10a): undefined reference to `vlc_config_set'
sdl.c:(.text+0x11a): undefined reference to `vlc_config_create'
sdl.c:(.text+0x132): undefined reference to `vlc_config_set'
sdl.c:(.text+0x14c): undefined reference to `vlc_module_set'
sdl.c:(.text+0x16e): undefined reference to `vlc_module_set'
sdl.c:(.text+0x190): undefined reference to `vlc_module_set'
.libs/libaout_sdl_plugin_la-sdl.o: In function `SDLCallback':
sdl.c:(.text+0x780): undefined reference to `vlc_pthread_fatal'
sdl.c:(.text+0x7b0): undefined reference to `vlc_pthread_fatal'
/usr/lib/libvlc.a(libvlc_a-modules.o): In function `__module_LoadBuiltins':
modules.c:(.text+0x4014): undefined reference to `vlc_entry__memcpymmx'
modules.c:(.text+0x4021): undefined reference to `vlc_entry__i420_rgb_mmx'
modules.c:(.text+0x402e): undefined reference to `vlc_entry__i422_yuy2_mmx'
modules.c:(.text+0x403b): undefined reference to `vlc_entry__i420_ymga_mmx'
modules.c:(.text+0x4048): undefined reference to `vlc_entry__i420_yuy2_mmx'
modules.c:(.text+0x4055): undefined reference to `vlc_entry__memcpymmxext'
modules.c:(.text+0x4062): undefined reference to `vlc_entry__memcpy3dn'
modules.c:(.text+0x406f): undefined reference to `vlc_entry__live555'
modules.c:(.text+0x407c): undefined reference to `vlc_entry__mux_ts'
modules.c:(.text+0x4089): undefined reference to `vlc_entry__ffmpeg'
modules.c:(.text+0x4096): undefined reference to `vlc_entry__stream_out_switcher'
modules.c:(.text+0x40a3): undefined reference to `vlc_entry__theora'
collect2: ld returned 1 exit status
libtool: install: error: relink `libaout_sdl_plugin.la' with the above command before installing it
make[7]: *** [install-libvlcLTLIBRARIES] Error 1
make[7]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output'
make[6]: *** [install-exec-local] Error 2
make[6]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output'
make[5]: *** [install-am] Error 2
make[5]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output'
make[3]: *** [install] Error 2
make[3]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules/audio_output'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build/modules'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/danij3l/Desktop/vlc-git/src/vlc-build'
make: *** [install] Error 2
==> ERROR: Build Failed.
    Aborting...

one just has to addore my engish cool

Offline

Board footer

Powered by FluxBB