LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-13-2010, 09:46 AM   #1
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Rep: Reputation: 27
slackbuild question


When he say "This requires fontforge and webcore-fonts." on this webpage:
http://slackbuilds.org/repository/13.1/system/wine/

it follow this: "These options can be used together."

So he say that if you use three options together OPENGL=NO, IEFIX=YES, FALLOUT3=YES then you need fontforge and webcore-fonts?

No, I think he mean you need fontforge and webcore-fonts to use Slackbuild in first place, right?

I want to use fontforge but I try to make sure I not need extra parameter, that it automatically get used no matter what.
 
Old 06-13-2010, 10:10 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
You definitely need fontforge and webcore-fonts. Those three options are a separate matter, you may or may not need them.
 
Old 06-13-2010, 11:03 AM   #3
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
I install all that stuff. I have new wine slackbuild installed with pkgtool. But now this!:
Code:
darksaurian@inferno:~$ wine
bash: /usr/local/bin/wine: No such file or directory
darksaurian@inferno:~$
wtf?
 
Old 06-13-2010, 11:08 AM   #4
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I've never used used Wine, but SlackBuilds don't usually install to /usr/local anyway. No idea what's happened there.
 
Old 06-13-2010, 12:50 PM   #5
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
It have something to do with permissions maybe? Maybe add darksaurian to group or do a magic "chmod +x" somewhere?

Wine run as root. It just not run for normal user.
 
Old 06-13-2010, 01:03 PM   #6
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
Ha! Wine work for regular user if I do "/usr/bin/wine" instead of "wine". Some mystery script get executed somewhere when I type "wine" that look for wine in /usr/local/bin.

I have other thread where I try to figure out how to remove old wine that was installed with ./tools/wineinstall script:
http://www.linuxquestions.org/questi...l-wine-812828/
I try "make uninstall" and it seem like it remove everything but when I try reinstall with ./tools/wineinstall it say it detect previous installation and I never figure out what it detect. I wonder if that what messing me up now? I think some silly script still laying around that trick my system into thinking it have wine when it does not. I think it still executing that script even though I have slackbuild wine and it not in same directory anymore.
 
Old 06-13-2010, 01:13 PM   #7
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Yes that happens sometimes when applications are installed in one directory, then removed and installed somewhere else.

Try starting another shell or doing 'exec bash' (assuming bash is your shell) to see if that fixes it.

fontforge and webcore-fonts and dependencies that you need to build wine. The other options are another matter.
 
Old 06-13-2010, 01:14 PM   #8
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
If you run the command
Code:
type wine
you will find the script that is running instead of /usr/bin/wine.
 
Old 06-13-2010, 01:26 PM   #9
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
thx, thx, I try that now. I wonder if it fossil from old wine install or if it from my new Slackbuild?
 
Old 06-13-2010, 01:29 PM   #10
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
Okay!:
Code:
darksaurian@inferno:~$ type wine
wine is hashed (/usr/local/bin/wine)
darksaurian@inferno:~$
What hash mean? That mean shell see I execute wine all the time and instead of looking for it, it already store it's location, right? And then I do "make uninstall" and it not tell hashfile, right? So wine really was uninstalled! I think? Just messed up hash.

I need try what dive say now.
 
Old 06-13-2010, 01:32 PM   #11
darksaurian
Member
 
Registered: Jun 2010
Location: USA
Distribution: Fedora Xfce spin
Posts: 201

Original Poster
Rep: Reputation: 27
Ha! 'exec bash' fix it. Thx all. What that do, clear hash file or something?

I wonder if I start over with new system and do ./tools/wineinstall script and then do 'make uninstall' and then 'exec bash' if ./tools/wineinstall stop detecting previous wine installation?

I mark both thread as solved now thx.
 
Old 06-13-2010, 01:57 PM   #12
lumak
Member
 
Registered: Aug 2008
Location: Phoenix
Distribution: Arch
Posts: 799
Blog Entries: 32

Rep: Reputation: 111Reputation: 111
If I remember correctly, there is an option you can pass to the configure step to remove the fontforge requirement Maybe --without-fontconfig or --without-freetype... BUT I think when I did this, fonts were weird and wonky in dialog boxes.
 
  


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
Question about a SlackBuild Daedra Slackware 6 05-29-2010 06:03 AM
i686 SlackBuild question joegumbo Slackware 2 09-10-2008 11:08 AM
Question about slackbuild scrips davimint Slackware 3 09-23-2007 12:39 PM
slackbuild pkg question? symatic Slackware 4 09-20-2007 10:45 AM
slackbuild question stormtracknole Slackware 2 11-13-2006 02:24 PM

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

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