[MacPorts] #65509: util-linux @2.38_1 has a configure script that reports empty space

MacPorts noreply at macports.org
Tue Jul 19 20:45:50 UTC 2022


#65509: util-linux @2.38_1 has a configure script that reports empty space
-------------------------+---------------------
  Reporter:  ballapete   |      Owner:  (none)
      Type:  defect      |     Status:  new
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  2.7.2
Resolution:              |   Keywords:  leopard
      Port:  util-linux  |
-------------------------+---------------------

Comment (by ballapete):

 Seems the `configure` script is just missing words or symbols:

 {{{
 34326     if test "x$build_script" != xno; then
 34327
 34328       ul_haveone_script=no
 34329
 34330         if test "x$have_pty" = xyes; then
 34331           ul_haveone_script=yes
 34332         fi
 34333
 34334       case $enable_script:$ul_haveone_script in #(
 34335       no:*)
 34336         build_script=no ;;
 34337       yes:yes)
 34338         build_script=yes ;;
 34339       yes:*)
 34340         as_fn_error $? "script selected, but required  not
 available" "$LINENO" 5;;
 34341       check:yes)
 34342         build_script=yes ;;
 34343       check:*)
 34344         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  not
 found; not building script" >&5
 34345   $as_echo "$as_me: WARNING:  not found; not building script" >&2;}
 34346         build_script=no ;;
 34347       esac
 34348     fi

 34399     if test "x$build_scriptlive" != xno; then
 34400
 34401       ul_haveone_scriptlive=no
 34402
 34403         if test "x$have_pty" = xyes; then
 34404           ul_haveone_scriptlive=yes
 34405         fi
 34406
 34407       case $enable_scriptlive:$ul_haveone_scriptlive in #(
 34408       no:*)
 34409         build_scriptlive=no ;;
 34410       yes:yes)
 34411         build_scriptlive=yes ;;
 34412       yes:*)
 34413         as_fn_error $? "scriptlive selected, but required  not
 available" "$LINENO" 5;;
 34414       check:yes)
 34415         build_scriptlive=yes ;;
 34416       check:*)
 34417         { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:  not
 found; not building scriptlive" >&5
 34418   $as_echo "$as_me: WARNING:  not found; not building scriptlive"
 >&2;}
 34419         build_scriptlive=no ;;
 34420       esac
 34421     fi
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65509#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list