Skip to content

Instantly share code, notes, and snippets.

View kentfredric's full-sized avatar
🤔

Kent Fredric kentfredric

🤔
View GitHub Profile
dev-perl/App-Cmd/App-Cmd-0.203.ebuild
dev-perl/Bundle-CPAN/Bundle-CPAN-1.857.ebuild
dev-perl/CPAN-DistnameInfo/CPAN-DistnameInfo-0.08.ebuild
dev-perl/CPAN-Uploader/CPAN-Uploader-0.091270.ebuild
dev-perl/CSS-Tiny/CSS-Tiny-1.15.ebuild
dev-perl/Carp-Always/Carp-Always-0.09.ebuild
dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
dev-perl/Config-INI-MVP/Config-INI-MVP-0.019.ebuild
dev-perl/Config-INI/Config-INI-0.014.ebuild
dev-perl/Context-Preserve/Context-Preserve-0.01.ebuild
5.25.10 Siphash 13 self-test:
Files=2557, Tests=1231311, 752 wallclock secs (302.66 usr 45.41 sys + 1440.63 cusr 209.55 csys = 1998.25 CPU)
5.25.10 Siphash 13-H self-test:
Files=2557, Tests=1231383, 702 wallclock secs (307.18 usr 45.35 sys + 1435.14 cusr 206.05 csys = 1993.72 CPU)
5.25.10 OAAT
Files=2557, Tests=1231310, 745 wallclock secs (314.44 usr 47.48 sys + 1488.43 cusr 211.39 csys = 2061.74 CPU)
5.24.1 SDBM
Files=2410, Tests=851196, 399 wallclock secs (179.73 usr 29.91 sys + 1037.96 cusr 150.77 csys = 1398.37 CPU)
5.24.1 OAAT
Files=2410, Tests=851085, 434 wallclock secs (197.12 usr 32.36 sys + 1114.02 cusr 160.08 csys = 1503.58 CPU)
move dev-perl/MARC-XML dev-perl/MARC-file-XML
move dev-perl/MARC-file-XML dev-perl/MARC-File-XML
Title: Perl 5.26 Unmasking Warning [affects all users]
To: gentoo-dev@lists.gentoo.org, gentoo-user@lists.gentoo.org
We're finally at a point where we're nearing the unmasking[1] of Perl 5.26 and making it visible to ~arch users, and a
"news item" on this matter will appear shortly.
Due to a collection of various problems faced in this version, extensive amounts of work has been needed to simply deliver
an ~arch release that isn't incredibly visibly broken[1][2]
Subsequently, this will require a lot of care from end users who use ~arch versions of Perl, specifically as
// ==UserScript==
// @name Gentoo Perl Bugzilla Helpers
// @namespace http://gs.fox.geek.nz/1
// @description Templated bugs
// @include https://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux
// @require http://code.jquery.com/jquery.min.js
// @version 1
// @grant none
// ==/UserScript==
/tmp/Dist-Zilla $ perlbrew exec --with=5.25.10-nossp-sip13-nopmc-withdot,5.25.10-nossp-sip13h-nopmc-withdot,5.25.10-nossp-oaath-nopmc-withdot,5.24.1-nossp-oaath-nopmc-withdot,5.24.1-nossp-sdbm-nopmc-withdot bash -c 'for i in {0..5}; do /usr/bin/time dzil build >/dev/null; done'
5.25.10-nossp-sip13-nopmc-withdot
==========
15.12user 0.55system 0:15.70elapsed 99%CPU (0avgtext+0avgdata 223724maxresident)k
0inputs+3296outputs (0major+105260minor)pagefaults 0swaps
14.93user 0.56system 0:15.51elapsed 99%CPU (0avgtext+0avgdata 223596maxresident)k
0inputs+3296outputs (0major+105170minor)pagefaults 0swaps
14.80user 0.51system 0:15.35elapsed 99%CPU (0avgtext+0avgdata 223712maxresident)k
0inputs+3296outputs (0major+105228minor)pagefaults 0swaps
16.49user 0.67system 0:17.18elapsed 99%CPU (0avgtext+0avgdata 223732maxresident)k
perlbrew exec --with=5.25.10-nossp-sip13-nopmc-withdot,5.25.10-nossp-sip13h-nopmc-withdot,5.25.10-nossp-oaath-nopmc-withdot,5.24.1-nossp-oaath-nopmc-withdot,5.24.1-nossp-sdbm-nopmc-withdot bash -c 'for i in {1..5}; do (/usr/bin/time -v cpanm -q /tmp/Dist-Zilla-6.009.tar.gz ); done'
5.25.10-nossp-sip13-nopmc-withdot
==========
Successfully installed Dist-Zilla-6.009
1 distribution installed
Command being timed: "cpanm -q /tmp/Dist-Zilla-6.009.tar.gz"
User time (seconds): 58.95
System time (seconds): 6.29
Percent of CPU this job got: 98%
Elapsed (wall clock) time (h:mm:ss or m:ss): 1:06.29
perlbrew exec --with=5.25.10-nossp-sip13-nopmc-withdot,5.25.10-nossp-sip13h-nopmc-withdot,5.25.10-nossp-oaath-nopmc-withdot,5.24.1-nossp-oaath-nopmc-withdot,5.24.1-nossp-sdbm-nopmc-withdot bash -c 'for i in {1..5}; do ( /usr/bin/time cpanm -q /tmp/Moose-2.2004.tar.gz ); done '
5.25.10-nossp-sip13-nopmc-withdot
==========
Successfully installed Moose-2.2004
1 distribution installed
134.09user 16.21system 2:27.25elapsed 102%CPU (0avgtext+0avgdata 40544maxresident)k
0inputs+21776outputs (0major+2766251minor)pagefaults 0swaps
Successfully installed Moose-2.2004
1 distribution installed
150.77user 18.57system 2:45.66elapsed 102%CPU (0avgtext+0avgdata 40476maxresident)k
#!perl
use strict;
use warnings;
# Usage: qdep.pl cat/pn # list of unique atoms that depend ( excluding blockers )
#
# Diagnosing problems:
#
# DIAGNOSIS=1 qdep.pl cat/pn
use strict;
use warnings;
use PIR;
use POSIX qw( O_RDONLY );
# The following values should be extracted from a .ph file, but my personal
# experience has shown me that gives the wrong results and yeilds lots of INVALID IOCTL garbage
# This can't be gotten from a .ph file, for some reason I can't work out yet
use constant _ULONG_MAX => 2147483647;