#65509 closed defect (invalid)

util-linux @2.38_1 has a configure script that reports empty space

Reported by: ballapete (Peter "Pete" Dyballa) Owned by: kurthindenburg (Kurt Hindenburg)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: leopard Cc: cooljeanius (Eric Gallager)
Port: util-linux

Description

It builds here on PPC Leoprad, Mac OS X 10.5.8, although configure reports:

configure: WARNING: non-linux system; not building rtcwake
configure: WARNING: non-linux system; not building setarch
configure: WARNING:  not found; not building script
configure: WARNING:  not found; not building scriptlive
configure: WARNING: GNU utmpx functions not found; not building last
configure: WARNING: GNU utmpx functions not found; not building utmpdump

Later I'll have some time to look into it myself. Except, it gets too hot here… (far behind 100 °F or 40 °C)

Change History (7)

comment:1 Changed 22 months ago by ballapete (Peter "Pete" Dyballa)

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

comment:2 Changed 22 months ago by jmroot (Joshua Root)

Cc: khindenburg@… removed
Owner: set to khindenburg
Status: newassigned

Probably something empty/undefined in the configure.ac then.

comment:3 Changed 22 months ago by jmroot (Joshua Root)

Owner: changed from khindenburg to kurthindenburg

comment:4 Changed 21 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:5 Changed 20 months ago by kurthindenburg (Kurt Hindenburg)

This is likely an upstream issue and nothing macports can fix.

comment:6 Changed 17 months ago by ballapete (Peter "Pete" Dyballa)

The same is also visible on Monterey, so I'll report that on the package's home page.

comment:7 Changed 11 months ago by kurthindenburg (Kurt Hindenburg)

Resolution: invalid
Status: assignedclosed

closing as upstream issue

Note: See TracTickets for help on using tickets.