[Bug 51320] New: Can't create source archive (.tar.gz, .tar.bz2)

Manuel Fierlbeck fierlbeck at debitel.net
Fri Nov 29 13:43:04 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=51320     
           Summary: Can't create source archive (.tar.gz, .tar.bz2)
           Product: kdevelop
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at barney.cs.uni-potsdam.de
        ReportedBy: fierlbeck at debitel.net


Version:            (using KDE KDE 3.0.9)
Compiler:          gcc-2.95.3 
OS:          Linux

Creating source archives with tool "Packaging and distribution"doesn't seem to be functional yet.If "use bzip2" is selected, the make process stops immediatelywith error "No rule to make target dist-bzip2".If you use standard settings, the make process creates a temporarydirectory "appname-version" and sets some symlinks there. Aftera while, the process stops with a syntax error (see below).The temporary directory breaks all other build processes, it mustbe deleted manually before make works again.chmod -R a+w orthanc-0.1.4 >/dev/null 2>&1; rm -rf orthanc-0.1.4mkdir orthanc-0.1.4/bin/sh /home/manuel/entw/cpp/orthanc/admin/mkinstalldirs orthanc-0.1.4/adminmkdir -p -- orthanc-0.1.4/adminfor subdir in doc po src; do \  if test "$subdir" = .; then :; else \    test -d orthanc-0.1.4/$subdir \    || mkdir orthanc-0.1.4/$subdir \    || exit 1; \    (cd $subdir && \      make  \        top_distdir="." \        distdir=../orthanc-0.1.4/$subdir \        distdir) \      || exit 1; \  fi; \donemake[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/entw/cpp/orthanc/doc«for subdir in . en; do \  if test "$subdir" = .; then :; else \    test -d ../orthanc-0.1.4/doc/$subdir \    || mkdir ../orthanc-0.1.4/doc/$subdir \    || exit 1; \    (cd $subdir && \      make  \        top_distdir="." \        distdir=../../orthanc-0.1.4/doc/$subdir \        distdir) \      || exit 1; \  fi; \donemake[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/entw/cpp/orthanc/doc/en«for file in index.docbook ; do \  cp /home/manuel/entw/cpp/orthanc/doc/en/$file ../../orthanc-0.1.4/doc/en; \donemake[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/entw/cpp/orthanc/doc/en«make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/entw/cpp/orthanc/doc«make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/entw/cpp/orthanc/po«make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/entw/cpp/orthanc/po«make[1]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/entw/cpp/orthanc/src«for subdir in ortest orui; do \  if test "$subdir" = .; then :; else \    test -d ../orthanc-0.1.4/src/$subdir \    || mkdir ../orthanc-0.1.4/src/$subdir \    || exit 1; \    (cd $subdir && \      make  \        top_distdir="." \        distdir=../../orthanc-0.1.4/src/$subdir \        distdir) \      || exit 1; \  fi; \donemake[2]: Wechsel in das Verzeichnis Verzeichnis »/home/manuel/entw/cpp/orthanc/src/ortest«for subdir in ; do \  if test "$subdir" = .; then :; else \    test -d ../../orthanc-0.1.4/src/ortest/$subdir \    || mkdir ../../orthanc-0.1.4/src/ortest/$subdir \    || exit 1; \    (cd $subdir && \      make  \        top_distdir="." \        distdir=../../../orthanc-0.1.4/src/ortest/$subdir \        distdir) \      || exit 1; \  fi; \done/bin/sh: -c: line 1: syntax error near unexpected token `;'/bin/sh: -c: line 1: `for subdir in ; do  if test "$subdir" = .; then :; else  test -d ../../orthanc-0.1.4/src/ortest/$subdir  || mkdir ../../orthanc-0.1.4/src/ortest/$subdir  || exit 1;  (cd $subdir &&  make   top_distdir="."  distdir=../../../orthanc-0.1.4/src/ortest/$subdir  distdir)  || exit 1;  fi;  done'make[2]: *** [distdir] Fehler 2make[2]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/entw/cpp/orthanc/src/ortest«make[1]: *** [distdir] Fehler 1make[1]: Verlassen des Verzeichnisses Verzeichnis »/home/manuel/entw/cpp/orthanc/src«make: *** [distdir] Fehler 1




More information about the KDevelop-devel mailing list