Summary: | sci-geosciences/gpsd-3.17 : rm: cannot remove /.../xgps* : No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | trs |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 sci-geosciences:gpsd-3.17:20170921-192915.log temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 495830 [details]
emerge-info.txt
Created attachment 495832 [details]
emerge-history.txt
Created attachment 495834 [details]
environment
Created attachment 495836 [details]
etc.portage.tbz2
Created attachment 495838 [details]
sci-geosciences:gpsd-3.17:20170921-192915.log
Created attachment 495840 [details]
temp.tbz2
might be related to bug #589888 Yes, it's the same as the other bug. Parallel install is broken, see https://savannah.nongnu.org/bugs/?51895 *** This bug has been marked as a duplicate of bug 589888 *** The suggestion in bug 589888 to use MAKEOPTS="-j1" when emerging gspd does not fix this bug. # MAKEOPTS="-j1" emerge -v gpsd These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild N ] sci-geosciences/gpsd-3.17:0/23::gentoo USE="bluetooth cxx ncurses python sockets udev usb -X -dbus -debug -ipv6 -latency_timing -ntp -qt4 -shm -static {-test}" GPSD_PROTOCOLS="garmin gpsclock nmea0183 sirf -aivdm -ashtech -earthmate -evermore -fury -fv18 -garmintxt -geostar -isync -itrax -mtk3301 -navcom -nmea2000 -ntrip -oceanserver -oncore -passthrough -rtcm104v2 -rtcm104v3 -skytraq -superstar2 -tnt -tripmate -tsip -ublox" PYTHON_TARGETS="python2_7" 0 KiB Total: 1 package (1 new), Size of downloads: 0 KiB [...] >>> Failed to emerge sci-geosciences/gpsd-3.17, Log file: >>> '/var/tmp/portage/sci-geosciences/gpsd-3.17/temp/build.log' * Messages for package sci-geosciences/gpsd-3.17: * Package: sci-geosciences/gpsd-3.17 * Repository: gentoo * Maintainer: sci-geosciences@gentoo.org * USE: abi_x86_32 bluetooth cxx elibc_glibc gpsd_protocols_garmin gpsd_protocols_gpsclock gpsd_protocols_nmea0183 gpsd_protocols_sirf kernel_linux ncurses python python_targets_python2_7 sockets udev usb userland_GNU x86 * FEATURES: preserve-libs sandbox userpriv usersandbox * Applying gpsd-3.17-do_not_rm_library.patch ... * python_export_best() is deprecated. Please use python_setup instead, * combined with python_export if necessary. * python2_7: running distutils-r1_run_phase distutils-r1_python_compile * python2_7: running distutils-r1_run_phase distutils-r1_python_install * python2_7: running distutils-r1_run_phase distutils-r1_python_install_all * ERROR: sci-geosciences/gpsd-3.17::gentoo failed (install phase): * (no error message) * * Call stack: * ebuild.sh, line 124: Called src_install * environment, line 4192: Called die * The specific snippet of code: * rm "${ED%/}"/usr/bin/xgps* || die; * This is on a system with -X as use flag to gpsd. It could be related since the ebuild assumes to be able to rm xgps* . I have created Bug 640998 for this issue now. |