public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h
@ 2022-04-22 17:22 msl0000023508 at gmail dot com
  2022-04-25 12:52 ` [Bug sanitizer/105347] " marxin at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: msl0000023508 at gmail dot com @ 2022-04-22 17:22 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 105347
           Summary: Failed to build from source on FreeBSD 11.* due to
                    using nonexistent sha224.h
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: sanitizer
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msl0000023508 at gmail dot com
                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: ---

GCC version 12.0.1 20220417

../../../../gcc-12-20220417/libsanitizer/sanitizer_common/sanitizer_platform_limits_freebsd.cpp:73:10:
fatal error: sha224.h: No such file or directory
   73 | #include <sha224.h>
      |          ^~~~~~~~~~
compilation terminated.
gmake[4]: *** [Makefile:616: sanitizer_platform_limits_freebsd.lo] Error 1

According to FreeBSD SVN
(https://svnweb.freebsd.org/base/stable/12/sys/crypto/sha2/sha224.h?view=log),
'sha224.h' was made available on 12.0-RELEASE.

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

* [Bug sanitizer/105347] Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h
  2022-04-22 17:22 [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h msl0000023508 at gmail dot com
@ 2022-04-25 12:52 ` marxin at gcc dot gnu.org
  2024-01-06  5:57 ` [Bug sanitizer/105347] [12/13/14 Regression] " pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-04-25 12:52 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-04-25

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Please report it to upstream:
https://github.com/llvm/llvm-project/issues

It's these since the following review:
https://reviews.llvm.org/D110989

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

* [Bug sanitizer/105347] [12/13/14 Regression] Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h
  2022-04-22 17:22 [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h msl0000023508 at gmail dot com
  2022-04-25 12:52 ` [Bug sanitizer/105347] " marxin at gcc dot gnu.org
@ 2024-01-06  5:57 ` pinskia at gcc dot gnu.org
  2024-01-06  5:59 ` pinskia at gcc dot gnu.org
  2024-01-06 21:05 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-06  5:57 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|Failed to build from source |[12/13/14 Regression]
                   |on FreeBSD 11.* due to      |Failed to build from source
                   |using nonexistent sha224.h  |on FreeBSD 11.* due to
                   |                            |using nonexistent sha224.h
   Target Milestone|---                         |12.4

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

* [Bug sanitizer/105347] [12/13/14 Regression] Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h
  2022-04-22 17:22 [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h msl0000023508 at gmail dot com
  2022-04-25 12:52 ` [Bug sanitizer/105347] " marxin at gcc dot gnu.org
  2024-01-06  5:57 ` [Bug sanitizer/105347] [12/13/14 Regression] " pinskia at gcc dot gnu.org
@ 2024-01-06  5:59 ` pinskia at gcc dot gnu.org
  2024-01-06 21:05 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-06  5:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://github.com/llvm/llvm-project/commit/18a7ebda99044473fdbce6376993714ff54e6690

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

* [Bug sanitizer/105347] [12/13/14 Regression] Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h
  2022-04-22 17:22 [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h msl0000023508 at gmail dot com
                   ` (2 preceding siblings ...)
  2024-01-06  5:59 ` pinskia at gcc dot gnu.org
@ 2024-01-06 21:05 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-01-06 21:05 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://lists.freebsd.org/pipermail/freebsd-announce/2015-February/001624.html

So basically <= FreeBSD 12 is no longer supported

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

end of thread, other threads:[~2024-01-06 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22 17:22 [Bug sanitizer/105347] New: Failed to build from source on FreeBSD 11.* due to using nonexistent sha224.h msl0000023508 at gmail dot com
2022-04-25 12:52 ` [Bug sanitizer/105347] " marxin at gcc dot gnu.org
2024-01-06  5:57 ` [Bug sanitizer/105347] [12/13/14 Regression] " pinskia at gcc dot gnu.org
2024-01-06  5:59 ` pinskia at gcc dot gnu.org
2024-01-06 21:05 ` 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).