Date: Sat, 27 Sep 2014 06:56:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193966] New: [PATCH] Mk/Uses/python.mk: Fix awk issue in add-plist-post with python 3+ Message-ID: <bug-193966-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193966 Bug ID: 193966 Summary: [PATCH] Mk/Uses/python.mk: Fix awk issue in add-plist-post with python 3+ Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Infrastructure Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: corsmith@gmail.com Created attachment 147712 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147712&action=edit svn diff showing the fix Some ports fail to build generating awk errors when using python3.4 as the default python. For example: ===> Staging rc.d startup script(s) /usr/bin/awk: syntax error at source line 1 context is >>> <<< /usr/bin/awk: bailing out at source line 1 *** Error code 2 Stop. make: stopped in /usr/ports/net-mgmt/net-snmp This is caused by an awk script that has an END section with no body. Patch against Mk/Uses/python.mk is attached -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193966-13>