Date: Sat, 05 Jun 2021 18:51:24 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 210969] Mk/Uses/gnome.mk: gconftool-2 --makefile-uninstall-rule cannot find the schema files on package deinstall phase Message-ID: <bug-210969-7788-ZvATN7biT8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210969-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-210969-7788@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=3D210969 --- Comment #3 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D956fbfa5003e34db2d2b1985e20073a= 397e697e8 commit 956fbfa5003e34db2d2b1985e20073a397e697e8 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-06-05 18:46:58 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-06-05 18:47:45 +0000 Mk/Uses/gnome.mk: fix gconftool-2 --makefile-unistall-rule call time Previously, for ports with GCONF_SCHEMAS, `gnome-post-gconf-schemas' target would add a @postunexec rule which was invoked *after* those files would be removed upon deinstallation, resulting in errors: I/O warning : failed to load external entity ".../$some.schemas" Failed to open `.../$some.schemas': No such file or directory Change it to @preunexec so that `gconftool-2 --makefile-unistall-rule' command would get called while those files still exist. PR: 210969 Timeout from: gnome (~5 years) Mk/Uses/gnome.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210969-7788-ZvATN7biT8>