problem using port to install gnucash on mac 10.5

Guido Soranzio guido.soranzio at gmail.com
Sun Jan 6 10:04:37 PST 2008


On Jan 6, 2008, at 6:28 PM, Some Guy wrote:

> I have re-installed dbus-python25 and tried again to install gnucash  
> but it fails again at this point :(
>
> -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/opt/local/include -I/ 
> opt/local/include/python2.5 -c _hashopenssl.c -o build/temp.macosx-  
> 10.3-i386-2.5/_hashopenssl.o
> unable to execute -DNDEBUG: No such file or directory
> error: command '-DNDEBUG' failed with exit status 1


This a hairy bug which is affecting recently the sequential
build of Python packages: simply note that the compiler
name is missing.

You have to clean the Python port which stopped the build
process ("sudo port clean py25-hashlib" in your case) and
relaunch the original port command.


-- 
Guido


More information about the macports-users mailing list