LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-18-2013, 09:15 AM   #1
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Rep: Reputation: 72
alienBOB's vlc keeps stoping build with this error...


I'm not a programmer, so I can't seem to figure out where or why this is happening. The script for building vlc 2.1.1 from alienBOB seems like it should be foolproof, yet I keep getting the error below. Any ideas?

Code:
make[2]: Entering directory `/tmp/build/tmp-vlc/vlc-2.1.1/bin'
  GEN    ../modules/plugins.dat
Inconsistency detected by ld.so: dl-tls.c: 75: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx + 1' failed!
make[2]: *** [../modules/plugins.dat] Error 127
make[2]: Leaving directory `/tmp/build/tmp-vlc/vlc-2.1.1/bin'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/build/tmp-vlc/vlc-2.1.1'
make: *** [install] Error 2
mv: cannot stat '/tmp/build/package-vlc/usr/share/doc/vlc/*': No such file or directory
cp: cannot stat 'HACKING': No such file or directory
tar: *.diff: Cannot stat: No such file or directory
tar: *.patch: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
I really, really like vlc over the other movie players and in 14.0 I had it working beautifully, but no matter what I do in 14.1 it keeps 'pausing' every 2 or three seconds while watching movies (DVD, on the hdd, etc...doesn't matter). This means I've built vlc from the 2.0.9 to the 2.1.1 via the non-alienBOB way and even installed his already built vlc...nothing has worked, they all behave exactly the same way with the half-a-second pause every two or three seconds making the movie unwatchable.
 
Old 11-18-2013, 09:17 AM   #2
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
Do you have a good reason for building it yourself ? As opposed to just downloading the fully built version(s) from his site.
 
Old 11-18-2013, 09:57 AM   #3
bartgymnast
Member
 
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368

Rep: Reputation: 165Reputation: 165
I just used AlienBob's script and ....

Slackware package /tmp/vlc-2.1.1-x86_64-1alien.txz created.

this is on a clean 14.1 install.

so something else is blocking your build.
 
Old 11-18-2013, 03:30 PM   #4
number22
Member
 
Registered: Sep 2006
Location: Earth
Distribution: Slackware 14.1 Slackware64-current multilib
Posts: 278
Blog Entries: 7

Rep: Reputation: Disabled
check config.log from tmp/build/tmp-vlc/vlc-2.1.1/
 
Old 11-18-2013, 05:12 PM   #5
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by Mark Pettit View Post
Do you have a good reason for building it yourself ? As opposed to just downloading the fully built version(s) from his site.
I build *all* the apps/programs for my system. It's just good policy because what if I find an app/program no one has written/made a blob for yet? And it gives me a chance to keep trying to learn to read the programming. I can figure much of it out, but a lot still is beyond me.
 
Old 11-18-2013, 05:13 PM   #6
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by bartgymnast View Post
I just used AlienBob's script and ....

Slackware package /tmp/vlc-2.1.1-x86_64-1alien.txz created.

this is on a clean 14.1 install.

so something else is blocking your build.
That's what I was saying...I also used the 'script', but for some reason it's giving the error message(s) above in my first post.
 
Old 11-18-2013, 06:03 PM   #7
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,978

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
It builds fine here.

You did replicate Alien Bob's build directory for your local build?
 
Old 11-18-2013, 06:17 PM   #8
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by number22 View Post
check config.log from tmp/build/tmp-vlc/vlc-2.1.1/
That was a lesson in futility, lol. I did mention I'm no programmer, so 99.9% of that 458Kb file was gibberish, heh. The only thing I saw that looked out of place 'to me' was here:

Code:
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by vlc config.status 2.1.1, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on oogah

config.status:2238: creating Makefile
config.status:2238: creating doc/Makefile
config.status:2238: creating modules/Makefile
config.status:2238: creating m4/Makefile
config.status:2238: creating po/Makefile.in
config.status:2238: creating share/Makefile
config.status:2238: creating compat/Makefile
config.status:2238: creating src/Makefile
config.status:2238: creating lib/Makefile
config.status:2238: creating bin/Makefile
config.status:2238: creating test/Makefile
config.status:2238: creating modules/access/Makefile
config.status:2238: creating modules/access/rtp/Makefile
config.status:2238: creating modules/access_output/Makefile
config.status:2238: creating modules/audio_filter/Makefile
config.status:2238: creating modules/audio_mixer/Makefile
config.status:2238: creating modules/audio_output/Makefile
config.status:2238: creating modules/codec/Makefile
config.status:2238: creating modules/control/Makefile
config.status:2238: creating modules/demux/Makefile
config.status:2238: creating modules/gui/Makefile
config.status:2238: creating modules/gui/macosx/Makefile
config.status:2238: creating modules/gui/minimal_macosx/Makefile
config.status:2238: creating modules/gui/macosx_dialog_provider/Makefile
config.status:2238: creating modules/gui/qt4/Makefile
config.status:2238: creating modules/gui/skins2/Makefile
config.status:2238: creating modules/lua/Makefile
config.status:2238: creating modules/meta_engine/Makefile
config.status:2238: creating modules/misc/Makefile
config.status:2238: creating modules/mux/Makefile
config.status:2238: creating modules/notify/Makefile
config.status:2238: creating modules/packetizer/Makefile
config.status:2238: creating modules/services_discovery/Makefile
config.status:2238: creating modules/stream_filter/Makefile
config.status:2238: creating modules/stream_out/Makefile
config.status:2238: creating modules/text_renderer/Makefile
config.status:2238: creating modules/video_chroma/Makefile
config.status:2238: creating modules/video_filter/Makefile
config.status:2238: creating modules/video_output/Makefile
config.status:2238: creating modules/visualization/Makefile
config.status:2238: creating modules/mmx/Makefile
config.status:2238: creating modules/sse2/Makefile
config.status:2238: creating modules/altivec/Makefile
config.status:2238: creating modules/arm_neon/Makefile
config.status:2238: creating config.h
config.status:2467: executing depfiles commands
config.status:2467: executing libtool commands
config.status:2467: executing po-directories commands
configure:53861: WARNING: unrecognized options: --disable-switcher, 
--enable-qt4, --enable-pvr, --enable-dv, --enable-real, --enable-loader
And I still have no idea if that's what caused the errors making the build stop or not and wouldn't know what to do with what I found above anyway.
 
Old 11-18-2013, 06:20 PM   #9
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
Quote:
Originally Posted by chrisretusn View Post
It builds fine here.

You did replicate Alien Bob's build directory for your local build?
The script downloaded everything it supposedly needs and builds where I have the vlc tarball and the vlc.slackbuild file at. AlienBOB told me so himself that that's all I should need to do. Is that what you're asking or have I flubbed something up?
 
Old 11-18-2013, 07:10 PM   #10
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
I've been looking at the 'make' logs of all those programs that vlc calls for that are also in /tmp.

At the end of the 'vlc make' log, I found this but don't know what it means:

Code:
  GEN    ../modules/plugins.dat
Inconsistency detected by ld.so: dl-tls.c: 75: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx + 1' failed!
make[2]: *** [../modules/plugins.dat] Error 127
make[2]: Leaving directory `/tmp/build/tmp-vlc/vlc-2.1.1/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/build/tmp-vlc/vlc-2.1.1'
make: *** [all] Error 2
And all of the log files that are called 'patch' have nothing but

Code:
Hmm...  I can't seem to find a patch in there anywhere.
but I don't think any of those are contributing to any errors.
 
Old 11-18-2013, 07:16 PM   #11
number22
Member
 
Registered: Sep 2006
Location: Earth
Distribution: Slackware 14.1 Slackware64-current multilib
Posts: 278
Blog Entries: 7

Rep: Reputation: Disabled
there are 82 files in alien's vlc build directory,
Code:
lftp -c 'open http://www.slackware.com/~alien/slackbuilds/vlc/;mirror build/'
rename your build to vlc after making sure no other directory with same name first.
cd vlc
find ./ -type f -maxdepth 1 | wc -l
sh ./vlc.SlackBuild
if you using slackbuild scripts make sure you have all its files, switching version of build unless you know what you doing. Stay with main build, looking at version number; for example, if the scripts ask for 1.1.2, you can using slackbuild scripts all 1.1.x without much modification at most time, if the version number jumps to 1.2.x, then you might need file dependency check, if version number jump to 2.x.x then, kernel, libraries dependency checks.

Last edited by number22; 11-18-2013 at 08:20 PM.
 
Old 11-18-2013, 07:53 PM   #12
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,978

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
I am asking if you downloaded all of the files located in Alien Bob's vlc/build directory?

If not the what files did you download?
I will assumed the tarball, the slack-* files, and of course the SlackBuild script. It sounds like you missed that patch files. (Your error posted in first post has the clue.)

While it is true that the SlackBuild script will download the needed source files, there are several patch files that are needed. Those are not downloaded by the script and this is why your build is failing.

It is usually prudent to download all of the files in the build directory. The script will still download additional files, but for the script to succeed you must have the patch files (*.patch, *.diff).

Last edited by chrisretusn; 11-18-2013 at 08:03 PM.
 
Old 11-18-2013, 08:02 PM   #13
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,978

Rep: Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556Reputation: 1556
I try to keep it simple. On my system all of my slackbuilds are located in /home/non-slack/slackubilds/. For vlc that would be /home/non-slack/slackbuilds/vlc/. From inside the vlc directory I issue the following: (Actually I use a script.)

Code:
lftp -c "open http://connie.slackware.com/~alien/slackbuilds/vlc/; mirror -e build"
What is does is mirror the vlc/build directory on the server and puts it in /home/non-slack/slackbuild/vlc/build/ directory.
 
Old 11-18-2013, 10:54 PM   #14
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
That must be it - not downloading and installing/using the patches and such.

I'll try your suggestion to download it all and see how it goes and let everyone know what happens.

Thank you both for all this help.

By the way, I'm getting the install/download from his http://taper.alienbase.nl/mirrors/ site, but I'll get those other anyway as it won't hurt to have everything in the directory and let the build script use it or not as it needs.

Last edited by irgunII; 11-18-2013 at 11:07 PM.
 
Old 11-19-2013, 12:15 AM   #15
irgunII
Member
 
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383

Original Poster
Rep: Reputation: 72
That was the problem - I didn't have the diff and patch files. Once those were in the directory, it built just fine.

Thank you to everyone who helped. I'll mark this as solved now.
 
  


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
alienBOB's vlc.Slackbuild script fails on libavcodec.pc on Slackware64 14.0 multilib. indubitableness Slackware 19 08-20-2013 07:37 AM
[SOLVED] Trouble with AlienBOB's FFMPEG build script Yogstr Slackware 8 07-29-2013 06:00 PM
kde 4.8.0 (alienbob's build system) on slack 13.37, wierd ntfs hard drive mount issue Old_Fogie Slackware 2 03-03-2012 03:44 AM
Installing VLC using vlc-0.9.9a-4.el5.rf.i386.rpm--Error relating to Dependencies redhat5 Linux - Newbie 1 12-17-2009 04:23 PM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:02 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