Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 10:31:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194478] [new port] java/wildfly81
Message-ID:  <bug-194478-13-ADpi8E2to8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194478-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194478-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=194478

--- Comment #17 from John Marino <marino@FreeBSD.org> ---
Error: Orphaned: @dir %%APP_HOME%%/.installation
Error: Orphaned: @dir %%APP_HOME%%/domain/data/content
Error: Orphaned: @dir %%APP_HOME%%/domain/tmp/auth
Error: Orphaned: @dir %%APP_HOME%%/standalone/lib/ext
Error: Orphaned: @dir %%APP_HOME%%/standalone/tmp/auth


This means you have empty directories in STAGEDIR that you don't have in your
pkg-plist.

If you really want to install empty directories, you need to use @dir.  I doubt
this is the case for .installation, so you need to remove the directories,
e.g..

post-install:
  ${RM} -f ${STAGEDIR}${APP_HOME}/.installation \
    ${STAGEDIR}${APP_HOME}/domain/tmp/auth

-- 
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-194478-13-ADpi8E2to8>