public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built
@ 2020-08-11 12:50 marxin at gcc dot gnu.org
  2020-08-11 12:51 ` [Bug libstdc++/96568] " marxin at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-08-11 12:50 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96568

            Bug ID: 96568
           Summary: Cross compiler for epiphany and arm-none cannot be
                    built
           Product: gcc
           Version: 11.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

I see the following issue:

[  269s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc: In function
'std::filesystem::path std::filesystem::read_symlink(const
std::filesystem::path&, std::error_code&)':
[  269s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:1178:9: error:
'::lstat' has not been declared; did you mean
'std::filesystem::__gnu_posix::lstat'?
[  269s]  1178 |   if (::lstat(p.c_str(), &st))
[  269s]       |         ^~~~~
[  269s]       |         std::filesystem::__gnu_posix::lstat
[  269s] In file included from
../../../../../libstdc++-v3/src/c++17/fs_ops.cc:58,
[  269s]                  from
../../../../../libstdc++-v3/src/c++17/cow-fs_ops.cc:26:
[  269s]
../../../../../libstdc++-v3/src/c++17/../filesystem/ops-common.h:131:14: note:
'std::filesystem::__gnu_posix::lstat' declared here
[  269s]   131 |   inline int lstat(const char* path, stat_type* buffer)
[  269s]       |              ^~~~~
[  270s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc: In function
'std::filesystem::__cxx11::path std::filesystem::read_symlink(const
std::filesystem::__cxx11::path&, std::error_code&)':
[  270s] ../../../../../libstdc++-v3/src/c++17/fs_ops.cc:1178:9: error:
'::lstat' has not been declared; did you mean
'std::filesystem::__gnu_posix::lstat'?
[  270s]  1178 |   if (::lstat(p.c_str(), &st))
[  270s]       |         ^~~~~
[  270s]       |         std::filesystem::__gnu_posix::lstat
[  270s] In file included from
../../../../../libstdc++-v3/src/c++17/fs_ops.cc:58:
[  270s]
../../../../../libstdc++-v3/src/c++17/../filesystem/ops-common.h:131:14: note:
'std::filesystem::__gnu_posix::lstat' declared here
[  270s]   131 |   inline int lstat(const char* path, stat_type* buffer)
[  270s]       |              ^~~~~

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/96568] Cross compiler for epiphany and arm-none cannot be built
  2020-08-11 12:50 [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built marxin at gcc dot gnu.org
@ 2020-08-11 12:51 ` marxin at gcc dot gnu.org
  2020-08-11 15:20 ` redi at gcc dot gnu.org
  2020-08-11 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2020-08-11 12:51 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96568

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Created attachment 49041
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49041&action=edit
Build log

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/96568] Cross compiler for epiphany and arm-none cannot be built
  2020-08-11 12:50 [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built marxin at gcc dot gnu.org
  2020-08-11 12:51 ` [Bug libstdc++/96568] " marxin at gcc dot gnu.org
@ 2020-08-11 15:20 ` redi at gcc dot gnu.org
  2020-08-11 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2020-08-11 15:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96568

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Should be already fixed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug libstdc++/96568] Cross compiler for epiphany and arm-none cannot be built
  2020-08-11 12:50 [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built marxin at gcc dot gnu.org
  2020-08-11 12:51 ` [Bug libstdc++/96568] " marxin at gcc dot gnu.org
  2020-08-11 15:20 ` redi at gcc dot gnu.org
@ 2020-08-11 15:44 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2020-08-11 15:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96568

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Already reported in Bug 94681 and fixed by r11-2654

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-11 15:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-11 12:50 [Bug bootstrap/96568] New: Cross compiler for epiphany and arm-none cannot be built marxin at gcc dot gnu.org
2020-08-11 12:51 ` [Bug libstdc++/96568] " marxin at gcc dot gnu.org
2020-08-11 15:20 ` redi at gcc dot gnu.org
2020-08-11 15:44 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).