I seem to be having some issues with these xml files for various ports. and this is the first time I have seen an out of memory error that resulted in a program exiting ;-)
---> Building gdm with target all
Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_gnome_gdm/work/gdm-2.18.2" && make all " returned error 2
Command output: Error while normalizing string as XML:
"<share>/gdm/defaults.conf"
Python(26141) malloc: *** vm_allocate(size=1069056) failed (error code=3)
Python(26141) malloc: *** error: can't allocate region
Python(26141) malloc: *** set a breakpoint in szone_error to debug
Python(26141) malloc: *** vm_allocate(size=1069056) failed (error code=3)
Python(26141) malloc: *** error: can't allocate region
Python(26141) malloc: *** set a breakpoint in szone_error to debug
Traceback (most recent call last):
File "/opt/local/bin/xml2po", line 856, in ?
doSerialize(doc)
File "/opt/local/bin/xml2po", line 589, in doSerialize
outtxt += doSerialize(child)
File "/opt/local/bin/xml2po", line 583, in doSerialize
(starttag, content, endtag, translation) = processElementTag(node, repl, 1)
File "/opt/local/bin/xml2po", line 500, in processElementTag
(starttag, content, endtag, translation) = processElementTag(child, myrepl, 0)
File "/opt/local/bin/xml2po", line 496, in processElementTag
myrepl.append(processElementTag(child, myrepl, 1))
File "/opt/local/bin/xml2po", line 508, in processElementTag
translation = getTranslation(outtxt, isSpacePreserveNode(node))
File "/opt/local/bin/xml2po", line 245, in getTranslation
text = normalizeString(text, not spacepreserve)
File "/opt/local/bin/xml2po", line 175, in normalizeString
tmp = '<norm>%s</norm>' % text
MemoryError
make[2]: *** [es/gdm.xml] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
--
Paul Beard
Are you trying to win an argument or solve a problem?