Created
June 12, 2015 09:12
-
-
Save kaworu/68201d991eb9cd47b8bd to your computer and use it in GitHub Desktop.
make build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings -DPIC -fPIC pp_pack.c | |
| cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings -DPIC -fPIC pp_sort.c | |
| cc -c -DPERL_CORE -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector -std=c89 -O2 -Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compat -Wwrite-strings -DPIC -fPIC caretx.c | |
| LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib -f write_buildcustomize.pl | |
| LD_LIBRARY_PATH=/usr/src/gnu/usr.bin/perl/obj ./miniperl -Ilib configpm | |
| written lib/Config.pod | |
| Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h | |
| Cleaning current config before rebuilding Makefile... | |
| make -f Makefile.old clean > /dev/null 2>&1 | |
| ../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTALLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.so.17.0" | |
| Generating a Unix-style Makefile | |
| Writing Makefile for Archive::Tar | |
| ==> Your Makefile has been rebuilt. <== | |
| ==> Please rerun the make command. <== | |
| false | |
| *** Error 1 in /usr/obj/gnu/usr.bin/perl/cpan/Archive-Tar (Makefile:743 'Makefile') | |
| Unsuccessful make(cpan/Archive-Tar): code=256 at make_ext.pl line 561. | |
| *** Error 25 in gnu/usr.bin/perl/obj (makefile:623 'cpan/Archive-Tar/pm_to_blib') | |
| *** Error 1 in gnu/usr.bin/perl (Makefile.bsd-wrapper:72 'perl.build') | |
| *** Error 1 in gnu/usr.bin (<bsd.subdir.mk>:48 'all') | |
| *** Error 1 in gnu (<bsd.subdir.mk>:48 'all') | |
| *** Error 1 in . (<bsd.subdir.mk>:48 'all') | |
| *** Error 1 in /usr/src (Makefile:82 'build') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment