FS#59393 - [perl-xml-parser] pkgver in depends is not allowed to be empty.

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Thursday, 19 July 2018, 16:23 GMT
Last edited by Antonio Rojas (arojas) - Monday, 23 July 2018, 22:39 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

==> ERROR: pkgver in depends is not allowed to be empty.
==> ERROR: pkgver in depends is not allowed to be empty.
==> ERROR: Could not download sources.

if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
fi

Additional info:
* package version(s): 2.44-6


Steps to reproduce:

asp export perl-xml-parser
cd perl-xml-parser
staging-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 23 July 2018, 22:39 GMT
Reason for closing:  Fixed

Loading...