Homebrew / homebrew-cask

🍻 A CLI workflow for the administration of macOS applications distributed as binaries
https://brew.sh
BSD 2-Clause "Simplified" License
20.94k stars 10.73k forks source link

gdbm 1.19 package expects libintl installed and doesn't check for it #100963

Closed mvilain closed 3 years ago

mvilain commented 3 years ago

Description of issue

gdbm 1.19 fails to upgrade because it expects libintl to be installed or configured with --disable-nls

==> Upgrading 1 outdated package: gdbm 1.18.1_1 -> 1.19 ==> Upgrading gdbm 1.18.1_1 -> 1.19 ==> Downloading https://ftp.gnu.org/gnu/gdbm/gdbm-1.19.tar.gz ######################################################################## 100.0% ==> ./configure --enable-libgdbm-compat --without-readline --prefix=/usr/local/Cellar/gdbm/1.19 ==> make install Last 15 lines from /Users/vilain/Library/Logs/Homebrew/gdbm/02.make: _print_version_only in libgdbmapp.a(parseopt.o) clang "_libintl_setlocale", referenced from: : error: _main in gdbmtool.o linker command failed with exit code 1 (use -v to see invocation) "_libintl_textdomain", referenced from: _main in gdbmtool.o clang: error: linker command failed with exit code 1 (use -v to see invocation) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [gdbm_load] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: [gdbm_dump] Error 1 make[2]: [gdbmtool] Error 1 make[1]: [install] Error 2 make: [install-recursive] Error 1

Command that failed

brew upgrade gdbm

Output of command with --verbose --debug

Updating Homebrew... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/core and homebrew/cask). ==> New Formulae cyrus-sasl ==> Updated Formulae Updated 43 formulae. ==> Updated Casks Updated 4 casks.

/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gdbm.rb Warning: You are using macOS 10.13. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version.

