Bug in "make distribution" ?

Torsten Evers tevers at t-online.de
Fri Feb 18 08:48:28 GMT 2000


Hello,

is it possible that there is a bug in the "make distribution tgz"
function of KDevelop 1.0 and 1.1beta2 ?
It works for me with C and C++ projects but not with QT/KDE projects.
The error message occurs when reaching the makefiles in the po
subdirectory of the project. It says:
rm -rf kisdnmon-0.1
mkdir kisdnmon-0.1
chmod 777 kisdnmon-0.1
here=`cd . && pwd`; \
top_distdir=`cd kisdnmon-0.1 && pwd`; \
distdir=`cd kisdnmon-0.1 && pwd`; \
cd . \
  && automake --include-deps --build-dir=$here --srcdir-name=.
--output-dir=$top_distdir --foreign Makefile
for subdir in kisdnmon po ; do \
  if test "$subdir" = .; then :; else \
    test -d kisdnmon-0.1/$subdir \
    || mkdir kisdnmon-0.1/$subdir \
    || exit 1; \
    chmod 777 kisdnmon-0.1/$subdir; \
    (cd $subdir && gmake  top_distdir=../kisdnmon-0.1
distdir=../kisdnmon-0.1/$subdir distdir) \
      || exit 1; \
  fi; \
done
gmake[1]: Entering directory `/usr/apps/develop/kisdnmon/kisdnmon'
here=`cd .. && pwd`; \
top_distdir=`cd ../kisdnmon-0.1 && pwd`; \
distdir=`cd ../kisdnmon-0.1/kisdnmon && pwd`; \
cd .. \
  && automake --include-deps --build-dir=$here --srcdir-name=..
--output-dir=$top_distdir --gnu kisdnmon/Makefile
gmake[1]: Leaving directory `/usr/apps/develop/kisdnmon/kisdnmon'
gmake[1]: *** No rule to make target `kisdnmon.pot', needed by
`distdir'.  Stop.
gmake[1]: Entering directory `/usr/apps/develop/kisdnmon/po'
gmake[1]: Leaving directory `/usr/apps/develop/kisdnmon/po'
gmake: *** [distdir] Error 1
*** Fehler ***


Even when I try to make a brand new project and try to generate a source
tgz from this newly generated project, it fails with the same error
message ?

Any suggestions ?
Does the bug sit 80cm in front of the screen ?

Bye,
Torsten


-- 
**************************************************************
* Torsten Evers                           tevers at t-online.de *
* ---   All messages generated on Linux 2.2.13 system    --- *
**************************************************************




More information about the KDevelop mailing list