[Bug 228001] devel/dbus: Applications segfault due to missing machine-id after package install
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun May 6 13:12:59 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228001
--- Comment #5 from Tobias Kortkamp <tobik at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list