#19617: Boost-1_37_0 and 1_38_0 Fail to Build ------------------------------+--------------------------------------------- Reporter: erick205@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Keywords: | Port: ------------------------------+--------------------------------------------- Boost 1_37_0 and, now, 1_38_0 both fail to build with the following error: {{{ % sudo port install boost +icu +python25 ---> Fetching boost ---> Attempting to fetch boost_1_38_0.tar.bz2 from http://distfiles.macports.org/boost ---> Verifying checksum(s) for boost ---> Extracting boost ---> Applying patches to boost ---> Configuring boost ---> Building boost ---> Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern "*.dylib" Error: Status 1 encountered during processing. }}} The system is: {{{% uname -a Darwin aesop 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 i386 MacPro1,1 Darwin }}} The XCode version is 3.1.2. And g++ reports: {{{ % g++ --version i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5490) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. }}} Building boost outside the port infrastructure seems to work fine. Attempting to rebuild without any variant options yields the same results: {{{ % sudo port install boost ---> Applying patches to boost ---> Configuring boost ---> Building boost ---> Staging boost into destroot Error: Target org.macports.destroot returned: no files matched glob pattern "*.dylib" Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/19617> MacPorts <http://www.macports.org/> Ports system for Mac OS