Your message dated Sun, 17 Jun 2007 12:45:01 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#429327: 
postfix_2.5-20070614-1(experimental/amd64/xenophanes): sys_defs.h:749:25: 
error: operator '<' has no left operand
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: postfix
Version: 2.5-20070614-1
Severity: serious
Tags: experimental

Heya,

Your package failed to build on my amd64 autobuilder:

| Automatic build of postfix_2.5-20070614-1 on xenophanes by sbuild/amd64 
98-farm
| Build started at 20070617-0814
| ******************************************************************************

[...]

| Checking correctness of source dependencies...
| Toolchain package versions: libc6-dev_2.5-10 gcc-4.2_ g++-4.2_ 
binutils_2.17cvs20070426-6 libstdc++6-4.2-dev_ libstdc++6_4.2-20070609-1

[...]

| [src/util]
| make: Entering directory `/build/buildd/postfix-2.5-20070614/src/util'
| gcc -Wmissing-prototypes -Wformat -DDEBIAN -DMAX_DYNAMIC_MAPS -DHAS_PCRE 
-DHAS_LDAP -DHAS_CDB -DHAS_MYSQL -I/usr/include/mysql -DHAS_PGSQL 
-I/usr/include/postgresql -DHAS_SSL -I/usr/include/openssl -DUSE_SASL_AUTH 
-I/usr/include/sasl -DUSE_CYRUS_SASL -DUSE_TLS -DSNAPSHOT -fPIC  -O2 -I. 
-DLINUX2 -c alldig.c
| In file included from alldig.c:29:
| ./sys_defs.h:749:25: error: operator '<' has no left operand
| make: *** [alldig.o] Error 1
| make: Leaving directory `/build/buildd/postfix-2.5-20070614/src/util'
| make[1]: *** [update] Error 1
| make[1]: Leaving directory `/build/buildd/postfix-2.5-20070614'
| make: *** [build] Error 2
| ******************************************************************************
| Build finished at 20070617-0814
| FAILED [dpkg-buildpackage died]
| Build needed 00:00:05, 17528k disk space

A complete build log can be found at
http://experimental.debian.net/build.php?arch=amd64&pkg=postfix&ver=2.5-20070614-1

Marc
-- 
BOFH #196:
Me no internet, only janitor, me just wax floors.


--- End Message ---
--- Begin Message ---
LaMont Jones <[EMAIL PROTECTED]> writes:
> On Sun, Jun 17, 2007 at 10:20:47AM +0200, Marc 'HE' Brockschmidt wrote:
>> | ./sys_defs.h:749:25: error: operator '<' has no left operand
> I'd be interested to see the cpp output, as I've been unable to
> reproduce this.

I debugged this and found the problem (though no bug-number, but as it's
fixed anyway...):

sh-3.1# cat /usr/include/linux/version.h 
#define LINUX_VERSION_CODE
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
sh-3.1# apt-get install linux-libc-dev
[...]
Setting up linux-libc-dev (2.6.21-4) ...
sh-3.1# cat /usr/include/linux/version.h 
#define LINUX_VERSION_CODE 132629
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

The upgraded version fixes the bug. Sorry for the noise, package should
be retried soon.

Marc
-- 
BOFH #39:
terrorist activities

Attachment: pgpbQJulKHzxh.pgp
Description: PGP signature


--- End Message ---

Reply via email to