public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/11180] New: sorry, unimplemented: inlining failed in call to 'syslog': function body not available
@ 2010-01-18 20:14 dick at mrns dot nl
  2010-01-18 20:17 ` [Bug libc/11180] " dick at mrns dot nl
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: dick at mrns dot nl @ 2010-01-18 20:14 UTC (permalink / raw)
  To: glibc-bugs

1. stable gcc (4.4.2)
2. configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --
sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --
includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --
localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --
infodir=/usr/share/info
3. make

gcc ../sysdeps/unix/sysv/linux/syslog.c -c -std=gnu99 -fgnu89-inline -
D_FORTIFY_SO
URCE=2 -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -fstack-
protector -g -march=i686 -Wstrict-prototypes -mpreferred-stack-boundary=2  -
fexceptions   -I../include -I/tmp/rmake/builds/glibc/glibc-2.11/obj/misc -
I/tmp/rmake/builds/glibc/glibc-2.11/obj -I../sysdeps/i386/elf -
I../nptl/sysdeps/unix/sysv/linux/i386/i686 -
I../sysdeps/unix/sysv/linux/i386/i686 -I../nptl/sysdeps/unix/sysv/linux/i386 -
I../sysdeps/unix/sysv/linux/i386 -I../nptl/sysdeps/unix/sysv/linux -
I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -
I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -
I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../nptl/sysdeps/unix/sysv -
I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../nptl/sysdeps/unix -
I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/i686/fpu -
I../nptl/sysdeps/i386/i686 -I../sysdeps/i386/i686 -I../sysdeps/i386/i486 -
I../nptl/sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../nptl/sysdeps/i386 -
I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -
I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -
I../sysdeps/generic/elf -I../sysdeps/generic -I../nptl  -I.. -I../libio -I.  -
D_LIBC_REENTRANT -include ../include/libc-symbols.h       -o 
/tmp/rmake/builds/glibc/glibc-2.11/obj/misc/syslog.o -MD -MP -MF 
/tmp/rmake/builds/glibc/glibc-2.11/obj/misc/syslog.o.dt -MT 
/tmp/rmake/builds/glibc/glibc-2.11/obj/misc/syslog.o 
In file included from ../sysdeps/unix/sysv/linux/syslog.c:10:
../misc/syslog.c: In function '__vsyslog_chk':
../misc/syslog.c:123: sorry, unimplemented: inlining failed in call to 'syslog': 
function body not available
../misc/syslog.c:155: sorry, unimplemented: called from here

-- 
           Summary: sorry, unimplemented: inlining failed in call to
                    'syslog': function body not available
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: dick at mrns dot nl
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
  2010-01-18 20:14 [Bug libc/11180] New: sorry, unimplemented: inlining failed in call to 'syslog': function body not available dick at mrns dot nl
@ 2010-01-18 20:17 ` dick at mrns dot nl
  2010-01-18 20:21 ` drepper at redhat dot com
  2010-01-18 20:41 ` dick at mrns dot nl
  2 siblings, 0 replies; 7+ messages in thread
From: dick at mrns dot nl @ 2010-01-18 20:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From dick at mrns dot nl  2010-01-18 20:17 -------
Created an attachment (id=4528)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4528&action=view)
rmake-452.log.gz


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
  2010-01-18 20:14 [Bug libc/11180] New: sorry, unimplemented: inlining failed in call to 'syslog': function body not available dick at mrns dot nl
  2010-01-18 20:17 ` [Bug libc/11180] " dick at mrns dot nl
@ 2010-01-18 20:21 ` drepper at redhat dot com
  2010-01-18 20:41 ` dick at mrns dot nl
  2 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2010-01-18 20:21 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-01-18 20:21 -------


*** This bug has been marked as a duplicate of 333 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
  2010-01-18 20:14 [Bug libc/11180] New: sorry, unimplemented: inlining failed in call to 'syslog': function body not available dick at mrns dot nl
  2010-01-18 20:17 ` [Bug libc/11180] " dick at mrns dot nl
  2010-01-18 20:21 ` drepper at redhat dot com
@ 2010-01-18 20:41 ` dick at mrns dot nl
  2 siblings, 0 replies; 7+ messages in thread
From: dick at mrns dot nl @ 2010-01-18 20:41 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |10375


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
       [not found] <bug-11180-131@http.sourceware.org/bugzilla/>
  2012-02-29 13:58 ` carlos at systemhalted dot org
  2012-02-29 14:02 ` carlos at systemhalted dot org
@ 2014-06-30 20:22 ` fweimer at redhat dot com
  2 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 20:22 UTC (permalink / raw)
  To: glibc-bugs

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

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] 7+ messages in thread

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
       [not found] <bug-11180-131@http.sourceware.org/bugzilla/>
  2012-02-29 13:58 ` carlos at systemhalted dot org
@ 2012-02-29 14:02 ` carlos at systemhalted dot org
  2014-06-30 20:22 ` fweimer at redhat dot com
  2 siblings, 0 replies; 7+ messages in thread
From: carlos at systemhalted dot org @ 2012-02-29 14:02 UTC (permalink / raw)
  To: glibc-bugs

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

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at systemhalted dot
                   |                            |org
         Depends on|10375                       |

--- Comment #3 from Carlos O'Donell <carlos at systemhalted dot org> 2012-02-29 13:59:58 UTC ---


*** This bug has been marked as a duplicate of bug 10375 ***

-- 
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] 7+ messages in thread

* [Bug libc/11180] sorry, unimplemented: inlining failed in call to 'syslog': function body not available
       [not found] <bug-11180-131@http.sourceware.org/bugzilla/>
@ 2012-02-29 13:58 ` carlos at systemhalted dot org
  2012-02-29 14:02 ` carlos at systemhalted dot org
  2014-06-30 20:22 ` fweimer at redhat dot com
  2 siblings, 0 replies; 7+ messages in thread
From: carlos at systemhalted dot org @ 2012-02-29 13:58 UTC (permalink / raw)
  To: glibc-bugs

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

Bug 11180 depends on bug 10375, which changed state.

Bug 10375 Summary: glibc can be built only if -U_FORTIFY_SOURCE is added to CFLAGS
http://sourceware.org/bugzilla/show_bug.cgi?id=10375

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |

-- 
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] 7+ messages in thread

end of thread, other threads:[~2014-06-30 20:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-18 20:14 [Bug libc/11180] New: sorry, unimplemented: inlining failed in call to 'syslog': function body not available dick at mrns dot nl
2010-01-18 20:17 ` [Bug libc/11180] " dick at mrns dot nl
2010-01-18 20:21 ` drepper at redhat dot com
2010-01-18 20:41 ` dick at mrns dot nl
     [not found] <bug-11180-131@http.sourceware.org/bugzilla/>
2012-02-29 13:58 ` carlos at systemhalted dot org
2012-02-29 14:02 ` carlos at systemhalted dot org
2014-06-30 20:22 ` 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).