Your message dated Fri, 17 Mar 2006 02:17:41 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357035: fixed in xulrunner 1.8.0.1-6
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xulrunner
Version: 1.8.0.1-5

Your package fails to build on MIPS64 because it tries to use i386
assembler.  More generally, the package will fall back to x86 when the
build system cannot figure out what system really it is: pretty broken
imho.  mozilla-thunderbird has the same problem (see #356973).  Can
someone please investigate this situation, file a bug report with
Mozilla (ideally with a patch) so this can be fixed for good.

Background: I'm building on mips (to be exact: mips64).  However, as
you can see in the logs below, it thinks it's building for x86: it
puts stuff in Linux2.6_x86_glibc and defines -Di386, and later fails
when trying to compile an i386 assember file.

It seems that the build system falls back to x86 when it cannot figure
out what system it is and then fails... When I build with mips64
(64-bit kernel, 32-bit userland, uname -m says mips64) I get
"Linux2.6_x86_glibc" and the build failure from below.  However,
running the build with linux32 (i.e. my machine shows up as 32-bit,
unmae -m says mips) makes it work.

I put logs from the mips and mip64 builds at
http://people.debian.org/~tbm/logs/xulrunner_1.8.0.1-5/
Logs from mozilla-thunderbird are at
http://people.debian.org/~tbm/logs/mozilla-thunderbird_1.0.7-3/


(Note that nothing in Debian will build with mips64, but this is a) a
bug anyway and b) other people might build with mips64.  This is not a
serious FTBFS bug in Debian though.)


