public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/10888] New: Error testing glibc 2.10.1
@ 2009-11-02 14:33 pierre42d at 9online dot fr
  2010-04-09  2:59 ` [Bug localedata/10888] " drepper at redhat dot com
  0 siblings, 1 reply; 3+ messages in thread
From: pierre42d at 9online dot fr @ 2009-11-02 14:33 UTC (permalink / raw)
  To: glibc-bugs

[...]
gcc tests-mbwc/tst_mbtowc.c -c -std=gnu99  -O3 -Wall -Winline -Wwrite-strings
-fmerge-all-constants -march=i686 -s -Wstrict-prototypes
-mpreferred-stack-boundary=2     -I../include -I/tmp/glibc-build/localedata
-I/tmp/glibc-build -I../sysdeps/i386/elf
-I../nptl/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. -I
/lib/modules/2.6.26.3/build/include -D_LIBC_REENTRANT -include
../include/libc-symbols.h   -DNOT_IN_libc=1    -o
/tmp/glibc-build/localedata/tst_mbtowc.o -MD -MP -MF
/tmp/glibc-build/localedata/tst_mbtowc.o.dt -MT
/tmp/glibc-build/localedata/tst_mbtowc.o
gcc -nostdlib -nostartfiles -o /tmp/glibc-build/localedata/tst_mbtowc 
-Wl,-dynamic-linker=/lib/ld-linux.so.2   -Wl,-z,combreloc -Wl,-z,relro 
/tmp/glibc-build/csu/crt1.o /tmp/glibc-build/csu/crti.o `gcc
--print-file-name=crtbegin.o` /tmp/glibc-build/localedata/tst_mbtowc.o 
-Wl,-rpath-link=/tmp/glibc-build:/tmp/glibc-build/math:/tmp/glibc-build/elf:/tmp/glibc-build/dlfcn:/tmp/glibc-build/nss:/tmp/glibc-build/nis:/tmp/glibc-build/rt:/tmp/glibc-build/resolv:/tmp/glibc-build/crypt:/tmp/glibc-build/nptl
/tmp/glibc-build/libc.so.6 /tmp/glibc-build/libc_nonshared.a -lgcc
-Wl,--as-needed -lgcc_s  -Wl,--no-as-needed `gcc --print-file-name=crtend.o`
/tmp/glibc-build/csu/crtn.o
GCONV_PATH=/tmp/glibc-build/iconvdata LC_ALL=C
LOCPATH=/tmp/glibc-build/localedata  /tmp/glibc-build/elf/ld-linux.so.2
--library-path
/tmp/glibc-build:/tmp/glibc-build/math:/tmp/glibc-build/elf:/tmp/glibc-build/dlfcn:/tmp/glibc-build/nss:/tmp/glibc-build/nis:/tmp/glibc-build/rt:/tmp/glibc-build/resolv:/tmp/glibc-build/crypt:/tmp/glibc-build/nptl
/tmp/glibc-build/localedata/tst_mbtowc  > /tmp/glibc-build/localedata/tst_mbtowc.out
Warning: result(): can't write the result: mbtowc:de_DE.ISO-8859-1:5:3:should be
state-independent encoding, but a return value shows it is state-dependent
Warning: result(): can't write the result: mbtowc:ja_JP.EUC-JP:5:3:should be
state-independent encoding, but a return value shows it is state-dependent
make[2]: *** [/tmp/glibc-build/localedata/tst_mbtowc.out] Error 1
make[2]: Leaving directory `/tmp/glibc-2.10.1/localedata'
make[1]: *** [localedata/tests] Error 2
make[1]: Leaving directory `/tmp/glibc-2.10.1'
make: *** [check] Error 2

-- 
           Summary: Error testing glibc 2.10.1
           Product: glibc
           Version: 2.10
            Status: NEW
          Severity: minor
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: pierre42d at 9online dot fr
                CC: glibc-bugs at sources dot redhat dot com


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

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

* [Bug localedata/10888] Error testing glibc 2.10.1
  2009-11-02 14:33 [Bug localedata/10888] New: Error testing glibc 2.10.1 pierre42d at 9online dot fr
@ 2010-04-09  2:59 ` drepper at redhat dot com
  0 siblings, 0 replies; 3+ messages in thread
From: drepper at redhat dot com @ 2010-04-09  2:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-04-09 02:59 -------


*** 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=10888

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

* [Bug localedata/10888] Error testing glibc 2.10.1
       [not found] <bug-10888-131@http.sourceware.org/bugzilla/>
@ 2014-07-01  5:30 ` fweimer at redhat dot com
  0 siblings, 0 replies; 3+ messages in thread
From: fweimer at redhat dot com @ 2014-07-01  5:30 UTC (permalink / raw)
  To: glibc-bugs

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

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

end of thread, other threads:[~2014-07-01  5:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-02 14:33 [Bug localedata/10888] New: Error testing glibc 2.10.1 pierre42d at 9online dot fr
2010-04-09  2:59 ` [Bug localedata/10888] " drepper at redhat dot com
     [not found] <bug-10888-131@http.sourceware.org/bugzilla/>
2014-07-01  5:30 ` 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).