LinuxQuestions.org
Review your favorite Linux distribution.
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 07-15-2011, 06:48 PM   #1
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Slackbuild Problem and Architecture Questions


I was attempting to install pygame and saw it required smpeg. I tried the download for the source package and nothing downloads. I have searched around for the file and have found a few spots where I can get one for i486.

I have 13.37 64 bit installed and I have not done any of the multi-lib stuff at all. I guess part of me does not understand some of the nuances about 32 vs 64. I assumed I could compile programs on the computer and they would work. I just thought I could not use a 32 bit premade package on a 64 bit install.

Anyway, the computer is a dual core with 8 gigs of ram which is why I thought the 64 bit would be better. It does run well but does it matter? Should I just use the 32 bit?

Anyway, back to the slackbuild, any ideas on where to find this smpeg source? I did notify the maintainer. It is funny when you try and download it asks where and that is as far as it goes. It does not even register as a download in the firefox download window.

Thanks for any help,
John

Last edited by jkirchner; 07-15-2011 at 06:49 PM.
 
Old 07-15-2011, 07:23 PM   #2
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
I have 13.37 64 bit installed and I have not done any of the multi-lib stuff at all. I guess part of me does not understand some of the nuances about 32 vs 64. I assumed I could compile programs on the computer and they would work. I just thought I could not use a 32 bit premade package on a 64 bit install.
That's correct. Unless you have installed multilib you will only be able to run 64-bit binaries.
When you compile software on your 64-bit system it will attempt to create 64-bit binaries. This assumes the code is 64-bit compatible (a lot of software is now) and will likely fail to build with errors if it is not.

Quote:
Anyway, the computer is a dual core with 8 gigs of ram which is why I thought the 64 bit would be better. It does run well but does it matter? Should I just use the 32 bit?
Certainly not. 64-bit is perfect for your machine. If you really need to run 32-bit software then Multilib or a VM are much better options than using 32-bit full time.

Quote:
Anyway, back to the slackbuild, any ideas on where to find this smpeg source?
http://www.liwjatan.at/files/src/smpeg-r389.tar.xz works for me.

It's obviously just pulled from svn revision 389 and tar'd up.

Code:
svn co -r 389 svn://svn.icculus.org/smpeg/trunk smpeg
Will grab the source from svn (or drop the "-r 389" if you want the lastest revision).
 
Old 07-15-2011, 07:25 PM   #3
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
I was attempting to install pygame and saw it required smpeg. I tried the download for the source package and nothing downloads. I have searched around for the file and have found a few spots where I can get one for i486.
The download link works fine for me. I already have both pygame and smpeg both built and installed quite some time ago. I just now checked the SlackBuild's site and the download link for smpeg still works for me - I've just downloaded it again to be sure.. I really wouldn't go multi lib just for this - but then again it's up to. you. The source code is 294512B large - I could mail it to you if you like - or perhaps put it up on my file share (although I'm not really sure of the legality of that).
 
Old 07-15-2011, 07:54 PM   #4
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
That is so weird. I get nothing at all from those links. The first window comes up asking to save or open. I try to save and it does nothing. Would something like wget work maybe? Off to the man pages...

I appreciate the explanations. I really want to just stay 64bit on this machine; I have a laptop and netbook with 32 bit. 13.37 works so great on the netbook, full KDE and it runs so snappy where win7 starter barely worked (it lasted for about an hour after I bought the laptop). I am working toward just dropping windows, I have a few games but honestly I am not so worried about them as I can find amusements with linux. The only utility software I have not found a workaround for is my Zune. I may shrink windows down to accommodate that until it dies since they are not making them anymore.

The link for svn downloaded "stuff" but is it the usual ./configure, make, make install? I've never used svn.

bgeddy, thanks for the offer. My email is in my profile if you wanted to do that for me. I still do not understand why the links are weird for me.
 
Old 07-15-2011, 08:58 PM   #5
bgeddy
Senior Member
 
Registered: Sep 2006
Location: Liverpool - England
Distribution: slackware64 13.37 and -current, Dragonfly BSD
Posts: 1,810

Rep: Reputation: 232Reputation: 232Reputation: 232
Quote:
bgeddy, thanks for the offer. My email is in my profile if you wanted to do that for me. I still do not understand why the links are weird for me
The email address in your profile says you are not accepting mails! I have put it up here for you.
Quote:
The link for svn downloaded "stuff" but is it the usual ./configure, make, make install? I've never used svn.
Not sure what svn link you are referring to but yes - its the same.
 
Old 07-17-2011, 11:17 AM   #6
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Original Poster
Rep: Reputation: 297Reputation: 297Reputation: 297
Thank you, bgeddy. I got the file. I was able to later get it from slackbuilds.org as well. Must have been a glitch.
 
  


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] Some SlackBuild questions... Robert.Thompson Slackware 6 02-18-2011 02:38 PM
[SOLVED] A few questions about GNOME SlackBuild for 13.1 Robert.Thompson Slackware 11 01-12-2011 02:54 PM
what is 'architecture' in 'binary for an architecture'?multiple architecture support? wagaboy Linux - Newbie 2 07-10-2010 11:18 AM
Two Questions: Architecture? Security? ibLah Linux - Newbie 4 08-15-2007 02:54 PM
SlackBuild / ./configure questions shilo Slackware 18 10-04-2005 02:29 AM

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

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