| Summary: | Building various packages with latest snapshot glibc-20050110 fails. | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Han Boetes <han> |
| Component: | libc | Assignee: | Ulrich Drepper <drepper.fsp> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | glibc-bugs |
| Priority: | P2 | Flags: | fweimer:
security-
|
| Version: | 2.3.4 | ||
| Target Milestone: | --- | ||
| Host: | i686-pc-linux-gnu | Target: | i686-pc-linux-gnu |
| Build: | i686-pc-linux-gnu | Last reconfirmed: | |
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 724 | ||
|
Description
Han Boetes
2005-01-11 20:16:49 UTC
Correct. This patch should fix this problem. 2005-01-12 GOTO Masanori <gotom@debian.or.jp> [BZ #650] * malloc/malloc.h: Always include features.h. Index: malloc/malloc.h =================================================================== RCS file: /cvs/glibc/libc/malloc/malloc.h,v retrieving revision 1.27 diff -u -r1.27 malloc.h --- malloc/malloc.h 7 Jan 2005 19:41:24 -0000 1.27 +++ malloc/malloc.h 12 Jan 2005 01:05:53 -0000 @@ -20,9 +20,7 @@ #ifndef _MALLOC_H #define _MALLOC_H 1 -#ifdef _LIBC #include <features.h> -#endif /* $Id: malloc.h,v 1.27 2005/01/07 19:41:24 drepper Exp $ Yes indeed, that fixes the problem. In CVS fixed. Subject: Bug 650 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_3-branch Changes by: roland@sources.redhat.com 2005-02-16 10:16:11 Modified files: malloc : malloc.h Log message: 2005-01-12 GOTO Masanori <gotom@debian.or.jp> [BZ #650] * malloc/malloc.h: Always include features.h. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/malloc/malloc.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.26&r2=1.26.4.1 |