Skip to content

Instantly share code, notes, and snippets.

@gibbonweb
Created July 17, 2012 19:26
Show Gist options
  • Save gibbonweb/3131431 to your computer and use it in GitHub Desktop.
Save gibbonweb/3131431 to your computer and use it in GitHub Desktop.
╭─<johannes@FantasticFour.local>-<~>-<8:25pm>-◇
╰─➤ brew install -v dvdbackup
==> Downloading http://downloads.sourceforge.net/dvdbackup/dvdbackup-0.4.2.tar.gz
/usr/bin/curl -qf#LA Homebrew 0.9.2 (Ruby 1.8.7-357; Mac OS X 10.7.4) http://downloads.sourceforge.net/dvdbackup/dvdbackup-0.4.2.tar.gz -o /Library/Caches/Homebrew/dvdbackup-0.4.2.tar.gz
######################################################################## 100,0%
/usr/bin/tar xf /Library/Caches/Homebrew/dvdbackup-0.4.2.tar.gz
==> ./configure --mandir=/usr/local/Cellar/dvdbackup/0.4.2/share/man --prefix=/usr/local/Cellar/dvdbackup/0.4.2
./configure --mandir=/usr/local/Cellar/dvdbackup/0.4.2/share/man --prefix=/usr/local/Cellar/dvdbackup/0.4.2
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 NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for style of include used by make... GNU
checking for gcc... /usr/bin/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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking dependency style of /usr/bin/clang... gcc3
checking build system type... x86_64-apple-darwin11.4.0
checking host system type... x86_64-apple-darwin11.4.0
checking for ld used by GCC... /usr/bin/clang
checking if the linker (/usr/bin/clang) 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... no
checking whether to use NLS... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for /usr/bin/clang option to accept ISO C99... none needed
checking whether ln -s works... yes
checking for DVDOpen in -ldvdread... yes
checking for DVDFileStat in -ldvdread... yes
checking how to run the C preprocessor... /usr/bin/clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 dvdread/dvd_reader.h usability... yes
checking dvdread/dvd_reader.h presence... yes
checking for dvdread/dvd_reader.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat correctly handles trailing slash... no
checking whether stat accepts an empty string... no
checking for mkdir... yes
checking for setlocale... yes
checking for strstr... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
getconf: no such configuration parameter `LFS_CFLAGS'
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
==> make install
make install
Making install in man
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/dvdbackup/0.4.2/share/man/man1" || ../build-aux/install-sh -c -d "/usr/local/Cellar/dvdbackup/0.4.2/share/man/man1"
/usr/bin/install -c -m 644 dvdbackup.1 '/usr/local/Cellar/dvdbackup/0.4.2/share/man/man1'
Making install in po
if test "dvdbackup" = "gettext-tools"; then \
../build-aux/install-sh -c -d /usr/local/Cellar/dvdbackup/0.4.2/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/dvdbackup/0.4.2/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/Cellar/dvdbackup/0.4.2/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in src
/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libtool/2.4.2/include -I/usr/local/Cellar/automake/1.12.2/include -I/usr/local/Cellar/autoconf/2.69/include -isystem /usr/local/include -DLOCALEDIR=\"/usr/local/Cellar/dvdbackup/0.4.2/share/locale\" -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -pedantic -Wall -Wextra -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -I/usr/local/Cellar/libtool/2.4.2/include -I/usr/local/Cellar/automake/1.12.2/include -I/usr/local/Cellar/autoconf/2.69/include -isystem /usr/local/include -DLOCALEDIR=\"/usr/local/Cellar/dvdbackup/0.4.2/share/locale\" -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -pedantic -Wall -Wextra -MT dvdbackup.o -MD -MP -MF .deps/dvdbackup.Tpo -c -o dvdbackup.o dvdbackup.c
mv -f .deps/main.Tpo .deps/main.Po
mv -f .deps/dvdbackup.Tpo .deps/dvdbackup.Po
/usr/bin/clang -DLOCALEDIR=\"/usr/local/Cellar/dvdbackup/0.4.2/share/locale\" -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 -pedantic -Wall -Wextra -L/usr/local/Cellar/libtool/2.4.2/lib -L/usr/local/Cellar/automake/1.12.2/lib -L/usr/local/Cellar/autoconf/2.69/lib -L/usr/local/lib -o dvdbackup main.o dvdbackup.o -ldvdread
test -z "/usr/local/Cellar/dvdbackup/0.4.2/bin" || ../build-aux/install-sh -c -d "/usr/local/Cellar/dvdbackup/0.4.2/bin"
make[2]: Nothing to be done for `install-data-am'.
/usr/bin/install -c dvdbackup '/usr/local/Cellar/dvdbackup/0.4.2/bin'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/dvdbackup/0.4.2/share/doc/dvdbackup" || build-aux/install-sh -c -d "/usr/local/Cellar/dvdbackup/0.4.2/share/doc/dvdbackup"
/usr/bin/install -c -m 644 NEWS README '/usr/local/Cellar/dvdbackup/0.4.2/share/doc/dvdbackup'
==> Finishing up
ln -s ../Cellar/dvdbackup/0.4.2/bin/dvdbackup dvdbackup
ln -s ../../../Cellar/dvdbackup/0.4.2/share/man/man1/dvdbackup.1 dvdbackup.1
ln -s ../../Cellar/dvdbackup/0.4.2/share/doc/dvdbackup dvdbackup
ln -s ../../Cellar/dvdbackup/0.4.2 dvdbackup
==> Summary
/usr/local/Cellar/dvdbackup/0.4.2: 9 files, 112K, built in 37 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment