--- Comment #11 from ron3763 at msn dot com 2007-02-04 23:07 ---
I have added the patch file used to update glibc to the new C99 std extern
values so as to allow comparing touched/modified files with the fix-include
modification tables.
sysmacros.h may not be the only one that needs a '
--- Comment #10 from ron3763 at msn dot com 2007-02-04 23:06 ---
Created an attachment (id=13005)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13005&action=view)
File/Patch used to update glibc to new c99 semaitics for 4.3.0 gcc.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
--- Comment #9 from tkoenig at gcc dot gnu dot org 2007-02-04 22:24 ---
Same thing happens on i686-pc-linux-gnu with glibc-2.3.6.ds1-10
(Debian testing) while building libgfortran. This currently
blocks fortran development on trunk.
Confirming, setting severity and priority.
Trailing
--- Comment #8 from ron3763 at msn dot com 2007-02-04 11:31 ---
Well it worked, in a testing svn/update/export/patch.. rest of gentoo build.
Now I am back to dying where I did/was before. Compiling C++ library. Who to
contact/group. Here is a portion for a quick glance as to whom/how
--- Comment #7 from bkorb at gnu dot org 2007-02-03 20:37 ---
Subject: Re: sysmacros.h get currupt from Fixincludes
with updated glibc.
ron3763 at msn dot com wrote:
> --- Comment #6 from ron3763 at msn dot com 2007-02-03 19:33 ---
> Well I guess is the intended purpose is to
--- Comment #6 from ron3763 at msn dot com 2007-02-03 19:33 ---
Well I guess is the intended purpose is to patch a much needed system file,
even if glibc, hasn't been patched (aka updated), will in my case, I applied
the patch set to jk or jh at glibc group.
I can upload the patch here
--- Comment #5 from bkorb at gnu dot org 2007-02-03 18:32 ---
I'm looking at the inclhack fix now:
> fix = {
>hackname = glibc_c99_inline_4;
>files = sys/sysmacros.h, '*/sys/sysmacros.h';
>bypass= "__STDC_VERSION__";
>c_fix = format;
>c_fix_arg = "\n#if
--- Comment #4 from bkorb at gnu dot org 2007-02-02 21:32 ---
I intend to do this tomorrow. I cannot fiddle the bugzilla tho.
It says I'm only authorized to add comments.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678
--- Comment #3 from ron3763 at msn dot com 2007-02-02 21:22 ---
Geoff, plz shoot me an email when its in svn and I'll try her out.
Thank you all for being PRO active and professional with dealing with this. I
can't wait to trow an complete system rebuild at it.
To let you guys know, t
--- Comment #2 from bkorb at gnu dot org 2007-02-02 14:57 ---
Thanks for all the detail. I'll fix it to only do that for
"extern" as a full word. (i.e. when not attached to a "__"
prefix or suffix)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678
--- Comment #1 from franke dot daniel at gmail dot com 2007-02-02 10:39
---
fixincludes/inclhack.def (glibc_c99_inline_4) deals with sys/sysmacros.h by
replacing any "extern" with
#if __STDC_VERSION__ < 19901L
extern
#endif
Since your include defines "__extern", this leaves "__".
The
11 matches
Mail list logo