[Ekiga-devel-list] problem while making the help files




Hello,

While compiling Ekiga from git, I'm facing the following problem:

$ pwd
/usr/home/guru/Ekiga/ekiga/help
$ gmake clean
...
$ gmake
$ gmake
msgfmt -o bg/bg.mo bg/bg.po
msgfmt -o ca/ca.mo ca/ca.po
msgfmt -o cs/cs.mo cs/cs.po
msgfmt -o de/de.mo de/de.po
msgfmt -o el/el.mo el/el.po
msgfmt -o en_GB/en_GB.mo en_GB/en_GB.po
msgfmt -o es/es.mo es/es.po
msgfmt -o eu/eu.mo eu/eu.po
msgfmt -o fi/fi.mo fi/fi.po
msgfmt -o fr/fr.mo fr/fr.po
msgfmt -o oc/oc.mo oc/oc.po
msgfmt -o pt_BR/pt_BR.mo pt_BR/pt_BR.po
msgfmt -o ru/ru.mo ru/ru.po
msgfmt -o sl/sl.mo sl/sl.po
msgfmt -o sv/sv.mo sv/sv.po
msgfmt -o uk/uk.mo uk/uk.po
msgfmt -o zh_CN/zh_CN.mo zh_CN/zh_CN.po
if ! test -d bg/; then mkdir bg/; fi
if [ -f "C/ekiga.xml" ]; then d="../"; else
d="/usr/home/guru/Ekiga/ekiga/help/"; fi; \
mo="bg/bg.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/home/guru/Ekiga/ekiga/help/${mo}"; fi; \
(cd bg/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
    "${d}C/ekiga.xml" > ekiga.xml.tmp && \
    cp ekiga.xml.tmp ekiga.xml && rm -f ekiga.xml.tmp)
Fallo de segmentación (core dumped)
gmake: *** [bg/ekiga.xml] Error 139
$

I do not know how to address this. somehow python dumps core:

$ ls -l bg
total 9112
-rw-r--r--  1 guru  wheel    28075 19 may 17:09 bg.mo
-rw-r--r--  1 guru  wheel    90830  1 abr 06:13 bg.po
-rw-r--r--  1 guru  wheel        0 19 may 17:09 ekiga.xml.tmp
drwxr-xr-x  2 guru  wheel      512  1 abr 06:13 figures
-rw-------  1 guru  wheel  9183232 19 may 17:09 python2.7.core

Please help

        matthias
-- 
Matthias Apitz               |  /"\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: guru unixarea de     |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211       |  / \ - Respect for open standards


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]