LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-28-2009, 08:39 AM   #1
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Rep: Reputation: 15
Exclamation I can't compile a devel version of SuperTuxKart on Fedora Core 5


I've been trying for a week to compile the development version of SuperTuxKart. The Irrlicht 3D engine is required, but I could compile that quickly. I've been on the STK forum already, but at this point I just need to know either what packages to install, what commands I need to use, and anything else of interest. Before you tell me, I am well aware that Fedora Core 5 was unsupported 2 years ago. I'm waiting for Fedora 11, people.

Thanks.
 
Old 05-28-2009, 09:04 AM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
It is present in the 'fedora package database'.
https://admin.fedoraproject.org/pkgd...e/supertuxkart
you will find all the required info there
 
Old 05-28-2009, 06:34 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
would that be a "dev" version that requires MUCH NEWER versions of things like GTK and mesa than was used on the very old fedora 5 .
I would guess that you would need to rebuild about 80% of the fedora 5 BASE code to get it to be compatible with a svn version of SuperTuxKart
 
Old 05-28-2009, 10:18 PM   #4
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Original Poster
Rep: Reputation: 15
I just need to compile it.
 
Old 05-28-2009, 10:44 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
well here is the rpm for it on fedora 5
http://rpm.pbone.net/index.php3/stat....i386.rpm.html
and the source for fedora 5
http://rpm.pbone.net/index.php3/stat...-3.fc5.src.rpm

to install
" supertuxkart-0.6.1-src.tar.bz2 "
http://sourceforge.net/project/showf...kage_id=240975
http://supertuxkart.sourceforge.net/...s#header_linux

about 80 to 95 % of fedora 5 will need to be recompiled ( basically building fedora 10 from the source )
see the INSTALL in svn for the software requirements
https://supertuxkart.svn.sourceforge...rt/main/trunk/
or 0.6.1a
https://supertuxkart.svn.sourceforge...anches/0.6.1a/
 
Old 05-29-2009, 05:22 PM   #6
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Original Poster
Rep: Reputation: 15
Did you even read the problem? That's not what I'm looking for. I already have the devel version downloaded, and I need it compiled. I won't upgrade until Fedora 11 is released. Get it now?
 
Old 05-29-2009, 05:51 PM   #7
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by pawer126 View Post
Did you even read the problem? That's not what I'm looking for. I already have the devel version downloaded, and I need it compiled. I won't upgrade until Fedora 11 is released. Get it now?
I don't think that you get it.

John VV is saying that you will need to recompile almost everything in Fedora 5 to get this installed...

Get it?

-C
 
Old 05-29-2009, 06:54 PM   #8
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Original Poster
Rep: Reputation: 15
OKOKOKOKOK! I need to compile a devel version of SuperTuxKart. When Fedora 11 is released, I'm going to upgrade to it. I've said that on every one of my posts. Sorry, I was in a bad mood.
 
Old 05-29-2009, 10:37 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
No you do not need to recompile it .... but you will need to reinstall the new fedora 11 rpm when it comes out
 
Old 06-01-2009, 01:11 PM   #10
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Original Poster
Rep: Reputation: 15
Uhhh..... The development version is only available in source code. That's what I have. I need to compile it.
 
Old 06-01-2009, 02:47 PM   #11
custangro
Senior Member
 
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , RHEL
Posts: 1,979
Blog Entries: 1

Rep: Reputation: 209Reputation: 209Reputation: 209
Quote:
Originally Posted by pawer126 View Post
Uhhh..... The development version is only available in source code. That's what I have. I need to compile it.
FWIW you can build an RPM with the source file...

example
Code:
rpm -ta supertux.tar.gz
rpm -Uvh /usr/src/redhat/RPMS/i686/supertux-i686.rpm
You should probably search google for more specific details...

-C
 
Old 06-02-2009, 01:20 PM   #12
pawer126
Member
 
Registered: May 2009
Location: Emmett, Idaho, USA
Distribution: Fedora 11 (woo-hoo!!!!!)
Posts: 69

Original Poster
Rep: Reputation: 15
That's it? Wow! So the first line is converting tar.gz to rpm, and the second is installing it? P.S. The source code is available through Subversion only. Should I use Ark or something to convert the files to tar.gz?
 
  


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
Fedora Core 3: Need to Install org-x11-devel ( error:...Header...signature, BAD... ) downplay Fedora 2 03-04-2009 02:40 PM
Qt libraries not found during compile - but libqt3-devel and libqt4-devel installed! prasadbrg Mandriva 5 12-02-2008 05:58 AM
which version of MySQL do I need for Fedora Core 7 bluetxxth Fedora 2 10-01-2007 11:01 AM
error when compiling 2.4 version of kernel from 2.6 version in fedora core mshenbagaraj Linux - Kernel 1 04-30-2007 03:31 PM
tcl devel package for fedora core 4 i686 wahaha Linux - Software 4 09-01-2006 02:37 PM

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

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