error with libgklayout.so / no icons in enigmail

Miroslav Rovis <[email protected]> Fri, 12 Dec 2003 22:26:58 +0100
Newsgroups gmane.comp.mozilla.crypto,gmane.comp.mozilla.builds
Message-ID <[email protected]>
I am sorry if I should've sent this to one only list, but it appears (to 
me) to be related to both crypto and builds  :-)
This is where make stalled:
gmake[3]: Entering directory 
`/usr/src/packages/SOURCES/mozilla/layout/build'
../../config/nsinstall -R -m 755 libgklayout.so ../../dist/gre/components
../../dist/bin/elf-dynstr-gc ../../dist/gre/components/libgklayout.so
Cannot open file ../../dist/gre/components/libgklayout.so
gmake[3]: *** [libs] Error 1
gmake[3]: Leaving directory `/usr/src/packages/SOURCES/mozilla/layout/build'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/usr/src/packages/SOURCES/mozilla/layout'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/usr/src/packages/SOURCES/mozilla'
makemy: *** [default] Error 2
After fixing libgklayout.so to be readable for regular user (strangely: 
only that single file was root; and I don't think I messed that myself, 
but it may be related to the install of  enigmail on the previous CVS 
source, which said "successful", bur wasn't, and showed the same 
symptoms as today):
linux1:/usr/src/packages/SOURCES/mozilla # l layout/build/libgklayout.so
-rwxr-xr-x    1 root     root      7396657 2003-12-11 21:51 
layout/build/libgklayout.so*
linux1:/usr/src/packages/SOURCES/mozilla # l layout/build/
total 7708
...   ...
-rw-r--r--    1 miro     users          35 2003-12-07 23:53 gbdate.h
-rwxr-xr-x    1 miro     users        1265 2002-02-20 07:21 gbdate.pl*
-rwxr-xr-x    1 root     root      7396657 2003-12-11 21:51 libgklayout.so*
-rw-r--r--    1 miro     users        4633 2003-12-07 23:37 Makefile
-rw-r--r--    1 miro     users        4654 2003-04-11 10:23 Makefile.in
-rw-r--r--    1 miro     users       20565 2003-12-07 23:16 nsContentDLF.cpp
...   ...
linux1:/usr/src/packages/SOURCES/mozilla # chown miro 
layout/build/libgklayout.so ; chgrp users layout/build/libgklayout.so
I was now able to install.
But, the enigmail-plugin (which I then went to download) does not work.
It also does not have any of the icons at all (the broken pen etc.).
It's SuSE 9.0. I have been able to install the source just fine for the 
five days up to now.
Here is from my about:buildconfig:
i686-pc-linux-gnu
/usr/gcc-3.2.3/bin/gcc 	gcc version 3.2.3 	-Wall -W -Wno-unused 
-Wpointer-arith -Wcast-align -pedantic -Wno-long-long -g -pthread -pipe

/usr/gcc-3.2.3/bin/g++ 	gcc version 3.2.3 	-fno-rtti -fno-exceptions 
-Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual 
-Wsynth -Wno-ctor-dtor-privacy -pedantic -Wno-long-long -g -fshort-wchar 
-pthread -pipe -I/usr/X11R6/include

--disable-tests --enable-extensions=default,irc --without-system-nspr 
--without-system-jpeg --without-system-zlib --without-system-png 
--without-system-mng --disable-debug --enable-optimize 
--disable-elf-dynstr-gc --enable-crypto
Ow! That's not what I typed in!
I typed:
./configure --prefix=/usr/local/mozilla --with-system-jpeg=/usr 
--with-system-zlib=/usr --with-system-png=/usr 
--with-libIDL-prefix=/usr/local --disable-debug
I don't have any clues what other info might be needed to solve this.
Thanks!
Miro