Skip to content

Instantly share code, notes, and snippets.

@rien333
Created August 13, 2017 18:10
Show Gist options
  • Save rien333/efabf2201d33d6ea865732b2e59380f5 to your computer and use it in GitHub Desktop.
Save rien333/efabf2201d33d6ea865732b2e59380f5 to your computer and use it in GitHub Desktop.
picoc on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for picoc on macOS 10.12.6
Build date: 2017-08-13 20:08:25
HOMEBREW_VERSION: 1.3.1
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 69799d97b1e7314912b2ee234dec2c179c5fb969
Last commit: 6 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 543d8e9b27b9bb25ce4491773684c30c8cb66dcc
Core tap last commit: 44 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
Homebrew Ruby: 2.0.0-p648
Clang: 8.1 build 802
Git: 2.14.1 => /usr/local/bin/git
Perl: /usr/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_73, 1.6.0_65-b14-468
macOS: 10.12.6-x86_64
Xcode: 8.3.3
CLT: 8.3.2.0.1.1492020469
X11: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/opt/ImageMagick/bin/Magick++-config
/opt/ImageMagick/bin/Magick-config
/opt/ImageMagick/bin/MagickCore-config
/opt/ImageMagick/bin/MagickWand-config
/opt/ImageMagick/bin/Wand-config
Warning: Putting non-prefixed coreutils in your path can cause gmp builds to fail.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libsox.3.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/python3.5m/pygame/_camera.h
/usr/local/include/python3.5m/pygame/_pygame.h
/usr/local/include/python3.5m/pygame/_surface.h
/usr/local/include/python3.5m/pygame/bitmask.h
/usr/local/include/python3.5m/pygame/camera.h
/usr/local/include/python3.5m/pygame/fastevents.h
/usr/local/include/python3.5m/pygame/font.h
/usr/local/include/python3.5m/pygame/freetype.h
/usr/local/include/python3.5m/pygame/mask.h
/usr/local/include/python3.5m/pygame/mixer.h
/usr/local/include/python3.5m/pygame/pgarrinter.h
/usr/local/include/python3.5m/pygame/pgbufferproxy.h
/usr/local/include/python3.5m/pygame/pgcompat.h
/usr/local/include/python3.5m/pygame/pgopengl.h
/usr/local/include/python3.5m/pygame/pygame.h
/usr/local/include/python3.5m/pygame/scrap.h
/usr/local/include/python3.5m/pygame/surface.h
/usr/local/include/sox.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libpixman-1.la
/usr/local/lib/libsox.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse-ext2.pc
/usr/local/lib/pkgconfig/sox.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libsox.a
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
dosbox-x
mercurial
qemu
scipy
sdl
sox
Warning: Some keg-only formula are linked into the Cellar.
Linking a keg-only formula, such as gettext, into the cellar with
`brew link <formula>` will cause other formulae to detect them during
the `./configure` step. This may cause problems when compiling those
other formulae.
Binaries provided by keg-only formulae may override system binaries
with other strange results.
You may wish to `brew unlink` these brews:
ncurses
openblas
homebrew/science/opencv3
2017-08-13 20:08:25 +0200
make
CC=clang
CFLAGS= -DUNIX_HOST
clang -DUNIX_HOST -c -o picoc.o picoc.c
clang -DUNIX_HOST -c -o table.o table.c
clang -DUNIX_HOST -c -o lex.o lex.c
clang -DUNIX_HOST -c -o parse.o parse.c
clang -DUNIX_HOST -c -o expression.o expression.c
clang -DUNIX_HOST -c -o heap.o heap.c
clang -DUNIX_HOST -c -o type.o type.c
clang -DUNIX_HOST -c -o variable.o variable.c
clang -DUNIX_HOST -c -o clibrary.o clibrary.c
clang -DUNIX_HOST -c -o platform.o platform.c
clang -DUNIX_HOST -c -o include.o include.c
clang -DUNIX_HOST -c -o platform/platform_unix.o platform/platform_unix.c
clang -DUNIX_HOST -c -o platform/library_unix.o platform/library_unix.c
clang -DUNIX_HOST -c -o cstdlib/stdio.o cstdlib/stdio.c
clang -DUNIX_HOST -c -o cstdlib/math.o cstdlib/math.c
clang -DUNIX_HOST -c -o cstdlib/string.o cstdlib/string.c
clang -DUNIX_HOST -c -o cstdlib/stdlib.o cstdlib/stdlib.c
clang -DUNIX_HOST -c -o cstdlib/time.o cstdlib/time.c
clang -DUNIX_HOST -c -o cstdlib/errno.o cstdlib/errno.c
clang -DUNIX_HOST -c -o cstdlib/ctype.o cstdlib/ctype.c
clang -DUNIX_HOST -c -o cstdlib/stdbool.o cstdlib/stdbool.c
clang -DUNIX_HOST -c -o cstdlib/unistd.o cstdlib/unistd.c
clang -DUNIX_HOST -o picoc picoc.o table.o lex.o parse.o expression.o heap.o type.o variable.o clibrary.o platform.o include.o platform/platform_unix.o platform/library_unix.o cstdlib/stdio.o cstdlib/math.o cstdlib/string.o cstdlib/stdlib.o cstdlib/time.o cstdlib/errno.o cstdlib/ctype.o cstdlib/stdbool.o cstdlib/unistd.o -lm -lreadline
clang called with: -DUNIX_HOST -c -o picoc.o picoc.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o picoc.o picoc.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o table.o table.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o table.o table.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o lex.o lex.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o lex.o lex.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o parse.o parse.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o parse.o parse.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o expression.o expression.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o expression.o expression.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o heap.o heap.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o heap.o heap.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o type.o type.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o type.o type.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o variable.o variable.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o variable.o variable.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o clibrary.o clibrary.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o clibrary.o clibrary.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o platform.o platform.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o platform.o platform.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o include.o include.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o include.o include.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o platform/platform_unix.o platform/platform_unix.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o platform/platform_unix.o platform/platform_unix.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o platform/library_unix.o platform/library_unix.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o platform/library_unix.o platform/library_unix.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/stdio.o cstdlib/stdio.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/stdio.o cstdlib/stdio.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/math.o cstdlib/math.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/math.o cstdlib/math.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/string.o cstdlib/string.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/string.o cstdlib/string.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/stdlib.o cstdlib/stdlib.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/stdlib.o cstdlib/stdlib.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/time.o cstdlib/time.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/time.o cstdlib/time.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/errno.o cstdlib/errno.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/errno.o cstdlib/errno.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/ctype.o cstdlib/ctype.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/ctype.o cstdlib/ctype.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/stdbool.o cstdlib/stdbool.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/stdbool.o cstdlib/stdbool.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -c -o cstdlib/unistd.o cstdlib/unistd.c
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -c -o cstdlib/unistd.o cstdlib/unistd.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
clang called with: -DUNIX_HOST -o picoc picoc.o table.o lex.o parse.o expression.o heap.o type.o variable.o clibrary.o platform.o include.o platform/platform_unix.o platform/library_unix.o cstdlib/stdio.o cstdlib/math.o cstdlib/string.o cstdlib/stdlib.o cstdlib/time.o cstdlib/errno.o cstdlib/ctype.o cstdlib/stdbool.o cstdlib/unistd.o -lm -lreadline
superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -pipe -w -Os -march=native -DUNIX_HOST -o picoc picoc.o table.o lex.o parse.o expression.o heap.o type.o variable.o clibrary.o platform.o include.o platform/platform_unix.o platform/library_unix.o cstdlib/stdio.o cstdlib/math.o cstdlib/string.o cstdlib/stdlib.o cstdlib/time.o cstdlib/errno.o cstdlib/ctype.o cstdlib/stdbool.o cstdlib/unistd.o -lm -lreadline -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment