From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19276 invoked by alias); 8 Jul 2013 11:00:39 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 19224 invoked by uid 48); 8 Jul 2013 11:00:36 -0000 From: "bnelson at nelsonbe dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/15711] Endless loop building misc/bits/syscall.d in glibc 2.17 Date: Mon, 08 Jul 2013 11:00:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bnelson at nelsonbe dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2013-07/txt/msg00032.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15711 re_nelson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bnelson at nelsonbe dot com --- Comment #3 from re_nelson --- (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.