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

Bug#249930: marked as done (syscall.h: SYS_getpid, SYS_getuid, SYS_getgid not defined)



Your message dated Fri, 21 May 2004 01:10:09 +0900
with message-id <811xlfxeou.wl@omega.webmasters.gr.jp>
and subject line Bug#249930: syscall.h: SYS_getpid, SYS_getuid, SYS_getgid not defined
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; 19 May 2004 21:32:27 +0000
>From alastair@saorleir.com Wed May 19 14:32:27 2004
Return-path: <alastair@saorleir.com>
Received: from (coll) [194.46.85.38] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BQYfr-0002Cc-00; Wed, 19 May 2004 14:32:27 -0700
Received: by coll (Postfix, from userid 1000)
	id 024DE23F3B; Wed, 19 May 2004 22:41:49 +0100 (IST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Alastair McKinstry <mckinstry@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: syscall.h: SYS_getpid, SYS_getuid, SYS_getgid not defined
X-Mailer: reportbug 2.59
Date: Wed, 19 May 2004 22:41:49 +0100
Message-Id: <[🔎] 20040519214149.024DE23F3B@coll>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 

Package: libc6.1-dev
Version: 2.3.2.ds1-12
Severity: normal


On alpha, lib6.1-dev fails to define
SYS_getpid, SYS_getuid, SYS_getgid.

Not many programs use these, but the Linux Test Project uses them
in syscall tests, and hence fails to build (#ifdef added to 
get latest version 20040506-2 to build).

<bits/syscall.h> is constructed from <asm/unistd.h> 
which lacks the defines for __NR_getpid, __NR_getuid, __NR_getgid.

Regards,
Alastair McKinstry

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.4-1-686
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to ga_IE.UTF-8)

---------------------------------------
Received: (at 249930-done) by bugs.debian.org; 20 May 2004 16:10:10 +0000
>From gotom@debian.or.jp Thu May 20 09:10:10 2004
Return-path: <gotom@debian.or.jp>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BQq7W-0001E8-00; Thu, 20 May 2004 09:10:10 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
	by webmasters.gr.jp (Postfix) with ESMTP
	id 6419EDEB58; Fri, 21 May 2004 01:10:09 +0900 (JST)
Date: Fri, 21 May 2004 01:10:09 +0900
Message-ID: <811xlfxeou.wl@omega.webmasters.gr.jp>
From: GOTO Masanori <gotom@debian.or.jp>
To: Daniel Jacobowitz <dan@debian.org>, 249930-done@bugs.debian.org
Cc: Alastair McKinstry <mckinstry@debian.org>
Subject: Re: Bug#249930: syscall.h: SYS_getpid, SYS_getuid, SYS_getgid not defined
In-Reply-To: <[🔎] 20040520154044.GA14556@nevyn.them.org>
References: <[🔎] 20040519214149.024DE23F3B@coll>
	<[🔎] 20040520154044.GA14556@nevyn.them.org>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: 249930-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

At Thu, 20 May 2004 11:40:45 -0400,
Daniel Jacobowitz wrote:
> > SYS_getpid, SYS_getuid, SYS_getgid.
> > 
> > Not many programs use these, but the Linux Test Project uses them
> > in syscall tests, and hence fails to build (#ifdef added to 
> > get latest version 20040506-2 to build).
> > 
> > <bits/syscall.h> is constructed from <asm/unistd.h> 
> > which lacks the defines for __NR_getpid, __NR_getuid, __NR_getgid.
> 
> And what do you expect them to be defined to?  Alpha does not have
> these syscalls (it appears to have getx versions instead).

Exactly.  I've closed this bug.

Regards,
-- gotom



Reply to: