Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#9148 - [perl-5.10.0-1] file conflicts perl-module-build-0.28.08-1
Attached to Project:
Arch Linux
Opened by Benito (benito) - Thursday, 10 January 2008, 13:39 GMT
Last edited by Kevin Piche (kpiche) - Friday, 11 January 2008, 04:46 GMT
Opened by Benito (benito) - Thursday, 10 January 2008, 13:39 GMT
Last edited by Kevin Piche (kpiche) - Friday, 11 January 2008, 04:46 GMT
|
DetailsDescription:
perl-5.10.0-1 and perl-module-build-0.28.08-1 both contain usr/bin/config_data The files differ only slightly (and the perl-version doesn't look sensible to me: to hash-bang-lines?): --- config_data.perl-module-build 2007-05-02 22:14:22.000000000 +0200 +++ config_data.perl 2008-01-01 05:31:31.000000000 +0100 @@ -1,7 +1,7 @@ -#!/usr/bin/perl - -eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' - if 0; # not running under some shell +#!/usr/bin/perl + eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' + if $running_under_some_shell; +#!/usr/bin/perl use strict; use Module::Build 0.25; |
This task depends upon
Comment by Benito (benito) -
Thursday, 10 January 2008, 13:54 GMT
This bug report should be in category "Packages: Testing". Sorry.
Comment by Kevin Piche (kpiche) -
Friday, 11 January 2008, 04:45 GMT
Module::Build is included in the standard perl library now so perl-module-build can be removed from your system. The next version of the perl package will have a message about packages to remove.