[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#105503: marked as done (won't build on IA-64)



Your message dated Fri, 01 Feb 2002 14:56:54 -0500
with message-id <E16Wjnq-0005yT-00@auric.debian.org>
and subject line Bug#102760: fixed in dcethreads 2.0.2-6
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; 16 Jul 2001 14:48:51 +0000
>From jdaily@progeny.com Mon Jul 16 09:48:50 2001
Return-path: <jdaily@progeny.com>
Received: from woodstock.progeny.com [::ffff:216.37.46.131] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 15M9g2-0001Xc-00; Mon, 16 Jul 2001 09:48:50 -0500
Received: from andromeda.progeny.com (andromeda.progeny.com [216.37.46.168])
	by woodstock.progeny.com (Postfix) with ESMTP id 27F3E4BBD8
	for <submit@bugs.debian.org>; Mon, 16 Jul 2001 09:48:31 -0500 (EST)
Received: from albus.progeny.com (albus.progeny.com [192.168.1.14])
	by andromeda.progeny.com (Postfix) with ESMTP id 5C8A11BDA3
	for <submit@bugs.debian.org>; Mon, 16 Jul 2001 09:48:34 -0500 (EST)
Received: from albus.progeny.com (localhost [127.0.0.1])
	by albus.progeny.com (Postfix) with ESMTP id D011618119
	for <submit@bugs.debian.org>; Mon, 16 Jul 2001 09:48:33 -0500 (EST)
From: "John R. Daily" <jdaily@progeny.com>
To: submit@bugs.debian.org
Subject: won't build on IA-64
Date: Mon, 16 Jul 2001 09:48:33 -0500
Sender: jdaily@progeny.com
Message-Id: <20010716144833.D011618119@albus.progeny.com>
Delivered-To: submit@bugs.debian.org

Package: dcethreads
Version: 2.0.1-3

Errors from the build:

pthd4_libc_wrapers.c:233: conflicting types for `recvfrom'
/usr/include/sys/socket.h:151: previous declaration of `recvfrom'
pthd4_libc_wrapers.c:238: conflicting types for `recvmsg'
/usr/include/sys/socket.h:162: previous declaration of `recvmsg'
pthd4_libc_wrapers.c:242: conflicting types for `send'
/usr/include/sys/socket.h:132: previous declaration of `send'
pthd4_libc_wrapers.c:248: conflicting types for `sendmsg'
/usr/include/sys/socket.h:157: previous declaration of `sendmsg'
pthd4_libc_wrapers.c:253: conflicting types for `sendto'
/usr/include/sys/socket.h:143: previous declaration of `sendto'

/usr/include/sys/socket.h now declares these functions to return
ssize_t instead of int.

Here's a diff that will allow dcethreads to compile under IA-64.

--- pthd4_libc_wrapers.c.old	Mon Jul 16 09:46:42 2001
+++ pthd4_libc_wrapers.c	Mon Jul 16 09:32:17 2001
@@ -226,31 +226,31 @@
 strong_alias (connect, __connect)
 
 /* XXX recv(2). DCE */
-CANCELABLE_SYSCALL (int, recv, (int fd, __ptr_t buf, size_t n, int flags),
+CANCELABLE_SYSCALL (ssize_t, recv, (int fd, __ptr_t buf, size_t n, int flags),
 		    (fd, buf, n, flags))
 
 /* XXX recvfrom(2). DCE */
-CANCELABLE_SYSCALL (int, recvfrom, (int fd, __ptr_t buf, size_t n, int flags,
+CANCELABLE_SYSCALL (ssize_t, recvfrom, (int fd, __ptr_t buf, size_t n, int flags,
 				    __SOCKADDR_ARG addr, socklen_t *addr_len),
 		    (fd, buf, n, flags, addr, addr_len))
 
 /* XXX recvmsg(2). DCE */
-CANCELABLE_SYSCALL (int, recvmsg, (int fd, struct msghdr *message, int flags),
+CANCELABLE_SYSCALL (ssize_t, recvmsg, (int fd, struct msghdr *message, int flags),
 		    (fd, message, flags))
 
 /* XXX send(2). DCE */
-CANCELABLE_SYSCALL (int, send, (int fd, const __ptr_t buf, size_t n,
+CANCELABLE_SYSCALL (ssize_t, send, (int fd, const __ptr_t buf, size_t n,
 				int flags),
 		    (fd, buf, n, flags))
 strong_alias (send, __send)
 
 /* XXX sendmsg(2). DCE */
-CANCELABLE_SYSCALL (int, sendmsg, (int fd, const struct msghdr *message,
+CANCELABLE_SYSCALL (ssize_t, sendmsg, (int fd, const struct msghdr *message,
 				   int flags),
 		    (fd, message, flags))
 
 /* XXX sendto(2). DCE */
-CANCELABLE_SYSCALL (int, sendto, (int fd, const __ptr_t buf, size_t n,
+CANCELABLE_SYSCALL (ssize_t, sendto, (int fd, const __ptr_t buf, size_t n,
 				  int flags, __CONST_SOCKADDR_ARG addr,
 				  socklen_t addr_len),
 		    (fd, buf, n, flags, addr, addr_len))

---------------------------------------
Received: (at 102760-close) by bugs.debian.org; 1 Feb 2002 20:10:59 +0000
>From troup@auric.debian.org Fri Feb 01 14:10:59 2002
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16Wk1T-0006Yt-00; Fri, 01 Feb 2002 14:10:59 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 16Wjnq-0005yT-00; Fri, 01 Feb 2002 14:56:54 -0500
From: David Kimdon <dwhedon@debian.org>
To: 102760-close@bugs.debian.org
X-Katie: $Revision: 1.68 $
Subject: Bug#102760: fixed in dcethreads 2.0.2-6
Message-Id: <E16Wjnq-0005yT-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Fri, 01 Feb 2002 14:56:54 -0500
Delivered-To: 102760-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
dcethreads, which has been installed in the Debian FTP archive:

dcethreads_2.0.2-6.diff.gz
  to pool/main/d/dcethreads/dcethreads_2.0.2-6.diff.gz
dcethreads_2.0.2-6.dsc
  to pool/main/d/dcethreads/dcethreads_2.0.2-6.dsc
libdcethreads-dev_2.0.2-6_hppa.deb
  to pool/main/d/dcethreads/libdcethreads-dev_2.0.2-6_hppa.deb
libdcethreads2_2.0.2-6_hppa.deb
  to pool/main/d/dcethreads/libdcethreads2_2.0.2-6_hppa.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 102760@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kimdon <dwhedon@debian.org> (supplier of updated dcethreads 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 31 Jan 2002 21:42:51 -0800
Source: dcethreads
Binary: libdcethreads2 libdcethreads-dev
Architecture: source hppa
Version: 2.0.2-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: David Kimdon <dwhedon@debian.org>
Description: 
 libdcethreads-dev - Development files for dcethreads
 libdcethreads2 - A DCE Threads emulation layer ontop of LinuxThreads.
Closes: 102760 105503
Changes: 
 dcethreads (2.0.2-6) unstable; urgency=low
 .
   * fix build failure on hppa and ia64 (closes: #105503, #102760)
     (patches from "John R. Daily" <jdaily@progeny.com>
      and LaMont Jones <lamont@smallone.fc.hp.com>)
   * fix formating in debian/control
Files: 
 850d39476c8210412aa6c5ff453f72ea 648 devel optional dcethreads_2.0.2-6.dsc
 e7ffa32bdaf65f3b462c55df050ef557 123838 devel optional dcethreads_2.0.2-6.diff.gz
 2497a2b6011b25a4d7b2d465607edea7 46860 devel optional libdcethreads-dev_2.0.2-6_hppa.deb
 7879a3468fecc7452c3220ce289705c7 25496 devel optional libdcethreads2_2.0.2-6_hppa.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8WjWDST1m+6jv1gMRAquxAKCA6j7eea1byDjArKEzVx0kEMBEuQCfUk0G
U/wXAm4c4kYyeedZkDjfxm0=
=Xp2q
-----END PGP SIGNATURE-----



Reply to: