[Pkg-kde-talk] kdebase: empty XBINDIR XLIBDIR in config.h? [patch]

Achim Bohnet ach@mpe.mpg.de
Fri, 4 Mar 2005 10:33:31 +0100


Hi,
Kubuntu had the problem that XBINDIR and XLIBDIR was emtpy in
kdebases config.h and therefore kdm couldn't start the X server
(kdm tried to start /X).  I don't know if it's only a xorg specific
configure problem or not.   I mention it here just in case
xfree configure check is also affected.

=2D-- configure.orig      2005-03-04 10:29:46.316985968 +0100
+++ configure   2005-03-04 10:30:22.431495728 +0100
@@ -45819,7 +45819,7 @@

 EOF
     if $XMKMF >&5 2>&1 && test -f Makefile; then
=2D       kde_cv_defines_imake=3D`${MAKE-make} acimake 2> /dev/null`
+       kde_cv_defines_imake=3D`${MAKE-make} -s acimake 2> /dev/null`
        kde_cv_defines_imake_version=3D$imkv
     else
         echo "$as_me:$LINENO: result: failed" >&5


Achim

[00:22] <allee> Riddell: Ha! =C2=A0Problem is that debian/rules is a makefi=
le :(
=2E..
[00:23] <allee> create a makefile that just does 'echo okay'. =C2=A0running=
 make just outputs okay.
[00:24] <allee> Now when the same make is called from another makefile you =
get ...
[00:24] <allee> make[0] entering ....
[00:24] <allee> okay
[00:24] <allee> make[0] leaving ...
[00:24] <allee> 3 lines instead of one.
[...
[00:27] <allee> okay -s does the trick.
[00:30] <allee> Search for acimake in configure. second match add -s option=
 ${MAKE-make} -s acimake
[00:36] <allee> Riddell: yeah. debuild now gets XBINDIR and XLIBDIR!!


=2D-=20
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
                                      -- reddy@lion.austin.ibm.com