Bug#2811: App. wizzard with enabled cvs support

W. Tasin tasin at e-technik.fh-muenchen.de
Thu Mar 9 02:39:22 UTC 2000


Matthias Müller wrote:
> 
> Package: kdevelop
> Version: 1.1
> Severity: normal
> 
> Bugreport ID : 22:51,08.03.00
> 
> Originator      : Matthias Müller
> E-Mail          : ma-mue at gmx.de
> 
> Subject : App. wizzard with enabled cvs support
> 
> Error Class     : software bug
> Error Location  : app-wizard
> Priority        : medium
> Bug Description ---------------------------
> 
> If I run the Appwizzard and choose cvs version control the outputfiles
> (sources and headers) are _not_ made. I got the following message in the upper
> part of the output window:
> 
> ----- start
> Starting with installation
> change directory...
> change directory...
> unzip file...
> untar file...
> change files...
> kdoc: reading lib: qt
> kdoc: reading lib: kdecore
> kdoc: reading lib: kdeui
> kdoc: reading lib: kfile
> kdoc: reading lib: kfmlib
> kdoc: reading lib: jscript
> kdoc: reading lib: kab
> kdoc: reading lib: kspell
> kdoc: reading lib: khtmlw
> kdoc: processing kgerbdoc.h
> kdoc: processing kgerb.h
> kdoc: processing kgerbview.h
> kdoc: processing resource.h
> Generating documentation in html format...
> Starting with configuration
> create configuration files...
> aclocalStarting with installation
> change directory...
> change directory...
> unzip file...
> untar file...
> change files...
> kdoc: reading lib: qt
> kdoc: reading lib: kdecore
> kdoc: reading lib: kdeui
> kdoc: reading lib: kfile
> kdoc: reading lib: kfmlib
> kdoc: reading lib: jscript
> kdoc: reading lib: kab
> kdoc: reading lib: kspell
> kdoc: reading lib: khtmlw
> kdoc: processing kgerbdoc.h
> kdoc: processing kgerb.h
> kdoc: processing kgerbview.h
> kdoc: processing resource.h
> Generating documentation in html format...
> Starting with configuration
> create configuration files...
> aclocal
> autoheader
> automake
> perl automoc
> autoconf
> make configure...
> creating cache ./config.cache
> checking for gcc...
> gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> yes
> checking whether gcc accepts -g...
> yes
> checking how to run the C++ preprocessor...
> g++ -E
> checking for X...
> libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for a BSD compatible install...
> /usr/bin/install -c
> checking whether build environment is sane...
> yes
> checking whether make sets ${MAKE}...
> yes
> checking for ranlib...
> ranlib
> checking for ld used by GCC...
> /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking for BSD-compatible nm...
> /usr/bin/nm -B
> checking whether ln -s works...
> yes
> checking for main in -lcompat...
> no
> checking for main in -lcrypt...
> yes
> checking for the third argument of getsockname...
> socklen_t
> checking for dnet_ntoa in -ldnet...
> no
> checking for dnet_ntoa in -ldnet_stub...
> no
> checking for gethostbyname...
> yes
> checking for connect...
> yes
> checking for remove...
> yes
> checking for shmat...
> yes
> checking for killpg in -lucb...
> no
> checking for Qt...
> libraries /usr/lib, headers /usr/include/qt
> checking if Qt compiles without flags...
> yes
> checking for moc...
> /usr/bin/moc
> checking for rpath... yes
> checking for bool...
> yes
> checking host system type...
> i686-pc-linux-gnu
> checking target system type...
> i686-pc-linux-gnu
> checking build system type...
> i686-pc-linux-gnu
> checking for working aclocal...
> found
> checking for working autoconf...
> found
> checking for working automake...
> found
> checking for working autoheader...
> found
> checking for working makeinfo...
> found
> checking for a C-Compiler... gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> (cached) yes
> checking how to run the C preprocessor...
> gcc -E
> checking for a C++-Compiler...
> checking for g++...
> g++
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) works...
> yes
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C++...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works...
> yes
> checking if g++ static flag -static works...
> -static
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking whether the linker (/usr/bin/ld) supports shared libraries...
> yes
> checking command to parse /usr/bin/nm -B output...
> yes
> checking how to hardcode library paths into programs... immediate
> checking for /usr/bin/ld option to reload object files... -r
> checking dynamic linker characteristics... Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for objdir...
> .libs
> creating libtool
> checking whether NLS is requested... yes
> checking for msgfmt...
> /usr/bin/msgfmt
> checking for gmsgfmt...
> /usr/bin/msgfmt
> checking for xgettext...
> /usr/bin/xgettext
> checking for KDE...
> libraries /usr/lib, headers /usr/include
> checking for extra includes... no
> checking for extra libs... no
> checking for kde headers installed...
> yes
> checking for kde libraries installed...
> yes
> checking for KDE paths...
> done
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating kgerb/Makefile
> creating kgerb/docs/Makefile
> creating kgerb/docs/en/Makefile
> creating po/Makefile
> creating config.h
> configure files...
> Processing file index.sgml
> READY
> 
> autoheader
> automake
> perl automoc
> autoconf
> make configure...
> creating cache ./config.cache
> checking for gcc...
> gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> yes
> checking whether gcc accepts -g...
> yes
> checking how to run the C++ preprocessor...
> g++ -E
> checking for X...
> libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for a BSD compatible install...
> /usr/bin/install -c
> checking whether build environment is sane...
> yes
> checking whether make sets ${MAKE}...
> yes
> checking for ranlib...
> ranlib
> checking for ld used by GCC...
> /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking for BSD-compatible nm...
> /usr/bin/nm -B
> checking whether ln -s works...
> yes
> checking for main in -lcompat...
> no
> checking for main in -lcrypt...
> yes
> checking for the third argument of getsockname...
> socklen_t
> checking for dnet_ntoa in -ldnet...
> no
> checking for dnet_ntoa in -ldnet_stub...
> no
> checking for gethostbyname...
> yes
> checking for connect...
> yes
> checking for remove...
> yes
> checking for shmat...
> yes
> checking for killpg in -lucb...
> no
> checking for Qt...
> libraries /usr/lib, headers /usr/include/qt
> checking if Qt compiles without flags...
> yes
> checking for moc...
> /usr/bin/moc
> checking for rpath... yes
> checking for bool...
> yes
> checking host system type...
> i686-pc-linux-gnu
> checking target system type...
> i686-pc-linux-gnu
> checking build system type...
> i686-pc-linux-gnu
> checking for working aclocal...
> found
> checking for working autoconf...
> found
> checking for working automake...
> found
> checking for working autoheader...
> found
> checking for working makeinfo...
> found
> checking for a C-Compiler... gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> (cached) yes
> checking how to run the C preprocessor...
> gcc -E
> checking for a C++-Compiler...
> checking for g++...
> g++
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) works...
> yes
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C++...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works...
> yes
> checking if g++ static flag -static works...
> -static
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking whether the linker (/usr/bin/ld) supports shared libraries...
> yes
> checking command to parse /usr/bin/nm -B output...
> yes
> checking how to hardcode library paths into programs... immediate
> checking for /usr/bin/ld option to reload object files... -r
> checking dynamic linker characteristics... Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for objdir...
> .libs
> creating libtool
> checking whether NLS is requested... yes
> checking for msgfmt...
> /usr/bin/msgfmt
> checking for gmsgfmt...
> /usr/bin/msgfmt
> checking for xgettext...
> /usr/bin/xgettext
> checking for KDE...
> libraries /usr/lib, headers /usr/include
> checking for extra includes... no
> checking for extra libs... no
> checking for kde headers installed...
> yes
> checking for kde libraries installed...
> yes
> checking for KDE paths...
> done
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating kgerb/Makefile
> creating kgerb/docs/Makefile
> creating kgerb/docs/en/Makefile
> creating po/Makefile
> creating config.h
> configure files...
> Processing file index.sgml
> READY
> ------ end
> 
> The lower part of the output window shows the following:
> 
> ------ start
> sed: can't read ./kgerb/Makefile.in: No such file or directory
> sed: can't read ./kgerb/docs/Makefile.in: No such file or directory
> sed: can't read ./kgerb/docs/en/Makefile.in: No such file or directory
> Cannot find .//index.SGML
> ------ end
> 
> If I generate a project without cvs version control everthing lookes nice :-)
> 
> Output:
> 
> ----- start
> Starting with installation
> change directory...
> change directory...
> unzip file...
> untar file...
> change files...
> kdoc: reading lib: qt
> kdoc: reading lib: kdecore
> kdoc: reading lib: kdeui
> kdoc: reading lib: kfile
> kdoc: reading lib: kfmlib
> kdoc: reading lib: jscript
> kdoc: reading lib: kab
> kdoc: reading lib: kspell
> kdoc: reading lib: khtmlw
> kdoc: processing dd1doc.h
> kdoc: processing dd1.h
> kdoc: processing dd1view.h
> kdoc: processing resource.h
> Generating documentation in html format...
> Starting with configuration
> create configuration files...
> aclocal
> autoheader
> automake
> perl automoc
> autoconf
> make configure...
> creating cache ./config.cache
> checking for gcc...
> gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> yes
> checking whether gcc accepts -g...
> yes
> checking how to run the C++ preprocessor...
> g++ -E
> checking for X...
> libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for a BSD compatible install...
> /usr/bin/install -c
> checking whether build environment is sane...
> yes
> checking whether make sets ${MAKE}...
> yes
> checking for ranlib...
> ranlib
> checking for ld used by GCC...
> /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking for BSD-compatible nm...
> /usr/bin/nm -B
> checking whether ln -s works...
> yes
> checking for main in -lcompat...
> no
> checking for main in -lcrypt...
> yes
> checking for the third argument of getsockname...
> socklen_t
> checking for dnet_ntoa in -ldnet...
> no
> checking for dnet_ntoa in -ldnet_stub...
> no
> checking for gethostbyname...
> yes
> checking for connect...
> yes
> checking for remove...
> yes
> checking for shmat...
> yes
> checking for killpg in -lucb...
> no
> checking for Qt...
> libraries /usr/lib, headers /usr/include/qt
> checking if Qt compiles without flags...
> yes
> checking for moc...
> /usr/bin/moc
> checking for rpath... yes
> checking for bool...
> yes
> checking host system type...
> i686-pc-linux-gnu
> checking target system type...
> i686-pc-linux-gnu
> checking build system type...
> i686-pc-linux-gnu
> checking for working aclocal...
> found
> checking for working autoconf...
> found
> checking for working automake...
> found
> checking for working autoheader...
> found
> checking for working makeinfo...
> found
> checking for a C-Compiler... gcc
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) works...
> yes
> checking whether the C compiler (gcc -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C...
> (cached) yes
> checking how to run the C preprocessor...
> gcc -E
> checking for a C++-Compiler...
> checking for g++...
> g++
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) works...
> yes
> checking whether the C++ compiler (g++ -O0 -g3 -Wall  ) is a cross-compiler... no
> checking whether we are using GNU C++...
> yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works...
> yes
> checking if g++ static flag -static works...
> -static
> checking if the linker (/usr/bin/ld) is GNU ld...
> yes
> checking whether the linker (/usr/bin/ld) supports shared libraries...
> yes
> checking command to parse /usr/bin/nm -B output...
> yes
> checking how to hardcode library paths into programs... immediate
> checking for /usr/bin/ld option to reload object files... -r
> checking dynamic linker characteristics...
> Linux ld.so
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... no
> checking whether to build static libraries... yes
> checking for objdir...
> .libs
> creating libtool
> checking whether NLS is requested... yes
> checking for msgfmt...
> /usr/bin/msgfmt
> checking for gmsgfmt...
> /usr/bin/msgfmt
> checking for xgettext...
> /usr/bin/xgettext
> checking for KDE...
> libraries /usr/lib, headers /usr/include
> checking for extra includes... no
> checking for extra libs... no
> checking for kde headers installed...
> yes
> checking for kde libraries installed...
> yes
> checking for KDE paths...
> done
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> creating dd1/Makefile
> creating dd1/docs/Makefile
> creating dd1/docs/en/Makefile
> creating po/Makefile
> creating config.h
> configure files...
> Using existing index.nif.
> Processing file index
> Copying icons...
> Done.
> READY
> ----- end
> 
> How to repeat the error -------------------
> 
> yes, you can
> 
> Bugfix or Workaround ----------------------
> 
> Don't use cvs support in app wizzard. Enable it later.
> 
> System Information ------------------------
> 
> KDevelop version        : 1.1
> KDE version             : 1.1.2
> QT version              : 1.44
> OS/Distribution         : Halloween 4 (german distribution based on RH6.1)
> Compiler                : gcc version pgcc-2.95.2 19991024 (release)
> 
> misc :
> Autoconf 2.13
> automake (GNU automake) 1.4

-- 
The KDevelop project: tasin at kdevelop.de [www.kdevelop.org]
--
oohhh sveglia.... il mondo e' ammalato, ma x colpa di chi.........
(Zucchero)
:-------W. Tasin, FB
04,FHM-------------------PGP-KeyID:0x7961A645----------:
<Key-Fingerprint: 1610 835F 0080 32F4 6140  6CF7 A7D0 44CD 7961A645>




More information about the KDevelop-devel mailing list