==> Upgrading 1 outdated package: gdbm 1.18.1_1 -> 1.19 ==> Upgrading gdbm 1.18.1_1 -> 1.19 ==> Downloading https://ftp.gnu.org/gnu/gdbm/gdbm-1.19.tar.gz /usr/bin/curl --disable --globoff --show-error --user-agent Homebrew/3.0.5\ (Macintosh\;\ Intel\ Mac\ OS\ X\ 10.13.6)\ curl/7.54.0 --header Accept-Language:\ en --retry 3 --location --silent --head --request GET https://ftp.gnu.org/gnu/gdbm/gdbm-1.19.tar.gz Already downloaded: /Users/vilain/Library/Caches/Homebrew/downloads/425dcfaa9eae3197d84e7cee5807298da63662fdc19d62c82dd427c1bf46979b--gdbm-1.19.tar.gz ==> Verifying checksum for '425dcfaa9eae3197d84e7cee5807298da63662fdc19d62c82dd427c1bf46979b--gdbm-1.19.tar.gz' rm /usr/local/bin/gdbm_dump rm /usr/local/bin/gdbm_load rm /usr/local/bin/gdbmtool rm /usr/local/include/dbm.h rm /usr/local/include/gdbm-ndbm.h rm /usr/local/include/gdbm.h rm /usr/local/lib/libgdbm.6.dylib rm /usr/local/lib/libgdbm.a rm /usr/local/lib/libgdbm.dylib rm /usr/local/lib/libgdbm_compat.4.dylib rm /usr/local/lib/libgdbm_compat.a rm /usr/local/lib/libgdbm_compat.dylib uninfo /usr/local/share/info/gdbm.info rm /usr/local/share/info/gdbm.info rm /usr/local/share/man/man1/gdbm_dump.1 rm /usr/local/share/man/man1/gdbm_load.1 rm /usr/local/share/man/man1/gdbmtool.1 rm /usr/local/share/man/man3/gdbm.3 /usr/local/Homebrew/Library/Homebrew/shims/scm/git --version /usr/bin/sandbox-exec -f /private/tmp/homebrew20210309-68171-12dq7w5.sb nice ruby -W1 -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gdbm.rb --verbose --debug tar xof /Users/vilain/Library/Caches/Homebrew/downloads/425dcfaa9eae3197d84e7cee5807298da63662fdc19d62c82dd427c1bf46979b--gdbm-1.19.tar.gz -C /private/tmp/d20210309-68172-z692lg cp -pR /private/tmp/d20210309-68172-z692lg/gdbm-1.19/. /private/tmp/gdbm-20210309-68172-o53rmm/gdbm-1.19 chmod -Rf +w /private/tmp/d20210309-68172-z692lg ==> ./configure --disable-dependency-tracking --disable-silent-rules --enable-libgdbm-compat --without-readline --prefix=/usr/local/Cellar/gdbm/1.19 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for gcc... clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking whether clang understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of clang... none checking how to run the C preprocessor... clang -E checking build system type... x86_64-apple-darwin17.7.0 checking host system type... x86_64-apple-darwin17.7.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin17.7.0 file names to x86_64-apple-darwin17.7.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.7.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from clang object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if clang supports -fno-rtti -fno-exceptions... yes checking for clang option to produce PIC... -fno-common -DPIC checking if clang PIC flag -fno-common -DPIC works... yes checking if clang static flag -static works... no checking if clang supports -c -o file.o... yes checking if clang supports -c -o file.o... (cached) yes checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -ll checking whether yytext is a pointer... yes checking for gzip... /usr/bin/gzip checking for base64... /usr/bin/base64 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for an ANSI C-conforming const... yes checking for unsigned long long int... yes checking for TLS qualifier... __thread checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for ld used by GCC... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... yes checking for CFLocaleCopyCurrent... yes checking for GNU gettext in libc... no checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for string.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for main in -ldbm... yes checking for main in -lndbm... no checking for ftruncate... yes checking for flock... yes checking for lockf... yes checking for fsync... yes checking for setlocale... yes checking for getopt_long... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for msync... yes checking for off_t... yes checking size of off_t... 8 checking for struct stat.st_blksize... yes checking for tputs in -lncurses... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/Makefile config.status: creating tests/atlocal config.status: creating po/Makefile.in config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gdbm.h config.status: creating doc/Makefile config.status: creating compat/Makefile config.status: creating autoconf.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing tests/atconfig commands config.status: executing status commands


GDBM settings summary:

Compatibility library ......................... yes Memory mapped I/O ............................. yes GNU Readline .................................. no Debugging support ............................. no


