From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22200 invoked by alias); 30 Jul 2015 13:49:28 -0000 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 Received: (qmail 22155 invoked by uid 48); 30 Jul 2015 13:49:23 -0000 From: "egall at gwmail dot gwu.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/67066] New: libstdc++-v3/src/filesystem/dir.cc fails to compile, preventing bootstrapping with libstdcxx-filesystem-ts Date: Thu, 30 Jul 2015 13:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: egall at gwmail dot gwu.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost cf_gcctarget cf_gccbuild attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg02638.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67066 Bug ID: 67066 Summary: libstdc++-v3/src/filesystem/dir.cc fails to compile, preventing bootstrapping with libstdcxx-filesystem-ts Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: egall at gwmail dot gwu.edu Target Milestone: --- Host: x86_64-apple-darwin10.8.0 Target: x86_64-apple-darwin10.8.0 Build: x86_64-apple-darwin10.8.0 Created attachment 36091 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36091&action=edit compiler error output The error messages are kind of long, so I'll be attaching them. My version info: $ /Users/ericgallager/gcc-git/my_oddly_named_builddir/./gcc/xgcc -v Using built-in specs. COLLECT_GCC=/Users/ericgallager/gcc-git/my_oddly_named_builddir/./gcc/xgcc Target: x86_64-apple-darwin10.8.0 Configured with: ../configure --enable-libada --enable-libssp --enable-bootstrap --enable-lto --enable-stage1-languages=all --enable-objc-gc --enable-vtable-verify --enable-maintainer-mode --disable-werror --enable-host-shared --enable-languages=c,c++,java,jit,lto,objc,obj-c++ --enable-stage1-checking=all --enable-libstdcxx-time -C --enable-multilib --enable-multiarch --enable-__cxa_atexit --enable-tls --with-system-libunwind --enable-secureplt --enable-frame-pointer --enable-version-specific-runtime-libs --enable-plugin --enable-cxx --enable-assert --enable-fat --enable-portable-binary --enable-browser-plugin --enable-gconf-peer --enable-libgcj-debug --enable-gc-debug --enable-interpreter --enable-aot-compile-rpm --enable-java-home --with-x --enable-collections --enable-gstreamer-peer --enable-xmlj --enable-qt-peer --enable-gmp --enable-debug --enable-local-sockets --enable-concept-checks --without-isl AUTOCONF=autoconf264 AUTOHEADER=autoheader264 AUTOM4TE=autom4te264 AUTORECONF=autoreconf264 AUTOSCAN=autoscan264 AUTOUPDATE=autoupdate264 IFNAMES=ifnames264 Thread model: posix gcc version 6.0.0 20150604 (experimental) (GCC) Passing the '--disable-libstdcxx-filesystem-ts' flag (and some less-strict stage1-checking options) to configure allows the build to proceed past this point.