Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60541 - vyqchat-0.2.6 when emerging receive error during make
Summary: vyqchat-0.2.6 when emerging receive error during make
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 04:55 UTC by Silencer
Modified: 2004-08-22 07:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Silencer 2004-08-16 04:55:51 UTC
When I try to emerge vyqchat-0.2.6 , I get this error after emerge runs configure and proceed to make:

cd . && /bin/sh /var/tmp/portage/vyqchat-0.2.6/work/vyqchat-0.2.6/missing --run autoconf
configure.in:40: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Reproducible: Always
Steps to Reproduce:
1.emerge vyqchat
2.
3.

Actual Results:  
cd . && /bin/sh /var/tmp/portage/vyqchat-0.2.6/work/vyqchat-0.2.6/missing --run
autoconf
configure.in:40: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
emerge is stopped with error

!!! ERROR: net-irc/vyqchat-0.2.6 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! make failed



Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.3_pre20040420-r0,
2.6.7-love5)
=================================================================
System uname: 2.6.7-love5 i686 Intel(R) Celeron(TM) CPU                1200MHz
Gentoo Base System version 1.5.2
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=i686 -fomit-frame-pointer -fforce-addr -funroll-loops"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=i686 -fomit-frame-pointer -fforce-addr -funroll-loops"
DISTDIR="/usr/portage/distfiles"
Comment 1 Sven Wegener gentoo-dev 2004-08-16 08:57:14 UTC
The problem is that the provided source has wrong timestamps, that leads
to running the autotools. But your autoconf setup seems messed up.
Could you please re-emerge autoconf with:

emerge --oneshot sys-devel/autoconf

And then try to merge vyqchat again. Thanks.
Comment 2 Silencer 2004-08-16 23:27:00 UTC
Yes I do as you say 'emerge --oneshot sys-devel/autoconf', but receive same result.
Comment 3 Sven Wegener gentoo-dev 2004-08-22 07:18:32 UTC
I've modified the ebuild to update the timestamp of the relevant files. This
should avoid running the autotools at compile it.