tag 646481 + patch
thanks

On Mon, Oct 24, 2011 at 01:25:40PM +0200, Mònica Ramírez Arceda wrote:
> Source: uw-imap
> Version: 8:2007e~dfsg-3.1
> Severity: serious
> Tags: wheezy sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20111022 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 

The patch below fixes the issue. It would be nice if an upload can be
done quicky, as it will soon block the s390x bootstrapping.

--- uw-imap-2007e~dfsg.orig/src/osdep/unix/flocklnx.c
+++ uw-imap-2007e~dfsg/src/osdep/unix/flocklnx.c
@@ -57,7 +57,7 @@
     case ENOLCK:               /* lock table is full */
       sprintf (tmp,"File locking failure: %s",strerror (errno));
       mm_log (tmp,WARN);       /* give the user a warning of what happened */
-      if (!logged++) syslog (LOG_ERR,tmp);
+      if (!logged++) syslog ("%s",LOG_ERR,tmp);
                                /* return failure if non-blocking lock */
       if (op & LOCK_NB) return -1;
       sleep (5);               /* slow down in case it loops */

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurel...@aurel32.net                 http://www.aurel32.net



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to