public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/101077] New: ceph build fails with access error
@ 2021-06-15 10:12 rguenth at gcc dot gnu.org
  2021-06-15 10:13 ` [Bug c++/101077] [11/12 Regression] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-15 10:12 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 101077
           Summary: ceph build fails with access error
           Product: gcc
           Version: 11.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: rguenth at gcc dot gnu.org
  Target Milestone: ---

/usr/bin/c++ -DBOOST_ASIO_DISABLE_THREAD_KEYWORD_EXTENSION -DHAVE_CONFIG_H
-D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT
-D_THREAD_SAFE -D__CEPH__ -D__STDC_FORMAT_MACROS -D__linux__
-I/home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/build/src/include
-I/home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/src -isystem
/home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/build/boost/include
-isystem /home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/build/include
-isystem /home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/src/xxHash
-isystem
/home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/src/rapidjson/include
-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables
-fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type  -g
--param ggc-min-expand=20 --param ggc-min-heapsize=32768 -O2 -g -DNDEBUG -fPIC 
 -U_FORTIFY_SOURCE -Wall -fno-strict-aliasing -fsigned-char -Wtype-limits
-Wignored-qualifiers -Wpointer-arith -Werror=format-security -Winit-self
-Wno-unknown-pragmas -Wnon-virtual-dtor -Wno-ignored-qualifiers
-ftemplate-depth-1024 -Wpessimizing-move -Wredundant-move
-Wstrict-null-sentinel -Woverloaded-virtual -fno-new-ttp-matching
-fstack-protector-strong -fdiagnostics-color=auto -fno-builtin-malloc
-fno-builtin-calloc -fno-builtin-realloc -fno-builtin-free -std=c++17 -MD -MT
src/librbd/CMakeFiles/rbd_internal.dir/migration/HttpClient.cc.o -MF
CMakeFiles/rbd_internal.dir/migration/HttpClient.cc.o.d -o
CMakeFiles/rbd_internal.dir/migration/HttpClient.cc.o -c
/home/abuild/rpmbuild/BUILD/ceph-16.2.4-26-g555d38aa5a5/src/librbd/migration/HttpClient.cc
...
build/boost/include/boost/beast/core/impl/basic_stream.hpp:311:47: error:
'static boost::beast::detail::stream_base::time_point
boost::beast::detail::stream_base::never()' is inaccessible within this context
  311 |             if(state().timer.expiry() != never())
      |                                          ~~~~~^~
...

works fine with g++ (GCC) 11.1.1 20210428

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

* [Bug c++/101077] [11/12 Regression] ceph build fails with access error
  2021-06-15 10:12 [Bug c++/101077] New: ceph build fails with access error rguenth at gcc dot gnu.org
@ 2021-06-15 10:13 ` rguenth at gcc dot gnu.org
  2021-06-15 10:15 ` rguenth at gcc dot gnu.org
  2021-06-15 11:32 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-15 10:13 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ceph build fails with       |[11/12 Regression] ceph
                   |access error                |build fails with access
                   |                            |error
   Target Milestone|---                         |11.2
           Keywords|                            |rejects-valid

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

* [Bug c++/101077] [11/12 Regression] ceph build fails with access error
  2021-06-15 10:12 [Bug c++/101077] New: ceph build fails with access error rguenth at gcc dot gnu.org
  2021-06-15 10:13 ` [Bug c++/101077] [11/12 Regression] " rguenth at gcc dot gnu.org
@ 2021-06-15 10:15 ` rguenth at gcc dot gnu.org
  2021-06-15 11:32 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-06-15 10:15 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
OK, xz compressed preprocessed source is too large to attach.  Will reduce
later.

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

* [Bug c++/101077] [11/12 Regression] ceph build fails with access error
  2021-06-15 10:12 [Bug c++/101077] New: ceph build fails with access error rguenth at gcc dot gnu.org
  2021-06-15 10:13 ` [Bug c++/101077] [11/12 Regression] " rguenth at gcc dot gnu.org
  2021-06-15 10:15 ` rguenth at gcc dot gnu.org
@ 2021-06-15 11:32 ` marxin at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: marxin at gcc dot gnu.org @ 2021-06-15 11:32 UTC (permalink / raw)
  To: gcc-bugs

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

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 CC|                            |marxin at gcc dot gnu.org
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
Dup.

*** This bug has been marked as a duplicate of bug 101078 ***

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

end of thread, other threads:[~2021-06-15 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:12 [Bug c++/101077] New: ceph build fails with access error rguenth at gcc dot gnu.org
2021-06-15 10:13 ` [Bug c++/101077] [11/12 Regression] " rguenth at gcc dot gnu.org
2021-06-15 10:15 ` rguenth at gcc dot gnu.org
2021-06-15 11:32 ` marxin 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).