LinuxQuestions.org
Help answer threads with 0 replies.
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 05-18-2024, 09:34 AM   #1
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Wine, & Multilib


I'm probably the last one to cop on, or else I've missed something, but here goes.

I've noticed that Alien's Wine build is still 8.6, not updated for over a year, and that requires Multilib. Multilib was updated more recently, April 2024 in fact.

And slackbuilds.org has a Slackbuild for 9.0, dispensing with the need for Multilib to run 32bit programs. Can I take it that 8.6 is the last version from Alien, and that compat32 will only be needed for cross compiling or others running x86 compiled binaries?
 
Old 05-18-2024, 10:06 AM   #2
BuckyKatt
LQ Newbie
 
Registered: May 2024
Posts: 17

Rep: Reputation: 2
I can't answer your primary question, but I just wanted to mention that the latest Wine release, 9.8, is working fine with the 9.0 Slackbuild with the obligatory version change in the .Slackbuild file.

BK
 
1 members found this post helpful.
Old 05-18-2024, 10:27 AM   #3
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Original Poster
Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Thanks for the reply.

I've been reading the small print and it appears I can dispense with Multilib. The extra gotcha is that in the (still unlikely) event of your running 64bit apps in wine, you have to change the $WINEPREFIX, e.g.
Code:
WINEPREFIX=/home/you/.wine64  wine /path/to/64bit-program.exe
 
Old 05-19-2024, 01:24 PM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Original Poster
Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Quote:
Originally Posted by BuckyKatt View Post
I can't answer your primary question, but I just wanted to mention that the latest Wine release, 9.8, is working fine with the 9.0 Slackbuild with the obligatory version change in the .Slackbuild file.

BK
The SlackBuild crashed out with an error about
Code:
unable to read image data in `/tmp/wine/wine.svg'
That goes on to cause a consequent error, and then a syntax error over back-ticks pasting it into a file. So it's wrapping up and prettifying things, but it still pukes. /tmp/wine/wine.svg is there, and readable, but it's only 40 bytes .

I saw your comments on wine-9.8. I hardly need the latest stuff. My program is compiled i586 and is compatible with the i386 one we had all been using before that. Many of the guys using this are using other people's junk pcs, some ancient printer & slow internet just to get this one site and the regular updates. I have equipped more than one guy myself in former years.

Last edited by business_kid; 05-19-2024 at 01:26 PM.
 
Old 05-19-2024, 02:38 PM   #5
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,088

Rep: Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761Reputation: 761
A while ago I successfully built the latest stable wine release (9.0) using AlienBob's buildscript. Took an hour or so, but it runs OK, no errors during compiling.
 
Old 05-19-2024, 08:26 PM   #6
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,729

Rep: Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393
I am using a slightly modified version of Alien Bob's script and it builds Wine-9.8 just fine.
 
1 members found this post helpful.
Old 05-20-2024, 10:01 AM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,454

Original Poster
Rep: Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353Reputation: 2353
Well, easy fix. I exploded the Slackbuild again, and wine.svg was 6KB instead of 40 bytes So I went over to winehq.org since everything seems to be going swimmingly well with wine-9.8, and they now have a Slackware .txz available from the download page. Why compile when you have a verified one?

I haven't set it a very high bar, but it works fine for me. My 'Ancient-of-Days' Library sits up happily, and what more can I ask?

Have you guys removed Multilib? I ask, because I upgraded wine-8.6 with wine-9.8 and saw this
Code:
dec@Ebony:~$ file /usr/bin/wine*
/usr/bin/wine:             ELF 32-bit LSB pie executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, stripped
so the wine-9.8 package seems to supply /usr/bin/wine without the requisite 32bit /lib/ld-linux.so.2 (-->/lib/ld-2.39.so) which is part of the multilib glibc.
 
1 members found this post helpful.
  


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
[ANN] mk-slack64-multilib : A tool to create slackware64+multilib tree/iso phenixia2003 Slackware 5 12-28-2012 05:42 AM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
[SOLVED] Broffice not compile on Slack64(multilib or no multilib);SlackBuild afreitascs Slackware 4 06-14-2010 07:16 AM
Phục hồi dữ liệu bị mất???, cứ pollsite General 1 06-27-2005 12:39 PM
Gotta love those ٱٱٱٱٱٱٱ&# iLLuSionZ Linux - General 5 11-18-2003 07:14 AM

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

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