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: [email protected]
> 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
[email protected] http://www.aurel32.net
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]