Package: iceweasel Version: 3.0~b5-4 Kernel: Linux 2.6.25.1 (i686) OS: Sidux/i386 with latest updates from Debian/sid and Sidux/sid
Hi,
the "bug" described here was already reported to Mike Hommey.
I got iceweasel_3.0~b5-4 compiled against xulrunner-1.9 and wondered
about the size of 1MiB.
The good one, yeah it is that small.
$ du --bytes iceweasel_3.0~b5-4sd_i386.deb
1088572 iceweasel_3.0~b5-4sd_i386.deb
FIXME: I had a problem with configure and LIBXUL_SDK_DIR...
$ grep "not found" iceweasel_3.0~b5-4sd_i386.build
./configure: line 12031: LIBXUL_SDK_DIR: command not found
./configure: line 12032: LIBXUL_SDK_DIR: command not found
FIX: $(...) -> ${...}
NSPR_CFLAGS="-I$(LIBXUL_SDK_DIR)/sdk/include"
NSPR_LIBS="-L$(LIBXUL_SDK_DIR)/sdk/lib -lnspr$NSPR_VERSION
-lplc$NSPR_VERSION -lplds$NSPR_VERSION"
REAL FIX:
$ sed -i -r 's/\(LIBXUL_SDK_DIR\)/\{LIBXUL_SDK_DIR\}/g' configure
Involved programs with version:
ii xulrunner-1.9 1.9~b5-4 XUL +
XPCOM application runner
ii xulrunner-1.9-common 1.9~b5-4 Gecko
engine library - common files
ii xulrunner-1.9-gnome-support 1.9~b5-4
Support for GNOME in xulrunner applications
ii xulrunner-dev 1.9~b5-4
Development files for the Gecko engine library
ii xulrunner-dev-bin 1.9~b5-4 Static
libraries for the Gecko engine
ii binutils 2.18.50.20080425-1 The GNU
assembler, linker and binary utilities
ii cpp-4.2 4.2.3-5 The GNU C preprocessor
ii g++-4.2 4.2.3-5 The GNU C++ compiler
ii g++-4.2-multilib 4.2.3-5 The GNU C++
compiler (multilib files)
ii gcc-4.2 4.2.3-5 The GNU C compiler
ii gcc-4.2-base 4.2.3-5 The GNU Compiler
Collection (base package)
ii gcc-4.2-locales 4.2.3-5 The GNU C
compiler (native language support files)
ii gcc-4.2-multilib 4.2.3-5 The GNU C
compiler (multilib files)
ii libstdc++6-4.2-dev 4.2.3-5 The GNU Standard
C++ Library v3 (development files)
ii libstdc++6-4.2-pic 4.2.3-5 The GNU Standard
C++ Library v3 (shared library subset kit)
ii hardening-wrapper 1.12 experimental
compiler wrapper to enable security hardening flags
NOTE:
xulrunner-1.9 was compiled with gcc-4.3 and hardened options,
iceweasel fails with 4.3.
Regards,
Sedat
P.S.: 2 attached files
iceweasel_3.0~b5-4sd_i386.changes
Description: Binary data
iceweasel_3.0~b5-4sd_i386.build.gz
Description: GNU Zip compressed data

