cd contrib
mkdir native
cd native
../bootstrap
make
cd ../..
./bootstrap
./configure
make
all seems to finish without errors. Calling the build vlc then with "./vlc" and trying to open a DVD leads to:
./vlc
VLC media player 2.2.0-git Weatherwax (revision 2.1.0-git-3617-g600dc54e)
[0000000000f674c8] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libdvdnav: Using dvdnav version 4.2.1
libdvdnav: DVD Title: EU_109551
libdvdnav: DVD Serial Number: 3C6D46CC___MVB__
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/tps/.dvdnav/EU_109551.map'
libdvdnav: DVD disk reports itself with Region mask 0x00f50000. Regions: 2 4
libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a long time, please be patient
libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000139
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x000001da
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0001fe27
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x001dd1bf
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x001de0d8
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x002b963d
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x002ba592
libdvdread: Elapsed time 0
libdvdread: Found 3 VTS's
libdvdread: Elapsed time 0
[00007f9844003208] core input error: ES_OUT_RESET_PCR called
[00007f9844003208] core input error: ES_OUT_RESET_PCR called
[00007f9844003208] core input error: ES_OUT_RESET_PCR called
[00007f9844003208] core input error: ES_OUT_RESET_PCR called
Trying again, this time selecting "dvdsimple" leads to "corrupt module" error:
[00007f9838000ec8] core demux error: corrupt module: /home/tps/dev/vlc/modules/.libs/libdvdread_plugin.so
[00007f9844003208] core input error: open of `dvdsimple:///dev/sr0' failed
Seeing this on:
FreeBSD 10
Ubuntu (14.04, 14.10)
openSUSE (13.2)
fedora (20, 21)
The modules corrupt are from the build tree. Addtitonal flags like "-d" or '-v" do not give more information (like incompatible libraries not pulled from the build tree).
Rémi Denis-Courmontchanged title from After building vlc from source, vlc starts with error "corrupt module: libdvdnav_plugin.so" to 2.2 regression: FTBFS: dvdread, dvdnav
changed title from After building vlc from source, vlc starts with error "corrupt module: libdvdnav_plugin.so" to 2.2 regression: FTBFS: dvdread, dvdnav
dvdnav and dvdread are not built correctly by contribs:
/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_open':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:94: undefined reference to `dvdcss_open'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_error':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:109: undefined reference to `dvdcss_error'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_seek':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:118: undefined reference to `dvdcss_seek'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_title':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:126: undefined reference to `dvdcss_seek'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_read':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:134: undefined reference to `dvdcss_read'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdread.a(dvd_input.o): In function `css_close':/home/remi/videolan/vlc/contrib/linux/dvdread/src/dvd_input.c:144: undefined reference to `dvdcss_close'collect2: error: ld returned 1 exit statusMakefile:5691: recipe for target 'libdvdread_plugin.la' failedmake[4]: *** [libdvdread_plugin.la] Error 1make[4]: *** Attente des tâches non terminées..../home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_clear':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:50: undefined reference to `DVDCloseFile'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_free_dup':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:108: undefined reference to `DVDCloseFile'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_open':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:171: undefined reference to `DVDOpenFile'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_close':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:195: undefined reference to `DVDCloseFile'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_decode_packet':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:336: undefined reference to `navRead_PCI'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:345: undefined reference to `navRead_DSI'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(dvdnav.o): In function `dvdnav_get_next_cache_block':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:594: undefined reference to `DVDCloseFile'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/dvdnav.c:625: undefined reference to `DVDOpenFile'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(read_cache.o): In function `dvdnav_read_cache_block':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/read_cache.c:304: undefined reference to `DVDReadBlocks'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/read_cache.c:317: undefined reference to `DVDReadBlocks'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(searching.o): In function `dvdnav_tmap_get':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/searching.c:788: undefined reference to `ifoRead_VTS_TMAPT'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `ifoOpenNewVTSI':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:228: undefined reference to `ifoClose'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:230: undefined reference to `ifoOpenVTSI'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:235: undefined reference to `ifoRead_VTS_PTT_SRPT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:239: undefined reference to `ifoRead_PGCIT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:243: undefined reference to `ifoRead_PGCI_UT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:247: undefined reference to `ifoRead_VOBU_ADMAP'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:251: undefined reference to `ifoRead_TITLE_VOBU_ADMAP'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_close':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:312: undefined reference to `ifoClose'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:316: undefined reference to `ifoClose'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:320: undefined reference to `DVDClose'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_reset':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:368: undefined reference to `DVDOpen'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:373: undefined reference to `ifoOpenVMGI'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:378: undefined reference to `ifoRead_FP_PGC'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:382: undefined reference to `ifoRead_TT_SRPT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:386: undefined reference to `ifoRead_PGCI_UT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:390: undefined reference to `ifoRead_PTL_MAIT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:394: undefined reference to `ifoRead_VTS_ATRT'/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:398: undefined reference to `ifoRead_VOBU_ADMAP'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_merge':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:456: undefined reference to `ifoClose'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_free_copy':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:463: undefined reference to `ifoClose'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_get_title_ifo':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:1091: undefined reference to `ifoOpen'/home/remi/videolan/vlc/contrib/x86_64-linux-gnu/lib/libdvdnav.a(vm.o): In function `vm_ifo_close':/home/remi/videolan/vlc/contrib/linux/dvdnav/src/vm/vm.c:1096: undefined reference to `ifoClose'