[Orca-users] make causes autoconf error
Joe Janitor
joe_janitor at yahoo.com
Thu Nov 21 19:57:01 PST 2002
--- Blair Zajac <blair at orcaware.com> wrote:
> Joe Janitor wrote:
> >
> > Hi,
> >
> > I have a problem with make:
> > % ./configure --with-html-dir=/var/httpd/html/orca \
> > --with-ncsa-log=/var/log/orca
> > <LOTS OF OUTPUT SNIPPED, LOOKS SUCCESSFUL>
> > % make
> > make to-autoconf
> > make[1]: Entering directory `/usr/src/orca-0.27'
> > aclocal -I config --output=config/aclocal.m4
> > autoconf --include=config
> > Usage: autoconf [-h] [--help] [-m dir] [--macrodir=dir]
> > [-l dir] [--localdir=dir] [--version] [template-file]
> > make[1]: *** [to-autoconf] Error 1
> > make[1]: Leaving directory `/usr/src/orca-0.27'
> > make: *** [configure] Error 2
> > %
> >
> > I looked, and "--include" is indeed not an option to the
> > autoconf on my system (RH6.2)
> >
> > should I change the option to autoconf in Makefile?
> >
> > Thanks.
>
> Hmmm. That's not good.
>
> Try
>
> % touch configure
> % make
>
> This looks like a problem with my orca-0.27.tar.bz2 file. I did
> a fresh export from Subversion and it checked out configure.in
> after configure, so it wants to recreate configure.
>
> Best,
> Blair
Well, that "worked". I say it like that because it
seems that when I ran 'make', it ran through configure
again (presumably without my --options). I say that
because I got a lot of "Checking for..." type lines.
So, I tried from the beginning, 'make clean' and
'rm config.cache', then re-execute 'configure' with
my options, and viola 'make' worked fine. Not sure
what might have happened the first time, your 'touch'
suggestion makes me think the datestamp was bad
for some reason? Anyway, now it's fine.
On to the next step, 'make test_modules': well,
this has uncertain output, including 'All tests successful',
'dubious', and 'Error 2'. Complete output (last 20 or
so lines):
Use of uninitialized value at t/base.t line 164.
Use of uninitialized value at t/base.t line 164.
Use of uninitialized value at t/base.t line 164.
Use of uninitialized value at t/base.t line 164.
ok
All tests successful.
Files=1, Tests=7, 1 wallclock secs ( 0.59 cusr + 0.03 csys = 0.62 CPU)
make[2]: Leaving directory `/usr/src/orca-0.27/packages/rrdtool-1.0.40/perl-shared'
cd Storable-2.05 && make OPTIMIZE="-g -O2" test
make[2]: Entering directory `/usr/src/orca-0.27/packages/Storable-2.05'
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/i386-linux
-I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests
@ARGV;' t/*.t
t/blessed...........ok
t/canonical.........ok
t/code..............skipping test on this platform
t/compat06..........ok
t/croak.............ok
t/dclone............ok
t/downgrade.........Can't locate Test/More.pm in @INC (@INC contains: t blib/arch blib/lib
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503/i386-linux
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/5.00503/i386-linux
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux
/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux
/usr/lib/perl5/site_perl/5.005 .) at t/downgrade.t line 29.
BEGIN failed--compilation aborted at t/downgrade.t line 29.
dubious
Test returned status 2 (wstat 512, 0x200)
Undefined subroutine &Test::Harness::WCOREDUMP called at /usr/lib/perl5/5.00503/Test/Harness.pm
line 288.
make[2]: *** [test_dynamic] Error 2
make[2]: Leaving directory `/usr/src/orca-0.27/packages/Storable-2.05'
make[1]: *** [test_storable] Error 2
make[1]: Leaving directory `/usr/src/orca-0.27/packages'
make: *** [test_modules] Error 2
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
More information about the Orca-users
mailing list