| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
Aka adapt to a world where gcc is no more the apex predator...
Several Linux distros as well as FreeBSD >= 10 default to clang instead
of gcc.
|
|
|
|
|
|
|
| |
This might help the following failure:
http://www.cpantesters.org/cpan/report/c8c690aa-8587-11ea-81c4-93681f24ea8f
cpio: Can't lstat /bin/sh:
cpio: Can't lstat /usr/local/bin/rpm:
|
|
|
|
|
|
|
| |
Thus fixing killing simple-httpd when test completes, which was broken
since basically forever.
This prevents dummy testsuite faillures when performing parallel runs on
different perl/rpm versions (eg: using chroots).
|
|
|
|
|
|
|
|
|
|
|
| |
The error message being in some conditions:
"The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm
line 2510."
We need both else we got:
"Tests were run but no plan was declared and done_testing() was not seen."
also fix inverted condition :-(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
You tried to plan twice at t/superuser--should-restart.t line 14.
t/superuser--should-restart.t ...................................
skipped: (no reason given)
(...)
Test Summary Report
-------------------
t/superuser--should-restart.t (Wstat:
65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Files=40, Tests=3901, 801 wallclock secs ( 0.96 usr 0.09 sys + 174.18
cusr 30.16 csys = 205.39 CPU)
Result: FAIL
Failed 1/40 test programs. 0/3901 subtests failed.A
On the other side we want to make it work in both cases so we end doing
that.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
just build a dynamic binary but exclude its deps
rationale: quite a lot of CPAN testers do not have static libs
installed...
|
|
|
|
| |
historically we were used static dash but that was too Mageia centered
|
| |
|
| |
|
|
|
|
|
|
| |
commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about
silencing a warning, so let's not break other OSes who do not have that
lib or not in this location
|
|
|
|
|
|
|
|
|
|
| |
It should help
http://www.cpantesters.org/cpan/report/9e067a66-83f1-11ea-85a9-af7f1f24ea8f
which fails.
That smoker had rpmtools/URPM already installed normally into this
perl's sitedir & bindir.
Adding the blib/script directories didn't help that case.
So try $Config{bin} too
|
|
|
|
|
|
|
|
|
|
|
|
| |
rationale:
in some cases, all dependency modules and scripts still reside in the
uninstalled blib directories.
CPAN.pm knows how to deal with uninstalled modules (all the blib/lib
directories go into the PERL5LIB environment variable).
But it does not do something similar for the blib/script directories.
So we have to try harder to find genhdlist2 by adding those blib/script
directories to PATH if they exist
|
| |
|
| |
|
|
|
|
|
| |
rationale:
Mageia's rpm is patched in order to not conflict for doc files:
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reports its error messages if any
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
install do not have -d option on FreeBSD
|
|
|
|
|
|
| |
commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about
silencing a warning, so let's not break other OSes who do not have that
lib or not in this location
|
|
|
|
| |
should have been in commit ad953e4c4bca7e5bd9f5b5664298e04272537479
|
| |
|
|
|
|
|
| |
On CentOS7, the error message is:
'This account is currently not available.'
|
|
|
|
|
|
|
|
| |
It was failing for older versions of rpm since
commit 32c4bc874e3f7fc99188bf045902b1018f38855a
This fix the counting & adjust to missing pkg name when erasing with
older rpms
|
|
|
|
|
| |
rationale: CPAN testers installs genhdlist2 using cpan but do not have
/usr/local/bin in their PATH
|
|
|
|
|
| |
ensure urpm.pm has a lesser version than URPM.pm due to CPAN ignoring
case because of Windows users, thus making sure URPM is indexed
|
|
|
|
| |
Related: RT#127881
|
|
|
|
|
|
|
|
|
|
|
|
| |
rationale: CentOS 7's rpm doesn't support eg Recommendstag, it only
knows their definitions but is unable to parse a spec file using
Recommends
Ideally we should be able to detect a too old/unpatched rpm...
Technically, we could check whether it's Mageia < 6 which did have an
non upstream implementation (but was using Suggests tag instead of
Recommends and so would need testsuite adaption -- not worth it)
|
| |
|
| |
|
|
|
|
| |
Needs perl-URPM-5.25 (it won't work with rpm < 4.12.x)
|
| |
|
|
|
|
|
|
| |
we need a rpmtools that rely on Digest::MD5 instead of md5sum so that
urpmi's coverage can increase (aka stop t/02create_pkgs.t to fail
everywhere)
|
|
|
|
|
|
|
|
|
|
| |
should workaround some failures such as:
http://www.cpantesters.org/cpan/report/6d3e1bc0-3755-11ea-83ea-5104bae6192e
The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm
line 2510.
t/superuser--suggests.t .........................................
All 126 subtests passed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|