Last active
September 3, 2017 06:31
-
-
Save orgads/f173b8debb00c90b92bc01fb70cdd060 to your computer and use it in GitHub Desktop.
This file contains 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
==> Making package: ncurses 6.0.20170527-2 (Sun, Sep 03, 2017 9:20:51 AM) | |
==> Checking runtime dependencies... | |
==> Checking buildtime dependencies... | |
==> Retrieving sources... | |
-> Found ncurses-6.0.20170527.tar.gz | |
-> Found 0001-CRITICAL-fix-return-value-of-drv_CanHandle-on-unknow.patch | |
==> WARNING: Skipping verification of source file PGP signatures. | |
==> Validating source files with sha256sums... | |
ncurses-6.0.20170527.tar.gz ... Passed | |
0001-CRITICAL-fix-return-value-of-drv_CanHandle-on-unknow.patch ... Passed | |
==> Extracting sources... | |
-> Extracting ncurses-6.0.20170527.tar.gz with bsdtar | |
==> Starting prepare()... | |
patching file ncurses/tinfo/tinfo_driver.c | |
Hunk #1 succeeded at 144 with fuzz 2 (offset 31 lines). | |
==> Removing existing $pkgdir/ directory... | |
==> Starting build()... | |
+ cd /usr/src/MSYS2-packages/ncurses/src/ncurses-6.0-20170527 | |
+ ./configure --build=x86_64-pc-msys --with-install-prefix=/usr --without-ada --with-shared --with-cxx-shared --with-normal --without-debug --disable-relink --disable-rpath --with-ticlib --without-termlib --enable-widec --enable-ext-colors --enable-ext-mouse --enable-sp-funcs --with-wrap-prefix=ncwrap_ --enable-sigwinch --enable-term-driver --enable-colorfgbg --enable-tcap-names --disable-termcap --disable-mixed-case --with-pkg-config --enable-pc-files --with-manpage-format=normal --with-manpage-aliases --with-default-terminfo-dir=/usr/share/terminfo --enable-echo --mandir=/usr/share/man --includedir=/usr/include/ncursesw --with-build-cflags=-D_XOPEN_SOURCE_EXTENDED --with-pkg-config-libdir=/usr/lib/pkgconfig | |
+ as_cr_letters=abcdefghijklmnopqrstuvwxyz | |
+ as_cr_LETTERS=ABCDEFGHIJKLMNOPQRSTUVWXYZ | |
+ as_cr_Letters=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ | |
+ as_cr_digits=0123456789 | |
+ as_cr_alnum=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 | |
+ as_tr_sh='sed y%*+%pp%;s%[^_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]%_%g' | |
+ set -o posix | |
++ echo ./configure | |
++ sed 's,.*[\/],,' | |
+ as_me=configure | |
+ expr a : '\(a\)' | |
+ as_expr=expr | |
+ rm -f conf14312 conf14312.exe conf14312.file | |
+ echo | |
+ ln -s conf14312.file conf14312 | |
+ test -f conf14312.exe | |
+ as_ln_s='ln -s' | |
+ rm -f conf14312 conf14312.exe conf14312.file | |
+ as_executable_p='test -f' | |
+ as_unset=unset | |
+ unset LANG | |
+ unset LC_ALL | |
+ unset LC_TIME | |
+ unset LC_CTYPE | |
+ eval 'with_install_prefix='\''/usr'\''' | |
++ with_install_prefix=/usr | |
+ for ac_option in "$@" | |
+ test -n '' | |
++ expr x--without-ada : 'x[^=]*=\(.*\)' | |
+ ac_optarg= | |
++ error_function build | |
++ [[ -p '' ]] | |
++ (( ! BASH_SUBSHELL )) | |
+++ gettext 'A failure occurred in %s().' | |
+++ /usr/bin/gettext 'A failure occurred in %s().' | |
++ error 'A failure occurred in %s().' build | |
++ local 'mesg=A failure occurred in %s().' | |
++ shift | |
+++ gettext ERROR: | |
+++ /usr/bin/gettext ERROR: | |
++ printf '==> ERROR: A failure occurred in %s().\n' build | |
==> ERROR: A failure occurred in build(). | |
+++ gettext Aborting... | |
+++ /usr/bin/gettext Aborting... | |
++ plain Aborting... | |
++ local mesg=Aborting... | |
++ shift | |
++ printf ' Aborting...\n' | |
Aborting... | |
++ exit 2 | |
+ clean_up | |
+ local EXIT_CODE=2 | |
+ (( ! EXIT_CODE && CLEANUP )) | |
+ remove_deps | |
+ (( ! RMDEPS )) | |
+ return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment