[Bug 193966] New: [PATCH] Mk/Uses/python.mk: Fix awk issue in add-plist-post with python 3+
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 27 06:56:52 UTC 2014
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 at FreeBSD.org
Reporter: corsmith at 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.
More information about the freebsd-ports-bugs
mailing list