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 01-30-2010, 06:49 PM   #1
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Rep: Reputation: 30
Wine Install fails at line 291 - Alien Bob's SlackBuild script


Using slack 13.0 32-bit.
I'm using http://connie.slackware.com/~alien/s...ine.SlackBuild
with one modification only: The version number at $SRCVER was changed to 1.1.37

The script has failed with the following error message:
Code:
wine.SlackBuild FAILED on line 291!
The code at that line is
Code:
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt
I also have noted the following (in part) outputs previous to the error
Code:
usr/lib/wine/mstask.dll.so
usr/lib/wine/wineaudioio.drv.so
usr/lib/wine/ddraw.dll.so
usr/lib/wine/libsensapi.def
usr/lib/wine/liboleacc.def
usr/lib/wine/urlmon.dll.so
usr/lib/wine/winnls32.dll.so
......
usr/share/wine/fonts/tahomabd.ttf
usr/share/wine/fonts/ssee874.fon
usr/share/wine/fonts/sserifer.fon
usr/share/wine/fonts/symbol.ttf
usr/share/wine/fonts/vgasys.fon
usr/share/wine/fonts/smallee.fon
usr/share/wine/fonts/vgasysg.fon
It appears to me that a successful build may have been made at
/tmp/build/package-wine/usr
But the install has failed.
Please advise how to procede from here.
thanks
 
Old 01-30-2010, 07:16 PM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
If it failed on that line (for unknown reasons) then at least the package has been created. Look in /tmp for wine-1.1.37-i486-1alien.tgz (assuming you left the 'alien' tag in).

Eric
 
1 members found this post helpful.
Old 01-30-2010, 07:48 PM   #3
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Alien Bob View Post
If it failed on that line (for unknown reasons) then at least the package has been created. Look in /tmp for wine-1.1.37-i486-1alien.tgz (assuming you left the 'alien' tag in).

Eric
It is there - at the top of /tmp. Along with logs. Let me know how to
procede and whether you may want to look at logs. Also, it is late here
in Alaska and I may not be able to answer until later.

thanks Eric
tim
 
Old 01-30-2010, 08:50 PM   #4
zakonnik
LQ Newbie
 
Registered: Nov 2008
Location: Elbląg, Poland
Distribution: Slackware64-current
Posts: 22

Rep: Reputation: 16
http://scxd.info/pub/packages/xap/wi...36-i686-1X.txz
 
Old 01-31-2010, 05:28 AM   #5
XGizzmo
Member
 
Registered: Mar 2007
Distribution: Slackware
Posts: 264

Rep: Reputation: 69
Sounds like maybe you did not copy the slack-desc file along with the SlackBuild. When dealing with SlackBuilds you need more or less all the files in the directory containing the SlackBuild.
 
1 members found this post helpful.
Old 01-31-2010, 06:44 AM   #6
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
Talking of Alien Bob's wine. He has also provided a slack64 version. Having installed it though, it errors out when attempting to run it. Does it require the multilib packages to be installed?
 
Old 01-31-2010, 06:47 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by vdemuth View Post
Talking of Alien Bob's wine. He has also provided a slack64 version. Having installed it though, it errors out when attempting to run it. Does it require the multilib packages to be installed?
Yes it does.

Eric
 
Old 01-31-2010, 06:52 AM   #8
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
Thought so. Thanks for the prompt reply. Time to bite the bullet then and go multilib.
 
Old 01-31-2010, 08:44 AM   #9
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
Quote:
Thought so. Thanks for the prompt reply. Time to bite the bullet then and go multilib.
Don't worry it is painless and works perfectly. Remember to modify your slackpkg blacklist, if you upgrade that way, it will save you grief. Also re-install your nvidia driver with 32-bit extensions if you use nvidia cards.

samac
 
Old 01-31-2010, 10:49 AM   #10
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by XGizzmo View Post
Sounds like maybe you did not copy the slack-desc file along with the SlackBuild. When dealing with SlackBuilds you need more or less all the files in the directory containing the SlackBuild.
I did get an error originally when I did not have the slack-desc file in
the same directory as the SlackBuild file. Then I just copied the slack-desc template to slack-desc.
 
Old 01-31-2010, 10:54 AM   #11
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Alien Bob View Post
If it failed on that line (for unknown reasons) then at least the package has been created. Look in /tmp for wine-1.1.37-i486-1alien.tgz (assuming you left the 'alien' tag in).

Eric
Eric, is not wine-1.1.37-i486-1alien.tgz the package? And if so,
should I not be able to runinstallpkg against it?

But, also, if you would like me to do any further trouble-shooting,
I would be happy to do so. I am a programmer also, not so much with
shell script tho'.

tim
 
Old 01-31-2010, 10:58 AM   #12
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Tim Johnson View Post
Eric, is not wine-1.1.37-i486-1alien.tgz the package? And if so,
should I not be able to runinstallpkg against it?
Yes that is the package, and you could install it. However, as was explained in another post, you're probably missing the slack-desc file which makes it an incomplete package (it will have no description when you install it, nor will it have a description in /var/log/packages).

Quote:
But, also, if you would like me to do any further trouble-shooting,
I would be happy to do so. I am a programmer also, not so much with
shell script tho'.
If indeed the slack-desc file is missing, all you need to do is download that to the directory of the wine.SlackBuild and then rebuild the package.

Eric

tim[/QUOTE]
 
1 members found this post helpful.
Old 01-31-2010, 01:49 PM   #13
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by Alien Bob View Post
If indeed the slack-desc file is missing, all you need to do is download that to the directory of the wine.SlackBuild and then rebuild the package.

Eric
Well, I did have the slack-desc template in that directory,
but obviously - your system was looking for your own slack-desc. Once
I installed that, the build was successful.
Again, I'm running out of time here. Weekends just get in the way of
computing .
Another question:
When I go to run installpkg, must it be run from /tmp or can it be run
from a directory of my choice?
 
Old 02-01-2010, 07:04 PM   #14
Tim Johnson
Member
 
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206

Original Poster
Rep: Reputation: 30
Thumbs up

OK. Installation without a problem! I copied the tarfile from
/tmp then:
Code:
installpkg --warn wine-1.1.37-i486-1alien.tgz > preview.txt
Reviewed the output file and found no obvious problem
and then ran
Code:
installpkg wine-1.1.37-i486-1alien.tgz
I have one remaining question:
Try as I have, I can't find how to mark this thread as solved.
Let me know and I will mark it as such.
thanks to all.
tim
 
Old 02-01-2010, 11:52 PM   #15
Hangaber
Member
 
Registered: Sep 2004
Location: USA
Distribution: Slackware
Posts: 163

Rep: Reputation: 51
Quote:
Originally Posted by Tim Johnson View Post
I have one remaining question:
Try as I have, I can't find how to mark this thread as solved.
Let me know and I will mark it as such.
thanks to all.
Top of the screen (above the first "visible" post if you scroll up)... Thread Tools -> Mark thread as solved.
 
  


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
[SOLVED] Alien Bob's VLC slackbuild fails on current Daedra Slackware 4 10-25-2010 03:14 PM
Downloading patches with Alien Bob's script. glore2002 Slackware 8 09-15-2009 08:33 PM
Alien Bob's Slackware-13 mini iso, what does it contain? linus72 Slackware 2 08-31-2009 02:42 AM
Alien Bob's USB Installer & 64-bit Slack Biggen Slackware 29 07-17-2009 10:30 PM
Alien Bob's VLC Build + Slamd64 Question Daedra Slackware 10 02-22-2009 03:40 PM

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

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