bug in libc0.1-dev
Robert Millan
rmh at aybabtu.com
Thu Oct 27 19:09:08 UTC 2005
On Thu, Oct 27, 2005 at 10:40:14AM +0200, Petr Salinger wrote:
> Hi all.
>
> Is there something like BTS for libc0.1-dev ?
No :(
> --- /usr/include/glob.h.OLD 2005-04-18 20:48:11.000000000 +0200
> +++ /usr/include/glob.h 2005-10-27 10:18:52.000000000 +0200
> @@ -25,7 +25,7 @@
>
> #undef __ptr_t
> #if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
> -# if !defined __GLIBC__ || !defined __P
> +# if !defined __GLIBC__ || !defined __P || !defined __PMT
> # undef __P
> # undef __PMT
> # define __P(protos) protos
Looks fine, but unfortunately Glibc in its current state cannot be rebuilt:
- Our hacked 2.3-1+kbsd.11 version (in svn) stopped building after the
recent binutils updates in sid.
- Recent glibc versions (which I believe fix this problem by obsoleting __PMT)
still don't have a working patch. There's glibc-2.3.5.diff in svn, which
AFAIK compiles, but with no threading support. Aurelien said he'll have a
look soon.
--
Robert Millan
More information about the Glibc-bsd-devel
mailing list