Date: Sun, 29 Oct 2006 21:17:16 +0100 From: Jean-Yves Lefort <jylefort@FreeBSD.org> To: Juergen Lock <nox@jelal.kn-bremen.de> Cc: freebsd-ports@freebsd.org Subject: Re: automake question (astro/celestia-gtk not installing .3ds files) Message-ID: <20061029211716.14543b92.jylefort@FreeBSD.org> In-Reply-To: <20061029195519.GA9948@saturn.kn-bremen.de> References: <20061029183825.GA85830@saturn.kn-bremen.de> <20061029194131.GA89632@saturn.kn-bremen.de> <20061029195519.GA9948@saturn.kn-bremen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Sun__29_Oct_2006_21_17_16_+0100_n2Er=Q3kA5P6Znjp Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 29 Oct 2006 20:55:19 +0100 Juergen Lock <nox@jelal.kn-bremen.de> wrote: > On Sun, Oct 29, 2006 at 08:41:31PM +0100, Juergen Lock wrote: > > On Sun, Oct 29, 2006 at 07:38:25PM +0100, Juergen Lock wrote: > > > Hi! > > > > > > I was wondering why I don't see things like the ISS in celestia > > > even when it knows them (tho with outdated ISS orbit elements, > > > I updated them as explained here, > > > http://www.shatters.net/forum/viewtopic.php?p=41069#41069 > > > ) when I found out the port just doesn't install the .3ds files > > > that do come with the distribution. Looking at > > > work/celestia-1.4.1/models/Makefile.am > > > I see $(wildcard *.3ds) mentioned in EXTRA_DIST, which makes me > > > suspect somehow the automake magic doesn't work as expected on > > > FreeBSD. Is this assumption right? And does anyone have an idea > > > how to fix this? > > > > Hah, that guess was wrong. :) found this thread: > > http://www.shatters.net/forum/viewtopic.php?p=71982 > > > > So the real problem is that there are no cmod files for ISS and some > > other .3ds files: > > http://www.shatters.net/forum/viewtopic.php?p=71982#71982 > > which means the real fix seems toe be to either generate cmod files > > for those, or install just these .3ds files. So I just patched > > astro/celestia like this and am now compiling: (should I send-pr > > this when I know it works?) > > > >[patch snipped] I'll commit it after the freeze (no need to send-pr), thanks! > Hmm it works but I had to symlink a few .la files to get it to build: > > # ln -s ../../local/lib/libgtk-x11-2.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libgdk-x11-2.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libgdk_pixbuf-2.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libpangocairo-1.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libpangoft2-1.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libpangox-1.0.la /usr/X11R6/lib > # ln -s ../../local/lib/libpango-1.0.la /usr/X11R6/lib > > Is this a problem in the port or just something messed up in my > installation? (I did the big gnome/gtk port update a while ago and I > know these moved...) Something wrong with your system. -- Jean-Yves Lefort jylefort@FreeBSD.org http://lefort.be.eu.org/ --Signature=_Sun__29_Oct_2006_21_17_16_+0100_n2Er=Q3kA5P6Znjp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFRQxMyzD7UaO4AGoRAjIrAJ90+jvU5y/gjJ2kiu1+xwI8Up/2vACeP86F KdKkRJPnfnK9S1DahtCYwpw= =qJuc -----END PGP SIGNATURE----- --Signature=_Sun__29_Oct_2006_21_17_16_+0100_n2Er=Q3kA5P6Znjp--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061029211716.14543b92.jylefort>