Skip to content

Instantly share code, notes, and snippets.

@2bits
Created September 15, 2011 03:36
Show Gist options
  • Save 2bits/1218462 to your computer and use it in GitHub Desktop.
Save 2bits/1218462 to your computer and use it in GitHub Desktop.
Makefile output showing docs missing sfinfo.1 and sfconvert.1 - any others?
Making install in docs
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/audiofile/0.3.0/share/man/man3" || .././install-sh -c -d "/usr/local/Cellar/audiofile/0.3.0/share/man/man3"
test -z "/usr/local/Cellar/audiofile/0.3.0/share/man/mant" || .././install-sh -c -d "/usr/local/Cellar/audiofile/0.3.0/share/man/mant"
mkdir: /usr/local/Cellar/audiofile/0.3.0/share: File exists
mkdir: /usr/local/Cellar/audiofile/0.3.0/share/man: File exists
/usr/bin/install -c -m 644 afCloseFile.3.txt afGetFrameSize.3.txt afGetFrameCount.3.txt afNewFileSetup.3.txt afOpenFile.3.txt afQuery.3.txt afReadFrames.3.txt afReadMisc.3.txt afSeekFrame.3.txt afSetErrorHandler.3.txt afSetVirtualSampleFormat.3.txt afWriteFrames.3.txt sfconvert.1.txt sfinfo.1.txt '/usr/local/Cellar/audiofile/0.3.0/share/man/mant'
/usr/bin/install -c -m 644 afCloseFile.3 afGetFrameSize.3 afGetFrameCount.3 afNewFileSetup.3 afOpenFile.3 afQuery.3 afReadFrames.3 afReadMisc.3 afSeekFrame.3 afSetErrorHandler.3 afSetVirtualSampleFormat.3 afWriteFrames.3 afGetDataOffset.3 afGetTrackBytes.3 afQueryLong.3 afQueryDouble.3 afQueryPointer.3 afSeekMisc.3 afSetVirtualByteOrder.3 afSetVirtualChannels.3 afSetVirtualPCMMapping.3 afTellFrame.3 afWriteMisc.3 '/usr/local/Cellar/audiofile/0.3.0/share/man/man3'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/Cellar/audiofile/0.3.0/lib/pkgconfig" || ./install-sh -c -d "/usr/local/Cellar/audiofile/0.3.0/lib/pkgconfig"
/usr/bin/install -c -m 644 audiofile.pc '/usr/local/Cellar/audiofile/0.3.0/lib/pkgconfig'
And below is the listing of what homebrew found and where it finally linked them...
ln /usr/local/bin/sfinfo
ln /usr/local/bin/sfconvert
ln /usr/local/include/aupvlist.h
ln /usr/local/include/audiofile.h
ln /usr/local/include/af_vfs.h
ln /usr/local/share/man/mant
ln /usr/local/share/man/man3/afWriteMisc.3
ln /usr/local/share/man/man3/afWriteFrames.3
ln /usr/local/share/man/man3/afTellFrame.3
ln /usr/local/share/man/man3/afSetVirtualSampleFormat.3
ln /usr/local/share/man/man3/afSetVirtualPCMMapping.3
ln /usr/local/share/man/man3/afSetVirtualChannels.3
ln /usr/local/share/man/man3/afSetVirtualByteOrder.3
ln /usr/local/share/man/man3/afSetErrorHandler.3
ln /usr/local/share/man/man3/afSeekMisc.3
ln /usr/local/share/man/man3/afSeekFrame.3
ln /usr/local/share/man/man3/afReadMisc.3
ln /usr/local/share/man/man3/afReadFrames.3
ln /usr/local/share/man/man3/afQueryPointer.3
ln /usr/local/share/man/man3/afQueryLong.3
ln /usr/local/share/man/man3/afQueryDouble.3
ln /usr/local/share/man/man3/afQuery.3
ln /usr/local/share/man/man3/afOpenFile.3
ln /usr/local/share/man/man3/afNewFileSetup.3
ln /usr/local/share/man/man3/afGetTrackBytes.3
ln /usr/local/share/man/man3/afGetFrameSize.3
ln /usr/local/share/man/man3/afGetFrameCount.3
ln /usr/local/share/man/man3/afGetDataOffset.3
ln /usr/local/share/man/man3/afCloseFile.3
ln /usr/local/lib/pkgconfig/audiofile.pc
ln /usr/local/lib/libaudiofile.dylib
ln /usr/local/lib/libaudiofile.a
ln /usr/local/lib/libaudiofile.0.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment