FS#17669 - [pacpan] does not handle modules built with Module::Build

Attached to Project: Community Packages
Opened by G. de la Rey (GdelaRey) - Friday, 01 January 2010, 17:38 GMT
Last edited by Xyne (Xyne) - Saturday, 02 January 2010, 20:12 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Xyne (Xyne)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: pacpan generates a PKGBUILD with code that runs the traditional ExtUtils::MakeMaker Makefile.PL script. Some modules, however, use Build.PL from Module::Build and the build fails.

Additional info:
* package version(s) : 3.4.8, 3.4.1
* config and/or log files etc.
==> Starting build()...
Can't open perl script "Makefile.PL": No such file or directory
==> ERROR: Build Failed.
Aborting...

Steps to reproduce:
pacpan Algorithm::C3
./build_cpan

Suggested fix:
Amend the PKGBUILD produced by pacpan to work with Build.PL. A patch is attached.
This task depends upon

Closed by  Xyne (Xyne)
Saturday, 02 January 2010, 20:12 GMT
Reason for closing:  Implemented
Additional comments about closing:  Applied patch with some additional changes in version 3.5.

Loading...