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 04-07-2017, 01:31 PM   #1
unohu62
Member
 
Registered: Jul 2016
Location: St. Catharines, Ontario, Canada
Distribution: Slackware 14,2 Stable 32-bit
Posts: 32

Rep: Reputation: 13
Alephone won't build, missing SDL_ffmpeg


I can't seem to build alephone from sbopkg. I get an error saying I'm missing libavformat or SDL_ffmpeg. Running Slackware 14.2 32-bit.

I have the required deps installed lua, speex, zziplib, ffmpeg.

Thoughts.
 
Old 04-07-2017, 01:54 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,061

Rep: Reputation: Disabled
See the README about ffmpeg issues.

@All: even when using a program like sbopkg to help use SlackBuilds, have a look at the README, at least in case of an issue. IIRC you can even read it from sbopkg itself.

Last edited by Didier Spaier; 04-07-2017 at 01:57 PM.
 
1 members found this post helpful.
Old 04-07-2017, 08:22 PM   #3
unohu62
Member
 
Registered: Jul 2016
Location: St. Catharines, Ontario, Canada
Distribution: Slackware 14,2 Stable 32-bit
Posts: 32

Original Poster
Rep: Reputation: 13
Quote:
In file included from SDL_ffmpeg.c:44:0:
/usr/include/libavformat/avformat.h:893:21: note: declared here
AVCodecContext *codec;
^
Makefile:379: recipe for target 'SDL_ffmpeg.o' failed
make[3]: *** [SDL_ffmpeg.o] Error 1
make[3]: Leaving directory '/tmp/SBo/AlephOne-20150620/Source_Files/FFmpeg'
Makefile:559: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/tmp/SBo/AlephOne-20150620/Source_Files'
Makefile:524: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/SBo/AlephOne-20150620'
Makefile:419: recipe for target 'all' failed
make: *** [all] Error 2

alephone:
Would you like to continue processing the rest of the
queue or would you like to abort? If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
Am I missing libavformat? Can't seem to find it in sbopkg.
 
Old 04-07-2017, 08:40 PM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
googled it

libavformat slackbuilds

Quote:
SlackBuilds.org - ffms2
https://slackbuilds.org/repository/1...braries/ffms2/
SlackBuilds.org - SlackBuild Script Repository. ... Keywords: ffmpeg,ffms,libavformat,libav,API. Homepage: https://github.com/FFMS/ffms2. Source Downloads:
ffms2 here
slackbuilds requires. ffmpeg
https://slackbuilds.org/repository/1...braries/ffms2/

you'll have to check it to be sure it is 32 bit

Last edited by BW-userx; 04-07-2017 at 08:41 PM.
 
Old 04-07-2017, 08:44 PM   #5
unohu62
Member
 
Registered: Jul 2016
Location: St. Catharines, Ontario, Canada
Distribution: Slackware 14,2 Stable 32-bit
Posts: 32

Original Poster
Rep: Reputation: 13
@BW-userx....already had ffms2 installed when posting the above error output.
 
Old 04-07-2017, 08:47 PM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
libavformat is a part of ffmpeg. What Didier was suggesting was at the bottom of the README, namely since ffmpeg can change frequently and cause breakages of programs relying on it, if someone is having problems with ffmpeg and alephone, to contact the maintainer to see if s/he can figure out the issue.
 
1 members found this post helpful.
Old 04-07-2017, 11:03 PM   #7
unohu62
Member
 
Registered: Jul 2016
Location: St. Catharines, Ontario, Canada
Distribution: Slackware 14,2 Stable 32-bit
Posts: 32

Original Poster
Rep: Reputation: 13
Ended up removing tetex and tetex-doc and installed texlive and texlive-doc in it's place. I'm able to install Alephone and the Marathon games.

Thanks to BWuserx for reminding me to make that adjustment. I remember from earlier versions of running Slackware that I made this switch in order to get it up and running.

Regards,
Robert
 
Old 04-08-2017, 07:49 AM   #8
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by unohu62 View Post
@BW-userx....already had ffms2 installed when posting the above error output.
wasn't in your list

Quote:
I have the required deps installed lua, speex, zziplib, ffmpeg.
damn .. Thought I had it -- sorry sh*t kicks dog

Last edited by BW-userx; 04-08-2017 at 07:57 AM.
 
Old 04-08-2017, 07:55 AM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by unohu62 View Post
Ended up removing tetex and tetex-doc and installed texlive and texlive-doc in it's place. I'm able to install Alephone and the Marathon games.

Thanks to BWuserx for reminding me to make that adjustment. I remember from earlier versions of running Slackware that I made this switch in order to get it up and running.

Regards,
Robert
yeah I ran in to that the other week where I installed i686 pkgs and not x86_64 and ran into problems until someone pointed it out to me in here. easy fix was to remove the wrong pkg and install the other ones that where for x86_64.
 
  


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
mjpegtools build error, missing libs which aren't missing vdemuth Slackware 6 03-16-2010 12:57 PM
self build rpm fails with missing dependencies on build host zhjim Linux - Software 1 09-24-2009 08:47 AM
F11 problem when installing AlephOne UmmJiga Fedora 9 06-30-2009 05:50 PM
Missing /lib/modules/<build name>/build for installing HP PSPs mikemc58 Linux - Server 1 06-10-2009 09:18 AM
missing build HELP bricfa Fedora 2 01-17-2006 03:15 PM

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

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