public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory"
@ 2021-06-09  8:06 antony at cosmologist dot info
  2021-06-09  8:09 ` [Bug sanitizer/100987] " pinskia at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: antony at cosmologist dot info @ 2021-06-09  8:06 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 100987
           Summary: make distclean error "hwasan: No such file or
                    directory"
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: antony at cosmologist dot info
                CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org,
                    jakub at gcc dot gnu.org, kcc at gcc dot gnu.org, marxin at gcc dot gnu.org
  Target Milestone: ---

Last known working trunk build was 22 Nov 2020. Since then a "make distclean"
fails with this error after building C,C++, fortran (failed from weekly
auto-build after that).

See full dockerfile to reproduce at

https://github.com/cmbant/docker-gcc-build/blob/d5eefe8bdbe0b683a7bd4ca09caf4c9bba8fc429/Dockerfile

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

* [Bug sanitizer/100987] make distclean error "hwasan: No such file or directory"
  2021-06-09  8:06 [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory" antony at cosmologist dot info
@ 2021-06-09  8:09 ` pinskia at gcc dot gnu.org
  2021-11-27 23:28 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-06-09  8:09 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |62157

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Similar to PR 62157.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62157
[Bug 62157] make distclean error when libsanitizer is configured not to build
'tsan'

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

* [Bug sanitizer/100987] make distclean error "hwasan: No such file or directory"
  2021-06-09  8:06 [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory" antony at cosmologist dot info
  2021-06-09  8:09 ` [Bug sanitizer/100987] " pinskia at gcc dot gnu.org
@ 2021-11-27 23:28 ` pinskia at gcc dot gnu.org
  2021-11-27 23:51 ` pinskia at gcc dot gnu.org
  2021-11-28 22:43 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-27 23:28 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-11-27
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |pinskia at gcc dot gnu.org

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

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

* [Bug sanitizer/100987] make distclean error "hwasan: No such file or directory"
  2021-06-09  8:06 [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory" antony at cosmologist dot info
  2021-06-09  8:09 ` [Bug sanitizer/100987] " pinskia at gcc dot gnu.org
  2021-11-27 23:28 ` pinskia at gcc dot gnu.org
@ 2021-11-27 23:51 ` pinskia at gcc dot gnu.org
  2021-11-28 22:43 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-27 23:51 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This is a dup of bug 62157 really.

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

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

* [Bug sanitizer/100987] make distclean error "hwasan: No such file or directory"
  2021-06-09  8:06 [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory" antony at cosmologist dot info
                   ` (2 preceding siblings ...)
  2021-11-27 23:51 ` pinskia at gcc dot gnu.org
@ 2021-11-28 22:43 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-11-28 22:43 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100987
Bug 100987 depends on bug 62157, which changed state.

Bug 62157 Summary: make distclean error when libsanitizer is configured not to build 'tsan'
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62157

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

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

end of thread, other threads:[~2021-11-28 22:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  8:06 [Bug sanitizer/100987] New: make distclean error "hwasan: No such file or directory" antony at cosmologist dot info
2021-06-09  8:09 ` [Bug sanitizer/100987] " pinskia at gcc dot gnu.org
2021-11-27 23:28 ` pinskia at gcc dot gnu.org
2021-11-27 23:51 ` pinskia at gcc dot gnu.org
2021-11-28 22:43 ` pinskia 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).