Opened 9 years ago
Closed 9 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)
Change History (3)
Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Summary: | texlive-bin: configure fails when nawk is installed → texlive-bin: configure fails when nawk is installed and gawk is not |
---|
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
r142906 (maintainer timeout)