public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv
@ 2021-09-09  4:44 pinskia at gcc dot gnu.org
  2021-09-09  4:44 ` [Bug target/102250] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  4:44 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 102250
           Summary: [11/12 Regression] python is not documented as a
                    Prerequisite for building for riscv
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: pinskia at gcc dot gnu.org
  Target Milestone: ---
            Target: riscv

The requirement for having python install is not documented to build for
riscv-linux-gnu:
https://gcc.gnu.org/install/prerequisites.html

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

* [Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
@ 2021-09-09  4:44 ` pinskia at gcc dot gnu.org
  2021-09-09  4:45 ` pinskia at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  4:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major
                 CC|                            |kito.cheng at gmail dot com
   Target Milestone|---                         |11.3

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

* [Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
  2021-09-09  4:44 ` [Bug target/102250] " pinskia at gcc dot gnu.org
@ 2021-09-09  4:45 ` pinskia at gcc dot gnu.org
  2021-09-09  5:18 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  4:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The requirement was introduced by r11-5700.

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

* [Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
  2021-09-09  4:44 ` [Bug target/102250] " pinskia at gcc dot gnu.org
  2021-09-09  4:45 ` pinskia at gcc dot gnu.org
@ 2021-09-09  5:18 ` pinskia at gcc dot gnu.org
  2021-09-09 19:11 ` wilson at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-09  5:18 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Also is there a reason why this shell script could not be written in just plain
shell script with sed and awk instead of python?  Seems like adding python just
for this script is heavy weight.

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

* [Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2021-09-09  5:18 ` pinskia at gcc dot gnu.org
@ 2021-09-09 19:11 ` wilson at gcc dot gnu.org
  2022-04-21  7:50 ` rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: wilson at gcc dot gnu.org @ 2021-09-09 19:11 UTC (permalink / raw)
  To: gcc-bugs

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

Jim Wilson <wilson at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wilson at gcc dot gnu.org

--- Comment #3 from Jim Wilson <wilson at gcc dot gnu.org> ---
There is no python requirement for building a riscv linux compiler.  It is only
needed if the user specifies the optional --with-arch configure option, and if
the user specifies a non-canonical form of the architecture string in the
--with-arch option string.  Otherwise gcc will build fine without python.

A later patch fixed this to check for python before using it, after Andreas
Schwab complained about this.

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

* [Bug target/102250] [11/12 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2021-09-09 19:11 ` wilson at gcc dot gnu.org
@ 2022-04-21  7:50 ` rguenth at gcc dot gnu.org
  2022-07-26 13:29 ` [Bug target/102250] [11/12/13 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-04-21  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.3                        |11.4

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 11.3 is being released, retargeting bugs to GCC 11.4.

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

* [Bug target/102250] [11/12/13 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-04-21  7:50 ` rguenth at gcc dot gnu.org
@ 2022-07-26 13:29 ` rguenth at gcc dot gnu.org
  2023-05-29 10:05 ` [Bug target/102250] [11/12/13/14 " jakub at gcc dot gnu.org
  2024-03-10  3:14 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu.org @ 2022-07-26 13:29 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2022-07-26
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Docs should still be amended if there's a possible dependence.

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

* [Bug target/102250] [11/12/13/14 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-07-26 13:29 ` [Bug target/102250] [11/12/13 " rguenth at gcc dot gnu.org
@ 2023-05-29 10:05 ` jakub at gcc dot gnu.org
  2024-03-10  3:14 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu.org @ 2023-05-29 10:05 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.4                        |11.5

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 11.4 is being released, retargeting bugs to GCC 11.5.

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

* [Bug target/102250] [11/12/13/14 Regression] python is not documented as a Prerequisite for building for riscv
  2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2023-05-29 10:05 ` [Bug target/102250] [11/12/13/14 " jakub at gcc dot gnu.org
@ 2024-03-10  3:14 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-03-10  3:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jeff Law <law@gcc.gnu.org>:

https://gcc.gnu.org/g:7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178

commit r14-9416-g7c8f0a79a7e1e42f846ddbca14b98b47ddcfd178
Author: jlaw <jeffreyalaw@gmail.com>
Date:   Sat Mar 9 20:11:39 2024 -0700

    [committed] [target/102250] Document python requirement for risc-v

            PR target/102250
    gcc/

            * doc/install.texi: Document need for python when building
            RISC-V compilers.

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

end of thread, other threads:[~2024-03-10  3:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-09  4:44 [Bug target/102250] New: [11/12 Regression] python is not documented as a Prerequisite for building for riscv pinskia at gcc dot gnu.org
2021-09-09  4:44 ` [Bug target/102250] " pinskia at gcc dot gnu.org
2021-09-09  4:45 ` pinskia at gcc dot gnu.org
2021-09-09  5:18 ` pinskia at gcc dot gnu.org
2021-09-09 19:11 ` wilson at gcc dot gnu.org
2022-04-21  7:50 ` rguenth at gcc dot gnu.org
2022-07-26 13:29 ` [Bug target/102250] [11/12/13 " rguenth at gcc dot gnu.org
2023-05-29 10:05 ` [Bug target/102250] [11/12/13/14 " jakub at gcc dot gnu.org
2024-03-10  3:14 ` cvs-commit 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).