Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Sep 2014 15:23:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193348] New: textproc/augeas broken
Message-ID:  <bug-193348-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: tdb@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193348-13>