[Bug 205242] editors/libreoffice (5.0.3, r403255) does not build in poudriere on 11.0-CURRENT r276659

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 14 06:16:09 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205242

--- Comment #1 from Matthias Apitz <guru at unixarea.de> ---

I could save the workspace and it shows that the two mentioned files are
zero sized:

# ls -l libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.*
-rw-r--r--  1 guru  wheel  0 Dec 13 21:48
libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.sdv
-rw-r--r--  1 guru  wheel  0 Dec 13 21:48
libreoffice-5.0.3.2/workdir/Gallery/arrows/arrows.thm

the files are generated by some tool 'gengal'

libreoffice-5.0.3.2/svx/source/gengal
libreoffice-5.0.3.2/svx/source/gengal/gengal.sh
libreoffice-5.0.3.2/svx/source/gengal/gengal.cxx

I have even instructed the exec of the tool in 'gengal.sh' with an echo
and a truss:

tail gengal.sh
...
# execute binary
echo "$sd_prog/gengal.bin" "$@"
"-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc" >> gengal.txt.$$
exec truss -o "gengal.tr.$$" "$sd_prog/gengal.bin" "$@" \
    "-env:INIFILENAME=vnd.sun.star.pathname:$sd_prog/redirectrc"

but could not find the output files gengal.tr.pid and gengal.txt.pid in
the saved workspace :-(

maybe the wrapper shell script was not called;

I will now try this, it is already launched but takes 5h to get to the
point:

poudriere testport -j freebsd-head -p ports-20151208 -i -o editors/libreoffice

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list