Processed: tags

2002-02-01 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 102760 105503
Bug#102760: won't build on hppa
Bug#105503: won't build on IA-64
Merged 102760 105503.

> tags 102760 pending
Bug#102760: won't build on hppa
Bug#105503: won't build on IA-64
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Processing of dcethreads_2.0.2-6_hppa.changes

2002-02-01 Thread Archive Administrator
dcethreads_2.0.2-6_hppa.changes uploaded successfully to localhost
along with the files:
  dcethreads_2.0.2-6.dsc
  dcethreads_2.0.2-6.diff.gz
  libdcethreads-dev_2.0.2-6_hppa.deb
  libdcethreads2_2.0.2-6_hppa.deb

Greetings,

Your Debian queue daemon



dcethreads override disparity

2002-02-01 Thread Debian Installer
There are disparities between your recently installed upload and the
override file for the following file(s):

libdcethreads2_2.0.2-6_hppa.deb: section is overridden from devel to libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])



dcethreads_2.0.2-6_hppa.changes INSTALLED

2002-02-01 Thread Debian Installer

Installing:
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
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 102760 105503 


Thank you for your contribution to Debian.



Bug#102760: marked as done (won't build on hppa)

2002-02-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Feb 2002 14:56:54 -0500
with message-id <[EMAIL PROTECTED]>
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; 29 Jun 2001 04:58:43 +
>From [EMAIL PROTECTED] Thu Jun 28 23:58:43 2001
Return-path: <[EMAIL PROTECTED]>
Received: from parcelfarce.linux.theplanet.co.uk (www.linux.org.uk) 
[:::195.92.249.252] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 15FqMd-0003pl-00; Thu, 28 Jun 2001 23:58:43 -0500
Received: from willy by www.linux.org.uk with local (Exim 3.13 #1)
id 15FqMW-0002Ke-00
for [EMAIL PROTECTED]; Fri, 29 Jun 2001 05:58:36 +0100
Date: Fri, 29 Jun 2001 05:58:36 +0100
From: Matthew Wilcox <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: won't build on hppa
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:  <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]


Package: dcethreads
Version: 2.0.1-2

Two problems building this on hppa.  Firstly, config.{sub,guess}
are out of date; you can cp them from /usr/share/automake/config.{sub,guess}
if it exists in your debian/rules file, or you can just update them.

Second, /usr/include/pthread.h contains

#define PTHREAD_CANCELED ((void *) -1)

and pthread_dceexc.c contains (line 274):

 case PTHREAD_CANCELED:

gcc does not permit pointers as labels in a switch statement any more,
so I changed it to:

 case (int) PTHREAD_CANCELED:

and it compiles fine now.

-- 
Revolutions do not require corporate support.

---
Received: (at 102760-close) by bugs.debian.org; 1 Feb 2002 20:10:59 +
>From [EMAIL PROTECTED] Fri Feb 01 14:10:59 2002
Return-path: <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.68 $
Subject: Bug#102760: fixed in dcethreads 2.0.2-6
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Fri, 01 Feb 2002 14:56:54 -0500
Delivered-To: [EMAIL PROTECTED]

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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Kimdon <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


-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 <[EMAIL PROTECTED]>
Changed-By: David Kimdon <[EMAIL PROTECTED]>
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" <[EMAIL PROTECTED]>
  and LaMont Jones <[EMAIL PROTECTED]>)
   * 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 

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