> Automatic build of xulrunner_1.8.0.1-5 on bigsur by sbuild/mips 1.94
...
> gcc -o Linux2.6_x86_glibc_PTH_OPT.OBJ/mpi_x86.o -O2 -fPIC -DLINUX1_2 -Di386 
> -D_XOPEN_SOURCE -DLINUX2_1 -D_X86_ -ansi -Wall -pipe -DLINUX -Dlinux 
> -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR -DXP_UNIX -DSHLIB_SUFFIX=\"so\" 
> -DSHLIB_PREFIX=\"lib\" -DRIJNDAEL_INCLUDE_TABLES -UDEBUG -DNDEBUG 
> -D_REENTRANT -DMP_ASSEMBLY_MULTIPLY -DMP_ASSEMBLY_SQUARE  
> -DMP_ASSEMBLY_DIV_2DX1D -DMP_API_COMPATIBLE 
> -I/build/tbm/xulrunner-1.8.0.1/dist/include  -I../../../../dist/public/nss 
> -I../../../../dist/private/nss -I../../../../dist/include 
> -I/build/tbm/xulrunner-1.8.0.1/dist/include/nspr 
> -I/build/tbm/xulrunner-1.8.0.1/dist/include/dbm -Impi -Iecl  -c mpi/mpi_x86.s
> mpi/mpi_x86.s: Assembler messages:
> mpi/mpi_x86.s:62: Error: unrecognized opcode `push %ebp'
> mpi/mpi_x86.s:63: Error: unrecognized opcode `mov %esp,%ebp'
> mpi/mpi_x86.s:64: Error: bad expression
> mpi/mpi_x86.s:64: Error: illegal operands `sub'
> mpi/mpi_x86.s:65: Error: unrecognized opcode `push %edi'
> mpi/mpi_x86.s:66: Error: unrecognized opcode `push %esi'
> mpi/mpi_x86.s:67: Error: unrecognized opcode `push %ebx'
> mpi/mpi_x86.s:68: Error: unrecognized opcode `movl $0,%ebx'
> mpi/mpi_x86.s:69: Error: unrecognized opcode `mov 12(%ebp),%ecx'
> mpi/mpi_x86.s:70: Error: unrecognized opcode `mov 20(%ebp),%edi'
> mpi/mpi_x86.s:71: Error: unrecognized opcode `cmp $0,%ecx'
> mpi/mpi_x86.s:72: Error: unrecognized opcode `je 2f'
> mpi/mpi_x86.s:73: Error: unrecognized opcode `mov 8(%ebp),%esi'
> mpi/mpi_x86.s:74: Error: unrecognized opcode `cld'
> mpi/mpi_x86.s:76: Error: unrecognized opcode `lodsl '
> mpi/mpi_x86.s:77: Error: unrecognized opcode `mov 16(%ebp),%edx'
> mpi/mpi_x86.s:78: Error: unrecognized opcode `mull %edx'
> mpi/mpi_x86.s:80: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:81: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:82: Error: unrecognized opcode `mov %edx,%ebx'
> mpi/mpi_x86.s:84: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:85: Error: unrecognized opcode `dec %ecx'
> mpi/mpi_x86.s:86: Error: unrecognized opcode `jnz 1b'
> mpi/mpi_x86.s:88: Error: unrecognized opcode `mov %ebx,0(%edi)'
> mpi/mpi_x86.s:89: Error: unrecognized opcode `pop %ebx'
> mpi/mpi_x86.s:90: Error: unrecognized opcode `pop %esi'
> mpi/mpi_x86.s:91: Error: unrecognized opcode `pop %edi'
> mpi/mpi_x86.s:92: Error: unrecognized opcode `leave '
> mpi/mpi_x86.s:93: Error: unrecognized opcode `ret '
> mpi/mpi_x86.s:121: Error: unrecognized opcode `push %ebp'
> mpi/mpi_x86.s:122: Error: unrecognized opcode `mov %esp,%ebp'
> mpi/mpi_x86.s:123: Error: bad expression
> mpi/mpi_x86.s:123: Error: illegal operands `sub'
> mpi/mpi_x86.s:124: Error: unrecognized opcode `push %edi'
> mpi/mpi_x86.s:125: Error: unrecognized opcode `push %esi'
> mpi/mpi_x86.s:126: Error: unrecognized opcode `push %ebx'
> mpi/mpi_x86.s:127: Error: unrecognized opcode `movl $0,%ebx'
> mpi/mpi_x86.s:128: Error: unrecognized opcode `mov 12(%ebp),%ecx'
> mpi/mpi_x86.s:129: Error: unrecognized opcode `mov 20(%ebp),%edi'
> mpi/mpi_x86.s:130: Error: unrecognized opcode `cmp $0,%ecx'
> mpi/mpi_x86.s:131: Error: unrecognized opcode `je 4f'
> mpi/mpi_x86.s:132: Error: unrecognized opcode `mov 8(%ebp),%esi'
> mpi/mpi_x86.s:133: Error: unrecognized opcode `cld'
> mpi/mpi_x86.s:135: Error: unrecognized opcode `lodsl '
> mpi/mpi_x86.s:136: Error: unrecognized opcode `mov 16(%ebp),%edx'
> mpi/mpi_x86.s:137: Error: unrecognized opcode `mull %edx'
> mpi/mpi_x86.s:139: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:140: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:141: Error: unrecognized opcode `mov 0(%edi),%ebx'
> mpi/mpi_x86.s:142: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:143: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:144: Error: unrecognized opcode `mov %edx,%ebx'
> mpi/mpi_x86.s:146: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:147: Error: unrecognized opcode `dec %ecx'
> mpi/mpi_x86.s:148: Error: unrecognized opcode `jnz 3b'
> mpi/mpi_x86.s:150: Error: unrecognized opcode `mov %ebx,0(%edi)'
> mpi/mpi_x86.s:151: Error: unrecognized opcode `pop %ebx'
> mpi/mpi_x86.s:152: Error: unrecognized opcode `pop %esi'
> mpi/mpi_x86.s:153: Error: unrecognized opcode `pop %edi'
> mpi/mpi_x86.s:154: Error: unrecognized opcode `leave '
> mpi/mpi_x86.s:155: Error: unrecognized opcode `ret '
> mpi/mpi_x86.s:183: Error: unrecognized opcode `push %ebp'
> mpi/mpi_x86.s:184: Error: unrecognized opcode `mov %esp,%ebp'
> mpi/mpi_x86.s:185: Error: bad expression
> mpi/mpi_x86.s:185: Error: illegal operands `sub'
> mpi/mpi_x86.s:186: Error: unrecognized opcode `push %edi'
> mpi/mpi_x86.s:187: Error: unrecognized opcode `push %esi'
> mpi/mpi_x86.s:188: Error: unrecognized opcode `push %ebx'
> mpi/mpi_x86.s:189: Error: unrecognized opcode `movl $0,%ebx'
> mpi/mpi_x86.s:190: Error: unrecognized opcode `mov 12(%ebp),%ecx'
> mpi/mpi_x86.s:191: Error: unrecognized opcode `mov 20(%ebp),%edi'
> mpi/mpi_x86.s:192: Error: unrecognized opcode `cmp $0,%ecx'
> mpi/mpi_x86.s:193: Error: unrecognized opcode `je 6f'
> mpi/mpi_x86.s:194: Error: unrecognized opcode `cld'
> mpi/mpi_x86.s:195: Error: unrecognized opcode `mov 8(%ebp),%esi'
> mpi/mpi_x86.s:197: Error: unrecognized opcode `lodsl '
> mpi/mpi_x86.s:198: Error: unrecognized opcode `mov 16(%ebp),%edx'
> mpi/mpi_x86.s:199: Error: unrecognized opcode `mull %edx'
> mpi/mpi_x86.s:201: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:202: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:203: Error: unrecognized opcode `mov 0(%edi),%ebx'
> mpi/mpi_x86.s:204: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:205: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:206: Error: unrecognized opcode `mov %edx,%ebx'
> mpi/mpi_x86.s:208: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:209: Error: unrecognized opcode `dec %ecx'
> mpi/mpi_x86.s:210: Error: unrecognized opcode `jnz 5b'
> mpi/mpi_x86.s:212: Error: unrecognized opcode `cmp $0,%ebx'
> mpi/mpi_x86.s:213: Error: unrecognized opcode `jz 8f'
> mpi/mpi_x86.s:214: Error: unrecognized opcode `mov 0(%edi),%eax'
> mpi/mpi_x86.s:215: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:216: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:217: Error: unrecognized opcode `jnc 8f'
> mpi/mpi_x86.s:219: Error: unrecognized opcode `mov 0(%edi),%eax'
> mpi/mpi_x86.s:220: Error: unrecognized opcode `adc $0,%eax'
> mpi/mpi_x86.s:221: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:222: Error: unrecognized opcode `jc 7b'
> mpi/mpi_x86.s:224: Error: unrecognized opcode `pop %ebx'
> mpi/mpi_x86.s:225: Error: unrecognized opcode `pop %esi'
> mpi/mpi_x86.s:226: Error: unrecognized opcode `pop %edi'
> mpi/mpi_x86.s:227: Error: unrecognized opcode `leave '
> mpi/mpi_x86.s:228: Error: unrecognized opcode `ret '
> mpi/mpi_x86.s:253: Error: unrecognized opcode `push %ebp'
> mpi/mpi_x86.s:254: Error: unrecognized opcode `mov %esp,%ebp'
> mpi/mpi_x86.s:255: Error: bad expression
> mpi/mpi_x86.s:255: Error: illegal operands `sub'
> mpi/mpi_x86.s:256: Error: unrecognized opcode `push %edi'
> mpi/mpi_x86.s:257: Error: unrecognized opcode `push %esi'
> mpi/mpi_x86.s:258: Error: unrecognized opcode `push %ebx'
> mpi/mpi_x86.s:259: Error: unrecognized opcode `movl $0,%ebx'
> mpi/mpi_x86.s:260: Error: unrecognized opcode `mov 12(%ebp),%ecx'
> mpi/mpi_x86.s:261: Error: unrecognized opcode `mov 16(%ebp),%edi'
> mpi/mpi_x86.s:262: Error: unrecognized opcode `cmp $0,%ecx'
> mpi/mpi_x86.s:263: Error: unrecognized opcode `je 11f'
> mpi/mpi_x86.s:264: Error: unrecognized opcode `cld'
> mpi/mpi_x86.s:265: Error: unrecognized opcode `mov 8(%ebp),%esi'
> mpi/mpi_x86.s:267: Error: unrecognized opcode `lodsl '
> mpi/mpi_x86.s:268: Error: unrecognized opcode `mull %eax'
> mpi/mpi_x86.s:270: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:271: Error: unrecognized opcode `adc $0,%edx'
> mpi/mpi_x86.s:272: Error: unrecognized opcode `mov 0(%edi),%ebx'
> mpi/mpi_x86.s:273: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:274: Error: unrecognized opcode `mov 4(%edi),%ebx'
> mpi/mpi_x86.s:275: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:276: Error: unrecognized opcode `adc %ebx,%edx'
> mpi/mpi_x86.s:277: Error: unrecognized opcode `movl $0,%ebx'
> mpi/mpi_x86.s:278: Error: unrecognized opcode `mov %edx,%eax'
> mpi/mpi_x86.s:279: Error: unrecognized opcode `adc $0,%ebx'
> mpi/mpi_x86.s:280: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:281: Error: unrecognized opcode `dec %ecx'
> mpi/mpi_x86.s:282: Error: unrecognized opcode `jnz 10b'
> mpi/mpi_x86.s:284: Error: unrecognized opcode `cmp $0,%ebx'
> mpi/mpi_x86.s:285: Error: unrecognized opcode `jz 14f'
> mpi/mpi_x86.s:286: Error: unrecognized opcode `mov 0(%edi),%eax'
> mpi/mpi_x86.s:287: Error: illegal operands `add %ebx,%eax'
> mpi/mpi_x86.s:288: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:289: Error: unrecognized opcode `jnc 14f'
> mpi/mpi_x86.s:291: Error: unrecognized opcode `mov 0(%edi),%eax'
> mpi/mpi_x86.s:292: Error: unrecognized opcode `adc $0,%eax'
> mpi/mpi_x86.s:293: Error: unrecognized opcode `stosl '
> mpi/mpi_x86.s:294: Error: unrecognized opcode `jc 12b'
> mpi/mpi_x86.s:296: Error: unrecognized opcode `pop %ebx'
> mpi/mpi_x86.s:297: Error: unrecognized opcode `pop %esi'
> mpi/mpi_x86.s:298: Error: unrecognized opcode `pop %edi'
> mpi/mpi_x86.s:299: Error: unrecognized opcode `leave '
> mpi/mpi_x86.s:300: Error: unrecognized opcode `ret '
> mpi/mpi_x86.s:329: Error: unrecognized opcode `push %ebx'
> mpi/mpi_x86.s:330: Error: unrecognized opcode `mov 8(%esp),%edx'
> mpi/mpi_x86.s:331: Error: unrecognized opcode `mov 12(%esp),%eax'
> mpi/mpi_x86.s:332: Error: unrecognized opcode `mov 16(%esp),%ebx'
> mpi/mpi_x86.s:333: Error: illegal operands `div %ebx'
> mpi/mpi_x86.s:334: Error: unrecognized opcode `mov 20(%esp),%ebx'
> mpi/mpi_x86.s:335: Error: unrecognized opcode `mov %eax,0(%ebx)'
> mpi/mpi_x86.s:336: Error: unrecognized opcode `mov 24(%esp),%ebx'
> mpi/mpi_x86.s:337: Error: unrecognized opcode `mov %edx,0(%ebx)'
> mpi/mpi_x86.s:338: Error: illegal operands `xor %eax,%eax'
> mpi/mpi_x86.s:339: Error: unrecognized opcode `pop %ebx'
> mpi/mpi_x86.s:340: Error: unrecognized opcode `ret '
> make[5]: *** [Linux2.6_x86_glibc_PTH_OPT.OBJ/mpi_x86.o] Error 1
> make[5]: Leaving directory 
> `/build/tbm/xulrunner-1.8.0.1/security/nss/lib/freebl'
> make[4]: *** [libs] Error 2
> make[4]: Leaving directory `/build/tbm/xulrunner-1.8.0.1/security/nss/lib'
> make[3]: *** [libs] Error 2
> make[3]: Leaving directory `/build/tbm/xulrunner-1.8.0.1/security/manager'
> make[2]: *** [tier_50] Error 2
> make[2]: Leaving directory `/build/tbm/xulrunner-1.8.0.1'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/build/tbm/xulrunner-1.8.0.1'
> make: *** [build-stamp] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: xulrunner
Source-Version: 1.8.0.1-6

We believe that the bug you reported is fixed in the latest version of
xulrunner, which is due to be installed in the Debian FTP archive:

libmozjs-dev_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libmozjs-dev_1.8.0.1-6_all.deb
libmozjs0d_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/libmozjs0d_1.8.0.1-6_i386.deb
libnspr4-0d_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/libnspr4-0d_1.8.0.1-6_i386.deb
libnspr4-dev_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libnspr4-dev_1.8.0.1-6_all.deb
libnss3-0d_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/libnss3-0d_1.8.0.1-6_i386.deb
libnss3-dev_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libnss3-dev_1.8.0.1-6_all.deb
libsmjs-dev_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libsmjs-dev_1.8.0.1-6_all.deb
libsmjs1_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libsmjs1_1.8.0.1-6_all.deb
libxul-dev_1.8.0.1-6_all.deb
  to pool/main/x/xulrunner/libxul-dev_1.8.0.1-6_all.deb
libxul0d_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/libxul0d_1.8.0.1-6_i386.deb
spidermonkey-bin_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/spidermonkey-bin_1.8.0.1-6_i386.deb
xulrunner-gnome-support_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/xulrunner-gnome-support_1.8.0.1-6_i386.deb
xulrunner_1.8.0.1-6.diff.gz
  to pool/main/x/xulrunner/xulrunner_1.8.0.1-6.diff.gz
xulrunner_1.8.0.1-6.dsc
  to pool/main/x/xulrunner/xulrunner_1.8.0.1-6.dsc
xulrunner_1.8.0.1-6_i386.deb
  to pool/main/x/xulrunner/xulrunner_1.8.0.1-6_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Hommey <[EMAIL PROTECTED]> (supplier of updated xulrunner package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 07:16:10 +0100
Source: xulrunner
Binary: libnss3-0d libsmjs-dev libnspr4-0d xulrunner-gnome-support libmozjs0d 
libmozjs-dev xulrunner spidermonkey-bin libnss3-dev libnspr4-dev libxul-dev 
libxul0d libsmjs1
Architecture: source all i386
Version: 1.8.0.1-6
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey <[EMAIL PROTECTED]>
Changed-By: Mike Hommey <[EMAIL PROTECTED]>
Description: 
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs0d - The Mozilla SpiderMonkey JavaScript library
 libnspr4-0d - NetScape Portable Runtime Library
 libnspr4-dev - Development files for the NetScape Portable Runtime library
 libnss3-0d - Network Security Service libraries
 libnss3-dev - Development files for the Network Security Service libraries
 libsmjs-dev - Migration package for the Mozilla SpiderMonkey JavaScript library
 libsmjs1   - Migration package for the Mozilla SpiderMonkey JavaScript library
 libxul-dev - Development files for the Gecko engine library
 libxul0d   - Gecko engine library
 spidermonkey-bin - The SpiderMonkey Interpreter
 xulrunner  - XUL + XPCOM application runner
 xulrunner-gnome-support - Support for Gnome in xulrunner applications
Closes: 355729 357035
Changes: 
 xulrunner (1.8.0.1-6) unstable; urgency=low
 .
   * debian/copyright: Fixed typo.
   * debian/patches/90_mips64_build.dpatch: Patch from Martin Michlmayr for
     mips64 builds.
   * debian/patches/90_unsupported_arch_build.dpatch: Don't use x86 as CPU_ARCH
     when building on an unsupported architectures. Closes: #357035.
   * Put back some stuff that used to be in spidermonkey-bin:
     + debian/rules, debian/smjs.1: Add the manual page.
     + debian/rules, debian/spidermonkey-bin.menu: Add the menu item.
     + debian/spidermonkey-bin.postinst, debian/spidermonkey-bin.prerm:
       Add the /usr/bin/js alternative. Closes: #355729.
   * debian/mozconfig: Enable iconv support.
   * debian/patches/01_native_uconv.dpatch: Fix for the build to succeed when
     iconv support is enabled.
   * debian/patches/00list: Updated accordingly.
Files: 
 42586982c58b4581cc4e385a7a02a021 988 devel optional xulrunner_1.8.0.1-6.dsc
 b58033b856b12693c8b218db26132a6e 112697 devel optional 
xulrunner_1.8.0.1-6.diff.gz
 2cf7d85b7396de4e70f753e7f462a7cb 195772 libdevel optional 
libnspr4-dev_1.8.0.1-6_all.deb
 79066b312409310ecf3da93a9f384d4a 160080 libdevel optional 
libmozjs-dev_1.8.0.1-6_all.deb
 f6f5b8c32895bf7e83204f3a11e40a91 25088 libs optional libsmjs1_1.8.0.1-6_all.deb
 f63a7c2b04fd335df6ab394d3c95487d 25122 libdevel optional 
libsmjs-dev_1.8.0.1-6_all.deb
 91fbe95419d10b5c9eb391375fd229bd 2604386 libdevel optional 
libxul-dev_1.8.0.1-6_all.deb
 12b3ac2692752b6c1a481436fccd7f8b 210260 libdevel optional 
libnss3-dev_1.8.0.1-6_all.deb
 baa0a3ac2a9e1519e501dc61e40da903 319390 devel optional 
xulrunner_1.8.0.1-6_i386.deb
 2bf2444dfd2327187a830d52878a6a5c 51510 devel optional 
xulrunner-gnome-support_1.8.0.1-6_i386.deb
 4b5c2b0d5642dea4c3aed8e67333e968 128426 libs optional 
libnspr4-0d_1.8.0.1-6_i386.deb
 91db19f13220dd9efe62849b27836548 323730 libs optional 
libmozjs0d_1.8.0.1-6_i386.deb
 b25814e2b7dc86107315aa8b3a1e8b05 39180 interpreters optional 
spidermonkey-bin_1.8.0.1-6_i386.deb
 b3ee152a3e517f44966d21d3f80a8665 6234860 libs optional 
libxul0d_1.8.0.1-6_i386.deb
 282a8927ffe9b05ea3a81aee99c2c246 684702 libs optional 
libnss3-0d_1.8.0.1-6_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEGoZ03kvaLFT9KlgRAqaMAJ9x67DGog9bSyvUGtrH71LqKTYsCwCeJ23m
LsfwuXT0W3vozWWhkR0OkYE=
=rhnl
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to