Re: abcde build loops endlessly

2004-02-17 Thread Lowell Gilbert
 I can't reproduce this; Maate is building fine here on an up-to-date
 ports tree (the only change from what went out with 5.2 is the gettext
 update, which shouldn't be relevant to this problem).
 
 Is there anything unusual in your make.conf?

Jorn Argelo [EMAIL PROTECTED] replied:

 There is hardly anything in my /etc/make.conf, just some perl things:
 
 # -- use.perl generated deltas -- #
 # Created: Sun Feb  8 15:23:40 2004
 # Setting to use base perl from ports:
 PERL_VER=5.6.1
 PERL_VERSION=5.6.1
 PERL_ARCH=mach
 NOPERL=yo
 NO_PERL=yo
 NO_PERL_WRAPPER=yo
 
 Perhaps that is the problem?

No, that's just from the perl port; the default perl port in -CURRENT
is now 5.8 instead of 5.6, but that doesn't seem to be relevant.

Maybe you should look in the missing file that is producing the
complaints during the build.  Or update your whole ports tree...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: abcde build loops endlessly

2004-02-16 Thread Lowell Gilbert
Jorn Argelo [EMAIL PROTECTED] writes:

 I've been trying to compile abcde in FreeBSD 5.2-RELEASE from the ports tree 
 (/usr/ports/audio/abcde). When I type make all install clean it nicely 
 fetches everything and compiles, but I noticed it wasn't finished after 3 
 hours. I took a peek and I noticed it was endlessly trying to configure the 
 same thing. Here is an complete output of the looping part:

snip

 /usr/ports/audio/Maaate/work/Maaate-0.3.1/missing: Unknown `--run' option
 Try `/usr/ports/audio/Maaate/work/Maaate-0.3.1/missing --help' for more 
 information
 configure: WARNING: `missing' script is too old or missing
 
 After this part it starts over again at the beginning of this output. Could 
 anybody point me into the right direction?

I can't reproduce this; Maate is building fine here on an up-to-date
ports tree (the only change from what went out with 5.2 is the gettext
update, which shouldn't be relevant to this problem).

Is there anything unusual in your make.conf?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: abcde build loops endlessly

2004-02-16 Thread Jorn Argelo

There is hardly anything in my /etc/make.conf, just some perl things:

# -- use.perl generated deltas -- #
# Created: Sun Feb  8 15:23:40 2004
# Setting to use base perl from ports:
PERL_VER=5.6.1
PERL_VERSION=5.6.1
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

Perhaps that is the problem?

I can't reproduce this; Maate is building fine here on an up-to-date
ports tree (the only change from what went out with 5.2 is the gettext
update, which shouldn't be relevant to this problem).

Is there anything unusual in your make.conf?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]