2002-02-01 Thread Debian Bug Tracking System
Your message dated Fri, 01 Feb 2002 14:56:54 -0500
with message-id <[EMAIL PROTECTED]>
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 +
>From [EMAIL PROTECTED] Mon Jul 16 09:48:50 2001
Return-path: <[EMAIL PROTECTED]>
Received: from woodstock.progeny.com [:::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 <[EMAIL PROTECTED]>; 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 <[EMAIL PROTECTED]>; 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 <[EMAIL PROTECTED]>; Mon, 16 Jul 2001 09:48:33 -0500 (EST)
From: "John R. Daily" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: won't build on IA-64
Date: Mon, 16 Jul 2001 09:48:33 -0500
Sender: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

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.oldMon Jul 16 09:46:42 2001
+++ pthd4_libc_wrapers.cMon 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 +
>From [EMAIL PROTECTED] Fri Feb 01 14:10:59 2002
Return-path: <[EMAIL PROTECTED]>
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 (Ex

Processing of hkgerman_2-12_i386.changes

2002-02-01 Thread James Troup
hkgerman_2-12_i386.changes uploaded successfully to auric.debian.org
along with the files:
  hkgerman_2-12.dsc
  hkgerman_2-12.diff.gz
  wgerman_2-12_all.deb
  igerman_2-12_i386.deb

Greetings,

Your Debian queue daemon



Processing of hkgerman_2-12_i386.changes

2002-02-01 Thread Archive Administrator
hkgerman_2-12_i386.changes uploaded successfully to localhost
along with the files:
  hkgerman_2-12.dsc
  hkgerman_2-12.diff.gz
  wgerman_2-12_all.deb
  igerman_2-12_i386.deb

Greetings,

Your Debian queue daemon



Bug#43173: igerman and ingerman

2002-02-01 Thread Cord Beermann
Hi.

As hkgerman (igerman/wgerman) is orphaned (i just uploaded a new
package which fixed the DFSG-Problem, and a few other problems) i
suggest that you, as the maintainer of igerman89 (ingerman/wngerman)
take over the package until a transition as suggested in bug #43173 is
done...

after that the old package can be orphaned/dropped, if nobody want it.

Cord
-- 
Cord Beermann   [EMAIL PROTECTED] (Privat)

Das gefährlichste am Internet sind die Zeitungen, die drüber schreiben
und nichts davon verstehen.  -- Ulf Jenninger in de.org.politik.spd


pgpnF1eOyK4tM.pgp
Description: PGP signature


[홍보]지도자 추천' 참여하기 - 2탄

2002-02-01 Thread 참된지도자를찾는모임




'지도자 추천' 참여하기

 여러분의 허락없이 메일 드린 것을 먼저 사과 드립니다.
  packages님의 메일주소([EMAIL PROTECTED])는 이 웹페이지(http://www.debian.or.kr/Packages/unstable-kr/net/asp.html)에서 보고 이렇게 메일을 드립니다.
  메일주소는 무작위로 모아진 것이오며 글 읽기를 원치 않으시면 각 site에서 제공되는 수신거부를 클릭하시거나,
  아래의 수신거부를 클릭하십시요.
   
  
   

  
존경하는 네티즌 여러분, 안녕하십니까!
  
  '참된 지도자를 찾는 
  모임' 카페가 지난 1월 19일부터 여러분에게 '지도자 추천 참여하기' 캠페인을 펼친 결과는 
  퍽 고무적이었습니다. 여러분이 제시한 대통령 덕목은 정말 다양하고, 그러면서 나라를 걱정하는 의견, 그 가운데서도 경제를 잘 아는 '경제 
  대통령' 'CEO 대통령'을 원하는 목소리가 많았습니다.
  
  그래서 이번에는 한 걸음 더 나아가, 근자에 실시되고 있는 대선 후보 TV 토론의 결과까지 참고해, 어느 후보가 다음의 ▲경제/외교 ▲개혁/부패척결 
  ▲통합/통일 항목에 더 적합한지를 알아보고자 합니다. '참된 
  지도자를 찾는 모임' 카페(http://cafe.daum.net.TrueLeader)의 '게시판'에 
  들어가, 화면의 후보들(사진)가운데 이들 3개 항목에 적합한 분을 추천해 주시고, '설문조사'에도 응해 주시면 고맙겠습니다.
   




Processing of dcethreads_2.0.2-6_hppa.changes

2002-02-01 Thread James Troup
dcethreads_2.0.2-6_hppa.changes uploaded successfully to auric.debian.org
along with the files:
  dcethreads_2.0.2-6.dsc
  dcethreads_2.0.2-6.diff.gz
  libdcethreads-dev_2.0.2-6_hppa.deb
  libdcethreads2_2.0.2-6_hppa.deb

Greetings,

Your Debian queue daemon