Opened 8 years ago

Closed 8 years ago

#49775 closed defect (fixed)

texlive-bin: configure fails when nawk is installed and gawk is not

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: texlive-bin

Description

texlive-bin fails to configure when the nawk port is installed but the gawk port is not:

config.status: creating c-auto.h
nawk: illegal statement
 input record number 1, file c-auto.in
 source line number 54
config.status: error: could not create c-auto.h

Similar errors are common in other ports. I guess many ports' build systems use awk syntax that is not compatible with nawk.

We've been fixing this in other ports by patching the configure script so that it does not consider nawk as an awk candidate. Alternately, a configure argument can be added:

ac_cv_prog_AWK=/usr/bin/awk

Attachments (1)

main.log (107.7 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.

Download all attachments as: .zip

Change History (3)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: texlive-bin: configure fails when nawk is installedtexlive-bin: configure fails when nawk is installed and gawk is not

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

r142906 (maintainer timeout)

Note: See TracTickets for help on using tickets.