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

Bug#17637: marked as done (libc6.1: glibc_2.0.6-3 broken on alpha...with fix...)



Your message dated Tue, 26 Jan 1999 12:08:20 -0800
with message-id <v04103d19b2d3d0c40275@[206.163.71.152]>
and subject line 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'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(administrator, Debian bugs database)

Received: (at submit) by bugs.debian.org; 29 Jan 1998 22:57:46 +0000
Received: (qmail 16061 invoked from network); 29 Jan 1998 22:57:45 -0000
Received: from mdorman.law.miami.edu (qmailr@mdorman.law.miami.edu@129.171.186.12)
  by 205.229.104.5 with SMTP; 29 Jan 1998 22:57:45 -0000
Received: (qmail 26811 invoked by uid 1000); 29 Jan 2018 17:59:11 -0000
Date: 29 Jan 2018 17:59:11 -0000
Message-ID: <20180129175911.26810.qmail@mdorman.law.miami.edu>
From: Michael Alan Dorman <mdorman@mdorman.law.miami.edu>
Subject: libc6.1: glibc_2.0.6-3 broken on alpha...with fix...
To: submit@bugs.debian.org
X-Mailer: bug 3.1.0

Package: libc6.1
Version: 2.0.6-3

In the patches introduced in glibc-2.0.6-3, there's a small issue---as
you can see below, the line specifying recvmsg is deleted, but no new
line is put in its place.  The fix is to put back a recvmsg line
that's modeled on the changes for the other recv* functions.  Sorry I
couldn't provide a diff, but I forgot to do so before I zapped the
tree.

Please make sure this makes its way into -4, and if someone could work
with me for future patches, we can make sure they'll compile cleanly
on the alpha.  I can provide accounts or simply take patches and
compile---although it takes six hours to do glibc from beginning to
end.

Cheers,

Mike.

--- glibc-2.0.6.orig/sysdeps/unix/sysv/linux/alpha/syscalls.list                                                         
+++ glibc-2.0.6/sysdeps/unix/sysv/linux/alpha/syscalls.list                                                              
@@ -16,7 +16,7 @@                                                                                                        
 semctl         -       semctl          4       __semctl        semctl                                                   
                                                                                                                         
 osf_sigprocmask        -       osf_sigprocmask 2       __osf_sigprocmask                                                
-                                                                                                                        
+s_sigaction    sigaction       osf_sigaction   3       __syscall_sigaction                                              
 getpeername    -       getpeername     3       __getpeername   getpeername                                              
 getpriority    -       getpriority     2       __getpriority   getpriority                                              
 mmap           -       mmap            6       __mmap          mmap                                                     
@@ -30,20 +30,19 @@                                                                                                      
                                                                                                                         
 # override select.S in parent directory:                                                                                
 select         -       select          5       __select        select                                                   
-accept         -       accept          3       __accept        accept                                                   
+accept          -       accept          3       __libc_accept   __accept accept                                         
 bind           -       bind            3       __bind          bind                                                     
-connect                -       connect         3       __connect       connect                                          
+connect         -       connect         3       __libc_connect  __connect connect                                       
 getpeername    -       getpeername     3       __getpeername   getpeername                                              
 getsockname    -       getsockname     3       __getsockname   getsockname                                              
 getsockopt     -       getsockopt      5       __getsockopt    getsockopt                                               
 listen         -       listen          2       __listen        listen                                                   
-recv           -       recv            4       __recv          recv                                                     
-recvfrom       -       recvfrom        6       __recvfrom      recvfrom                                                 
-recvmsg                -       recvmsg         3       __recvmsg       recvmsg                                          
+recv            -       recv            4       __libc_recv     __recv recv                                             
+recvfrom        -       recvfrom        6       __libc_recvfrom __recvfrom recvfrom                                     
 ptrace         -       ptrace          4       __ptrace        ptrace                                                   
-send           -       send            4       __send          send                                                     
-sendmsg                -       sendmsg         3       __sendmsg       sendmsg                                          
-sendto         -       sendto          6       __sendto        sendto                                                   
+send            -       send            4       __libc_send     __send send                                             
+sendmsg         -       sendmsg         3       __libc_sendmsg  __sendmsg sendmsg                                       
+sendto          -       sendto          6       __libc_sendto   __sendto sendto                                         
 setsockopt     -       setsockopt      5       __setsockopt    setsockopt                                               
 shutdown       -       shutdown        2       __shutdown      shutdown                                                 
 socketpair     -       socketpair      4       __socketpair    socketpair                                               


-- System Information
Debian Release: 1.3
Kernel Version: Linux mdorman 2.0.33 #1 Sun Jan 7 10:11:43 EST 2018 alpha unknown


Reply to: