Bug 104600 - Can't "make" : autoheader /usr/bin/autom4te failed with exit status 1
Summary: Can't "make" : autoheader /usr/bin/autom4te failed with exit status 1
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Portability-Cmake (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 18:37 UTC by Sean
Modified: 2022-01-31 16:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean 2005-04-26 18:37:39 UTC
Version:           kipi-plugins-0.1.0-beta2 (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
OS:                Linux

I am trying to install kipi-plugins-0.1.0-beta2 from source.
The ./configure goes okay, but when I start make, it fails with:

seand@DARKSTAR:~/kipi-plugins-0.1.0-beta2> make
cd . && /bin/sh /home/seand/kipi-plugins-0.1.0-beta2/admin/missing --run autoheader
NONE:0: /usr/bin/m4: `m4_symbols' from frozen file not found in builtin table!
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** [config.h.in] Error 1

I have no idea what this error means.  As far as I can tell, there were no problems in the configuration process.

Thanks!
Comment 1 Renchi Raju 2005-04-26 18:51:19 UTC
what is your autconf and automake versions?
Comment 2 Sean 2005-04-26 18:53:43 UTC
On Tuesday 26 April 2005 10:51, Renchi Raju wrote:

seand@DARKSTAR:~> rpm -qa | grep autoconf
autoconf-2.59-75
seand@DARKSTAR:~> rpm -qa | grep automake
automake-1.8.3-23

[bugs.kde.org quoted mail]
Comment 3 Sean 2005-04-26 19:43:30 UTC
I ended up downloading a kipi-plugins rpm for my distro, so I don't have to install from source