Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64495 - silc-toolkit 0.9.12-r3 and automake version mismatch ?
Summary: silc-toolkit 0.9.12-r3 and automake version mismatch ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-18 03:21 UTC by Joël
Modified: 2004-09-18 11:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
This patch fixes the problem described above (silc.patch,348 bytes, patch)
2004-09-18 03:56 UTC, Joël
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joël 2004-09-18 03:21:20 UTC
For GAIM 1.0, I've tried to emerge =silc-toolkit-0.9.12-r3 and got the following output:

(...)
 Compile SILC Client ...........: no
 Compile SILC Server ...........: no
 Server configuration file .....: /etc/silc/silcd.conf
 Server PID file ...............: /var/lib/silcd.pid
 SIM support ...................: yes
 IPv6 support ..................: no
 Iconv support .................: yes
 Assembler optimizations .......: yes
 Arithmetic library ............: MPI
 Multi-threads support .........: yes
 Debugging enabled .............: no
 Stack-trace enabled ...........: no

Compile the sources with 'make' or 'gmake' command.
 cd . && /bin/sh /var/tmp/portage/silc-toolkit-0.9.12-r3/work/silc-toolkit-0.9.12/missing --run automake-1.8 --foreign  Makefile
configure.in:39: version mismatch.  This is Automake 1.8.5,
configure.in:39: but the definition used by this AM_INIT_AUTOMAKE
configure.in:39: comes from Automake 1.8.  You should recreate
configure.in:39: aclocal.m4 with aclocal and run automake again.
make: *** [Makefile.in] Error 1

!!! ERROR: net-im/silc-toolkit-0.9.12-r3 failed.
!!! Function src_compile, Line 61, Exitcode 2
!!! emake failed

Has someone else encountered the same error ?
Comment 1 Joël 2004-09-18 03:56:15 UTC
Created attachment 39841 [details, diff]
This patch fixes the problem described above

This patch adds a call to aclocal to solve the problem.

Is this the right way ?

Please comment :-)
Comment 2 Sven Wegener gentoo-dev 2004-09-18 11:05:36 UTC
I changed the order of sed scripts, that should avoid running automake.