public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14822] New: sendfile64 is not implement
@ 2012-11-09  0:49 yili0568 at gmail dot com
  2012-11-21 12:33 ` [Bug libc/14822] " yili0568 at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-09  0:49 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

             Bug #: 14822
           Summary: sendfile64 is not implement
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: yili0568@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


mips64el, n64, RHEL6, gcc-4.4.5 glibc-2.12.2, kernel-2.6.36
when I compile the file used sendfile64, compiler report that:warning:
sendfile64 is not implement and will always fail.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libc/14822] sendfile64 is not implement
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
@ 2012-11-21 12:33 ` yili0568 at gmail dot com
  2012-11-21 12:41 ` yili0568 at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-21 12:33 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

--- Comment #1 from yijun <yili0568 at gmail dot com> 2012-11-21 12:33:06 UTC ---
Created attachment 6751
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6751
MIPS64el RHEL6 glibc rpmbuild log

linux 2.6.36, RHEL6, MIPS64el, glibc-2.12.1.src.rpm.
This is the build log of glibc-2.12.1.src.rpm(rpmbuild -bb glibc.spec).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libc/14822] sendfile64 is not implement
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
  2012-11-21 12:33 ` [Bug libc/14822] " yili0568 at gmail dot com
@ 2012-11-21 12:41 ` yili0568 at gmail dot com
  2012-11-22  1:41 ` [Bug libc/14822] MIPS64el " yili0568 at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-21 12:41 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

--- Comment #2 from yijun <yili0568 at gmail dot com> 2012-11-21 12:40:42 UTC ---
Carlos O'Donell suggested add a new file
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list
whose content is:
sendfile        -       sendfile        i:iipi  sendfile        sendfile64

Then I rebuilt the glibc rpm, but  sendfile64 can't  be used.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libc/14822] MIPS64el sendfile64 is not implement
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
  2012-11-21 12:33 ` [Bug libc/14822] " yili0568 at gmail dot com
  2012-11-21 12:41 ` yili0568 at gmail dot com
@ 2012-11-22  1:41 ` yili0568 at gmail dot com
  2012-11-22  1:42 ` [Bug libc/14822] MIPS64el sendfile64 is still using the unimplemented stub yili0568 at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-22  1:41 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

yijun <yili0568 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|sendfile64 is not implement |MIPS64el sendfile64 is not
                   |                            |implement

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug libc/14822] MIPS64el sendfile64 is still using the unimplemented stub
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
                   ` (2 preceding siblings ...)
  2012-11-22  1:41 ` [Bug libc/14822] MIPS64el " yili0568 at gmail dot com
@ 2012-11-22  1:42 ` yili0568 at gmail dot com
  2012-11-22  2:39 ` [Bug ports/14822] " jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-22  1:42 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

yijun <yili0568 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|MIPS64el sendfile64 is not  |MIPS64el sendfile64 is
                   |implement                   |still using the
                   |                            |unimplemented stub

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/14822] MIPS64el sendfile64 is still using the unimplemented stub
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
                   ` (3 preceding siblings ...)
  2012-11-22  1:42 ` [Bug libc/14822] MIPS64el sendfile64 is still using the unimplemented stub yili0568 at gmail dot com
@ 2012-11-22  2:39 ` jsm28 at gcc dot gnu.org
  2012-11-23  6:56 ` yili0568 at gmail dot com
  2014-06-13 13:53 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-11-22  2:39 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |carlos at systemhalted dot
                   |                            |org, roland at gnu dot org
          Component|libc                        |ports
         Resolution|                            |FIXED

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-11-22 02:39:29 UTC ---
Fixed for 2.17 by:

commit fc6394c6fce0b43e9eb6a988b669dd8b699617ef
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 22 02:37:02 2012 +0000

    Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/14822] MIPS64el sendfile64 is still using the unimplemented stub
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
                   ` (4 preceding siblings ...)
  2012-11-22  2:39 ` [Bug ports/14822] " jsm28 at gcc dot gnu.org
@ 2012-11-23  6:56 ` yili0568 at gmail dot com
  2014-06-13 13:53 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: yili0568 at gmail dot com @ 2012-11-23  6:56 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14822

--- Comment #4 from yijun <yili0568 at gmail dot com> 2012-11-23 06:54:52 UTC ---
I've patched the patch in RHEL6 MIPS64el, then rebuild the glibc-2.12.1 src
rpm. The sendfile64 works well. Thanks Carlos O'Donell and Joseph Myers.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug ports/14822] MIPS64el sendfile64 is still using the unimplemented stub
  2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
                   ` (5 preceding siblings ...)
  2012-11-23  6:56 ` yili0568 at gmail dot com
@ 2014-06-13 13:53 ` fweimer at redhat dot com
  6 siblings, 0 replies; 8+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 13:53 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14822

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-06-13 13:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-09  0:49 [Bug libc/14822] New: sendfile64 is not implement yili0568 at gmail dot com
2012-11-21 12:33 ` [Bug libc/14822] " yili0568 at gmail dot com
2012-11-21 12:41 ` yili0568 at gmail dot com
2012-11-22  1:41 ` [Bug libc/14822] MIPS64el " yili0568 at gmail dot com
2012-11-22  1:42 ` [Bug libc/14822] MIPS64el sendfile64 is still using the unimplemented stub yili0568 at gmail dot com
2012-11-22  2:39 ` [Bug ports/14822] " jsm28 at gcc dot gnu.org
2012-11-23  6:56 ` yili0568 at gmail dot com
2014-06-13 13:53 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).