From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30218 invoked by alias); 2 Jan 2006 13:01:51 -0000 Received: (qmail 30202 invoked by uid 22791); 2 Jan 2006 13:01:51 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Jan 2006 13:01:47 +0000 Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id C23EEE8C4 for ; Mon, 2 Jan 2006 14:01:44 +0100 (CET) Received: from aj by arthur.inka.de with local (Exim 4.51) id 1EtPJl-00087u-Gc for libc-hacker@sources.redhat.com; Mon, 02 Jan 2006 14:01:41 +0100 From: Andreas Jaeger To: Glibc hackers Subject: Fix test posix/annexc OpenPGP: id=C272A126; url=http://www.suse.de/~aj/keys.txt Date: Mon, 02 Jan 2006 13:01:00 -0000 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00001.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 4224 posix/annexc is broken since the reorganization of the files, make check gives these errors now: make[2]: Entering directory `/cvs/libc/posix' /builds/glibc/4.2-nptl/posix/annexc '/opt/gcc/4.2-devel/bin/gcc' \ '-I../csu -I../iconv -I../iconvdata -I../locale -I../localedata -I../asse= rt -I../ctype -I../intl -I../catgets -I../math -I../setjmp -I../signal -I..= /stdlib -I../stdio-common -I../libio -I../dlfcn -I../malloc -I../string -I.= ./wcsmbs -I../timezone -I../time -I../dirent -I../grp -I../pwd -I../posix -= I../io -I../termios -I../resource -I../misc -I../socket -I../sysvipc -I../g= mon -I../gnulib -I../wctype -I../manual -I../shadow -I../po -I../argp -I../= crypt -I../nptl -I../libidn -I../resolv -I../nss -I../rt -I../conform -I../= debug -I../nptl_db -I../inet -I../hesiod -I../sunrpc -I../nis -I../nscd -I.= ./streams -I../login -I../elf -I../include -I.. -I/builds/glibc/4.2-nptl -I= ../sysdeps/x86_64/elf -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps= /unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -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../sys= deps/unix/mman -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysd= eps/unix/sysv -I../sysdeps/unix/x86_64 -I../nptl/sysdeps/unix -I../libidn/s= ysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/fpu -I= ../nptl/sysdeps/x86_64 -I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sy= sdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-= 32 -I../nptl/sysdeps/generic -I../sysdeps/ieee754 -I../sysdeps/generic/elf = -I../sysdeps/generic ' > /builds/glibc/4.2-nptl/posix/annexc.out In file included from ../bits/types.h:28, from ../bits/fcntl.h:69, from ../io/fcntl.h:34, from ../rt/aio.h:27, from :1: ../bits/wordsize.h:1:2: error: #error "This file must be written based on t= he data type sizes of the target" In file included from ../bits/fcntl.h:69, from ../io/fcntl.h:34, from ../rt/aio.h:27, from :1: ../bits/types.h:132:3: error: #error In file included from ../bits/types.h:28, from ../ctype/ctype.h:28, from :1: ../bits/wordsize.h:1:2: error: #error "This file must be written based on t= he data type sizes of the target" In file included from ../ctype/ctype.h:28, from :1: ../bits/types.h:132:3: error: #error In file included from ../string/endian.h:37, from ../ctype/ctype.h:41, from :1: ../bits/endian.h:13:2: error: #error Machine byte order unknown. In file included from ../bits/types.h:28, from ../dirent/dirent.h:30, from :1: The appended patch fixes this. Ok to commit? Andreas 2006-01-02 Andreas Jaeger * posix/Makefile ($(objpfx)annexc.out): Fix order of includes. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: posix/Makefile --- posix/Makefile 26 Sep 2005 21:13:27 -0000 1.186 +++ posix/Makefile 2 Jan 2006 13:01:04 -0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000-2003, 2004, 2005 Free Software Foundation,= Inc. +# Copyright (C) 1991-1999, 2000-2003, 2004, 2005, 2006 Free Software Found= ation, Inc. # This file is part of the GNU C Library. =20 # The GNU C Library is free software; you can redistribute it and/or @@ -220,7 +220,7 @@ endif =20 $(objpfx)annexc.out: $(objpfx)annexc -$(dir $<)$(notdir $<) '$(CC)' \ - '$(patsubst %,-I../%,$(sorted-subdirs)) -I../include -I.. $(+sysdep-inc= ludes) $(sysincludes)' > $@ + '$(+sysdep-includes) $(sysincludes) $(patsubst %,-I../%,$(sorted-subdir= s)) -I../include -I..' > $@ =20 annexc-CFLAGS =3D -O $(objpfx)annexc: annexc.c --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDuSQ1OJpWPMJyoSYRAoXuAJ9h8Sdt3WzEWKJf8u+3pZ6A00MNzACcDfgM p1sNXFL8LGQkOhgqZT2dLdE= =07rb -----END PGP SIGNATURE----- --=-=-=--