[kernel] bug#103: marked as done (perl build on 64-bit shows possible syscall wrapper problems)
PA-RISC Linux bug Tracking System
daniel_frazier@hp.com
Mon, 23 Apr 2001 23:18:01 -0600 (MDT)
X-PA-RISC Linux-PR-Message: closed 103
Your message dated Mon, 23 Apr 2001 23:05:01 -0600
with message-id <20010423230501.A1166@zumpano.fc.hp.com>
and subject line glibc fixed
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.)
dann frazier
(administrator, PA-RISC Linux bugs database)
--------------------------------------
Received: (at submit) by bugs.parisc-linux.org; 13 Apr 2001 19:24:12 +0000
>From bame@fc.hp.com Fri Apr 13 13:24:11 2001
Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210])
by dsl2.external.hp.com (Postfix) with ESMTP id BDEB9482A
for <submit@bugs.parisc-linux.org>; Fri, 13 Apr 2001 13:24:11 -0600 (MDT)
Received: from hpfcla.fc.hp.com (hpfcla.fc.hp.com [15.254.48.2])
by atlrel1.hp.com (Postfix) with ESMTP id 7655BC8C
for <submit@bugs.parisc-linux.org>; Fri, 13 Apr 2001 15:24:10 -0400 (EDT)
Received: from noam.fc.hp.com (mail@noam.fc.hp.com [15.1.52.69])
by hpfcla.fc.hp.com (8.9.3 (PHNE_22672)/8.9.3 SMKit7.01) with ESMTP id NAA18582
for <submit@bugs.parisc-linux.org>; Fri, 13 Apr 2001 13:24:09 -0600 (MDT)
Received: from localhost
([127.0.0.1] helo=fc.hp.com ident=bame)
by noam.fc.hp.com with esmtp (Exim 3.12 #1 (Debian))
id 14o9Av-0006pd-00
for <submit@bugs.parisc-linux.org>; Fri, 13 Apr 2001 13:24:09 -0600
To: submit@bugs.parisc-linux.org
Subject: perl build on 64-bit shows possible syscall wrapper problems
Date: Fri, 13 Apr 2001 13:24:09 -0600
From: Paul Bame <bame@fc.hp.com>
Message-Id: <E14o9Av-0006pd-00@noam.fc.hp.com>
package: kernel
version: 13apr2001
severity: serious
during the perl build on wide kernel the kernel says:
shmctl(IPC_STAT(cmd=0x2)) does not support libc5 cmds
msgctl() does not support libc5 IPC_STAT
semctl(IPC_STAT(cmd=0x2)) does not support libc5-style cmds
semctl(IPC_STAT(cmd=0x2)) does not support libc5-style cmds
---------------------------------------
Received: (at 107-done) by bugs.parisc-linux.org; 24 Apr 2001 05:05:23 +0000
>From willy@ldl.fc.hp.com Mon Apr 23 23:05:23 2001
Received: from atlrel2.hp.com (atlrel2.hp.com [156.153.255.202])
by dsl2.external.hp.com (Postfix) with ESMTP id 4F42B482A
for <107-done@bugs.parisc-linux.org>; Mon, 23 Apr 2001 23:05:23 -0600 (MDT)
Received: from ldl.fc.hp.com (ldl.fc.hp.com [15.1.50.190])
by atlrel2.hp.com (Postfix) with ESMTP id EEE00AD2
for <107-done@bugs.parisc-linux.org>; Tue, 24 Apr 2001 01:05:03 -0400 (EDT)
Received: by ldl.fc.hp.com (Postfix, from userid 22224)
id B00665AB08; Mon, 23 Apr 2001 23:05:01 -0600 (MDT)
Date: Mon, 23 Apr 2001 23:05:01 -0600
To: 107-done@bugs.parisc-linux.org
Subject: glibc fixed
Message-ID: <20010423230501.A1166@zumpano.fc.hp.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
From: willy@ldl.fc.hp.com (Matthew Wilcox)
Glibc now always adds | __IPC64 to the call, so the 32-bit syscall
wrappers in the kernel work.