Bug 75007

Summary: project distribution seriously broken
Product: [Applications] kdevelop Reporter: Daniel Franke <franke.daniel>
Component: distpartAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Daniel Franke 2004-02-11 22:01:56 UTC
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)
Comment 1 Daniel Franke 2004-02-17 11:43:59 UTC
See also #60234 (dupe?)
Comment 2 Daniel Franke 2005-01-14 14:14:15 UTC
(kdevelop-3.1.91, KDE-3.3.91, CVS 050113)

I didn't test all aspects of the new dialog - but it looks _far_ better than the last time, assume fixed.

Great work! =)
Comment 3 Matt Rogers 2005-01-14 15:28:04 UTC
closing per reporter's comments. Thanks for keeping track of your bugs. It helps us out tremendously. :)