Skip to content

Instantly share code, notes, and snippets.

@lgordon
Created April 25, 2012 00:36
homebrew rsync build log
Lyles-MacBook-Air:.ssh lyle$ brew install rsync -v
==> Downloading http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9.tar.gz
Already downloaded: /Library/Caches/Homebrew/rsync-3.0.9.tar.gz
/usr/bin/tar xf /Library/Caches/Homebrew/rsync-3.0.9.tar.gz
==> Downloading patches
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-249; Mac OS X 10.7.2) http://gitweb.samba.org/?p=rsync-patches.git;a=blob_plain;hb=v3.0.9;f=fileflags.diff -o 000-homebrew.diff http://gitweb.samba.org/?p=rsync-patches.git;a=blob_plain;hb=v3.0.9;f=crtimes.diff -o 001-homebrew.diff http://gitweb.samba.org/?p=rsync-patches.git;a=blob_plain;hb=v3.0.9;f=hfs-compression.diff -o 002-homebrew.diff
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file Makefile.in
patching file compat.c
patching file configure.ac
patching file flist.c
patching file generator.c
patching file log.c
patching file main.c
patching file options.c
patching file rsync.c
patching file rsync.h
patching file rsync.yo
patching file syscall.c
patching file t_stub.c
patching file util.c
patching file xattrs.c
/usr/bin/patch -f -p1 -i 001-homebrew.diff
patching file compat.c
patching file flist.c
patching file generator.c
patching file hlink.c
patching file ifuncs.h
patching file log.c
patching file options.c
patching file rsync.c
patching file rsync.h
patching file rsync.yo
patching file syscall.c
patching file testsuite/crtimes.test
patching file testsuite/rsync.fns
patching file tls.c
/usr/bin/patch -f -p1 -i 002-homebrew.diff
patching file flist.c
patching file generator.c
patching file lib/sysxattrs.c
patching file main.c
patching file options.c
patching file rsync.c
patching file rsync.h
patching file rsync.yo
patching file t_stub.c
patching file xattrs.c
==> ./prepare-source
./prepare-source
autoconf -o configure.sh
make: autoconf: No such file or directory
autoheader && touch config.h.in
make: *** [configure.sh] Error 1
make: *** Waiting for unfinished jobs....
/bin/sh: autoheader: command not found
make: *** [config.h.in] Error 127
==> Exit Status: 1
https://github.com/homebrew/homebrew-dupes/blob/master/./rsync.rb#L14
==> Build Environment
CPU: quad-core 64-bit sandybridge
MacOS: 10.7.2-x86_64
Xcode: 4.3
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments
MAKEFLAGS: -j4
Error: Failed executing: ./prepare-source (rsync.rb:14)
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/homebrew/homebrew-dupes/issues/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment