Your message dated Sun, 04 Sep 2005 11:17:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#307052: fixed in python2.4 2.4.1-4
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; 30 Apr 2005 10:25:54 +0000
>From [EMAIL PROTECTED] Sat Apr 30 03:25:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1DRpAX-0005cy-00; Sat, 30 Apr 2005 03:25:54 -0700
Received: (qmail invoked by alias); 30 Apr 2005 10:25:22 -0000
Received: from ppp-62-245-163-157.mnet-online.de (EHLO localhost.localdomain) 
[62.245.163.157]
  by mail.gmx.net (mp019) with SMTP; 30 Apr 2005 12:25:22 +0200
X-Authenticated: #686195
Received: from mbanck by localhost.localdomain with local (Exim 4.34)
        id 1DRpA7-0002zD-IY
        for [EMAIL PROTECTED]; Sat, 30 Apr 2005 12:25:27 +0200
Date: Sat, 30 Apr 2005 12:25:27 +0200
From: Michael Banck <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: python2.4: FTBFS on hurd-i386: pthread/cthreads screwup due to dropped 
patch
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Michael Banck <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.5ubuntu5
User-Agent: Mutt/1.5.6+20040907i
X-Y-GMX-Trusted: 0
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: python2.4
Version: 2.4.1-0
Severity: important

Hello,

your package failed to build automatically (even after working around
#307037):

Automatic build of python2.4_2.4.1-1+hurd.1 on beethoven by
sbuild/hurd-i386 1.170.5
Build started at 20050430-1301
******************************************************************************
python2.4_2.4.1-1+hurd.1.dsc exists in cwd
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.2), autoconf, libreadline4-dev,
libncurses5-dev (>= 5.3), tk8.4-dev, libdb4.2-dev, zlib1g-dev,
libgmp3-dev, libgdbm-dev, blt-dev (>= 2.4z), libssl-dev,
libbluetooth1-dev [ !hurd-i386], sharutils, libbz2-dev
Build-Depends-Indep: libhtml-tree-perl, tetex-bin, tetex-extra, texinfo,
emacs21, tar, gzip, bzip2, debiandoc-sgml, sharutilsBuild-Conflicts:
tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, tk8.3-dev
[...]
Checking correctness of source dependencies...
Toolchain package versions: libc0.3-dev_2.3.2.ds1-20.0.1
gcc-3.3_1:3.3.5-12 g++-3.3_1:3.3.5-12 binutils_2.15-5
libstdc++5-3.3-dev_1:3.3.5-12 libstdc++5_1:3.3.5-12
------------------------------------------------------------------------------
dpkg-source: extracting python2.4 in python2.4-2.4.1
dpkg-buildpackage: source package is python2.4
dpkg-buildpackage: source version is 2.4.1-1+hurd.1
dpkg-buildpackage: host architecture is hurd-i386
[...]
checking cthreads.h usability... yes
checking cthreads.h presence... yes
checking for cthreads.h... yes
[...]
gcc -shared build/temp.gnu-0.3-i686-AT386-2.4/_tkinter.o
build/temp.gnu-0.3-i686-AT386-2.4/tkappinit.o -L/usr/X11R6/lib64
-L/usr/X11R6/lib -lBLT -ltk8.4 -ltcl8.4 -lX11 -o
build/lib.gnu-0.3-i686-AT386-2.4/_tkinter.so
python:
/build/mbanck/hurd-20050119/build-tree/hurd/libpthread/sysdeps/generic/pt-mutex-timedlock.c:55:
__pthread_mutex_timedlock_internal: Assertion `__pthread_threads'
failed.
/bin/sh: line 1:  9403 Aborted                 CC='gcc' LDSHARED='gcc
-shared' OPT='-DNDEBUG -g -O3 -Wall -Wstrict-prototypes' ./python -E
../setup.py build
make[1]: *** [sharedmods] Error 134
make[1]: Leaving directory `/build/mbanck/python2.4-2.4.1/build-static'
make: *** [stamp-build-static] Error 2
******************************************************************************
Build finished at 20050430-1343
FAILED [dpkg-buildpackage died]


I believe this is due to cthreads.dpatch (which disables cthreads on
GNU/Hurd and leads to pthreads being used) having been dropped since
python2.3, what was the rationale for that (it appears to still apply
fine)?

The above error is typical for an application trying to call pthread
functions but not having been linked with -lpthread:

[EMAIL PROTECTED]:~/build/[...]/python2.4-2.4.1/build-static$ ldd python
        libdl.so.2 => /lib/libdl.so.2 (0x01025000)
        libthreads.so.0.3 => /lib/libthreads.so.0.3 (0x01028000)
        libutil.so.1 => /lib/libutil.so.1 (0x0102e000)
        libm.so.6 => /lib/libm.so.6 (0x01031000)
        libc.so.0.3 => /lib/libc.so.0.3 (0x01053000)
        /lib/ld.so => /lib/ld.so (0x00001000)
        libmachuser.so.1 => /lib/libmachuser.so.1 (0x011e0000)
        libhurduser.so.0.3 => /lib/libhurduser.so.0.3 (0x011f3000)



