LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-24-2013, 09:26 PM   #1
quiescere
Member
 
Registered: Sep 2003
Distribution: Slackware64 14.2
Posts: 54

Rep: Reputation: 15
Do you use WINE's Slackware package or compile for yourself, and why?


Title says it all, really. I've been in the practice of taking the latest wine source and the build script from slackbuilds.org and building my own package from that. However, now there are premade slackware packages direct from wine's sourceforge with the latest development release of wine. That would certainly be easier.

Does anyone have strong opinions on building your own wine or just using their packages, and why?

Thanks—
—quiescere

Last edited by quiescere; 02-24-2013 at 09:27 PM.
 
Old 02-24-2013, 11:36 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,056

Rep: Reputation: Disabled
I do not use wine, but generally speaking I would use a premade package only if:
(1) I trust the packager
and
(2) the SlackBuild is available so I can check it.
 
Old 02-25-2013, 02:51 AM   #3
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,264
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
I run a modified wine.slackbuild based on the one from Slackbuilds.org and my own script before SBo had a WINE slackbuild. I do this to be able to tweak functionalility under a x86_64 multilib environment. I don't use the packages from winehq sourceforge.

Besides, its easy enough to compile. Just takes a bit of time.
 
Old 02-25-2013, 05:14 AM   #4
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
In the past I've used the slackbuilds to build packages from newer source available from winehq without any problems.


I'm also a really big fan of the guys at Codeweavers who offer the crossover games program, essentially a precompiled closed source wine and assorted helper tools. Very handy!
 
Old 02-25-2013, 08:50 AM   #5
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
As a rule, I usually check to see if AlienBob has a version of anything funky. If so, that's what I use. This is one of those cases.
 
Old 02-25-2013, 12:20 PM   #6
joghi
Member
 
Registered: Jun 2011
Distribution: Slackware64 15.0 Slackware 14.2 Slackware64 14.2
Posts: 33

Rep: Reputation: Disabled
Up to somewhere around version 1.2 I usually compiled wine myself and installed it under /usr/local. Since then I got lazy and I've used the packages provided by the wine project. Although coming back to Slackware since version 9.0, I only learned about slackbuild.org nearly two years ago (shame on me). Since I've never had any problems with the prebuild packages from the wine-project, I still use those on my 64bit-multilib system. For other projects, I now use the SBO-scripts if available.
By the way, the slackbuild-script used is included in the package and based on version 1.1.29 of Eric's script.
 
Old 02-25-2013, 01:18 PM   #7
rigelan
Member
 
Registered: Jul 2005
Location: Iowa
Distribution: Slackware
Posts: 180

Rep: Reputation: 19
Wine is a pretty straightforward compile, so I compile it. If it required changing settings and stuff, I might use someone else's. But seeing that it usually has no compiling hiccups, I just make it myself.
 
Old 02-25-2013, 01:27 PM   #8
Bazzaah
Member
 
Registered: Mar 2007
Distribution: Slackware64-current, Slackware64 14
Posts: 331

Rep: Reputation: 50
I use wine 1.3 from Wine as it runs the only game I play on better than any other version, including newer ones. I have no strong feelings though about using Wine's, Alien_Bob's or a Slackbuild - I'll use what works best. I wouldn't take one off the web from a random site I didn't have some knowledge of though. I've compiled it in the past too - I like compiling my own stuff - often it's the best way to get the most up-to-date version (though it may not stay that way of course).
 
Old 02-26-2013, 07:59 PM   #9
elesmod
Member
 
Registered: Sep 2012
Distribution: Slackware
Posts: 88

Rep: Reputation: Disabled
Quote:
Originally Posted by kingbeowulf View Post
I do this to be able to tweak functionalility under a x86_64 multilib environment.
Besides, its easy enough to compile. Just takes a bit of time.
Did you manage to compile the latest version? On my 64+multilib I can compile Wine 1.5.6 and 1.5.13 (it's the latest version on SBo), but today I've tried 1.5.24 without success. Not sure if it's a multilib problem or something else.
 
Old 02-26-2013, 08:26 PM   #10
TommyC7
Member
 
Registered: Mar 2012
Distribution: Slackware, CentOS, OpenBSD, FreeBSD
Posts: 530

Rep: Reputation: Disabled
Hi elesmod,

I was able to compile wine-1.5.24 successfully. I used a slightly modified version of this script:

http://bender.open-source.co.uk/~tad...ate.SlackBuild

The script wasn't created by me obviously, but it should still work fine for compiling wine-1.5.24 (and my modified script did compile it). What I basically modified was the configure lines to match those within the wine.SlackBuild provided by Simone Giusetti (who uploads the final package on winehq.org) and something in the bottom half of the script as well (can't remember, it might be a man page compression thing or something).
 
Old 03-01-2013, 11:48 PM   #11
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,264
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
Quote:
Originally Posted by elesmod View Post
Did you manage to compile the latest version? On my 64+multilib I can compile Wine 1.5.6 and 1.5.13 (it's the latest version on SBo), but today I've tried 1.5.24 without success. Not sure if it's a multilib problem or something else.
Just tried 1.5.24 and 1.5.25 and looks like we have got this clang goofyness going on: http://bugs.winehq.org/show_bug.cgi?id=32872

The Wine-1.2.24 Slackbuild from Simone Giustetti (http://www.winehq.org/download) is a modified version of Alien Bob's script, and seems to work, but I can't seem to figure out how he isn't bothered by the error. Other that building win64, there is no significant difference.
 
Old 03-02-2013, 12:27 AM   #12
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
I use SBo's SlackBuild to build the stable version of Wine (currently 1.4.1).
 
  


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
What are the steps to build and install a Slackware package from a RPM package? sudeepkulkarni Slackware 6 04-25-2011 12:51 PM
Trying to compile Wine 1.1.4 in SlackWare 12.1 Zangai Linux - Software 2 09-10-2008 12:43 PM
How to compile package myself? lawrence_lee_lee Ubuntu 11 11-28-2007 11:03 PM
Compile Vs. Package Phyrexicaid Linux From Scratch 3 01-20-2005 07:17 AM
how do i compile or make "Wine" work in slackware? Tod_Con Linux - Software 2 06-21-2004 02:53 AM

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

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