On Jan 15, 2008 8:01 PM, Patrick Ale <patrick.ale at gmail.com> wrote:
> Hi all :)

I got told by the RedHat friend to redo my tests and rm -rf the source
directory rather than doing a 'make distclean' cause even distclean
sometimes leaves stuff. So, new results and the result can be found
below. Right now I am running a fifth test with truss to see if I can
see what m4 files are being open()-ed :)

First test:
bunzip2 -c ~build/packages/SOURCES/gok-1.3.7.tar.bz2 | tar xvf - && \
aclocal && ./configure --prefix=/tmp --disable-gtk-doc &&\
make

First result:
CREATED mouse.kbd
make[2]: Leaving directory `/tmp/gok-1.3.7'
make[1]: Leaving directory `/tmp/gok-1.3.7'



Second test:
bunzip2 -c ~build/packages/SOURCES/gok-1.3.7.tar.bz2 | tar xvf - && \
aclocal && autoconf && ./configure --prefix=/tmp --disable-gtk-doc &&\
make

Second result:
server.in GNOME_Gok.server
Possible unintended interpolation of @INTLTOOL_ICONV in string at
../intltool-merge line 96.
Global symbol "@INTLTOOL_ICONV" requires explicit package name at
../intltool-merge line 96.
BEGIN not safe after errors--compilation aborted at ../intltool-merge line 263.
make[2]: *** [GNOME_Gok.server] Error 255
make[2]: Leaving directory `/tmp/gok-1.3.7/gok'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/gok-1.3.7'
make: *** [all] Error 2


Third test:
bunzip2 -c ~build/packages/SOURCES/gok-1.3.7.tar.bz2 | tar xvf - && \
intltoolize --copy --force --automake && aclocal && autoconf && \
make

Third result:
CREATED C/mouse.kbd
make[2]: Leaving directory `/tmp/gok-1.3.7'
make[1]: Leaving directory `/tmp/gok-1.3.7'

Fourth test:
# Modify gok.spec to add: export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
pkgtool build SUNWgnome-a11y-gok.spec

Fourth result:
CREATED C/mouse.kbd
make[2]: Leaving directory `/tmp/gok-1.3.7'
make[1]: Leaving directory `/tmp/gok-1.3.7'

Reply via email to