Created attachment 191081 [details] patch pkg-static: Unable to access file /wrkdirs/usr/ports/graphics/evince-lite/work/stage/usr/local/lib/systemd/user/evince.service:No such file or directory
Same thing then build without DBUS. We have no systemd at all.
Just remove string "lib/systemd/user/evince.service" from file graphics/evince/pkg-plist.
Missed that you already wrote patch. :-]
Can some one commit this patch?
Build problems with dependency, unable to verify problem/fix. Returning to gnome@
Created attachment 193281 [details] 11.1 build log without patch, gz for size
Created attachment 193282 [details] 11.1 build log with patch, gz for size I added some poudriere build logs with and without the patch applied, in case it helps. Logs are compressed with gzip because of the attachment size limitation.
I dont understand what is happening. Simple patch that remove ONE file from package. We have no systemd, this file does not used. This file does not created if DBUS option uset.
removing the file from pkg-plist does not help if the make install process installs the file. One has to find the place where it's put in the $STAGEDIR.
(In reply to Christian Heckendorf from comment #6) Please do not attach build logs to PRs, this bloats the bugzilla database. If possible, put the logfiles somewhere on a webpage and put the link in the PR.
A commit references this bug: Author: pi Date: Fri May 11 15:45:57 UTC 2018 New revision: 469646 URL: https://svnweb.freebsd.org/changeset/ports/469646 Log: graphics/evince-lite: do not install a systemd config file PR: 226264 Submitted by: Christian Heckendorf <heckendorfc@gmail.com> Approved by: gnome (maintainer timeout) Changes: head/graphics/evince-lite/Makefile head/graphics/evince-lite/pkg-plist
/bin/rm -f /tmp/ports/usr/ports/graphics/evince-lite/work/stage/usr/local/lib/systemd/user/evince.service /bin/rmdir /tmp/ports/usr/ports/graphics/evince-lite/work/stage/usr/local/lib/systemd/user rmdir: /tmp/ports/usr/ports/graphics/evince-lite/work/stage/usr/local/lib/systemd/user: No such file or directory *** Error code 1
Created attachment 193285 [details] build fix
A commit references this bug: Author: pi Date: Fri May 11 18:10:20 UTC 2018 New revision: 469682 URL: https://svnweb.freebsd.org/changeset/ports/469682 Log: graphics/evince-lite: another attempt to fix the pkg-plist issue PR: 226264 Submitted by: rozhuk.im@gmail.com Changes: head/graphics/evince-lite/Makefile
Thanks!