Skip to content

Instantly share code, notes, and snippets.

View karenetheridge's full-sized avatar
💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"

Karen Etheridge karenetheridge

💭
🇹🇼🇭🇰🇺🇦"The only person who ever got his work done by Friday was Robinson Crusoe"
View GitHub Profile
@karenetheridge
karenetheridge / gist:2bfac834e063f5316dd698c35847b4ab
Created May 12, 2017 08:53
garu - cannot reproduce B::Hooks::OP::Check issue. do you see B::Hooks::OP::Check::Install::Files being installed?
: [ether@jaeger 1494578091.9720/B-Hooks-OP-Check-0.21]$; perl Makefile.PL && make && make install
Generating a Unix-style Makefile
Writing Makefile for B::Hooks::OP::Check
Writing MYMETA.yml and MYMETA.json
Running Mkbootstrap for Check ()
chmod 644 "Check.bs"
"/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/25.12/bin/perl5.25.12" -MExtUtils::Command::MM -e 'cp_nonempty' -- Check.bs blib/arch/auto/B/Hooks/OP/Check/Check.bs 644
cc -c -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector-strong -I/opt/local/include -O3 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" "-I/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/25.12/lib/5.25.12/darwin-2level/CORE" Check.c
rm -f blib/arch/auto/B/Hooks/OP/Check/Check.bundle
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/opt/local/lib -fstack-protector-strong Check.o -o blib/arch/auto/B/Hooks/OP/Check/Check.bundle \
: [ether@jaeger ~]$; cpanm LWP::Protocol::https
--> Working on LWP::Protocol::https
Fetching http://mirrors.gossamer-threads.com/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz ... ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
FAIL
! Download http://mirrors.gossamer-threads.com/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz failed. Retrying ...
ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
! Download http://mirrors.gossamer-threads.com/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz failed. Retrying ...
ERROR: LWP will support https URLs if the LWP::Protocol::https module is installed.
! Download http://mirrors.gossamer-threads.com/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz failed. Retrying ...
! Failed to download http://mirrors.gossamer-threads.com/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.07.tar.gz
11:08 < ether> I have a message from the Perl QA Hackathon! Could System::Info be made into a debian package? is there a proper channel for making this request?
11:10 < Dom> the official way is to email the bug tracking system with an 'RFP'
11:10 < Dom> using reportbug on a debian system, or https://www.debian.org/devel/wnpp/#l2
11:10 < Dom> X-Debbugs-Cc: [email protected]
11:11 < Dom> or, persuade someone here to take care of it :)
11:15 < axhn> Or: Learn the packaging skill and find a sponsor who will do the upload
11:15 < Dom> quite
13:17 < carandraug> ether: did you open a RFP?
13:19 < ether> did not see the response until just now; I shall do so
13:19 < ether> ..or have the person making the request do so :)
11:08 < ether> I have a message from the Perl QA Hackathon! Could System::Info be made into a debian package? is there a proper channel for making this request?
11:10 < Dom> the official way is to email the bug tracking system with an 'RFP'
11:10 < Dom> using reportbug on a debian system, or https://www.debian.org/devel/wnpp/#l2
11:10 < Dom> X-Debbugs-Cc: [email protected]
11:11 < Dom> or, persuade someone here to take care of it :)
11:15 < axhn> Or: Learn the packaging skill and find a sponsor who will do the upload
11:15 < Dom> quite
13:17 < carandraug> ether: did you open a RFP?
13:19 < ether> did not see the response until just now; I shall do so
13:19 < ether> ..or have the person making the request do so :)
@karenetheridge
karenetheridge / master.out
Created September 24, 2016 19:07
Cody-TidyAll test results
# Failed test 'root_dir'
# at t/lib/Test/Code/TidyAll/Basic.pm line 485.
# (in Test::Code::TidyAll::Basic->test_cli)
# ' {backup_ttl => '15m',plugins => {},root_dir => '/private/tmp/Code-TidyAll-vD2j',verbose => 1}'
# doesn't match '(?^:root_dir\ \=\>\ \'\/tmp\/Code\-TidyAll\-vD2j\')'
# Failed test 'pipe: stdin tidied'
# at t/lib/Test/Code/TidyAll/Basic.pm line 527.
# (in Test::Code::TidyAll::Basic->test_cli)
: [ether@jaeger git/Sub-Name]$; perl Makefile.PL && make
********************************* WARNING **********************************
This module uses Dist::Zilla for development. This Makefile.PL will let you
run the tests, but you are encouraged to install Dist::Zilla and the needed
plugins if you intend on doing any serious hacking.
****************************************************************************
: [ether@jaeger 1466462308.21587/OpenGL-0.6704_06]$; perl Makefile.PL
glversion.c:36:3: warning: 'glutInit' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
glutInit(&argc, argv);
^
/System/Library/Frameworks/GLUT.framework/Headers/glut.h:431:22: note: 'glutInit' has been explicitly marked deprecated here
extern void APIENTRY glutInit(int *argcp, char **argv) OPENGL_DEPRECATED(10_0, 10_9);
^
glversion.c:37:3: warning: 'glutInitWindowSize' is deprecated: first deprecated in OS X 10.9 [-Wdeprecated-declarations]
glutInitWindowSize(1,1);
^
@karenetheridge
karenetheridge / libapache2-mod-perl2 contents
Created June 14, 2016 17:33
Files are missing in libapache2-mod-perl2 that are present in mod_perl-2.0.9 on cpan, and are needed (Apache::SizeLimit::Core is called from Apache2::SizeLimit)
dpkg-query -L libapache2-mod-perl2 | grep '\/Apache\/'
/usr/lib/perl5/Apache/TestRun.pm
/usr/lib/perl5/Apache/TestClient.pm
/usr/lib/perl5/Apache/TestMM.pm
/usr/lib/perl5/Apache/TestCommonPost.pm
/usr/lib/perl5/Apache/TestConfigParrot.pm
/usr/lib/perl5/Apache/TestRunPHP.pm
/usr/lib/perl5/Apache/Test.pm
/usr/lib/perl5/Apache/TestConfigC.pm
/usr/lib/perl5/Apache/TestServer.pm
#!/usr/bin/env perl
use strict;
use warnings;
# PODNAME: command-line utility to nopaste
use App::Nopaste::Command;
if (my $url = App::Nopaste::Command->new_with_options->run) {
print $url;
print "\n";
@karenetheridge
karenetheridge / gist:c5c36d5b30357f163d9d
Created June 25, 2015 18:08
ether's notes on File::Slurp removal
File::Slurp:
PAUSE-Permissions <-- send PR
Test-Inline <-- send PR (need github repo) -- it is at https://github.com/TheOpenRepository/Test-Inline
Parse-CPAN-Packages
CGI-FormBuilder-Source-Perl-0.01
Perl-Version-1.013
Pod-Readme-v1.1.2
Test-Name-FromLine-0.13
Daemon::Generic - runtime