LinuxQuestions.org
Visit Jeremy's Blog.
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 09-30-2012, 05:13 AM   #1
Chelyuk
LQ Newbie
 
Registered: Sep 2012
Posts: 15

Rep: Reputation: Disabled
Slackware64 14, problems with compiling packages from slackbuilds.org


Hi to all,
I've just reinstall my system to slackware64 14, before I used just x32 slackware. First of all I've installed compat32 packages from alien's site, and then start to build programs from slackbuilds.org. Some of them installed properly, but large amount of other didn't. The most often mistakes, is that some features are deprecated. Till there is no 14.0 branch on slackbuilds.org I'm using 13.37 branch. So I would like to know is this just my problem, or I should to wait for 14.0 slackbuilds?
I have problems with next packages: widelands, wethnoth, dirac, libffado, lirc, wiicd, graphhviz, physfs, libofa and others.
All this packages, were ok on slackware 13.37 x32.
 
Old 09-30-2012, 05:16 AM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
Hi Chelyuk,

welcome to LQ and the Slackware forum.

Better wait for 14.0 SlackBuilds.

Some SlackBuilds for 13.37 could work, but there is no guarantee.

Last edited by Didier Spaier; 09-30-2012 at 05:18 AM.
 
Old 09-30-2012, 05:30 AM   #3
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
My system is also running Slackware64-14.0 (Multi-Lib enabled). All the 13.37 packages that I have tried work perfectly. As Didier has said, best to wait for slackbuilds.org to catch up, or you can look and see the point at which the compilation failed and modify the slackbuild to compensate.

samac
 
Old 09-30-2012, 05:40 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,686

Rep: Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801
If you are so curious, then have a look on SlackBuild's GIT repository and clone them. You will get updated SlackBuilds for Slackware 14.0
 
3 members found this post helpful.
Old 09-30-2012, 06:14 AM   #5
Chelyuk
LQ Newbie
 
Registered: Sep 2012
Posts: 15

Original Poster
Rep: Reputation: Disabled
Thanks a lot slackbuild's git repository really helped me.

Last edited by Chelyuk; 09-30-2012 at 06:18 AM.
 
Old 09-30-2012, 06:46 AM   #6
metageek
Member
 
Registered: Jun 2007
Location: Farmington, CT
Distribution: Slackware64
Posts: 204

Rep: Reputation: 44
Anyone knows how long is it going to take for the 14.0 branch to appear in slackbuilds ?

If it is a couple of days I can wait, otherwise I will be tempted to access it from the git repository...
 
Old 09-30-2012, 09:31 AM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,686

Rep: Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801
you can take it from GIT repository since it's the same content used in the SBo's web site
 
Old 09-30-2012, 11:11 AM   #8
bnguyen
Member
 
Registered: Jul 2010
Distribution: Slackware
Posts: 125

Rep: Reputation: 33
Quote:
Originally Posted by metageek View Post
Anyone knows how long is it going to take for the 14.0 branch to appear in slackbuilds ?

If it is a couple of days I can wait, otherwise I will be tempted to access it from the git repository...
Except for HandBrake, all major issues had been fixed I believe. The admins are fixing only some remaining minor ones. Besides, branch 14.0 was already created in the git repo.

That said, it totally depends on the SBo admins when to officially announce the 14.0 branch.
 
Old 09-30-2012, 12:59 PM   #9
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
GCC 4.7.x changed in a few significant ways, mostly in becoming more strict with compiling. Also glibc changed the way includes are handled. The latest ffmpeg has changed too, anything dependent upon that needs rebuilding. All of those types of build issues need to be resolved upstream or patched in the build scripts. Etc., etc.

So patience will be required with the slackbuilds scripts for 14.0.
 
Old 09-30-2012, 01:42 PM   #10
mariostg
Member
 
Registered: Apr 2011
Location: Gatineau, Quebec
Distribution: OpenBSD
Posts: 80

Rep: Reputation: 5
So reading this thread, if I understand, one is better to wait for Slackbuild 14 before upgrading to Slackware 14 from say 13.37 if any packages from Slackbuild have been used?

I have upgraded from 13.37 to 14, I just finished actually, and I have some Slackbuilds. I had to recompile i3 due to libraries issues. I guess I was rather lucky.

EDIT:
Oups just found out Terminator is broken too. Recompiled and good to go.

Last edited by mariostg; 09-30-2012 at 01:46 PM.
 
Old 09-30-2012, 02:28 PM   #11
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,130

Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
you can also setup slackbuilds.org's git master branch with sbopkg and use that (I posted this in the 14 thread too)

Using slackbuilds.org git master branch with sbopkg
 
2 members found this post helpful.
Old 09-30-2012, 08:27 PM   #12
mariostg
Member
 
Registered: Apr 2011
Location: Gatineau, Quebec
Distribution: OpenBSD
Posts: 80

Rep: Reputation: 5
@ponce. Thanks, I took note of that. Your zen kernel link seem to be broken.
 
Old 09-30-2012, 09:56 PM   #13
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,249

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
EDIT:

I actually posted just to say "graphviz is another one", and then I realized that you'd covered it.

Last edited by dugan; 09-30-2012 at 09:58 PM.
 
Old 09-30-2012, 10:35 PM   #14
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,686

Rep: Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801Reputation: 1801
Quote:
Originally Posted by bnguyen View Post
Except for HandBrake, all major issues had been fixed I believe. The admins are fixing only some remaining minor ones. Besides, branch 14.0 was already created in the git repo.

That said, it totally depends on the SBo admins when to officially announce the 14.0 branch.
HandBrake has been fixed in this commit
 
Old 10-02-2012, 12:51 PM   #15
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,249

Rep: Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323Reputation: 5323
glibmm is another one that won't build on 14.0.
 
  


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
Building slackbuilds.org packages with gcc 4.4.2 ponce Slackware 1 11-05-2009 11:07 AM
SlackBuilds and Slackware64 niels.horn Slackware 9 06-30-2009 04:00 PM
Packages/Slackbuilds versus Compiling From Source AlphaSigmaOne Slackware 14 10-25-2008 02:54 PM
error compiling lablgtk on Slack 11 using SlackBuild from slackbuilds.org BCarey Slackware 1 02-22-2008 10:57 AM
Use SlackBuilds.org or my own hosting to offer up SlackBuilds? hollywoodb Slackware 6 11-30-2006 08:56 PM

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

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