Advertisement
juanjosepablos

Untitled

May 3rd, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. cheche@casa:/openwrt$ make -C /openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1
  2. make: Entering directory '/openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1'
  3. /bin/ln -s /openwrt/staging_dir/hostpkg/usr/bin/generate_uudmap generate_uudmap
  4. /bin/ln -s /openwrt/staging_dir/hostpkg/usr/bin/perl miniperl
  5. LD_LIBRARY_PATH=/openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1 ./miniperl -w -Ilib -I. -Idist/Exporter/lib -MExporter -e '<?>' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1'
  6. Can't locate File/Glob.pm in @INC (you may need to install the File::Glob module) (@INC contains: lib . dist/Exporter/lib ./../lib/perl5/site_perl/5.28.1/x86_64-linux ./../lib/perl5/site_perl/5.28.1 ./../lib/perl5/5.28.1/x86_64-linux ./../lib/perl5/5.28.1) at -e line 1.
  7. BEGIN failed--compilation aborted at -e line 1.
  8. Failed to build miniperl. Please run make minitest
  9. make: *** [makefile:363: lib/buildcustomize.pl] Error 1
  10. make: Leaving directory '/openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1'
  11. cheche@casa:/openwrt$ find /openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1 -name Glob.pm
  12. /openwrt/build_dir/target-mips_mips32_musl/perl/perl-5.28.1/ext/File-Glob/Glob.pm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement