Skip Menu |

This queue is for tickets about the Authen-PAAS CPAN distribution.

Report information
The Basics
Id: 20052
Status: open
Priority: 0/
Queue: Authen-PAAS

People
Owner: Nobody in particular
Requestors: aaron [...] FreeBSD.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.1.0
Fixed in: (no value)



Subject: Make test fails under all Perl versions
make test fails with the following error: make: don't know how to make blib/test/Authen/PAAS.pm.tstamp. Stop. I get the same test failure with Config::Record.
From: Daniel Berrange
On Fri Jun 23 00:57:54 2006, guest wrote: Show quoted text
> make test fails with the following error: > > make: don't know how to make blib/test/Authen/PAAS.pm.tstamp. Stop. > > I get the same test failure with Config::Record.
It looks like your makefile is not being generated properly because there is a rule defined: blib/test/%.pm.tstamp: lib/%.pm @echo -n "Checking $<: " @perl -I blib/lib -c $< @podchecker $< @mkdir -p `dirname $@` @touch $@ which should allow blib/test/Authen/PAAS.pm.tstamp to be generated from lib/Authen/PAAS.pm. Could you double check you have the file 'lib/Authen/PAAS.pm' and upload the generated 'Makefile', along with the output of 'make --debug' (or equivalant debug output from your 'make' tool)
From: aaron [...] FreeBSD.org
Here's the build log: moondance# perl Makefile.PL Writing Makefile for Authen::PAAS moondance# make cp lib/Authen/PAAS/Context.pm blib/lib/Authen/PAAS/Context.pm cp lib/Authen/PAAS/SimpleCallback.pm blib/lib/Authen/PAAS/SimpleCallback.pm cp lib/Authen/PAAS.pm blib/lib/Authen/PAAS.pm cp lib/Authen/PAAS/BasicLoginModule.pm blib/lib/Authen/PAAS/BasicLoginModule.pm cp lib/Authen/PAAS/Credential.pm blib/lib/Authen/PAAS/Credential.pm cp lib/Authen/PAAS/Subject.pm blib/lib/Authen/PAAS/Subject.pm cp lib/Authen/PAAS/Principal.pm blib/lib/Authen/PAAS/Principal.pm cp lib/Authen/PAAS/ConsoleCallback.pm blib/lib/Authen/PAAS/ConsoleCallback.pm cp lib/Authen/PAAS/LoginModule.pm blib/lib/Authen/PAAS/LoginModule.pm cp lib/Authen/PAAS/Callback.pm blib/lib/Authen/PAAS/Callback.pm cp lib/Authen/PAAS/BasicUser.pm blib/lib/Authen/PAAS/BasicUser.pm cp bin/authen-paas-passwd blib/script/authen-paas-passwd /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/authen-paas-passwd Manifying blib/man1/authen-paas-passwd.1 Manifying blib/man3/Authen::PAAS::Context.3 Manifying blib/man3/Authen::PAAS::SimpleCallback.3 Manifying blib/man3/Authen::PAAS.3 Manifying blib/man3/Authen::PAAS::BasicLoginModule.3 Manifying blib/man3/Authen::PAAS::Credential.3 Manifying blib/man3/Authen::PAAS::Subject.3 Manifying blib/man3/Authen::PAAS::Principal.3 Manifying blib/man3/Authen::PAAS::ConsoleCallback.3 Manifying blib/man3/Authen::PAAS::LoginModule.3 Manifying blib/man3/Authen::PAAS::Callback.3 Manifying blib/man3/Authen::PAAS::BasicUser.3 /usr/bin/perl "-Iblib/arch" "-Iblib/lib" Authen-PAAS.spec.PL Authen-PAAS.spec moondance# make test make: don't know how to make blib/test/Authen/PAAS.pm.tstamp. Stop moondance# Unlike Config::Record, Authen-PAAS.spec does exist. I'm attaching the generated Makefile.
Download Makefile
application/octet-stream 27.1k

Message body not shown because it is not plain text.