public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Andreas Jaeger <aj@suse.de>
To: Glibc hackers <libc-hacker@sources.redhat.com>
Subject: Fix scripts/check-local-headers.sh
Date: Tue, 03 Jan 2006 18:21:00 -0000	[thread overview]
Message-ID: <m3hd8l2mvi.fsf@gromit.moeb> (raw)

[-- Attachment #1: Type: text/plain, Size: 1808 bytes --]


make check fails with a failure in check-local-headers, the failure
is:

cat /builds/glibc/10.0-nptl/check-local-headers.out
nptl/tst-cancel24.o.d:  ../sysdeps/generic/symbol-hacks.h /usr/include/c++/4.0.2/cstdlib \
nptl/tst-cancel24.o.d:  /usr/include/c++/4.0.2/x86_64-suse-linux/bits/c++config.h \
nptl/tst-cancel24.o.d:  /usr/include/c++/4.0.2/x86_64-suse-linux/bits/os_defines.h \
nptl/tst-cancel24.o.d:  ../include/gnu/stubs.h /usr/include/c++/4.0.2/cstddef \
nptl/tst-cancel24.o.d:  $(common-objpfx)bits/stdio_lim.h /usr/include/c++/4.0.2/cstdio \
nptl/tst-cancel24.o.d:/usr/include/c++/4.0.2/cstdlib:
nptl/tst-cancel24.o.d:/usr/include/c++/4.0.2/x86_64-suse-linux/bits/c++config.h:
nptl/tst-cancel24.o.d:/usr/include/c++/4.0.2/x86_64-suse-linux/bits/os_defines.h:
nptl/tst-cancel24.o.d:/usr/include/c++/4.0.2/cstddef:
nptl/tst-cancel24.o.d:/usr/include/c++/4.0.2/cstdio:

this is fixed with the appended patch.  Ok to commit?

Andreas

2006-01-03  Andreas Jaeger  <aj@suse.de>

	* scripts/check-local-headers.sh: Allow $includedir/c++.

============================================================
Index: scripts/check-local-headers.sh
--- scripts/check-local-headers.sh	24 Nov 2005 18:13:16 -0000	1.1
+++ scripts/check-local-headers.sh	3 Jan 2006 18:18:59 -0000
@@ -30,7 +30,8 @@ if fgrep "$includedir" */*.d |
 fgrep -v "$includedir/asm" |
 fgrep -v "$includedir/linux" |
 fgrep -v "$includedir/selinux" |
-fgrep -v "$includedir/gd"; then
+fgrep -v "$includedir/gd" |
+fgrep -v "$includedir/c++"; then
   # If we found a match something is wrong.
   exit 1
 fi
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

             reply	other threads:[~2006-01-03 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-03 18:21 Andreas Jaeger [this message]
2006-01-03 18:56 ` Ulrich Drepper
2006-01-06  9:08   ` Andreas Jaeger
2006-01-06 15:14     ` Ulrich Drepper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3hd8l2mvi.fsf@gromit.moeb \
    --to=aj@suse.de \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).