[Bug 193348] New: textproc/augeas broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 5 15:23:37 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193348

            Bug ID: 193348
           Summary: textproc/augeas broken
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: tdb at FreeBSD.org

Created attachment 146873
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=146873&action=edit
Patch to apply the fix to the port

I've got a problem with textproc/augeas on FreeBSD. It broke in Puppet with
errors like this:

Debug: Augeas[/usr/local/etc/puppet/puppet.conf](provider=augeas): Opening
augeas with root /, lens path , flags 32
Error: /Stage[pre1]/Puppet::Early/Augeas[/usr/local/etc/puppet/puppet.conf]:
Could not evaluate: unknown error - Failed to initialize Augeas

Further debugging outside of Puppet showed:

# augtool print /files/usr/local/etc/puppet/puppet.conf
Failed to initialize Augeas
error: Syntax error in lens definition
/usr/local/share/augeas/lenses/dist/xymon_alerting.aug:43.4-.39:Failed to
compile ws
/usr/local/share/augeas/lenses/dist/xymon_alerting.aug:43.22-.39:exception:
del: the default value ' ' does not match /[\t ]+\\?/

The problem is detailed in this bug:

https://github.com/hercules-team/augeas/pull/89

And it looks like the fix is this change (currently unreleased):

https://github.com/hercules-team/augeas/commit/cf3de24554112f3d47e26515954769e23d6adf45

Attached is a patch to apply this change to the port.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list