Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 19:11:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 191223] sysutils/hal: stage check reveals orphans
Message-ID:  <bug-191223-6497-12lxWMqEsR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191223-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191223-6497@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=191223

--- Comment #4 from commit-hook@freebsd.org ---
A commit references this bug:

Author: marino
Date: Wed Aug 13 19:10:46 UTC 2014
New revision: 364801
URL: http://svnweb.freebsd.org/changeset/ports/364801

Log:
  sysutils/hal: Adjust pkg-plist so it passes stage-qa and leftover checks

  Hal was not passing poudriere testport or poudriere bulk -t runs due
  to failing the stage-qa tests and later a leftover check with
  /var/lib/PolicyKit/user-haldaemon.auths.  The reported error is actually
  not wrong, but rather an inadequacy in the check-plist logic.  However,
  hald is a dependency for a lot of ports and it keeps breaking bulk -t
  runs, so I switched "@unexec rm -rf" to "@unexec rmdir" to that it would
  build cleanly in poudriere (gnome@ had fair warning!).  If the check-plist
  logic is improved in the future, this can be changed back to the better
  "rm -rf" command then.

  While here, stop trying to remove directories that PolicyKit installed
  because this will always fail.  This clears up stage-qa warnings.

  PR:        191223
  Submitted by:    marino
  Approved by:    maintainer timeout (2 months, 2 pings)

Changes:
  head/sysutils/hal/Makefile
  head/sysutils/hal/pkg-plist

-- 
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-191223-6497-12lxWMqEsR>