Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 May 2018 13:12:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 228001] devel/dbus: Applications segfault due to missing machine-id after package install
Message-ID:  <bug-228001-6497-ur8o1WvByq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228001-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228001-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=3D228001

--- Comment #5 from Tobias Kortkamp <tobik@freebsd.org> ---
> The command was removed from pkg-install in ports r347320.
> A possible solution would be to create a "pkg purge" command that
> completely deletes a package, and allow "pkg delete" to leave files like
> this (and configuration files) behind. The current solution in dbus
> doesn't trigger the leftover checks but technically the file is still a
> leftover.

Every port that has an @sample annotation in their plist leaves files
behind. Poudriere doesn't care about those and pkg will print a message
on package deinstall for them.

    You may need to manually remove ${target_file} if it is no longer
    needed.

devel/dbus could also give the same suggestion for /var/lib/dbus/machine-id.

Furthermore Mk/Scripts/check_leftovers.sh could be amended to ignore it
too. It already ignores files from fontconfig, gconf, glib, ghc, etc. so
there are precedents for this already.

--=20
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-228001-6497-ur8o1WvByq>