Your message dated Mon, 07 May 2007 15:53:51 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#413613: fixed in mozilla-traybiff 1.2.2-14
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: mozilla-traybiff
Severity: important

Hi,

currently your package FTBFS on GNU/kFreeBSD with the following error:
> rm -rf mozTrayBiff-1.2.2-tb1.5.0.9-`./get-platform`.xpi; \
>       zip mozTrayBiff-1.2.2-tb1.5.0.9-`./get-platform`.xpi -r \
>               components/libtraybiff.so \
>               components/libtraybiff.xpt \
>               chrome/tray-biff.jar \
>               defaults/preferences/tray-biff.js \
>               install.rdf
> zip I/O error: No such file or directory


Logs can be obtained at
<http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386&pkg=mozilla-traybiff>.

Indeed, ./get-platform outputs a string containing 'GNU/kFreeBSD' which
makes 'zip' try to create a file in an inexistant directory, thus the
FTBFS. Please find attached a patch which adjusts that script by
replacing each '/' by '_' to ensure that this doesn't happen any longer,
and allows a successful build.

I must confess that I don't know mozilla products' internals well, so I
can't ensure that the package will be functional afterwards, I guess
that some adjustments might be needed in icedove, which I'll be pleased
to do if someone points me to the right location.

Cheers,

-- 
Cyril Brulebois
--- mozilla-traybiff-1.2.2~/get-platform        2007-03-06 04:54:07.567360000 
+0100
+++ mozilla-traybiff-1.2.2/get-platform 2007-03-06 04:57:59.000000000 +0100
@@ -6,7 +6,10 @@
 if test -z "$CC"; then
     CC=cc
 fi
-PLATFORM=`uname -s`_
+
+# Replace every '/' by '_' thanks to sed to ensure that
+# filenames based on the output of this script are OK.
+PLATFORM=`uname -s|sed -e 's/\//_/g'`_
 MACHINE=`uname -p 2>/dev/null`
 if [ $? != 0 ]; then
        MACHINE=`uname -m`

--- End Message ---
--- Begin Message ---
Source: mozilla-traybiff
Source-Version: 1.2.2-14

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

iceape-traybiff_1.2.2-14_i386.deb
  to pool/main/m/mozilla-traybiff/iceape-traybiff_1.2.2-14_i386.deb
icedove-traybiff_1.2.2-14_i386.deb
  to pool/main/m/mozilla-traybiff/icedove-traybiff_1.2.2-14_i386.deb
mozilla-traybiff-common_1.2.2-14_all.deb
  to pool/main/m/mozilla-traybiff/mozilla-traybiff-common_1.2.2-14_all.deb
mozilla-traybiff_1.2.2-14.diff.gz
  to pool/main/m/mozilla-traybiff/mozilla-traybiff_1.2.2-14.diff.gz
mozilla-traybiff_1.2.2-14.dsc
  to pool/main/m/mozilla-traybiff/mozilla-traybiff_1.2.2-14.dsc



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.
Alan Woodland <[EMAIL PROTECTED]> (supplier of updated mozilla-traybiff 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: Sat, 17 Mar 2007 12:11:24 +0000
Source: mozilla-traybiff
Binary: mozilla-traybiff-common iceape-traybiff icedove-traybiff
Architecture: source i386 all
Version: 1.2.2-14
Distribution: unstable
Urgency: low
Maintainer: Alan Woodland <[EMAIL PROTECTED]>
Changed-By: Alan Woodland <[EMAIL PROTECTED]>
Description: 
 iceape-traybiff - traybiff - new mail alert for Icedove
 icedove-traybiff - traybiff - new mail alert for Icedove
 mozilla-traybiff-common - traybiff - new mail alert for Icedove
Closes: 413613
Changes: 
 mozilla-traybiff (1.2.2-14) unstable; urgency=low
 .
   * Added patch for kfreebsd from Cyril Brulebois. (Closes: #413613)
   * Added support for iceape.
   * Split the common files out into an arch: all files shared
     by both the icedove and iceape versions.
   * Removed thunderbird-traybiff transition package.
Files: 
 72e1265f318f3e2c1c672359dd3fa978 862 mail optional 
mozilla-traybiff_1.2.2-14.dsc
 47add46dc2e79a454fbc160de6805b98 16203 mail optional 
mozilla-traybiff_1.2.2-14.diff.gz
 376e031cd6da19afcf346b9215a868ee 37342 mail optional 
icedove-traybiff_1.2.2-14_i386.deb
 ddf3c6675a9fecd489b3fdeb76182576 26986 mail optional 
iceape-traybiff_1.2.2-14_i386.deb
 4336d69354b4405ccda20a248d65795b 25840 mail optional 
mozilla-traybiff-common_1.2.2-14_all.deb

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

iD8DBQFGMKO/1FNW1LDdr0IRAgrQAJ95bbTAH0fF9LMKEaIX+lGBZWtN7QCfapAH
VIJU33Pb05+rJpByAximZeA=
=YekN
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to