#26864: atlas @3.8.3 build fails with #error Use the "-maltivec" flag to enable PowerPC AltiVec support -----------------------------------+---------------------------------------- Reporter: jpmasseria@… | Owner: jameskyle@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Resolution: | Keywords: Port: atlas | -----------------------------------+---------------------------------------- Changes (by jpmasseria@…): * status: closed => reopened * resolution: invalid => Comment: Sorry for the late response. 3.9.35 still fails for me on my eMac. I had to apply the following patch to get it to work: {{{ --- CONFIG/src/backend/archinfo_freebsd.c.orig 2009-02-18 18:47:37.000000000 +0000 +++ CONFIG/src/backend/archinfo_freebsd.c 2010-01-01 11:45:22.000000000 +0000 @@ -69,7 +69,7 @@ if (strstr(res,"c1,2")||strstr(res,"c3,1")||strstr(res,"c3,2")|| strstr(res,"c3,3")||strstr(res,"c3,4")||strstr(res,"c3,5")|| strstr(res,"c3,6")||strstr(res,"c4,2")||strstr(res,"c4,5")|| - strstr(res,"c5,1")||strstr(res,"c10,1")) + strstr(res,"c5,1")||strstr(res,"c10,1")||strstr(res,"c4,4")) mach = PPCG4; else if (strstr(res,"c11,2")|| strstr(res,"c12,1")|| strstr(res,"c7,2") || strstr(res,"c7,3") || }}} But now I'm getting a different error later in the build process. I'm investigating that. John -- Ticket URL: <https://trac.macports.org/ticket/26864#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS