This is the mail archive of the libc-alpha@sources.redhat.com 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]

Re: another problem


Hi!,Roland

I looked your fix,thanks
But, You forgot to remove #include 
I attached the patch.

Ulrich,Please comit the patch. 

I got another new problem int vfprintf.c

Any help  on my linuxppc


Kaoru
-------------------

make -s -C stdio-common subdir_lib
make[2]: Entering directory `/usr/src/redhat/BUILD/libc/stdio-common'
mkdir /usr/src/redhat/BUILD/libc/build-ppc-linux/stdio-common
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/stdio-common'
make[2]: Entering directory `/usr/src/redhat/BUILD/libc/stdio-common'
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/stdio-common'
make[2]: Entering directory `/usr/src/redhat/BUILD/libc/stdio-common'
vfprintf.c: In function `_IO_vfprintf':
vfprintf.c:1523: field `extra' already initialized
vfprintf.c:1523: warning: excess elements in struct initializer
vfprintf.c:1523: warning: (near initialization for `info')
vfprintf.c:1523: field `wide' already initialized
vfprintf.c:1523: warning: excess elements in struct initializer
vfprintf.c:1523: warning: (near initialization for `info')
vfprintf.c:1523: field `extra' already initialized
vfprintf.c:1523: warning: excess elements in struct initializer
vfprintf.c:1523: warning: (near initialization for `info')
vfprintf.c:1523: field `wide' already initialized
vfprintf.c:1523: warning: excess elements in struct initializer
vfprintf.c:1523: warning: (near initialization for `info')
vfprintf.c:1785: field `extra' already initialized
vfprintf.c:1785: warning: excess elements in struct initializer
vfprintf.c:1785: warning: (near initialization for `info')
vfprintf.c:1785: field `wide' already initialized
vfprintf.c:1785: warning: excess elements in struct initializer
vfprintf.c:1785: warning: (near initialization for `info')
vfprintf.c:1785: field `extra' already initialized
vfprintf.c:1785: warning: excess elements in struct initializer
vfprintf.c:1785: warning: (near initialization for `info')
vfprintf.c:1785: field `wide' already initialized
vfprintf.c:1785: warning: excess elements in struct initializer
vfprintf.c:1785: warning: (near initialization for `info')
make[2]: *** [/usr/src/redhat/BUILD/libc/build-ppc-linux/stdio-common/vfprintf.o] Error 
1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/usr/src/redhat/BUILD/libc/stdio-common'
make[1]: *** [stdio-common/subdir_lib] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/libc'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.47379 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.47379 (%build)


------------------------------------
2001-11-06  Kaoru Fukui  <k_fukui@highway.ne.jp>

	* sysdeps/unix/sysv/linux/powerpc/sysdep.h:
	 Remove #include <sysdeps/powerpc/elf/sysdep.h> 

---------------------------------------
diff -urN base/libc/sysdeps/unix/sysv/linux/powerpc/sysdep.h fixed/libc/sysdeps/unix/
sysv/linux/powerpc/sysdep.h
--- base/libc/sysdeps/unix/sysv/linux/powerpc/sysdep.h	Wed Oct 31 07:33:07 2001
+++ fixed/libc/sysdeps/unix/sysv/linux/powerpc/sysdep.h	Tue Nov  6 16:07:25 2001
@@ -20,7 +20,7 @@
 #define _LINUX_POWERPC_SYSDEP_H 1
 
 #include <sysdeps/unix/powerpc/sysdep.h>
-#include <sysdeps/powerpc/elf/sysdep.h>
+
 
 /* For Linux we can use the system call table in the header file
 	/usr/include/asm/unistd.h
-----------------------------------------

From: Roland McGrath <roland@frob.com>
To: Kaoru Fukui <k_fukui@highway.ne.jp>
Subject: Re: another problem
Date: Sun,  4 Nov 2001 05:38:07 -0500 (EST)
Cc: libc-alpha@sources.redhat.com

> I can't quite see how the problem you report could happen.
> Are you sure there isn't a problem with your tools?
> Can you use -save-temps or -E and show us the cpp output (.i file)?

Is this OK?

---- soversions.i ----
libm 6
libc 6
ld ld.so.1
libdl 2
libutil 1
libresolv 2
libnss_files 2
libnss_dns 2
libnss_compat 2
libnss_nis 2
libnss_nisplus 2
libnss_ldap 2
libnss_hesiod 2
libnsl 1
libcrypt 1
libBrokenLocale 1
librt 1
libanl 1
libpthread 0
libthread_db 1



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