Skip to content

Instantly share code, notes, and snippets.

@jperkin
Created July 14, 2014 19:59
Show Gist options
  • Save jperkin/acaecb4acced129f5c50 to your computer and use it in GitHub Desktop.
Save jperkin/acaecb4acced129f5c50 to your computer and use it in GitHub Desktop.
p5 failures
$ ggrep -rl Installed.package.*perl.*conflicts.with .
./p5-Time-Piece-1.24nb1/package.log
./p5-Pod-Escapes-1.04nb8/package.log
./p5-Pod-Parser-1.61nb1/package.log
./p5-Locale-Maketext-1.23nb3/package.log
./p5-Encode-2.57nb1/package.log
./p5-Pod-Usage-1.61nb3/package.log
./p5-Parse-CPAN-Meta-1.4409nb1/package.log
./p5-Package-Constants-0.02nb5/package.log
./p5-Storable-2.45nb1/package.log
./p5-Locale-Codes-3.27nb1/package.log
./p5-IPC-Cmd-0.90nb1/package.log
./p5-IPC-SysV-2.03nb5/package.log
./p5-ExtUtils-CBuilder-0.28.02.12nb1/package.log
./p5-ExtUtils-Command-1.17nb3/package.log
./p5-ExtUtils-ParseXS-3.22nb1/package.log
./p5-CPAN-Meta-Requirements-2.122nb5/package.log
./p5-Devel-PPPort-3.20nb3/package.log
./p5-constant-1.27nb1/package.log
./p5-CPAN-Meta-2.133380nb2/package.log
@schmonz
Copy link

schmonz commented Jul 16, 2014

I've updated all of these save p5-constant, for which I don't see any newer upstream version (other than what's bundled in Perl, which self-identifies as 1.31 as lang/perl5/Makefile would lead one to expect). Packages depending on p5-constant include:

  • databases/p5-App-Sqitch
  • devel/p5-constant-def
  • devel/p5-POE-Component-Pluggable
  • net/p5-SOAP-Lite

...all of which are finding their dependency satisfied from a sufficiently new lang/perl5, so I think we're in good shape already with this one.

For the others, I ran "make test" and "make install" on each, but I didn't try to notice new or removed dependencies, so I might have missed some. I'm sure the next bulk build will turn them up. ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment