[MacPorts] #27092: finch builds universal and fails with "gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags" (was: finch @2.7.0 "Error: Target org.macports.build returned: shell command failed" #build_failure)

Anders F Björklund afb at macports.org
Tue Nov 2 01:31:52 PDT 2010


Ryan Schmidt wrote:

> This means you have a copy of the BerkeleyDB library in /sw/lib. /sw is the directory commonly used by Fink, another Mac OS X package management system. It is not supported to have Fink and MacPorts installed at the same time. Please pick one package management system and uninstall the other, so that they do not interfere with one another in the manner you are currently experiencing.

Looks like a bug (in pidgin).

		AC_MSG_CHECKING([for fink])
		if test -d /sw; then
			AC_MSG_RESULT([found, adding /sw to search paths])
			CPPFLAGS="$CPPFLAGS -I/sw/include"
			LDFLAGS="$LDFLAGS -L/sw/lib"
		else
			AC_MSG_RESULT([not found])
		fi

--anders



More information about the macports-dev mailing list