Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
12-21-2010, 08:18 PM
|
#1
|
|
Member
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 234
Rep:
|
looking for xbmc 10.0
The title says it all: I'm looking for a slackbuild of the latest release of xbmc 10.0. All my attempts to use the existing slackbuild (for xbmc 9.10) to compile the 10.0 version have failed. Thanks.
|
|
|
|
12-21-2010, 08:29 PM
|
#2
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,818
|
How do they fail? What error message do you get? If no updated SlackBuild exists, it may be easier to just fix it on your own. Depending on the error, the problem might not even be with the SlackBuild, but with the system you are trying to build on.
|
|
|
|
12-21-2010, 08:31 PM
|
#3
|
|
Senior Member
Registered: May 2010
Distribution: Arch, Gentoo, Slackware
Posts: 1,479
|
The latest version is 9.11 which has a 13.1 slackbuild.
Are you wanting to build from SVN?
http://sourceforge.net/projects/xbmc/
|
|
|
|
12-21-2010, 09:29 PM
|
#4
|
|
Member
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 234
Original Poster
Rep:
|
Quote:
Originally Posted by andrewthomas
|
Stable version was released this week and it is 10.0. Check out http://xbmc.org/
Quote:
Originally Posted by MS3FGX
How do they fail? What error message do you get? If no updated SlackBuild exists, it may be easier to just fix it on your own. Depending on the error, the problem might not even be with the SlackBuild, but with the system you are trying to build on.
|
buliding on current-64-multilib. It failed with an error about missing library but I couldn't find anything informative enough for me in the config.log
I attached the config.log.
|
|
|
|
12-23-2010, 02:21 PM
|
#5
|
|
Member
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 234
Original Poster
Rep:
|
Found the culprits: libmicrohttpd and libmodplug are new dependencies that I was missing.
|
|
|
1 members found this post helpful.
|
12-24-2010, 01:19 AM
|
#6
|
|
Senior Member
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,336
Rep: 
|
Quote:
Originally Posted by escaflown
Found the culprits: libmicrohttpd and libmodplug are new dependencies that I was missing.
|
That made it easy for me! Install the dependencies, simple edit of the slackbuild, then off to the races.
|
|
|
|
12-26-2010, 07:33 AM
|
#7
|
|
Member
Registered: Jul 2008
Distribution: Slackware 13.1
Posts: 279
Rep:
|
Quote:
Originally Posted by escaflown
Found the culprits: libmicrohttpd and libmodplug are new dependencies that I was missing.
|
In my new updated xbmc.SlackBuild I only have libmodplug as a required dependency. libmicrohttpd is an option that is turned off by default. Giving '--disable-webserver' to configure turns off the libmicrohttpd requirement.
@escaflown: I noticed you are using Slackware64 on -current. It looks like the lib64 patch is no longer needed as I had to update it for the new version. If so, I'd like to delete that patch as I don't have a x86_64 computer to test it out on. Also, it would be nice to know if the extra includes could be removed as well since they are also only needed for x86_64 computers.
A new version of the script should be made available sometime after New Year's.
|
|
|
|
12-26-2010, 08:45 AM
|
#8
|
|
Senior Member
Registered: Mar 2005
Location: Kentucky
Distribution: Slackware64-current
Posts: 1,336
Rep: 
|
One of the "simple edits" I did was commenting out everything in the patch section. I did not comment out the extra includes.
|
|
|
|
12-26-2010, 09:23 AM
|
#9
|
|
Member
Registered: Jul 2008
Distribution: Slackware 13.1
Posts: 279
Rep:
|
Quote:
Originally Posted by mlangdn
One of the "simple edits" I did was commenting out everything in the patch section. I did not comment out the extra includes.
|
Thank you for that info. I want to get rid of redundant stuff and simplify it as best I can.
If anybody has a chance on x86_64, can they build it without the extra includes?
|
|
|
|
12-26-2010, 10:28 AM
|
#10
|
|
Member
Registered: Apr 2009
Location: Canada
Distribution: Slackware
Posts: 234
Original Poster
Rep:
|
Quote:
Originally Posted by larryhaja
In my new updated xbmc.SlackBuild I only have libmodplug as a required dependency. libmicrohttpd is an option that is turned off by default. Giving '--disable-webserver' to configure turns off the libmicrohttpd requirement.
@escaflown: I noticed you are using Slackware64 on -current. It looks like the lib64 patch is no longer needed as I had to update it for the new version. If so, I'd like to delete that patch as I don't have a x86_64 computer to test it out on. Also, it would be nice to know if the extra includes could be removed as well since they are also only needed for x86_64 computers.
A new version of the script should be made available sometime after New Year's.
|
@larryhaja: Thanks for your hard work. I didn't have to turn on the lib64 patch when compiling it. Actually, I commented out all the patches that were used for 9.10. I was able to compile with all the extra options enable (on the condition that all the needed dependencies are installed) without any problem on a box running slackaware64-current-multilib.
Edit: I just successfully recompiled the 10.0 on my slackware64-current-multilib box without the extra includes.
Last edited by escaflown; 12-26-2010 at 11:14 AM.
|
|
|
|
01-05-2011, 11:34 AM
|
#11
|
|
Member
Registered: Jan 2006
Distribution: Slackware
Posts: 188
Rep:
|
Anyone knows when the new slackbuild do for xbmc 10.0 will be available?
|
|
|
|
01-05-2011, 07:19 PM
|
#12
|
|
Member
Registered: Jul 2008
Distribution: Slackware 13.1
Posts: 279
Rep:
|
Quote:
Originally Posted by Laodiceans
Anyone knows when the new slackbuild do for xbmc 10.0 will be available?
|
I just uploaded it to SBo a couple days ago. It is still in pending.
|
|
|
|
01-05-2011, 09:12 PM
|
#13
|
|
Member
Registered: Jan 2006
Distribution: Slackware
Posts: 188
Rep:
|
Thanks!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:25 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|