[Bug 75007] New: project distribution seriously broken

Daniel Franke daniel.franke at imbs.uni-luebeck.de
Wed Feb 11 22:03:05 UTC 2004


------- 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=75007      
           Summary: project distribution seriously broken
           Product: kdevelop
           Version: 3.0.0
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: daniel.franke at imbs.uni-luebeck.de


Version:           3.0.0 (using KDE 3.2.0, SuSE)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

* Create a new project (C++, KDE Framework)
 * Build->Automake & Friends
 * Build->Configure
 * Tools->Project Packaging and Publishing->Create Source Archive

--
cd /home/franke/cvs/anothertest && make dist 
make: *** No rule to make target `dist'. Stop. 
*** Exited with status: 2 ***
--
As default with kdevelop, the configuration was done in the 'debug' directory. Let's see if 'make dist' works ...

Konsole:
#> cd debug
#> make dist
--
[...]
make[1]: Entering directory `/home/franke/cvs/anothertest/debug'
make[1]: Warning: File `Makefile' has modification time 6.7e+03 s in the future
cd . && perl admin/am_edit -padmin
Can't open perl script "admin/am_edit": No such file or directory
make[1]: *** [dist-hook] Error 2
make[1]: Leaving directory `/home/franke/cvs/anothertest/debug'
make: *** [distdir] Error 2
--
(of course, this error doesn't occur with "Simple C++"-project)




More information about the KDevelop-devel mailing list