
Code: Select all
$ tilda
Segmentation fault
Code: Select all
$ tilda
Segmentation fault
I see that there is already one patch included with the tilda slackbuild files. I guess that is what happens as soon as software stops being developed.laprjns wrote:It seg faults here also. Looks like the build needs a patch http://sourceforge.net/p/tilda/patches/8/
Code: Select all
# fakeroot slkbuild -X
tilda-0.9.6/
tilda-0.9.6/README
tilda-0.9.6/tilda.png
tilda-0.9.6/tilda.desktop.in
tilda-0.9.6/m4/
tilda-0.9.6/m4/progtest.m4
-- snip --
tilda-0.9.6/po/sv.po
patching file src/tomboykeybinder.h
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- src/tilda_window.c 2008-01-17 23:07:39.000000000 +0100
|+++ src/tilda_window.c 2010-03-19 22:30:31.000000000 +0100
--------------------------
File to patch:
Code: Select all
# Starting with glib 2.32 it is now mandatory to
# include glib.h instead of individual headers.
patch -p1 -i $CWD/glib-single-include.patch
# New patch from gentoo linux
patch -p1 -i $CWD/tilda-0.9.6-gdk_resources-1.patch
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
|| exit 1
Code: Select all
slapt-src -f tilda
Code: Select all
cd /usr/src/slapt-src/tilda
vim ./tilda.SlackBuild
cp /path/to/downloaded/tilda-foo-patch ./
chmod +x tilda.SlackBuild
./tilda.SlackBuild
installpkg /tmp/tilda-foo-txz