[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: need help to solve celestia bug#303860



tag 303860 patch
thanks

* Mathias Weyland [Sun, 05 Jun 2005 02:38:49 +0200]:
> Hi

  Hello Mathias,

> I'm trying to solve bug #303860 but I need some help. The problem is that
> the configure script errors on sparc because it can't find the KDE
> libraries. All other architechtures build fine.

  You can solve this bug with the following patch (at least, celestia
  got past the configure step on vore.debian.org):

--- debian/rules
+++ debian/rules
@@ -84,7 +84,7 @@
                                    --mandir=\$${prefix}/share/man \
                                    --infodir=\$${prefix}/share/info \
                                    --disable-rpath \
-                                   --with-kde \
+                                   --with-kde --enable-libsuffix= \
                                        --with-lua
        touch config-kde-stamp

  This workarounds a bug in admin/acinclude.m4.in which bogusly assumes
  that if /lib64 exists, all libraries are to be found in lib64/
  directories.

  This bug was fixed upstream on 2003-03-06 [1], so I really recommend
  (as Stephan mentioned) that upstream updates the admin/ directory for
  celestia. If you want to do it yourself for the Debian package, you
  can do this:

    % dpkg-source -x celestia_1.3.2-1.dsc
    % cd celestia-1.3.2
    % rm -rf admin
    % svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.3/kde-common/admin
    % sudo apt-get install automake1.7 autoconf
    % make -f admin/Makefile.common dist

  HTH,

    [1] svn diff -r 211698:211699 svn://anonsvn.kde.org/home/kde/

-- 
Adeodato Simó
    EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
    Listening to: Javier Álvarez - Patio
 
If you want the holes in your knowledge showing up try teaching someone.
                -- Alan Cox



Reply to: