Skip to content

Instantly share code, notes, and snippets.

@ipatch
Last active May 31, 2019 17:00
Show Gist options
  • Save ipatch/5e2caa47c6d4cb59f1e00fa83ec84cae to your computer and use it in GitHub Desktop.
Save ipatch/5e2caa47c6d4cb59f1e00fa83ec84cae to your computer and use it in GitHub Desktop.
inkscape build failure may 31 commit 90a3972bce
cmake -DCMAKE_PREFIX_PATH="$LIBPREFIX" -DCMAKE_INSTALL_PREFIX="$PREFIX" -DWITH_OPENMP=OFF -G Ninja ../..

Output

-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - not found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - not found
-- Performing Test HAVE_STRUCT_MALLINFO_FORDBLKS
-- Performing Test HAVE_STRUCT_MALLINFO_FORDBLKS - Failed
-- Performing Test HAVE_STRUCT_MALLINFO_FSMBLKS
-- Performing Test HAVE_STRUCT_MALLINFO_FSMBLKS - Failed
-- Performing Test HAVE_STRUCT_MALLINFO_HBLKHD
-- Performing Test HAVE_STRUCT_MALLINFO_HBLKHD - Failed
-- Performing Test HAVE_STRUCT_MALLINFO_UORDBLKS
-- Performing Test HAVE_STRUCT_MALLINFO_UORDBLKS - Failed
-- Performing Test HAVE_STRUCT_MALLINFO_USMBLKS
-- Performing Test HAVE_STRUCT_MALLINFO_USMBLKS - Failed
ninja inkscape_pot

output

[1/1] Extract translatable messages to /opt/code/gitlab/public/inkscape/po/inkscape.pot
FAILED: ../../po/inkscape.pot
cd /opt/code/gitlab/public/inkscape/po && touch /opt/code/gitlab/public/inkscape/po/inkscape.pot && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -C -f POTFILES.src.in && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -L Glade -f POTFILES.ui.in && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -L Python -f POTFILES.py.in && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -f POTFILES.inx.in --from-code=UTF-8 --its its/inx.its && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -L AppData ../org.inkscape.Inkscape.appdata.xml.in && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -L Desktop ../org.inkscape.Inkscape.desktop.template && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot --its its/menus.its ../share/ui/menus.xml && /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot --its its/units.its ../share/ui/units.xml
xgettext(90317,0x7fffb7f7b380) malloc: *** error for object 0x100000013: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
/bin/sh: line 1: 90317 Abort trap: 6           /usr/local/bin/xgettext -j --keyword=_ --keyword=N_ --keyword=Q_ --keyword=C_:1c,2 --keyword=NC_:1c,2 [email protected] --strict -s --from-code=UTF-8 -ktranslatable -o /opt/code/gitlab/public/inkscape/po/inkscape.pot -f POTFILES.inx.in --from-code=UTF-8 --its its/inx.its
ninja: build stopped: subcommand failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment