Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12442 closed defect (duplicate)

zenity 2.18.2 install fails with out of memory errors

Reported by: macosforge@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

I'm trying to install gnome and it fails at zenity with out of memory errors. This is on a MacBook Pro with 2GB RAM, running OS X 10.4.10 and XCode 2.4.1. Full debug output is attached.

(cd bg/ && \

which xml2po -e -p \

"${d}bg/bg.po" \ "${d}C/zenity.xml" > zenity.xml.tmp && \ cp zenity.xml.tmp zenity.xml && rm -f zenity.xml.tmp)

Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug (null)file:///opt/local/share/xml/docbook/4.1.2/dbpoolx.mod:3512: parser error : out of memory error <!ENTITY % group.module "INCLUDE">

Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug (null)file:///opt/local/share/xml/docbook/4.1.2/dbpoolx.mod:3512: parser error : out of memory error <!ENTITY % group.module "INCLUDE">

Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug (null)file:///opt/local/share/xml/docbook/4.1.2/dbpoolx.mod:3512: parser error : out of memory error <!ENTITY % group.module "INCLUDE">

Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) malloc: * set a breakpoint in szone_error to debug (null)file:///opt/local/share/xml/docbook/4.1.2/dbpoolx.mod:3512: parser error : out of memory error <!ENTITY % group.module "INCLUDE">

Error while normalizing string as XML: "--radiolist"

Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) 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 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 529, in processElementTag

replaceNodeContentsWithText(node, translation)

File "/opt/local/bin/xml2po", line 370, in replaceNodeContentsWithText

tmp = tmp + dtd.serialize('utf-8')

File "/opt/local/lib/python2.4/site-packages/libxml2.py", line 352, in serialize

return libxml2mod.serializeNode(self._o, encoding, format)

MemoryError make[2]: * [bg/zenity.xml] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_zenity/work/zenity-2.18.2" && make all " returned error 2 Command output: Python(24322) malloc: * vm_allocate(size=1069056) failed (error code=3) Python(24322) malloc: * error: can't allocate region Python(24322) 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 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 496, in processElementTag

myrepl.append(processElementTag(child, myrepl, 1))

File "/opt/local/bin/xml2po", line 529, in processElementTag

replaceNodeContentsWithText(node, translation)

File "/opt/local/bin/xml2po", line 370, in replaceNodeContentsWithText

tmp = tmp + dtd.serialize('utf-8')

File "/opt/local/lib/python2.4/site-packages/libxml2.py", line 352, in serialize

return libxml2mod.serializeNode(self._o, encoding, format)

MemoryError make[2]: * [bg/zenity.xml] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2

Warning: the following items did not execute (for zenity): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.

Attachments (1)

zenity.txt (33.7 KB) - added by macosforge@… 17 years ago.
full debug output

Download all attachments as: .zip

Change History (4)

Changed 17 years ago by macosforge@…

Attachment: zenity.txt added

full debug output

comment:1 Changed 17 years ago by nox@…

Cc: ijustown added
Milestone: Port Bugs
Version: 1.5.0

comment:2 Changed 17 years ago by raimue (Rainer Müller)

Cc: ijustown removed
Resolution: duplicate
Status: newclosed

Duplicate of #12432

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.