LinuxQuestions.org
Review your favorite Linux distribution.
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 03-01-2015, 09:21 AM   #1
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127
Blog Entries: 3

Rep: Reputation: 27
Unhappy Can Linphone 3.7.0 be installed on Slackware -current


I have been trying to install linphone 3.7.0 on Slackware -current 64 bit, using packages from slackbuilds, for version 14.1 of Slackware.
I have met with interminable demands for dependacies from SlackBuilds scritps.
What should I be doing and is there a pre-built version of linphone ?

Last edited by DarrenDrapkin; 03-01-2015 at 10:10 AM.
 
Old 03-01-2015, 01:08 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
No, there is no pre-built linphone package for Slackware-current. As a reminder slackbuilds.org doesn't provides pre-built packages nor SlackBuilds intended for and tested in Slackware-current. However if you do find issues trying, it would be nice to report them to the maintainer.

You can use sbopkg and "sqg -p linphone"[1] to make a build queue, but there is no guarantee of course.

Also, in my opinion if you don't intend to test Slackware-current to help find and solve its issues before the next release, there is no point running it anyway.

[1]FWIW here is the output of that command for Slackware version 14.1:
Code:
pre-bukdlibupnp
ucommon
ccrtp
libzrtpcpp
linphone-srtp
jdk
polarssl
libantlr3c
belle-sip
x264
lame
# %README%: see the ffmpeg README file. 
ffmpeg
speex
linphone

Last edited by Didier Spaier; 03-01-2015 at 01:13 PM. Reason: output of the "sqg -p linphone" command appended.
 
Old 03-01-2015, 01:14 PM   #3
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
Thanks , I will try sbopkg and report when it produces results. Searches indicate that I am not the only one having problems with SIP phones on Linux.
 
Old 03-01-2015, 04:08 PM   #4
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Have you tried jitsi?
 
Old 03-01-2015, 07:26 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
At the moment, I started a topic here aimed at getting SBo packages updated and retuned for the next pending release of Slackware through -Current. Right now we are discussing build issues, bugs, and crashes in the topic, so do report it there so it can be investigated properly.

As Didier said SBo isn't aimed at -Current for obvious reasons, but keeping bugs and build issues in check while -Current is evolving, does make the next release cycle smoother with more packages readily available at release time.
 
Old 03-02-2015, 07:36 AM   #6
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
I have tried sbopkg and it does not seem to work with my setup. Which is basicly slackware64 -current with some packages from other distros.
 
Old 03-02-2015, 08:26 AM   #7
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
What do you mean it doesn't work? slackbuilds.org doesn't maintain builds for Slackware-current, but generally, most 14.1 programs will compile on -current, and the ones that don't, usually only need minor modification.

Are you getting errors?
 
Old 03-02-2015, 08:37 AM   #8
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
what I'm getting is, sbopkg not fetching dependancies for linphone. It fetches linphone itself ok. However what I want is to have the dependancies feched as well. Presumably, I need to use a named que to do this. How do I do it ? The documentation that I have read on it is a bit cagey as to the use of ques/dependancies.
 
Old 03-02-2015, 08:53 AM   #9
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Look in the /usr/doc/sbopkg-0.37.0/contrib/ directory for the sqg script.
 
Old 03-02-2015, 08:58 AM   #10
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
I am reading sqg at the moment, but very slowly.
 
Old 03-02-2015, 09:15 AM   #11
DarrenDrapkin
Member
 
Registered: Aug 2014
Location: Leeds, England
Distribution: Slackware x86 64 version 15.0
Posts: 127

Original Poster
Blog Entries: 3

Rep: Reputation: 27
Having read sqg I have a new question:-

Can sqg work recursively to find dependancies of dependancies, or am I using a naughty word now ?
 
Old 03-02-2015, 10:12 AM   #12
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
It will work fine. Just run sqg -p linphone (I have movied (or maybe symlinked, I can't remember) sqg to /usr/bin, although, it should probably reside in /usr/sbin) and it should create all the needed dependencies for linphone. This includes dependencies of dependencies. Then, you can either run the "GUI" (ncurses) portion of sbopkg and then look for linphone under the Queues menu. If you want to do it from the command line, run sbopkg -i linphone and then when it prompts you, select the queue option.
 
  


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
Questions on Linphone blank video and using Linphone in Jitsi. linustalman Linux - Software 5 03-02-2015 02:41 PM
slackware-current installed nothing guanx Slackware 6 09-14-2013 01:55 PM
[SOLVED] put hd with slackware-current multilib installed on another machine afreitascs Slackware 8 01-10-2013 11:16 AM
What version of Xorg is installed with Slackware Current? BobNutfield Slackware 2 06-06-2009 04:53 PM

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

All times are GMT -5. The time now is 04:36 PM.

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