Your message dated Sun, 31 Jul 2005 00:02:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#318508: fixed in db2 2:2.7.7.0-10
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Jul 2005 22:07:33 +0000
>From [EMAIL PROTECTED] Fri Jul 15 15:07:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop05.mail.atl.earthlink.net [207.69.200.58] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DtYLE-0007KX-00; Fri, 15 Jul 2005 15:07:32 -0700
Received: from user-119bq03.biz.mindspring.com ([66.149.232.3] 
helo=frobnitz.homelinux.net)
        by pop05.mail.atl.earthlink.net with esmtp (Exim 3.36 #10)
        id 1DtYLD-0007nl-00
        for [EMAIL PROTECTED]; Fri, 15 Jul 2005 18:07:32 -0400
Received: from daniel by frobnitz.homelinux.net with local (Exim 4.52)
        id 1DtYLD-0000GG-0P
        for [EMAIL PROTECTED]; Fri, 15 Jul 2005 15:07:31 -0700
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: db2: FTBFS: Label at end of compound statement
From: Daniel Schepler <[EMAIL PROTECTED]>
Date: Fri, 15 Jul 2005 15:07:29 -0700
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="=-=-="
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

--=-=-=

Package: db2
Severity: serious
Version: 2:2.7.7.0-9

>From my build log (reproduced using pbuilder in an i386 chroot):

...
gcc -O2 -I. -I./include -include ./compat.h -c -fPIC -o os_map.os os/os_map.c
gcc -O2 -I. -I./include -include ./compat.h -c -fPIC -o os_oflags.os 
os/os_oflags.c
os/os_oflags.c: In function '__db_oflags':
os/os_oflags.c:48: error: label at end of compound statement
make[1]: *** [os_oflags.os] Error 1
make[1]: Leaving directory `/tmp/buildd/db2-2.7.7.0/build-tree/db2'
make: *** [stampdir/build] Error 2

Unfortunately, since this is in build-tree/db2 instead of
build-tree/db-2.7.7, I can't figure out how to get dbs to patch this
file.  Anyway, the patch to that file is attached.

-- System Information:
Debian Release: testing/unstable
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=en, LC_CTYPE=en (charmap=UTF-8) (ignored: LC_ALL set to 
en_US.UTF-8)

-- 
Daniel Schepler              "Please don't disillusion me.  I
[EMAIL PROTECTED]    haven't had breakfast yet."
                                 -- Orson Scott Card

--=-=-=
Content-Type: text/x-patch
Content-Disposition: inline; filename=db2.diff

diff -urN db2/os/os_oflags.c db2.new/os/os_oflags.c
--- db2/os/os_oflags.c  1999-06-07 18:09:37.000000000 +0000
+++ db2.new/os/os_oflags.c      2005-07-15 22:01:53.000000000 +0000
@@ -44,6 +44,7 @@
        case O_RDWR:
                break;
        default:                /* Bogus flags value from user.  */
+               break;
          /* XXX no way to return error from here */
        }
        if (oflags & O_CREAT)

--=-=-=--

---------------------------------------
Received: (at 318508-close) by bugs.debian.org; 31 Jul 2005 07:10:59 +0000
>From [EMAIL PROTECTED] Sun Jul 31 00:10:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1Dz7ps-0002Iq-00; Sun, 31 Jul 2005 00:02:12 -0700
From: Andreas Barth <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#318508: fixed in db2 2:2.7.7.0-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 31 Jul 2005 00:02:12 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: db2
Source-Version: 2:2.7.7.0-10

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

db2-doc_2.7.7.0-10_all.deb
  to pool/main/d/db2/db2-doc_2.7.7.0-10_all.deb
db2_2.7.7.0-10.diff.gz
  to pool/main/d/db2/db2_2.7.7.0-10.diff.gz
db2_2.7.7.0-10.dsc
  to pool/main/d/db2/db2_2.7.7.0-10.dsc
libdb2-dbg_2.7.7.0-10_i386.deb
  to pool/main/d/db2/libdb2-dbg_2.7.7.0-10_i386.deb
libdb2-dev_2.7.7.0-10_i386.deb
  to pool/main/d/db2/libdb2-dev_2.7.7.0-10_i386.deb
libdb2-util_2.7.7.0-10_i386.deb
  to pool/main/d/db2/libdb2-util_2.7.7.0-10_i386.deb
libdb2_2.7.7.0-10_i386.deb
  to pool/main/d/db2/libdb2_2.7.7.0-10_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.
Andreas Barth <[EMAIL PROTECTED]> (supplier of updated db2 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: Sun, 31 Jul 2005 08:42:47 +0200
Source: db2
Binary: db2-doc libdb2-dev libdb2-dbg libdb2-util libdb2
Architecture: source i386 all
Version: 2:2.7.7.0-10
Distribution: unstable
Urgency: low
Maintainer: Debian Berkeley DB Maintainers <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description: 
 db2-doc    - Berkeley v2 Database Documentation [html txt ps]
 libdb2     - The Berkeley database routines (run-time files)
 libdb2-dbg - The Berkeley database routines (debugging libraries)
 libdb2-dev - The Berkeley database routines (development files)
 libdb2-util - The Berkeley database routines (utilities)
Closes: 318508
Changes: 
 db2 (2:2.7.7.0-10) unstable; urgency=low
 .
   * fix FTBFS. Closes: #318508
Files: 
 088d66fc9805c173d2ced35885d4e75c 852 libs optional db2_2.7.7.0-10.dsc
 3ff127129f2bed0e27451f8d79823ae5 81746 libs optional db2_2.7.7.0-10.diff.gz
 6385428ff9f54d061dac9c9bcfdb5f6d 513816 doc optional db2-doc_2.7.7.0-10_all.deb
 455917fbb4d35482547acec5818b87f2 288524 base required 
libdb2_2.7.7.0-10_i386.deb
 a6392406062634069ba33090d0ee3c37 109882 devel optional 
libdb2-util_2.7.7.0-10_i386.deb
 ccdf3975d646d3ce91c77b920163a012 203622 devel extra 
libdb2-dev_2.7.7.0-10_i386.deb
 15eeb83c331b40ecde2bdfb71d8a1155 1109416 devel extra 
libdb2-dbg_2.7.7.0-10_i386.deb

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

iEYEARECAAYFAkLsdLsACgkQmdOZoew2oYW8/ACgiNMuXYwtnMM+tRLDhcI4jyiv
21oAoKY1S8Pc32vmt/CB7lhWft4e2yYB
=PF+S
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to