Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GPSD doesn't build (ARM64)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
marzubus
n00b
n00b


Joined: 17 Dec 2018
Posts: 4

PostPosted: Mon Dec 17, 2018 10:11 am    Post subject: GPSD doesn't build (ARM64) Reply with quote

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
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31460
Location: here

PostPosted: Mon Dec 17, 2018 12:08 pm    Post subject: Reply with quote

marzubus welcome to gentoo forum!
You can post full build.log with wgetpaste?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
marzubus
n00b
n00b


Joined: 17 Dec 2018
Posts: 4

PostPosted: Mon Dec 17, 2018 3:43 pm    Post subject: Reply with quote

@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
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Tue Dec 18, 2018 4:57 am    Post subject: Reply with quote

Please file a bug report, as this appears to be novel.
Back to top
View user's profile Send private message
marzubus
n00b
n00b


Joined: 17 Dec 2018
Posts: 4

PostPosted: Tue Dec 18, 2018 7:28 pm    Post subject: Reply with quote

Done.

https://bugs.gentoo.org/show_bug.cgi?id=673382

/K
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum