#26209: orc 0.4.7 build fails due to use of 'posix_memalign' of 10.5 -------------------------------------+-------------------------------------- Reporter: michaelld@… | Owner: michaelld@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: Port: orc | -------------------------------------+-------------------------------------- Comment(by michaelld@…): BTW> You can tell if the patches are in place if you look at the debug log (e.g., as attached) -- search for "sigsetjmp" and you should see something like the following: {{{ checking for sigaction... yes checking for sigsetjmp... yes checking for posix_memalign... no checking for valloc... yes checking for clock_gettime in -lrt... no checking for monotonic clocks... no }}} and the "yes" or "no" of the middle 2 (checks for "posix_memalign" and "valloc") will vary depending on your OS, but at least one of the 2 should be "yes". If the middle 2 are not in place (i.e., the listing skips from "sigsetjmp" to "clock_gettime"), then the patches are not there & you need to do the "clean", "sync", and "upgrade" as above. -- Ticket URL: <http://trac.macports.org/ticket/26209#comment:17> MacPorts <http://www.macports.org/> Ports system for Mac OS