xgps is missing due to upstream option change that added "xgps" to its list of option packages. https://github.com/bzed/gpsd-mirror/commit/410d80c9ee43fe2b67dfa1f472056f952f722f17
I'm not sure how it is missing - upstream default is "true". how do you build gpsd?
I have same issue here, the executable is present in "${S}"/xgps but not in the image dir. # FEATURES=noclean emerge gpsd # find /scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1 -name xgps /scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1/work/gpsd-3.17/xgps # ls -latr /scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1/work/gpsd-3.17/xgps -rwxr-xr-x 1 portage portage 36341 Aug 29 22:28 /scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1/work/gpsd-3.17/xgps # /scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1/work/gpsd-3.17/xgps Traceback (most recent call last): File "/scratch/var/tmp/portage/sci-geosciences/gpsd-3.17-r1/work/gpsd-3.17/xgps", line 23, in <module> import gps.clienthelpers ImportError: No module named clienthelpers # Is DEPEND on dev-python/cli_helpers is missing. But installing it does not help. Probably a similarly named package. See gpsd-3.17-python2_7/lib/gps/gps.py to figure out, maybe?
Created attachment 512970 [details] build.log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80cd95d84632cc83878b72ea2a350c3e1ad44e5a commit 80cd95d84632cc83878b72ea2a350c3e1ad44e5a Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2018-01-12 15:52:32 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2018-01-12 15:54:44 +0000 sci-geosciences/gpsd: Fix USE=X DEPEND, add missing xgps switch Closes: https://bugs.gentoo.org/642326 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-geosciences/gpsd/gpsd-3.17-r2.ebuild | 167 +++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+)