Summary: | sci-geosciences/gpsd[-X]: rm: cannot remove '/var/tmp/portage/sci-geosciences/gpsd-3.17/image/usr/bin/xgps*': No such file or directory" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tor Rune Skoglund <trs> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=642326 | ||
Whiteboard: | fixed in 3.17-r1 | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 632372 | ||
Bug Blocks: |
Description
Tor Rune Skoglund
2017-12-14 10:20:11 UTC
Please *attach* the logfiles next time https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide#Report_a_build-time_bug_.28emerge_failed.29 I can confirm the problem with USE='-X' Surrounding it with a file check fixes the problem. I don't know why we would check if the configure honours the disable X. This is valid for >=3.17 including 3.17-r1. I didn't test -9999 if ! use X ; then if [ -f "${ED%/}"/usr/bin/xgps ] ; then rm "${ED%/}"/usr/bin/xgps* || die fi fi Anyway, this got me going... The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d276308209fe1c81e3a3d4fbc05787d02dd2b7d4 commit d276308209fe1c81e3a3d4fbc05787d02dd2b7d4 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2017-12-28 21:17:22 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-12-28 21:20:06 +0000 sci-geosciences/gpsd: Fix install with USE=-X,python Thanks-to: Philippe Trottier <tchiwam@gmail.com> Bug: https://bugs.gentoo.org/640998 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-geosciences/gpsd/gpsd-3.17-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)} |