This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/14285] New: math build failure: flt-32/s_isnanf.c:37:1: error: '__EI___isnanf' aliased to external symbol '__GI___isnanf'


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]