Dear friends,
Do you have Template-XML as RPM for Fedora 6 and 7?
I have been told I need it to make the XML.DOM plugin work for the Perl Template Toolkit, and that I should send a request to this list.
Thanks!
Take care Oliver
On Mon, May 21, 2007 at 12:08:17PM -0400, Oliver Ruebenacker wrote:
Do you have Template-XML as RPM for Fedora 6 and 7?
It doesn't seem to be available yet.
I have been told I need it to make the XML.DOM plugin work for the Perl Template Toolkit, and that I should send a request to this list.
You can wait for someone else to package it, but if you want it quickly, you can do this:
yum install cpanspec cpanspec -v -b Template::Plugin::XML
That will get you a package you can use. If you want to submit the generated package for everyone's benefit (after some minor cleanup, of course), see the following page:
http://fedoraproject.org/wiki/PackageMaintainers/Join
Steve
Dear friends,
Tried, but got these errors:
BEGIN failed--compilation aborted at t/xpath.t line 21. t/xpath........dubious Test returned status 2 (wstat 512, 0x200) FAILED--8 test scripts could be run, alas--no output ever seen make: *** [test_dynamic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.17975 (%check)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.17975 (%check) /usr/bin/rpmbuild exited with value 1
How should I proceed? Thanks!
Take care Oliver
On 5/21/07, Steven Pritchard steve@silug.org wrote:
On Mon, May 21, 2007 at 12:08:17PM -0400, Oliver Ruebenacker wrote:
Do you have Template-XML as RPM for Fedora 6 and 7?
It doesn't seem to be available yet.
I have been told I need it to make the XML.DOM plugin work for the Perl Template Toolkit, and that I should send a request to this list.
You can wait for someone else to package it, but if you want it quickly, you can do this:
yum install cpanspec cpanspec -v -b Template::Plugin::XML
That will get you a package you can use. If you want to submit the generated package for everyone's benefit (after some minor cleanup, of course), see the following page:
http://fedoraproject.org/wiki/PackageMaintainers/Join
Steve
Steven Pritchard - K&S Pritchard Enterprises, Inc. Email: steve@kspei.com http://www.kspei.com/ Phone: (618)398-3000 Mobile: (618)567-7320
Oliver Ruebenacker wrote:
Dear friends,
Tried, but got these errors:
BEGIN failed--compilation aborted at t/xpath.t line 21. t/xpath........dubious Test returned status 2 (wstat 512, 0x200) FAILED--8 test scripts could be run, alas--no output ever seen make: *** [test_dynamic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.17975 (%check)
RPM build errors: Bad exit status from /var/tmp/rpm-tmp.17975 (%check) /usr/bin/rpmbuild exited with value 1
How should I proceed? Thanks!
Worked ok here.
RPM: http://rpm.mag-sol.com/RPMS/perl-Template-XML-2.17-1.noarch.rpm SRPM: http://rpm.mag-sol.com/SRPMS/perl-Template-XML-2.17-1.src.rpm SPEC: http://rpm.mag-sol.com/SPECS/perl-Template-XML.spec
Enjoy,
Dave...
On Mon, May 21, 2007 at 03:36:06PM -0400, Oliver Ruebenacker wrote:
Tried, but got these errors:
BEGIN failed--compilation aborted at t/xpath.t line 21. t/xpath........dubious Test returned status 2 (wstat 512, 0x200) FAILED--8 test scripts could be run, alas--no output ever seen make: *** [test_dynamic] Error 2 error: Bad exit status from /var/tmp/rpm-tmp.17975 (%check)
If I had to guess, try adding "BuildRequires: perl(Template)" to the spec (and installing perl-Template-Toolkit).
Steve
perl-devel@lists.fedoraproject.org