Author Topic: This is what I got trying to build "ActionCube"  (Read 2182 times)

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
This is what I got trying to build "ActionCube"
« on: November 05, 2009, 10:23:29 PM »
Do "apt-get update" first? [y/N] y

Please enter root Password:

Running apt-get update

Get:1 http://ftp.belnet.be pclinuxos/2007 release [2650B]
Fetched 2650B in 0s (4796B/s)                           
Hit http://ftp.belnet.be pclinuxos/2007/main pkglist     
Hit http://ftp.belnet.be pclinuxos/2007/main release     
Hit http://ftp.belnet.be pclinuxos/2007/extra pkglist
Hit http://ftp.belnet.be pclinuxos/2007/extra release
Hit http://ftp.belnet.be pclinuxos/2007/nonfree pkglist
Hit http://ftp.belnet.be pclinuxos/2007/nonfree release
Hit http://ftp.belnet.be pclinuxos/2007/kde pkglist
Hit http://ftp.belnet.be pclinuxos/2007/kde release
Hit http://ftp.belnet.be pclinuxos/2007/gnome pkglist
Hit http://ftp.belnet.be pclinuxos/2007/gnome release
Reading Package Lists... Done
Building Dependency Tree... Done
libfreealut0-devel
mesa-common-devel
libopenal0-devel
libSDL1.2-devel
libSDL_image1.2-devel
libSDL_mixer1.2-devel
libvorbis0-devel
libogg0-devel

The following 8 packages will be installed:

libfreealut0-devel mesa-common-devel libopenal0-devel libSDL1.2-devel libSDL_image1.2-devel libSDL_mixer1.2-devel libvorbis0-devel libogg0-devel

Are you sure? [y/N] y
Save list of files? [Y/n] y

Please enter root Password:

Please wait while packages are processed...

Running apt-get install

Reading Package Lists...
Building Dependency Tree...
Selecting libSDL-devel for 'libSDL1.2-devel'
Package libSDL_image1.2-devel has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
However the following packages replace it:
  libSDL_image-devel
E: Package libSDL_image1.2-devel has no installation candidate

List saved as /home/rudge12000/src/rpm/SPECS/ActionCube.remove







Then when I try to "Build All" I get this:

error: Failed build dependencies:
        libfreealut0-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        mesa-common-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libopenal0-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libSDL1.2-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libSDL_image1.2-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libSDL_mixer1.2-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libvorbis0-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src
        libogg0-devel is needed by AssaultCube-1.0.2-1.0pclos20072010.src




-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: This is what I got trying to build "ActionCube"
« Reply #1 on: November 05, 2009, 10:30:21 PM »
You're Packaging?  Way Kool!  No clue.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #2 on: November 05, 2009, 10:52:39 PM »
You're Packaging?  Way Kool!  No clue.

As if I am doing it yet. Nice. LOL


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Online kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3992
Re: This is what I got trying to build "ActionCube"
« Reply #3 on: November 06, 2009, 03:03:35 AM »
Isn't belnet one of the mirrors that have stopped syncing? Try another.
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #4 on: November 06, 2009, 07:02:02 AM »
Isn't belnet one of the mirrors that have stopped syncing? Try another.

This happens no matter what repo I use.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: This is what I got trying to build "ActionCube"
« Reply #5 on: November 06, 2009, 07:08:36 AM »
libSDL_image-devel

In the spec file change libSDL_image1.2-devel to libSDL_image-devel and try it again.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #6 on: November 06, 2009, 07:22:20 AM »
libSDL_image-devel

In the spec file change libSDL_image1.2-devel to libSDL_image-devel and try it again.

No luck. Man! I feel so close to figuring this out. I am going back to bed.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: This is what I got trying to build "ActionCube"
« Reply #7 on: November 06, 2009, 07:24:14 AM »
What did the output from install dependencies say this time?
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #8 on: November 06, 2009, 07:28:55 AM »
I will do it from scratch hang on. should I change all the 1.2's or just the one for libSDL_image1.2 ?


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: This is what I got trying to build "ActionCube"
« Reply #9 on: November 06, 2009, 07:35:44 AM »
Just the one from libSDL, unless more dependencies don't load, then search for them in synaptic and change the name to match the synaptic name.  Maybe yes, try removing all the 1.2s from the libSDL entries.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #10 on: November 06, 2009, 07:39:42 AM »
OK, that points me in the right direction thanks. I will let you know.

Man I appreciate the help a bunch!


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: This is what I got trying to build "ActionCube"
« Reply #11 on: November 06, 2009, 08:02:00 AM »
Rudge,
Here's a tip for you -->

When installing dependencies returns an error, search in Synaptic for the package or packages. If the name ends in a number (as in libSDL1.2), you can search without the number (libSDL). This will show you if the number has been changed or is not attached to the name. The version number will be listed and can be checked against your dependencies list.
If you need to search for a dependency and your search returns empty, switch from "Description and Name" to "Provided Packages" in the search box. This will show you if the needed dep is included in another package, and you can adjust your deps list accordingly.

I hope this helps.

 

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #12 on: November 06, 2009, 10:44:08 AM »
This is a TON of help. thanks !!


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: This is what I got trying to build "ActionCube"
« Reply #13 on: November 06, 2009, 10:23:08 PM »
Progress?
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9701
  • I'm Just A Dog.
Re: This is what I got trying to build "ActionCube"
« Reply #14 on: November 06, 2009, 11:30:16 PM »
Rudge,
Here's a tip for you -->

When installing dependencies returns an error, search in Synaptic for the package or packages. If the name ends in a number (as in libSDL1.2), you can search without the number (libSDL). This will show you if the number has been changed or is not attached to the name. The version number will be listed and can be checked against your dependencies list.
If you need to search for a dependency and your search returns empty, switch from "Description and Name" to "Provided Packages" in the search box. This will show you if the needed dep is included in another package, and you can adjust your deps list accordingly.

I hope this helps.

 

When I do a search in synaptic for the dependencies in the error file, I find them just as they are named, exact matches.  

All I can figure is that for some reason my "Build All" routine is looking for the dependencies in some place other than where synaptic is looking.

The install dependency's step seems to work.  ???

Edit: I went through each one and found discrepancies - fixed them all - got me one step closer so thanks.
Now I am getting a "bad exit status" that I need to search for.    
« Last Edit: November 07, 2009, 12:08:23 AM by rudge12000 »


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan