From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4147 invoked by alias); 10 Jan 2013 02:02:08 -0000 Received: (qmail 4071 invoked by uid 48); 10 Jan 2013 02:01:42 -0000 From: "leo at yuriev dot ru" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/55930] New: libatomic build failure if configured with --disable-dependency-tracking Date: Thu, 10 Jan 2013 02:02:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: leo at yuriev dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-01/txt/msg00901.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 Bug #: 55930 Summary: libatomic build failure if configured with --disable-dependency-tracking Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned@gcc.gnu.org ReportedBy: leo@yuriev.ru with "--disable-dependency-tracking" the .deps directory not created, but a *.Ppo files still generated. libtool: compile: /sandbox/stage1/gcc/./gcc/xgcc -B/sandbox/stage1/gcc/./gcc/ -B/sandbox/stage1/x86_64-linux-gnu/bin/ -B/sandbox/stage1/x86_64-linux-gnu/lib/ -isystem /sandbox/stage1/x86_64-linux-gnu/include -isystem /sandbox/stage1/x86_64-linux-gnu/sys-include -DHAVE_CONFIG_H -I/sandbox/gcc-git/libatomic/config/x86 -I/sandbox/gcc-git/libatomic/config/posix -I/sandbox/gcc-git/libatomic -I. -Wall -Werror -pthread -g -O2 -Wno-error -g0 -MT load_1_.lo -MD -MP -MF .deps/load_1_.lo.Ppo -DN=1 -c /sandbox/gcc-git/libatomic/load_n.c -fPIC -DPIC -o load_1_.o /sandbox/gcc-git/libatomic/load_n.c:115:1: fatal error: opening dependency file .deps/load_1_.lo.Ppo: No such file or directory EXPORT_ALIAS (SIZE(load)); ^