View previous topic :: View next topic |
Author |
Message |
marzubus n00b
Joined: 17 Dec 2018 Posts: 4
|
Posted: Mon Dec 17, 2018 10:11 am Post subject: GPSD doesn't build (ARM64) |
|
|
Hi,
I noticed GPSD doesn't compile, it seems that the ebuild expects GPSD_PROTOCOLS to match the SCM, which differ. "greis" missing from the ebuild.
GPSD_PROTOCOLS=(
aivdm ashtech earthmate evermore fury fv18 garmin garmintxt geostar
gpsclock greis isync itrax mtk3301 navcom nmea0183 nmea2000 ntrip oceanserver
oncore passthrough rtcm104v2 rtcm104v3 sirf skytraq superstar2 tnt
tripmate tsip ublox
)
I managed to get it built by updating the GPSD_PROTOCOLS in the ebuild, but just thought I'd let someone know it's broken.
/Kegan |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31460 Location: here
|
Posted: Mon Dec 17, 2018 12:08 pm Post subject: |
|
|
marzubus welcome to gentoo forum!
You can post full build.log with wgetpaste? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
marzubus n00b
Joined: 17 Dec 2018 Posts: 4
|
Posted: Mon Dec 17, 2018 3:43 pm Post subject: |
|
|
@fedeliallalinea
Thanks, and here is the build.log https://paste.pound-python.org/show/2uZ4ScVcIcf58p7NdYeN/
The exception is thrown by a evaluation in the ebuild which compares the protocols in the src, and that in the ebuild.
Code: |
if [[ ${src_protocols} != ${GPSD_PROTOCOLS[*]} ]] ; then
eerror "Detected protocols: ${src_protocols}"
eerror "Ebuild protocols: ${GPSD_PROTOCOLS[*]}"
die "please sync ebuild & source"
fi
|
This is only a issue I see on ARM64 builds. |
|
Back to top |
|
|
desultory Bodhisattva
Joined: 04 Nov 2005 Posts: 9410
|
Posted: Tue Dec 18, 2018 4:57 am Post subject: |
|
|
Please file a bug report, as this appears to be novel. |
|
Back to top |
|
|
marzubus n00b
Joined: 17 Dec 2018 Posts: 4
|
|
Back to top |
|
|
|