Hi guys,

Since sometime on Friday something has changed which has broken my build
in a strange way. It's now looking for a file called `test.o' which it
doesn't attempt to build (as far as I can see).

I'm no Perl wizard; can any of you guys hazard a guess as to what is going
on?

Gary

[ Gary Benson, Red Hat Europe ][ [EMAIL PROTECTED] ][ GnuPG 60E8793A ]


% perl Makefile.PL
generating script..../t/htdocs/modules/rewrite/db.pl
generating script..../t/htdocs/modules/rewrite/numbers.pl
generating script..../t/htdocs/modules/rewrite/numbers2.pl
generating script..../t/htdocs/modules/cgi/bogus-perl.pl
generating script..../t/htdocs/modules/cgi/bogus1k.pl
generating script..../t/htdocs/modules/cgi/env.pl
generating script..../t/htdocs/modules/cgi/perl.pl
generating script..../t/htdocs/modules/cgi/perl_echo.pl
generating script...t/TEST
Checking if your kit is complete...
Looks good
Writing Makefile for Apache::Test
Writing Makefile for httpd-test
% make
make[1]: Entering directory
`/home/gary/work/httpd-test/perl-framework/Apache-Test'
cp lib/Apache/TestHarness.pm ../blib/lib/Apache/TestHarness.pm
cp lib/Bundle/ApacheTest.pm ../blib/lib/Bundle/ApacheTest.pm
cp lib/Apache/TestRunPerl.pm ../blib/lib/Apache/TestRunPerl.pm
cp lib/Apache/TestUtil.pm ../blib/lib/Apache/TestUtil.pm
cp lib/Apache/TestSort.pm ../blib/lib/Apache/TestSort.pm
cp lib/Apache/TestServer.pm ../blib/lib/Apache/TestServer.pm
cp lib/Apache/TestPerlDB.pm ../blib/lib/Apache/TestPerlDB.pm
cp lib/Apache/TestConfigParse.pm ../blib/lib/Apache/TestConfigParse.pm
cp lib/Apache/TestConfigPerl.pm ../blib/lib/Apache/TestConfigPerl.pm
cp lib/Apache/TestConfigC.pm ../blib/lib/Apache/TestConfigC.pm
cp lib/Apache/TestRun.pm ../blib/lib/Apache/TestRun.pm
cp lib/Apache/TestConfig.pm ../blib/lib/Apache/TestConfig.pm
cp lib/Apache/Test.pm ../blib/lib/Apache/Test.pm
cp lib/Apache/TestRequest.pm ../blib/lib/Apache/TestRequest.pm
cp lib/Apache/TestHandler.pm ../blib/lib/Apache/TestHandler.pm
cp lib/Apache/TestMM.pm ../blib/lib/Apache/TestMM.pm
cp lib/Apache/TestTrace.pm ../blib/lib/Apache/TestTrace.pm
Manifying ../blib/man3/Bundle::ApacheTest.3
Manifying ../blib/man3/Apache::Test.3
Manifying ../blib/man3/Apache::TestTrace.3
Manifying ../blib/man3/Apache::TestUtil.3
make[1]: Leaving directory
`/home/gary/work/httpd-test/perl-framework/Apache-Test'
Running Mkbootstrap for httpd-test ()
chmod 644 test.bs
rm -f blib/arch/auto/httpd-test/test.so
LD_RUN_PATH="" gcc  -shared  test.o  -o blib/arch/auto/httpd-test/test.so
gcc: test.o: No such file or directory
gcc: No input files
make: *** [blib/arch/auto/httpd-test/test.so] Error 1

Reply via email to