Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Aug 2014 14:24:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 186431] BROKEN www/hiawatha fails to start after make install: Error creating work directory '/usr/local/var/lib/hiawatha'
Message-ID:  <bug-186431-13-AwW0LzoD38@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186431-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186431-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186431

Tijl Coosemans <tijl@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-ports-bugs@FreeBSD. |tijl@FreeBSD.org
                   |org                         |

--- Comment #11 from Tijl Coosemans <tijl@FreeBSD.org> ---
Created attachment 145523
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145523&action=edit
proposed patch

Please try this patch.  The problem is that PREFIX/var/lib/hiawatha is an empty
directory which requires special treatment (@exec mkdir) with the old
pkg_install tools.  The patch also sets LOCALSTATEDIR=/var so
PREFIX/var/lib/hiawatha moves to /var/lib/hiawatha.  It has been tested on
Redports: https://redports.org/buildarchive/20140808140009-75695/

-- 
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-186431-13-AwW0LzoD38>