This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/15711] Endless loop building misc/bits/syscall.d in glibc 2.17


http://sourceware.org/bugzilla/show_bug.cgi?id=15711

re_nelson <bnelson at nelsonbe dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bnelson at nelsonbe dot com

--- Comment #3 from re_nelson <bnelson at nelsonbe dot com> ---
(In reply to Carlos O'Donell from comment #2)

> (In reply to joseph@codesourcery.com from comment #1)
> > Probably the compilations used in generating syscall.h should use 
> > -ffreestanding to avoid implicit stdc-predef.h inclusion.
> 
> I'm also seeing this on some systems. Looking into a solution.

Here's my quick fix hack to deal with the timestamp problem cited in the first
comment:


*** /tmp/Makerules      2013-07-08 05:57:52.325353460 -0500
--- ./glibc-2.17/Makerules     2013-07-08 05:54:39.367878616 -0500
***************
*** 795,800 ****
--- 795,801 ----
  define do-install
  $(make-target-directory)
  $(INSTALL_DATA) $< $@
+ touch -d '0.5 seconds ago' $@
  endef

  # Make the target directory if it doesn't exist, using the `mkinstalldirs'

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]