==> make install Making install in po installing da.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/da/LC_MESSAGES/gdbm.mo installing de.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/de/LC_MESSAGES/gdbm.mo installing eo.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/eo/LC_MESSAGES/gdbm.mo installing es.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/es/LC_MESSAGES/gdbm.mo installing fi.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/fi/LC_MESSAGES/gdbm.mo installing fr.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/fr/LC_MESSAGES/gdbm.mo installing ja.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/ja/LC_MESSAGES/gdbm.mo installing pl.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/pl/LC_MESSAGES/gdbm.mo installing pt_BR.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/pt_BR/LC_MESSAGES/gdbm.mo installing ru.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/ru/LC_MESSAGES/gdbm.mo installing sr.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/sr/LC_MESSAGES/gdbm.mo installing sv.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/sv/LC_MESSAGES/gdbm.mo installing uk.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/uk/LC_MESSAGES/gdbm.mo installing vi.gmo as /usr/local/Cellar/gdbm/1.19/share/locale/vi/LC_MESSAGES/gdbm.mo if test "gdbm" = "gettext-tools"; then \ ../build-aux/install-sh -c -d /usr/local/Cellar/gdbm/1.19/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /usr/local/Cellar/gdbm/1.19/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /usr/local/Cellar/gdbm/1.19/share/gettext/po/$file; \ done; \ else \ : ; \ fi Making install in src /Applications/Xcode.app/Contents/Developer/usr/bin/make install-am clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o err.o err.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o mem.o mem.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o parseopt.o parseopt.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o progname.o progname.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmclose.lo gdbmclose.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmcount.lo gdbmcount.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmdelete.lo gdbmdelete.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmdump.lo gdbmdump.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmerrno.lo gdbmerrno.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmexists.lo gdbmexists.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmexp.lo gdbmexp.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmfdesc.lo gdbmfdesc.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmfetch.lo gdbmfetch.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmload.lo gdbmload.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmopen.lo gdbmopen.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmimp.lo gdbmimp.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmreorg.lo gdbmreorg.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmseq.lo gdbmseq.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmsetopt.lo gdbmsetopt.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmstore.lo gdbmstore.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmsync.lo gdbmsync.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o base64.lo base64.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o bucket.lo bucket.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o falloc.lo falloc.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o findkey.lo findkey.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o fullio.lo fullio.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o hash.lo hash.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmerrno.c -fno-common -DPIC -o .libs/gdbmerrno.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmdelete.c -fno-common -DPIC -o .libs/gdbmdelete.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmreorg.c -fno-common -DPIC -o .libs/gdbmreorg.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmsetopt.c -fno-common -DPIC -o .libs/gdbmsetopt.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmclose.c -fno-common -DPIC -o .libs/gdbmclose.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmseq.c -fno-common -DPIC -o .libs/gdbmseq.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmfdesc.c -fno-common -DPIC -o .libs/gdbmfdesc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmload.c -fno-common -DPIC -o .libs/gdbmload.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmcount.c -fno-common -DPIC -o .libs/gdbmcount.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmexists.c -fno-common -DPIC -o .libs/gdbmexists.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmopen.c -fno-common -DPIC -o .libs/gdbmopen.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmdump.c -fno-common -DPIC -o .libs/gdbmdump.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmimp.c -fno-common -DPIC -o .libs/gdbmimp.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmexp.c -fno-common -DPIC -o .libs/gdbmexp.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmsync.c -fno-common -DPIC -o .libs/gdbmsync.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmstore.c -fno-common -DPIC -o .libs/gdbmstore.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o lock.lo lock.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c base64.c -fno-common -DPIC -o .libs/base64.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmfetch.c -fno-common -DPIC -o .libs/gdbmfetch.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c falloc.c -fno-common -DPIC -o .libs/falloc.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c bucket.c -fno-common -DPIC -o .libs/bucket.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c fullio.c -fno-common -DPIC -o .libs/fullio.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c hash.c -fno-common -DPIC -o .libs/hash.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c findkey.c -fno-common -DPIC -o .libs/findkey.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmreorg.c -o gdbmreorg.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmfetch.c -o gdbmfetch.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmcount.c -o gdbmcount.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmerrno.c -o gdbmerrno.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmclose.c -o gdbmclose.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmfdesc.c -o gdbmfdesc.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmstore.c -o gdbmstore.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmexists.c -o gdbmexists.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmdelete.c -o gdbmdelete.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmsync.c -o gdbmsync.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmseq.c -o gdbmseq.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmdump.c -o gdbmdump.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmexp.c -o gdbmexp.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c base64.c -o base64.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmsetopt.c -o gdbmsetopt.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmimp.c -o gdbmimp.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c falloc.c -o falloc.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c bucket.c -o bucket.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmopen.c -o gdbmopen.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c gdbmload.c -o gdbmload.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c lock.c -fno-common -DPIC -o .libs/lock.o /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o mmap.lo mmap.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c hash.c -o hash.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c fullio.c -o fullio.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o recover.lo recover.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c findkey.c -o findkey.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o update.lo update.c /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o version.lo version.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o datconv.o datconv.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gram.o gram.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o input-argv.o input-argv.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o input-file.o input-file.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o lex.o lex.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbmtool.o gdbmtool.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o var.o var.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o util.o util.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o input-std.o input-std.c clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbm_load.o gdbm_load.c libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c lock.c -o lock.o >/dev/null 2>&1 clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c -o gdbm_dump.o gdbm_dump.c rm -f libgdbmapp.a ar cru libgdbmapp.a err.o mem.o parseopt.o progname.o ranlib libgdbmapp.a libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c mmap.c -fno-common -DPIC -o .libs/mmap.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c recover.c -fno-common -DPIC -o .libs/recover.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c update.c -fno-common -DPIC -o .libs/update.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c version.c -fno-common -DPIC -o .libs/version.o libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c version.c -o version.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c update.c -o update.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c mmap.c -o mmap.o >/dev/null 2>&1 libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -DIN_GDBM -DLOCALEDIR=\"/usr/local/Cellar/gdbm/1.19/share/locale\" -g -O2 -c recover.c -o recover.o >/dev/null 2>&1 /bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -version-info 6:0:0 -o libgdbm.la -rpath /usr/local/Cellar/gdbm/1.19/lib gdbmclose.lo gdbmcount.lo gdbmdelete.lo gdbmdump.lo gdbmerrno.lo gdbmexists.lo gdbmexp.lo gdbmfdesc.lo gdbmfetch.lo gdbmload.lo gdbmopen.lo gdbmimp.lo gdbmreorg.lo gdbmseq.lo gdbmsetopt.lo gdbmstore.lo gdbmsync.lo base64.lo bucket.lo falloc.lo findkey.lo fullio.lo hash.lo lock.lo mmap.lo recover.lo update.lo version.lo -lintl -Wl,-framework -Wl,CoreFoundation -ldbm libtool: link: clang -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgdbm.6.dylib .libs/gdbmclose.o .libs/gdbmcount.o .libs/gdbmdelete.o .libs/gdbmdump.o .libs/gdbmerrno.o .libs/gdbmexists.o .libs/gdbmexp.o .libs/gdbmfdesc.o .libs/gdbmfetch.o .libs/gdbmload.o .libs/gdbmopen.o .libs/gdbmimp.o .libs/gdbmreorg.o .libs/gdbmseq.o .libs/gdbmsetopt.o .libs/gdbmstore.o .libs/gdbmsync.o .libs/base64.o .libs/bucket.o .libs/falloc.o .libs/findkey.o .libs/fullio.o .libs/hash.o .libs/lock.o .libs/mmap.o .libs/recover.o .libs/update.o .libs/version.o /usr/local/lib/libintl.a -liconv -lc -ldbm -g -O2 -Wl,-framework -Wl,CoreFoundation -install_name /usr/local/Cellar/gdbm/1.19/lib/libgdbm.6.dylib -compatibility_version 7 -current_version 7.0 -Wl,-single_module libtool: link: (cd ".libs" && rm -f "libgdbm.dylib" && ln -s "libgdbm.6.dylib" "libgdbm.dylib") libtool: link: ar cru .libs/libgdbm.a gdbmclose.o gdbmcount.o gdbmdelete.o gdbmdump.o gdbmerrno.o gdbmexists.o gdbmexp.o gdbmfdesc.o gdbmfetch.o gdbmload.o gdbmopen.o gdbmimp.o gdbmreorg.o gdbmseq.o gdbmsetopt.o gdbmstore.o gdbmsync.o base64.o bucket.o falloc.o findkey.o fullio.o hash.o lock.o mmap.o recover.o update.o version.o libtool: link: ranlib .libs/libgdbm.a libtool: link: ( cd ".libs" && rm -f "libgdbm.la" && ln -s "../libgdbm.la" "libgdbm.la" ) /bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gdbmtool datconv.o gram.o input-argv.o input-file.o lex.o gdbmtool.o var.o util.o input-std.o ./libgdbmapp.a ./libgdbm.la -ldbm /bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gdbm_load gdbm_load.o ./libgdbmapp.a ./libgdbm.la -ldbm /bin/sh ../libtool --tag=CC --mode=link clang -g -O2 -o gdbm_dump gdbm_dump.o ./libgdbmapp.a ./libgdbm.la -ldbm libtool: link: clang -g -O2 -o .libs/gdbm_load gdbm_load.o ./libgdbmapp.a ./.libs/libgdbm.dylib -liconv -lc -ldbm libtool: link: clang -g -O2 -o .libs/gdbm_dump gdbm_dump.o ./libgdbmapp.a ./.libs/libgdbm.dylib -liconv -lc -ldbm libtool: link: clang -g -O2 -o .libs/gdbmtool datconv.o gram.o input-argv.o input-file.o lex.o gdbmtool.o var.o util.o input-std.o ./libgdbmapp.a ./.libs/libgdbm.dylib -liconv -lc -ldbm Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from: _main in gdbm_load.o "_libintl_gettext", referenced from: _main in gdbm_load.o _get_int in gdbm_load.o _print_option in libgdbmapp.a(parseopt.o) _print_option_descr in libgdbmapp.a(parseopt.o) _parseopt_print_help in libgdbmapp.a(parseopt.o) _print_usage in libgdbmapp.a(parseopt.o) _print_version_only in libgdbmapp.a(parseopt.o) ... "_libintl_setlocale", referenced from: _main in gdbm_load.o "_libintl_textdomain", referenced from: _main in gdbm_load.o ld: symbol(s) not found for architecture x86_64 Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from: _main in gdbm_dump.o "_libintl_gettext", referenced from: _main in gdbm_dump.o _print_option in libgdbmapp.a(parseopt.o) _print_option_descr in libgdbmapp.a(parseopt.o) _parseopt_print_help in libgdbmapp.a(parseopt.o) _print_usage in libgdbmapp.a(parseopt.o) _print_version_only in libgdbmapp.a(parseopt.o) "_libintl_setlocale", referenced from: _main in gdbm_dump.o "_libintl_textdomain", referenced from: _main in gdbm_dump.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [gdbm_load] Error 1 make[2]: Waiting for unfinished jobs.... make[2]: [gdbm_dump] Error 1 Undefined symbols for architecture x86_64: "_libintl_bindtextdomain", referenced from: _main in gdbmtool.o "_libintl_dngettext", referenced from: _count_handler in gdbmtool.o "_libintl_gettext", referenced from: _print_option in libgdbmapp.a(parseopt.o) _print_option_descr in libgdbmapp.a(parseopt.o) _parseopt_print_help in libgdbmapp.a(parseopt.o) _print_usage in libgdbmapp.a(parseopt.o) _print_version_only in libgdbmapp.a(parseopt.o) "_libintl_setlocale", referenced from: _main in gdbmtool.o "_libintl_textdomain", referenced from: _main in gdbmtool.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: [gdbmtool] Error 1 make[1]: [install] Error 2 make: [install-recursive] Error 1 /usr/local/Homebrew/Library/Homebrew/shims/scm/git --version /usr/bin/curl --version /usr/local/Homebrew/Library/Homebrew/debrew.rb:18:in `raise' BuildError: Failed executing: make install

  1. raise
  2. ignore
  3. backtrace
  4. irb
  5. shell Choose an action: ^C One sec, cleaning up... /usr/local/Homebrew/Library/Homebrew/debrew.rb:68:in `gets' Interrupt:
  6. raise
  7. backtrace
  8. shell Choose an action: ^C One sec, cleaning up... ln -s ../Cellar/gdbm/1.18.1_1/bin/gdbm_dump gdbm_dump ln -s ../Cellar/gdbm/1.18.1_1/bin/gdbm_load gdbm_load ln -s ../Cellar/gdbm/1.18.1_1/bin/gdbmtool gdbmtool ln -s ../Cellar/gdbm/1.18.1_1/include/dbm.h dbm.h ln -s ../Cellar/gdbm/1.18.1_1/include/gdbm-ndbm.h gdbm-ndbm.h ln -s ../Cellar/gdbm/1.18.1_1/include/gdbm.h gdbm.h ln -s ../../Cellar/gdbm/1.18.1_1/share/info/gdbm.info gdbm.info info /usr/local/share/info/gdbm.info ln -s ../../../Cellar/gdbm/1.18.1_1/share/man/man1/gdbm_dump.1 gdbm_dump.1 ln -s ../../../Cellar/gdbm/1.18.1_1/share/man/man1/gdbm_load.1 gdbm_load.1 ln -s ../../../Cellar/gdbm/1.18.1_1/share/man/man1/gdbmtool.1 gdbmtool.1 ln -s ../../../Cellar/gdbm/1.18.1_1/share/man/man3/gdbm.3 gdbm.3 ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm.6.dylib libgdbm.6.dylib ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm.a libgdbm.a ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm.dylib libgdbm.dylib ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm_compat.4.dylib libgdbm_compat.4.dylib ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm_compat.a libgdbm_compat.a ln -s ../Cellar/gdbm/1.18.1_1/lib/libgdbm_compat.dylib libgdbm_compat.dylib

22:08:14 [dexlabs-2 12 ~]$

Output of brew doctor --verbose

22:09:41 [dexlabs-2 13 ~]$ brew doctor --verbose ==> Cask Environment Variables: BUNDLE_PATH CHRUBY_VERSION GEM_HOME GEM_PATH HOMEBREW_CASK_OPTS LC_ALL PATH RBENV_VERSION RUBYLIB RUBYOPT RUBYPATH SHELL ==> $LOAD_PATHS /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/warning-1.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tapioca-0.4.15/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/spoom-1.0.9/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/thor-1.1.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-stub-0.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-macho-2.5.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-sorbet-0.5.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rspec-2.2.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-rails-2.9.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-performance-1.10.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-1.11.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unicode-display_width-2.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ruby-progressbar-1.11.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rubocop-ast-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-wait-0.0.9/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-sorbet-1.8.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-0.5.6274/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-static-0.5.6274-universal-darwin-14/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-retry-0.6.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-its-1.3.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-github-2.3.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-3.10.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-mocks-3.10.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-expectations-3.10.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-core-3.10.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rspec-support-3.10.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ronn-0.7.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rexml-3.2.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/regexp_parser-2.1.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rdiscount-2.2.0.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/rdiscount-2.2.0.2 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rack-2.2.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/pry-0.14.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/plist-3.6.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/patchelf-1.3.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parlour-5.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/sorbet-runtime-0.5.6274/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/rainbow-3.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parser-3.0.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel_tests-3.5.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/parallel-1.20.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mustache-1.1.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/method_source-1.0.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mechanize-2.7.7/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrobots-0.1.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/webrick-1.7.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ntlm-http-0.1.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/nokogiri-1.11.1-x86_64-darwin/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/racc-1.5.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/racc-1.5.2 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mini_portile2-2.5.0/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-persistent-4.0.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/net-http-digest_auth-1.4.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-3.3.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/mime-types-data-3.2021.0212/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/http-cookie-1.0.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/hpricot-0.8.6/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/hpricot-0.8.6 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/elftools-1.1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/domain_name-0.5.20190701/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf-0.1.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/unf_ext-0.0.7.7/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/unf_ext-0.0.7.7 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/diff-lcs-1.4.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/connection_pool-2.2.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/commander-4.5.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/highline-2.0.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/colorize-0.8.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/coderay-1.1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/codecov-0.5.1/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-0.21.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov_json_formatter-0.1.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/simplecov-html-0.12.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/docile-1.3.5/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/byebug-11.1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/byebug-11.1.3 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/ /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bootsnap-1.7.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/bootsnap-1.7.2 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/msgpack-1.4.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/extensions/x86_64-darwin-14/2.6.0-static/msgpack-1.4.2 /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/bindata-2.4.8/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/ast-2.4.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/activesupport-6.1.3/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/zeitwerk-2.4.2/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/tzinfo-2.0.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/minitest-5.14.4/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/i18n-1.8.9/lib /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.6.0/gems/concurrent-ruby-1.1.8/lib/concurrent-ruby /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/site_ruby/2.6.0 /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/site_ruby/2.6.0/x86_64-darwin14 /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/site_ruby /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/vendor_ruby/2.6.0 /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/vendor_ruby/2.6.0/x86_64-darwin14 /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/vendor_ruby /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/2.6.0 /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.6.3_2/lib/ruby/2.6.0/x86_64-darwin14 /usr/local/Homebrew/Library/Homebrew /usr/bin/xattr /usr/bin/swift /usr/local/Homebrew/Library/Homebrew/cask/utils/quarantine.swift ==> Homebrew Version 3.0.5 ==> macOS 10.13.6 ==> SIP Disabled ==> Homebrew Cask Staging Location /usr/local/Caskroom ==> Homebrew Cask Taps: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask (3850 casks) /usr/local/Homebrew/Library/Taps/puppetlabs/homebrew-puppet (11 casks) /usr/bin/xattr 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 or file an issue; just ignore this. Thanks!

Warning: Putting non-prefixed coreutils in your path can cause GMP builds to fail.

Warning: Putting non-prefixed findutils in your path can cause python builds to fail.

Warning: Some frameworks can be picked up by CMake's build system and will likely cause the build to fail. To compile CMake, you may wish to move these out of the way: /Library/Frameworks/libcurl.framework

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/libMTR.dylib /usr/local/lib/libcpacketPlugin-4.0.1.dylib /usr/local/lib/libdvdcss.2.1.0.dylib /usr/local/lib/libicmpPlugin-4.0.1.dylib /usr/local/lib/libjpeg.8.dylib /usr/local/lib/libndi.4.dylib /usr/local/lib/libnetflowPlugin-4.0.1.dylib /usr/local/lib/libonig.4.dylib /usr/local/lib/libpng.3.dylib /usr/local/lib/libpng12.0.dylib /usr/local/lib/libpng14.14.dylib /usr/local/lib/libpng15.15.dylib /usr/local/lib/librrdPlugin-4.0.1.dylib /usr/local/lib/libsflowPlugin-4.0.1.dylib /usr/local/lib/libssl.0.9.9.dylib /usr/local/lib/libusb-0.1.4.dylib /usr/local/lib/libusb-1.0.0.dylib /usr/local/lib/libusbpp-0.1.4.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/libpng12/png.h /usr/local/include/libpng12/pngconf.h /usr/local/include/libpng14/png.h /usr/local/include/libpng14/pngconf.h /usr/local/include/libpng15/png.h /usr/local/include/libpng15/pngconf.h /usr/local/include/libpng15/pnglibconf.h /usr/local/include/onigposix.h /usr/local/include/usb.h /usr/local/include/usbpp.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/libasprintf.la /usr/local/lib/libintl.la /usr/local/lib/libjq.la /usr/local/lib/libmyodbc5.la /usr/local/lib/libonig.la /usr/local/lib/libpng12.la /usr/local/lib/libpng14.la /usr/local/lib/libpng15.la /usr/local/lib/libusb.la /usr/local/lib/libusbpp.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/libpng12.pc /usr/local/lib/pkgconfig/libpng14.pc /usr/local/lib/pkgconfig/libpng15.pc /usr/local/lib/pkgconfig/libusb.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/libpng12.a /usr/local/lib/libpng14.a /usr/local/lib/libpng15.a /usr/local/lib/libusb.a /usr/local/lib/libusbpp.a

Warning: You have unlinked kegs in your Cellar. Leaving kegs unlinked can lead to build-trouble and cause formulae that depend on those kegs to fail to run properly once built. Run brew link on these: rust

Warning: You are using macOS 10.13. We (and Apple) do not provide support for this old version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this old version.

Output of brew tap

22:09:49 [dexlabs-2 14 ~]$ brew tap homebrew/cask homebrew/core homebrew/services puppetlabs/puppet teamookla/speedtest

mvilain commented 3 years ago

I submitted the error output to bug-gdbm@gnu.org requesting a repo to post for issues and got the following reply:

Hi Michael,

    Don't see a github repo to report this, so I'm using the bug report
    email address.

There's no github repo.  FWIW, gdbm repo lives at

 https://puszcza.gnu.org.ua/projects/gdbm

Reporting bugs via email is the preferred method.

clang  "_libintl_setlocale", referenced from:
: error:       _main in gdbmtool.o

Looks like you don't have libintl installed.  Either install it, or
reconfigure gdbm with the --disable-nls option.
mvilain commented 3 years ago

I reinstalled brew's gettext package and reinstalled the links.

brew reinstall gettext brew unlink gettext brew link gettext brew upgrade gdbm

This fixed the problem.