Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2012 13:43:38 +0200
From:      Johan Hendriks <joh.hendriks@gmail.com>
To:        freebsd-ports@freebsd.org
Subject:   Bus error xslt
Message-ID:  <CAOaKuAXU9eMeMWGR9yiefumn-xim5b5BmRbao-jyK-AeJsYQNg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
For some time now i can not update a few ports.

these are
sound-juicer-2.32.0_1               <   needs updating (port has 2.32.0_3)
totem-2.32.0_1                      <   needs updating (port has 2.32.0_2)
tracker-client-0.6.95_13            <   needs updating (port has 0.6.95_15)
tracker-libtrackergtk-0.6.95_13     <   needs updating (port has 0.6.95_15)

i thougt it would go by.

all these ports fail at the same point and leaves a core file in the
work help dir from the port.
./work/sound-juicer-2.32.0/help/sound-juicer/xsltproc.core


xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename
sound-juicer --stringparam db2omf.format 'docbook' --stringparam
db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam
db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf"
--stringparam db2omf.help_dir "/usr/local/share/gnome/help"
--stringparam db2omf.omf_in
"/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; }
Bus error (core dumped)

I did reinstall libgcrypt, libxslt, libxml2, libxml++, gmake but i can
not get rid of the bus error.
Can someone help me?

below a longer error from the error

if ! test -d sv/; then mkdir sv/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="sv/sv.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd sv/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
    "${d}C/legal.xml" > legal.xml.tmp && \
    cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
if ! test -d uk/; then mkdir uk/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="uk/uk.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd uk/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
    "${d}C/legal.xml" > legal.xml.tmp && \
    cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
if ! test -d zh_CN/; then mkdir zh_CN/; fi
if [ -f "C/legal.xml" ]; then d="../"; else
d="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/";
fi; \
mo="zh_CN/zh_CN.mo"; \
if [ -f "${mo}" ]; then mo="../${mo}"; else
mo="/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/${mo}";
fi; \
(cd zh_CN/ && \
  `which xml2po` -m docbook -e -t "${mo}" \
    "${d}C/legal.xml" > legal.xml.tmp && \
    cp legal.xml.tmp legal.xml && rm -f legal.xml.tmp)
xsltproc -o sound-juicer-C.omf --stringparam db2omf.basename
sound-juicer --stringparam db2omf.format 'docbook' --stringparam
db2omf.dtd "-//OASIS//DTD DocBook XML V4.3//EN" --stringparam
db2omf.lang C --stringparam db2omf.omf_dir "/usr/local/share/omf"
--stringparam db2omf.help_dir "/usr/local/share/gnome/help"
--stringparam db2omf.omf_in
"/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer/sound-juicer.omf.in"
 --stringparam db2omf.scrollkeeper_cl "`scrollkeeper-config
--pkgdatadir`/Templates/C/scrollkeeper_cl.xml"
`/usr/local/bin/pkg-config --variable db2omf gnome-doc-utils`
C/sound-juicer.xml || { rm -f "sound-juicer-C.omf"; exit 1; }
Bus error (core dumped)
gmake[3]: *** [sound-juicer-C.omf] Error 1
gmake[3]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help/sound-juicer'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0/help'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.32.0'
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/audio/sound-juicer.

===>>> make failed for audio/sound-juicer
===>>> Aborting update

Terminated

===>>> You can restart from the point of failure with this command line:
       portmaster <flags> audio/sound-juicer


Thanks for your time.
regards
Johan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAOaKuAXU9eMeMWGR9yiefumn-xim5b5BmRbao-jyK-AeJsYQNg>