Created
July 25, 2018 12:11
-
-
Save black-snow/a3f6b2f4fb8f50fb3657ee4f335a5842 to your computer and use it in GitHub Desktop.
optipng on Ubuntu 16.04.5 LTS - Homebrew build logs
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
| Homebrew build logs for optipng on Ubuntu 16.04.5 LTS | |
| Build date: 2018-07-25 14:06:27 |
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
| HOMEBREW_VERSION: 1.7.0 | |
| ORIGIN: https://github.com/Linuxbrew/brew | |
| HEAD: 400af242fd7252edc461dba473961097507eed48 | |
| Last commit: 4 days ago | |
| Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
| Core tap HEAD: 2b0e0519ad671a5bcaa725561d92c7d874572f58 | |
| Core tap last commit: 4 days ago | |
| HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
| HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
| HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
| HOMEBREW_CACHE: /home/rbergmann/.cache/Homebrew | |
| HOMEBREW_BOTTLE_DEFAULT_DOMAIN_LINUX: https://linuxbrew.bintray.com | |
| HOMEBREW_BOTTLE_DEFAULT_DOMAIN_MACOS: https://homebrew.bintray.com | |
| HOMEBREW_GITHUB_API_TOKEN: set | |
| HOMEBREW_VISUAL: vim | |
| CPU: quad-core 64-bit haswell | |
| Homebrew Ruby: 2.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
| Clang: N/A | |
| Git: 2.7.4 => /usr/bin/git | |
| Curl: 7.47.0 => /usr/bin/curl | |
| Java: N/A | |
| Kernel: Linux 4.4.0-17134-Microsoft x86_64 GNU/Linux | |
| OS: Ubuntu 16.04.5 LTS (xenial) | |
| Host glibc: 2.23 | |
| /usr/bin/gcc: 5.4.0 | |
| glibc: N/A | |
| gcc: 5.5.0_4 | |
| xorg: N/A |
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
| Your system is ready to brew. |
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
| optipng |
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
| 2018-07-25 14:06:26 +0200 | |
| ./configure | |
| --with-system-zlib | |
| --prefix=/home/linuxbrew/.linuxbrew/Cellar/optipng/0.7.7 | |
| --mandir=/home/linuxbrew/.linuxbrew/Cellar/optipng/0.7.7/share/man | |
| Checking for gcc-5... | |
| Using pre-configured libpng... | |
| Checking for system zlib... |
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
| gcc-5 called with: -c conftest10535.c | |
| superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
| superenv executed: gcc-5 -c conftest10535.c -isystem/home/linuxbrew/.linuxbrew/include | |
| gcc-5 called with: -c -O2 -Wall -Wextra conftest10535.c | |
| superenv added: -isystem/home/linuxbrew/.linuxbrew/include | |
| superenv executed: gcc-5 -c -O2 -Wall -Wextra conftest10535.c -isystem/home/linuxbrew/.linuxbrew/include | |
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
| 2018-07-25 14:06:27 +0200 | |
| make | |
| install | |
| cd src/optipng && \ | |
| make install && \ | |
| cd ../.. | |
| make[1]: Entering directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/optipng' | |
| cd ../libpng && \ | |
| make -f Makefile PNGLIBCONF_H_PREBUILT=pnglibconf.h.optipng && \ | |
| cd ../optipng | |
| cd ../gifread && \ | |
| make -f Makefile libgifread.a && \ | |
| cd ../optipng | |
| cd ../pnmio && \ | |
| make -f Makefile libpnmio.a && \ | |
| cd ../optipng | |
| cd ../minitiff && \ | |
| make -f Makefile libminitiff.a && \ | |
| cd ../optipng | |
| make[2]: Entering directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/libpng' | |
| cp pnglibconf.h.optipng pnglibconf.h | |
| make[2]: Entering directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/gifread' | |
| gcc-5 -c -O2 -Wall -Wextra -o gifread.o gifread.c | |
| make[2]: Entering directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/pnmio' | |
| gcc-5 -c -O2 -Wall -Wextra -o pnmin.o pnmin.c | |
| make[2]: Entering directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/minitiff' | |
| gcc-5 -c -O2 -Wall -Wextra -o tiffread.o tiffread.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o png.o png.c | |
| gcc-5 -c -O2 -Wall -Wextra -o pnmout.o pnmout.c | |
| gcc-5 -c -O2 -Wall -Wextra -o tiffutil.o tiffutil.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngerror.o pngerror.c | |
| ar cru libgifread.a gifread.o | |
| ar: `u' modifier ignored since `D' is the default (see `U') | |
| ranlib libgifread.a | |
| make[2]: Leaving directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/gifread' | |
| gcc-5 -c -O2 -Wall -Wextra -I../cexcept -I../libpng -I../opngreduc -I../pngxtern -o bitset.o bitset.c | |
| ar cru libminitiff.a tiffread.o tiffutil.o | |
| ar: `u' modifier ignored since `D' is the default (see `U') | |
| gcc-5 -c -O2 -Wall -Wextra -o pnmutil.o pnmutil.c | |
| ranlib libminitiff.a | |
| make[2]: Leaving directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/minitiff' | |
| gcc-5 -c -O2 -Wall -Wextra -I../cexcept -I../libpng -I../opngreduc -I../pngxtern -o ioutil.o ioutil.c | |
| ar cru libpnmio.a pnmin.o pnmout.o pnmutil.o | |
| gcc-5 -c -O2 -Wall -Wextra -I../cexcept -I../libpng -I../opngreduc -I../pngxtern -o ratio.o ratio.c | |
| ar: `u' modifier ignored since `D' is the default (see `U') | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngget.o pngget.c | |
| ranlib libpnmio.a | |
| make[2]: Leaving directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/pnmio' | |
| gcc-5 -c -O2 -Wall -Wextra -I../cexcept -I../libpng -I../opngreduc -I../pngxtern -o wildargs.o wildargs.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngmem.o pngmem.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngpread.o pngpread.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngread.o pngread.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngrio.o pngrio.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngrtran.o pngrtran.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngrutil.o pngrutil.c | |
| pngrtran.c:99:1: warning: ‘png_rtran_ok’ defined but not used [-Wunused-function] | |
| png_rtran_ok(png_structrp png_ptr, int need_IHDR) | |
| ^ | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngset.o pngset.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngtrans.o pngtrans.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngwio.o pngwio.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngwrite.o pngwrite.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngwtran.o pngwtran.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngwutil.o pngwutil.c | |
| gcc-5 -c -I../zlib -O2 -Wall -Wextra -o pngtest.o pngtest.c | |
| ar rcs libpng.a png.o pngerror.o pngget.o pngmem.o pngpread.o pngread.o pngrio.o pngrtran.o pngrutil.o pngset.o pngtrans.o pngwio.o pngwrite.o pngwtran.o pngwutil.o | |
| ranlib libpng.a | |
| gcc-5 -L../zlib -o pngtest pngtest.o libpng.a -lz -lm | |
| /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: cannot find -lz | |
| collect2: error: ld returned 1 exit status | |
| Makefile:66: recipe for target 'pngtest' failed | |
| make[2]: *** [pngtest] Error 1 | |
| make[2]: Leaving directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/libpng' | |
| Makefile:129: recipe for target '../libpng/libpng.a' failed | |
| make[1]: *** [../libpng/libpng.a] Error 2 | |
| make[1]: Leaving directory '/tmp/optipng-20180725-10486-c5ithd/optipng-0.7.7/src/optipng' | |
| Makefile:14: recipe for target 'install' failed | |
| make: *** [install] Error 2 | |
| HOMEBREW_VERSION: 1.7.0 | |
| ORIGIN: https://github.com/Linuxbrew/brew | |
| HEAD: 400af242fd7252edc461dba473961097507eed48 | |
| Last commit: 4 days ago | |
| Core tap ORIGIN: https://github.com/Linuxbrew/homebrew-core | |
| Core tap HEAD: 2b0e0519ad671a5bcaa725561d92c7d874572f58 | |
| Core tap last commit: 4 days ago | |
| HOMEBREW_PREFIX: /home/linuxbrew/.linuxbrew | |
| HOMEBREW_REPOSITORY: /home/linuxbrew/.linuxbrew/Homebrew | |
| HOMEBREW_CELLAR: /home/linuxbrew/.linuxbrew/Cellar | |
| HOMEBREW_CACHE: /home/rbergmann/.cache/Homebrew | |
| CPU: quad-core 64-bit haswell | |
| Homebrew Ruby: 2.3.7 => /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/portable-ruby/2.3.7/bin/ruby | |
| Clang: N/A | |
| Git: 2.7.4 => /usr/bin/git | |
| Curl: 7.47.0 => /usr/bin/curl | |
| Java: N/A | |
| Kernel: Linux 4.4.0-17134-Microsoft x86_64 GNU/Linux | |
| OS: Ubuntu 16.04.5 LTS (xenial) | |
| Host glibc: 2.23 | |
| /usr/bin/gcc: 5.4.0 | |
| glibc: N/A | |
| gcc: 5.5.0_4 | |
| xorg: N/A | |
| HOMEBREW_CC: gcc-5 | |
| HOMEBREW_CXX: g++-5 | |
| MAKEFLAGS: -j4 | |
| CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew | |
| ACLOCAL_PATH: /home/linuxbrew/.linuxbrew/share/aclocal | |
| PATH: /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super:/home/linuxbrew/.linuxbrew/opt/binutils/bin:/usr/bin:/bin:/usr/sbin:/sbin:/home/linuxbrew/.linuxbrew/opt/gcc/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment