Bug 40036 - automake failed because incorrect name used
Summary: automake failed because incorrect name used
Status: CLOSED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-02 15:48 UTC by Yannick Koehler
Modified: 2003-07-23 19:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Koehler 2002-04-02 15:41:56 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.99  (using KDE 3.0.0 )
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.3
OS:                Linux
OS/Compiler notes: Not Specified

I created a KDE 2 mini app inside kdevelop 2.99 (rc3) which was compiled on my KDE 3.0 rc3 tree and it then failed to build the application skeleton.

---

This Makefile is only for the CVS repository 
This will be deleted before making the distribution 

*** Creating acinclude.m4 
!!! If you get recursion errors from autoconf it is advisable to set the 
environment variable M4 to something including "--nesting-limit=500" 
*** Creating list of subdirectories 
*** Creating configure.in 
*** Creating aclocal.m4 
*** Creating configure 
*** Creating config.h template 
autoheader-2.5x: `config.h.in' is unchanged 
*** Creating Makefile templates 
aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' 
aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' 
aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' 
aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' 
aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' 
aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' 
aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' 
aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' 
aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' 
aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' 
aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' 
aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' 
aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' 
aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' 
aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' 
aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' 
aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' 
aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' 
aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' 
aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' 
aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' 
aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' 
aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' 
aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' 
aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' 
aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' 
aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' 
aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' 
aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' 
aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' 
aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' 
aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' 
aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS' 
aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES' 
aclocal.m4:993: invalid unused variable name: `X_LDFLAGS' 
aclocal.m4:1711: invalid unused variable name: `USER_LDFLAGS' 
aclocal.m4:3703: invalid unused variable name: `IDL_DEPENDENCIES' 
aclocal.m4:1235: invalid unused variable name: `KDE_MT_LDFLAGS' 
aclocal.m4:3636: invalid unused variable name: `MICO_LDFLAGS' 
aclocal.m4:1470: invalid unused variable name: `QT_LDFLAGS' 
make[1]: *** [cvs] Error 1 
make: *** [all] Error 2 
*** failed *** 


(Submitted via bugs.kde.org)
Comment 1 Yannick Koehler 2002-04-02 16:35:01 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


I'm using gentoo and asked to them if it would be something they know.  The
solution that came up was to set

WANT_AUTOCONF_2_5=3D1
and
WANT_AUTOMAKE_1_4=3D1

So I think we can close that bug.

- --

Yannick Koehler
Software Designer - Colubris Networks Inc. - http://www.colubris.com

"Free as in bird!'

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8qd21fuKOJNEyL1URAibjAKCIkpeUcIuke39+GD03ksPGBPeE1ACePVFZ
CKq1AAAWKw59NMYf+QFhmj0=3D
=3DlxT3
-----END PGP SIGNATURE-----
Comment 2 Harald Fernengel 2002-04-02 16:57:37 UTC

    
Comment 3 Stephan Kulow 2002-04-03 10:02:35 UTC
On Tuesday 02 April 2002 17:41 yannick.koehler@colubris.com wrote:
> Package: kdevelop
> Version: 2.99  (using KDE 3.0.0 )
> Severity: normal
> Installed from:    Compiled From Sources
> Compiler:          gcc 2.95.3
> OS:                Linux
> OS/Compiler notes: Not Specified
>
> I created a KDE 2 mini app inside kdevelop 2.99 (rc3) which was compiled =
on
> my KDE 3.0 rc3 tree and it then failed to build the application skeleton.
>
> ---
>
> This Makefile is only for the CVS repository
> This will be deleted before making the distribution
>
> *** Creating acinclude.m4
> !!! If you get recursion errors from autoconf it is advisable to set the
> environment variable M4 to something including "--nesting-limit=3D500"
> *** Creating list of subdirectories
> *** Creating configure.in
> *** Creating aclocal.m4
> *** Creating configure
> *** Creating config.h template
> autoheader-2.5x: `config.h.in' is unchanged
> *** Creating Makefile templates
> aclocal.m4:1649: invalid unused variable name: `KDE_LDFLAGS'
> aclocal.m4:560: invalid unused variable name: `DCOP_DEPENDENCIES'

That are bogus errors generated from automake > 1.5 downgrade.

Greeteings Stephan