Skip to content

Instantly share code, notes, and snippets.

Created April 13, 2016 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2296d06756be9fcaf8d4188dd154bfec to your computer and use it in GitHub Desktop.
Save anonymous/2296d06756be9fcaf8d4188dd154bfec to your computer and use it in GitHub Desktop.
dcraw on Mac OS X 10.10 - Homebrew build logs
Homebrew build logs for dcraw on Mac OS X 10.10
Build date: 2016-04-13 11:22:51
HOMEBREW_VERSION: 0.9.9
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 4e8c6e633c3c746299169a9792ec3297099575af
Last commit: 19 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: ed596a1e5e26408ff04ad765274074efbfc4c272
Core tap last commit: 4 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit ivybridge
OS X: 10.10-x86_64
Xcode: N/A
CLT: 7.2.0.0.1.1447826929
Clang: 7.0 build 700
X11: N/A
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/rahul/.rvm/rubies/ruby-2.2.3/bin/ruby
Java: 1.7.0_79, 1.6.0_65-b14-468
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: You have an outdated version of /usr/bin/install_name_tool installed.
This will cause binary package installations to fail.
This can happen if you install osx-gcc-installer or RailsInstaller.
To restore it, you must reinstall OS X or restore the binary from
the OS packages.
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/libtcl8.6.dylib
/usr/local/lib/libtk8.6.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/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/mysqlStubs.h
/usr/local/include/odbcStubs.h
/usr/local/include/pqStubs.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
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/tcl.pc
/usr/local/lib/pkgconfig/tk.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/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
2016-04-13 11:22:51 +0530
clang
-o
dcraw
-I/usr/local/include -L/usr/local/lib
dcraw.c
-lm
-ljpeg
-llcms2
-ljasper
dcraw.c:1003:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else ip[col][c] = (ip[col-width][c] + ip[col+width][c] + 1) >> 1;
^
dcraw.c:9426:41: warning: data argument not used by format string [-Wformat-extra-args]
_("Converting to %s colorspace...\n"), name[output_color-1]);
^
dcraw.c:10106:44: warning: adding 'unsigned int' to a string does not append to the string [-Wstring-plus-int]
write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5;
~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
dcraw.c:10106:44: note: use array indexing to silence this warning
write_ext = ".pgm\0.ppm\0.ppm\0.pam" + colors*5-5;
^
& [ ]
3 warnings generated.
clang called with: -o dcraw -I/usr/local/include -L/usr/local/lib dcraw.c -lm -ljpeg -llcms2 -ljasper
superenv added: -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 -o dcraw -I/usr/local/include -L/usr/local/lib dcraw.c -lm -ljpeg -llcms2 -ljasper -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