Checking if your kit is complete... Looks good Subroutine MY::postamble redefined at ./Makefile.PL line 232. Generating a Unix-style Makefile Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json # using "ldd" to find shared libraries needed by ./par cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm cp lib/pp.pm blib/lib/pp.pm cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm make[1]: Entering directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' Makefile:862: warning: overriding recipe for target '.c.o' Makefile:340: warning: ignoring old recipe for target '.c.o' "/usr/bin/perl" par_pl2c.pl my_par_pl < ../script/par.pl > my_par_pl.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -DBYTEORDER=0x12345678 -DU64TYPE="unsigned long" sha1.c cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection main.c In file included from main.c:51: mktmpdir.c: In function ‘par_mktmpdir’: mktmpdir.c:226:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 226 | read(f, buf, 6); | ^~~~~~~~~~~~~~~ mktmpdir.c:231:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 231 | read(f, buf, 41); | ^~~~~~~~~~~~~~~~ cc main.o sha1.o -s -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.34/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.34/core_perl/CORE -lperl -lpthread -ldl -lm -lcrypt -lutil -lc -o ./par true "/usr/bin/perl" encode_append.pl Dynamic.in ./par Dynamic.pm "/usr/bin/perl" embed_files.pl -c 32768 ./par ldd "/usr/lib/perl5/5.34/core_perl/CORE/libperl.so" > boot_embedded_files.c # using method ldd to find files to embed # embedding "./par" as "par" # embedding "/usr/lib/perl5/5.34/core_perl/CORE/libperl.so" as "libperl.so" cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl5/5.34/core_perl/CORE -DLDLIBPTHNAME=\"LD_LIBRARY_PATH\" -DPARL_EXE=\"parl\" -DPAR_PACKER_VERSION=\"1.054\" -march=rv64gc -mabi=lp64d -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection boot.c In file included from boot.c:12: mktmpdir.c: In function ‘par_mktmpdir’: mktmpdir.c:226:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 226 | read(f, buf, 6); | ^~~~~~~~~~~~~~~ mktmpdir.c:231:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 231 | read(f, buf, 41); | ^~~~~~~~~~~~~~~~ cc boot.o sha1.o -s -Wl,-E -Wl,-rpath,/usr/lib/perl5/5.34/core_perl/CORE -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fstack-protector-strong -L/usr/local/lib -L/usr/lib/perl5/5.34/core_perl/CORE -lpthread -ldl -lm -lcrypt -lutil -lc -o ./boot true "/usr/bin/perl" encode_append.pl Static.in ./boot Static.pm cp Dynamic.pm ../blib/lib/PAR/StrippedPARL/Dynamic.pm cp Static.pm ../blib/lib/PAR/StrippedPARL/Static.pm "/usr/bin/perl" -Mblib=.. run_with_inc.pl ./boot -q -B -Oparl "/usr/bin/perl" -Mblib=.. run_with_inc.pl ./par -q -B -Oparldyn cp parldyn ../blib/script/parldyn true ../blib/script/parldyn cp parl ../blib/script/parl true ../blib/script/parl make[1]: Leaving directory '/build/perl-par-packer/src/PAR-Packer-1.054/myldr' cp script/par.pl blib/script/par.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/par.pl cp script/pp blib/script/pp "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pp cp script/tkpp blib/script/tkpp "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tkpp Manifying 4 pod documents Manifying 10 pod documents