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

            Bug ID: 98311
           Summary: libcody configure checking problem
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com
  Target Milestone: ---

Yesterday's build was fine, today's not.

I get

configure:2624: result: ok
configure:2653: checking bugurl
configure:2670: result: github.com/urnathan/libcody
configure:2690: error: unknown check "df,extra,fold,rtl,yes"

Down in libcody/configure is

case $enable_checking in #(
  yes|all|yes,*) :
    nms_checking=yes ;; #(
  no|none|release) :
    nms_checking= ;; #(
  *) :
    as_fn_error $? "unknown check \"$enable_checking\"" "$LINENO" 5 ;;
esac

Git blame says:

362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2715) case
$enable_checking in #(
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2716)   yes|all|yes,*) :
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2717)    
nms_checking=yes ;; #(
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2718)   no|none|release)
:
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2719)     nms_checking=
;; #(
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2720)   *) :
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2721)     as_fn_error $?
"unknown check \"$enable_checking\"" "$LINENO" 5 ;;
362303298ac4 (Nathan Sidwell 2020-12-14 08:10:27 -0800 2722) esac

Reply via email to