Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24802 - ntp build forever loop
Summary: ntp build forever loop
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 05:59 UTC by Maxime Ritter
Modified: 2004-04-04 10:55 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 Maxime Ritter 2003-07-19 05:59:33 UTC
I tried to compile ntp on my X-Box (emerge ntp), but this resulted in a forever
loop of ./configure with some warnings about m4. I updated m4 (emerge m4), but
the warning was still there. So I also tried to update autoconf (emerge
autoconf), and  it worked.

It might be usefull to put a depency on the latest autoconf (and maybe m4)
script for autoconf....

Reproducible: Always
Steps to Reproduce:
1. Install a new GentooX 2.0
2. emerge ntp -> forever loop while ./configure
3. To fix it : emerge m4 && emerge autoconf
4. To fix it for everyone : put a depedency on the latest autoconf script ?




Using GentooX 2.0 Home Edition on X-Box....
Comment 1 SpanKY gentoo-dev 2003-07-23 08:17:38 UTC
what version exactly worked ?  (of autoconf)
Comment 2 Maxime Ritter 2003-07-25 01:02:26 UTC
Version 2.57-r1 worked.
Comment 3 Andrew McClure 2003-08-12 20:09:13 UTC
"Me too"

This exact series of events (emerge ntp loops endlessly because 'make' calls config.something --recheck over and over endlessly, then i emerge m4 and autoconf, then emerge ntp works fine on the first try) happened to me, except I am not on an x-box, i am on an i686 PC. I would second the suggestion: ntp should have m4 and autoconf (or just autoconf?) added as a dependency requirement thing.  
Comment 4 Jon Portnoy (RETIRED) gentoo-dev 2004-03-31 06:01:42 UTC
Not a xbox bug apparently
Comment 5 SpanKY gentoo-dev 2004-04-04 10:55:35 UTC
these things were added to DEPEND a while ago