Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save karenetheridge/2bfac834e063f5316dd698c35847b4ab to your computer and use it in GitHub Desktop.
Save karenetheridge/2bfac834e063f5316dd698c35847b4ab to your computer and use it in GitHub Desktop.
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 \
\
ld: warning: object file (Check.o) was built for newer OSX version (10.12) than being linked (10.4)
chmod 755 blib/arch/auto/B/Hooks/OP/Check/Check.bundle
Manifying 1 pod document
"/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
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/25.12@std/lib/perl5/darwin-2level/B/Hooks/OP/Check/Install/Files.pm
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/25.12@std/lib/perl5/darwin-2level/B/Hooks/OP/Check/Install/hook_op_check.h
Installing /Volumes/amaretto/Users/ether/.perlbrew/libs/25.12@std/lib/perl5/darwin-2level/B/Hooks/OP/Check.pm
Appending installation info to /Volumes/amaretto/Users/ether/.perlbrew/libs/25.12@std/lib/perl5/darwin-2level/perllocal.pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment