#35657: fortune @6.2.0-RELEASE_0 build failure if port "bsdmake" not present -----------------------------+---------------------------------------------- Reporter: lukasz@… | Owner: cal@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: fortune -----------------------------+---------------------------------------------- Comment(by lukasz@…): {{{ $ system_profiler SPSoftwareDataType Software: System Software Overview: System Version: OS X 10.8 (12A269) Kernel Version: Darwin 12.0.0 Boot Volume: Macintosh HD Boot Mode: Normal Computer Name: Macaroni User Name: Łukasz Langa (ambv) Secure Virtual Memory: Enabled }}} It has been upgraded from Lion. {{{ $ xcodebuild -version Xcode 4.4.1 Build version 4F1003 }}} {{{ $ ls -l /usr/share/mk ls: /usr/share/mk: No such file or directory }}} Unfortunately, there's not much info on /usr/bin/bsdmake. {{{ $ file /usr/bin/bsdmake /usr/bin/bsdmake: Mach-O universal binary with 2 architectures /usr/bin/bsdmake (for architecture x86_64): Mach-O 64-bit executable x86_64 /usr/bin/bsdmake (for architecture i386): Mach-O executable i386 }}} {{{ $ pkgutil --file-info /usr/bin/bsdmake volume: / path: /usr/bin/bsdmake }}} {{{ $ ls -l /usr/bin/bsdmake -r-xr-xr-x 1 root wheel 249216 May 16 2011 /usr/bin/bsdmake }}} There are a bunch of other files installed at that date, none of them specify any pkgutil info. {{{ $ ls -l /usr/bin | grep "May 16" -rwxr-xr-x 1 root wheel 329840 May 16 2011 WSMakeStubs -r-xr-xr-x 1 root wheel 249216 May 16 2011 bsdmake -rwxr-xr-x 1 root wheel 113024 May 16 2011 c++-4.2 -rwxr-xr-x 1 root wheel 113024 May 16 2011 cpp-4.2 -rwxr-xr-x 1 root wheel 291610 May 16 2011 glibtool -rwxr-xr-x 1 root wheel 1086 May 16 2011 xcodeindex }}} /usr/bin/glibtool says this much: {{{ $ /usr/bin/glibtool --help ... When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: i386-apple-darwin11.0 shell: /bin/sh compiler: gcc compiler flags: -arch x86_64 -arch i386 -g -Os -pipe linker: /usr/bin/../libexec/gcc/i686-apple- darwin11/4.2.1/ld (gnu? no) glibtool: (GNU libtool) 2.2.10 automake: automake (GNU automake) 1.12.2 autoconf: autoconf (GNU Autoconf) 2.69 }}} whereas /opt/local/bin/glibtool says: {{{ $ /opt/local/bin/glibtool --help ... When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: x86_64-apple-darwin12.0.0 shell: /bin/sh compiler: /usr/bin/clang compiler flags: -pipe -O2 -arch x86_64 linker: /usr/bin/ld (gnu? no) glibtool: (GNU libtool) 2.4.2 automake: automake (GNU automake) 1.12.2 autoconf: autoconf (GNU Autoconf) 2.69 }}} -- Ticket URL: <https://trac.macports.org/ticket/35657#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS