Author Topic: celestia  (Read 3232 times)

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
celestia
« on: October 12, 2009, 02:23:07 PM »
So far I have overcome quite a few problems with this, but this one has me stumped:
Code: [Select]
/usr/bin/install: will not overwrite just-created `/home/joe/src/tmp/celestia-1.6.0-0pclos2010-buildroot/usr/share/celestia/data/stars.dat' with `stars.dat'
make[3]: *** [install-pkgdataDATA] Error 1

Anyone know what that's about?
« Last Edit: October 14, 2009, 08:29:15 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestial
« Reply #1 on: October 13, 2009, 09:47:19 AM »
Ah, got a clue.  Gotta love Google sometimes. 
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: celestial
« Reply #2 on: October 13, 2009, 10:51:47 AM »
Yea. Gotta love Google. :)
Quote
...[install-pkgdataDATA]...

hmm...... data and DATA?


Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestial
« Reply #3 on: October 13, 2009, 10:57:24 AM »
In the examples I saw, the makefile, makefile.in and makefile.am were installing the problem file twice, I'm hoping it's that simple.  Gotta wait till lunch time to check it out.
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestia
« Reply #4 on: October 14, 2009, 07:57:04 PM »
HAHA!  I got rid of the stars.dat error, problem is, not sure stars.dat will even exist at all when I'm finished!   ;D

Right now, my spec file is a total hack job, but I am overcoming the problems, one at a time, as they crop up.  Building it without kde-libs using only gnome dependencies, hoping it will run on kde3 and kde4 without needing to be rebuilt.  Lot of work to do yet, but progress.

One thing I think is way kool!  They added support for theora.  As I understand it, you should be able to make an .ogg video file out of any animations you create?  Should be a way kool feature, if it works.

Edit:

Argh!  One thing after another!  Give me a freaking break!
+ cp -pr AUTHORS ChangeLog COPYING INSTALL README TODO /home/joe/src/tmp/celestia-1.6.0-1pclos2010-buildroot/usr/share/doc/celestia-1.6.0
cp: cannot stat `TODO': No such file or directory

No, I don't need help with that one, there is no TODO file, duh!   :-[
« Last Edit: October 14, 2009, 08:29:41 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestia
« Reply #5 on: October 14, 2009, 08:42:38 PM »
OK, need a little help here.
error: Installed (but unpackaged) file(s) found:
   /etc/gconf/schemas/celestia.schemas
   /usr/share/locale/ar/LC_MESSAGES/celestia_constellations.mo

According to the tutorial:
%{_sysconfdir}  /etc

So, what is the macro for locale?

I think I got it, in general, %{_datadir} but the locale files are either not found, or listed twice!  DOH!
« Last Edit: October 14, 2009, 09:08:43 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestia
« Reply #6 on: October 14, 2009, 09:46:20 PM »
Wrote: /home/joe/src/rpm/SRPMS/celestia-1.6.0-1pclos2010.src.rpm
Wrote: /home/joe/src/rpm/RPMS/i586/celestia-1.6.0-1pclos2010.i586.rpm
Executing(%clean): /bin/sh -e /home/joe/src/tmp/rpm-tmp.51473
+ umask 022
+ cd /home/joe/src/rpm/BUILD
+ cd celestia-1.6.0
+ rm -rf /home/joe/src/tmp/celestia-1.6.0-1pclos2010-buildroot
+ exit 0

 ;D ;D ;D  Testing testing testing  ;D ;D ;D

Do I sound happy?  Well I am!  (I hope it works)
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestia
« Reply #7 on: October 14, 2009, 09:58:37 PM »
Texstar:  Works in kde3, will test in kde4 and hope slick50 (or someone) well test in gnome.  I did have to go into the menu for view options and select some stuff first, I had a blank screen before I set that up.  Maybe put this in testing for a bit, and check my work?

I will send it up as soon as I'm sure about the runtime deps.  I had to install a lot of devel files to get this built.
« Last Edit: October 14, 2009, 10:01:21 PM by Joble »
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: 9686
  • I'm Just A Dog.
Re: celestia
« Reply #8 on: October 14, 2009, 10:12:04 PM »
Joble seems to need no one in order to have a detailed thread. A complete conversation. LOL


-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: celestia
« Reply #9 on: October 14, 2009, 10:17:38 PM »
hehe, I was hoping for some help, but it seems I got it sorted.   :D

There was a question about the stars.dat issue on the celestial forum.  If I can reply anonymous I will, but I'm not going to register just to answer that one post.
« Last Edit: October 14, 2009, 10:24:14 PM by Joble »
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: 9686
  • I'm Just A Dog.
Re: celestia
« Reply #10 on: October 14, 2009, 10:22:31 PM »
So it is KDE4 related? My KDE4 is on a box that can't do 3D (it is my test box) That software works fine on my main PC with KDE3


-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: celestia
« Reply #11 on: October 14, 2009, 10:26:06 PM »
Nope, the readme and install instructions say it is kde3, but it is also gtk and gnome.  I didn't build it with any kde dependencies, and I'm hoping it run in kde4.  I already know it runs in kde3.  (PCLinuxOS uses a lot of gnome stuff already)  I will test it in kde4, probably not till morning though.  I'm worried about run time dependencies, gnome, LUA and theora, specifically.
« Last Edit: October 14, 2009, 10:27:41 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: celestia
« Reply #12 on: October 14, 2009, 10:30:23 PM »
Sorry I didn't get back sooner. I was working on my old HP test box. :( It seems to be dying.

So would you like me to test this on LXDE? Where is the package?


Offline Joble

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 6804
  • USA - Mountain Time
Re: celestia
« Reply #13 on: October 14, 2009, 10:33:55 PM »
Neal: It's on your FTP site.  I don't expect you need a link.  You might need libgnomeui, liblua, and libtheora to make it work.  I sent the .spec, but if you want the .src.rpm I will send it too.
« Last Edit: October 14, 2009, 10:52:24 PM by Joble »
Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15845
  • LXDE! Coffee, Bacon and Cheesecake!
Re: celestia
« Reply #14 on: October 14, 2009, 10:58:57 PM »
Neal: It's on your FTP site.  I don't expect you need a link.  You might need libgnomeui, liblua, and libtheora to make it work.  I sent the .spec, but if you want the .src.rpm I will send it too.

Okay. I'll let you know how it works out. That will probably be tomorrow. Getting kinda late.