public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'
@ 2012-06-23 19:14 jrnieder at gmail dot com
  2012-06-23 19:15 ` [Bug build/14285] " jrnieder at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jrnieder at gmail dot com @ 2012-06-23 19:14 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14285
           Summary: math build failure: flt-32/s_isnanf.c:37:1: error:
                    '__EI___isnanf' aliased to external symbol
                    '__GI___isnanf'
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jrnieder@gmail.com
    Classification: Unclassified


Created attachment 6473
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6473
build configuration (Debian i386, gcc 4.7.1-1, binutils 2.22-6.1)

Hi,

Trying to build glibc "master" (4d0ee855457e, "SH can do fanotify_mark,
too.", 2012-06-09), I tried the following:

 git clean -fdx
 git reset --hard
 mkdir BUILD
 cd BUILD
 ../configure --prefix=$HOME/opt/glibc --disable-static
 make

That works pretty well, until:

 gcc ../sysdeps/ieee754/flt-32/s_isnanf.c -c -std=gnu99 -fgnu89-inline  -O2
-Wall -Winline -Wwrite-strings -fmerge-a
 ../sysdeps/ieee754/flt-32/s_isnanf.c:37:1: error: `__EI___isnanf' aliased to
external symbol `__GI___isnanf'
 make[2]: *** [/home/jrn/src/glibc/BUILD/math/s_isnanf.os] Error 1
 make[2]: Leaving directory `/home/jrn/src/glibc/math'
 make[1]: *** [math/subdir_lib] Error 2
 make[1]: Leaving directory `/home/jrn/src/glibc'
 make: *** [all] Error 2

Known problem?  config.log attached.

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

* [Bug build/14285] math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'
  2012-06-23 19:14 [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf' jrnieder at gmail dot com
@ 2012-06-23 19:15 ` jrnieder at gmail dot com
  2012-06-23 19:18 ` aj at suse dot de
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jrnieder at gmail dot com @ 2012-06-23 19:15 UTC (permalink / raw)
  To: glibc-bugs

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

Jonathan Nieder <jrnieder at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at systemhalted dot
                   |                            |org
          Component|math                        |build

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

* [Bug build/14285] math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'
  2012-06-23 19:14 [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf' jrnieder at gmail dot com
  2012-06-23 19:15 ` [Bug build/14285] " jrnieder at gmail dot com
@ 2012-06-23 19:18 ` aj at suse dot de
  2012-06-23 19:25 ` jrnieder at gmail dot com
  2014-06-13 15:00 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: aj at suse dot de @ 2012-06-23 19:18 UTC (permalink / raw)
  To: glibc-bugs

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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |aj at suse dot de
         Resolution|                            |DUPLICATE

--- Comment #1 from Andreas Jaeger <aj at suse dot de> 2012-06-23 19:18:18 UTC ---
This is a duplicate of bug 14281 - looks like a bug in Debian's gcc.

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

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

* [Bug build/14285] math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'
  2012-06-23 19:14 [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf' jrnieder at gmail dot com
  2012-06-23 19:15 ` [Bug build/14285] " jrnieder at gmail dot com
  2012-06-23 19:18 ` aj at suse dot de
@ 2012-06-23 19:25 ` jrnieder at gmail dot com
  2014-06-13 15:00 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: jrnieder at gmail dot com @ 2012-06-23 19:25 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from Jonathan Nieder <jrnieder at gmail dot com> 2012-06-23 19:25:18 UTC ---
(In reply to comment #1)
> This is a duplicate of bug 14281 - looks like a bug in Debian's gcc.

Thanks.  Hmm, I need to get better at my bugzilla searching skills ---
quicksearch finds nothing, while query.cgi finds too much.  Next time
I'll just browse.

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

* [Bug build/14285] math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'
  2012-06-23 19:14 [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf' jrnieder at gmail dot com
                   ` (2 preceding siblings ...)
  2012-06-23 19:25 ` jrnieder at gmail dot com
@ 2014-06-13 15:00 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 15:00 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-23 19:14 [Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf' jrnieder at gmail dot com
2012-06-23 19:15 ` [Bug build/14285] " jrnieder at gmail dot com
2012-06-23 19:18 ` aj at suse dot de
2012-06-23 19:25 ` jrnieder at gmail dot com
2014-06-13 15:00 ` 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).