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

            Bug ID: 101259
           Summary: error: the file containing the definition module
                    'getopt' cannot be found
           Product: gcc
           Version: 10.3.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: modula2
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at debian dot org
  Target Milestone: ---

seen with trunk 20210629, and trunk 20210629 of the gm2 repo, configured as a
normal bootstrap build:

/packages/gcc/snap/gcc-snapshot-20210629/src/libgm2/libm2pim/../../gcc/m2/gm2-libs/GetOpt.mod:213:11
: error: the file containing the definition module 'getopt' cannot be found
  213 | END GetOpt.
      |           ^
make[7]: *** [Makefile:950: GetOpt.lo] Error 1

That includes:

Author: Gaius Mulley <gaius.southwa...@gmail.com>
Date:   Sun Jun 27 17:03:29 2021 +0100

    * Makefile.am:  renamed getopt.c to cgetopt.c.
    * Make-lang.in:  renamed getopt.c to cgetopt.c.

so what am I missing here?

Reply via email to