cheers,

Michael

---------------------------------------
Received: (at 307052-close) by bugs.debian.org; 4 Sep 2005 18:19:32 +0000
>From [EMAIL PROTECTED] Sun Sep 04 11:19:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBz3D-0003nb-00; Sun, 04 Sep 2005 11:17:07 -0700
From: Matthias Klose <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#307052: fixed in python2.4 2.4.1-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 04 Sep 2005 11:17:07 -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
X-CrossAssassin-Score: 2

Source: python2.4
Source-Version: 2.4.1-4

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

idle-python2.4_2.4.1-4_all.deb
  to pool/main/p/python2.4/idle-python2.4_2.4.1-4_all.deb
python2.4-dbg_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4-dbg_2.4.1-4_i386.deb
python2.4-dev_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4-dev_2.4.1-4_i386.deb
python2.4-doc_2.4.1-4_all.deb
  to pool/main/p/python2.4/python2.4-doc_2.4.1-4_all.deb
python2.4-examples_2.4.1-4_all.deb
  to pool/main/p/python2.4/python2.4-examples_2.4.1-4_all.deb
python2.4-gdbm_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4-gdbm_2.4.1-4_i386.deb
python2.4-minimal_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4-minimal_2.4.1-4_i386.deb
python2.4-tk_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4-tk_2.4.1-4_i386.deb
python2.4_2.4.1-4.diff.gz
  to pool/main/p/python2.4/python2.4_2.4.1-4.diff.gz
python2.4_2.4.1-4.dsc
  to pool/main/p/python2.4/python2.4_2.4.1-4.dsc
python2.4_2.4.1-4_i386.deb
  to pool/main/p/python2.4/python2.4_2.4.1-4_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.
Matthias Klose <[EMAIL PROTECTED]> (supplier of updated python2.4 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,  4 Sep 2005 18:31:42 +0200
Source: python2.4
Binary: python2.4-doc python2.4-dbg python2.4 python2.4-tk idle-python2.4 
python2.4-examples python2.4-minimal python2.4-gdbm python2.4-dev
Architecture: source all i386
Version: 2.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Changed-By: Matthias Klose <[EMAIL PROTECTED]>
Description: 
 idle-python2.4 - An IDE for Python (v2.4) using Tkinter
 python2.4  - An interactive high-level object-oriented language (version 2.4)
 python2.4-dbg - Debug Build of the Python Interpreter (version 2.4)
 python2.4-dev - Header files and a static library for Python (v2.4)
 python2.4-doc - Documentation for the high-level object-oriented language 
Python 
 python2.4-examples - Examples for the Python language (v2.4)
 python2.4-gdbm - GNU dbm database support for Python (v2.4)
 python2.4-minimal - A minimal subset of the Python language (version 2.4)
 python2.4-tk - Tkinter - Writing Tk applications with Python (v2.4)
Closes: 307037 307052 322407
Changes: 
 python2.4 (2.4.1-4) unstable; urgency=low
 .
   * CVS update up to 2005-09-04
     - teTeX 3.0 related fixes (closes: #322407).
     - Regenerate the html and info docs.
   * Add entry for IDLE in the Gnome menus.
   * Don't build-depend on libbluetooth-dev on the Hurd (closes: #307037).
   * Reenable the cthreads patch for the Hurd (closes: #307052).
Files: 
 7e9a0ff115d08a6f8c5d0ec000a66698 1136 python optional python2.4_2.4.1-4.dsc
 5e69875f297c13adbcf23e970d3a1766 2715807 python optional 
python2.4_2.4.1-4.diff.gz
 b2b4236c27a4faeb7a49a12e989223c8 580746 python optional 
python2.4-examples_2.4.1-4_all.deb
 9339c14bee93af455e5e65311f8e703e 239602 python optional 
idle-python2.4_2.4.1-4_all.deb
 2cf8829aac10afc573955a5018b8ff78 3338970 doc optional 
python2.4-doc_2.4.1-4_all.deb
 69b2387ef035cc1263964b207b7fa6c8 2718864 python optional 
python2.4_2.4.1-4_i386.deb
 cc27d67e3441397c10997065d9636be6 717860 python optional 
python2.4-minimal_2.4.1-4_i386.deb
 8fcae82aa5c7dbb773721dcbcd53aeb5 108848 python optional 
python2.4-tk_2.4.1-4_i386.deb
 45aebbccc43e8dec179436ddfd69a1c6 27786 python optional 
python2.4-gdbm_2.4.1-4_i386.deb
 d5e82130a2055b444ae53bc3f1d55e66 1486726 python optional 
python2.4-dev_2.4.1-4_i386.deb
 ca09b560558646078d547edbdb4e2aa0 4925782 python extra 
python2.4-dbg_2.4.1-4_i386.deb

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

iD8DBQFDG3DAStlRaw+TLJwRAjCQAJ9mr53YC0HjwxrXiBJ2BiA32PV3/ACgt+iJ
6tWpZggvissoL4xrZfJcvYE=
=FZDR
-----END PGP SIGNATURE-----


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

Reply via email to