Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 673382 - sci-geosciences/gpsd - GPSD_PROTOCOLS not matching ebuild GPSD_PROTOCOLS
Summary: sci-geosciences/gpsd - GPSD_PROTOCOLS not matching ebuild GPSD_PROTOCOLS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Sci-geo Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-18 09:24 UTC by kegan
Modified: 2019-10-04 18:59 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix issue 673382 (Fix-Gentoo-issue-673382.patch,852 bytes, patch)
2019-08-30 11:38 UTC, James Browning
Details | Diff
optional: build all refclocks by default (Gentoo-ancillary-673382-build-all-refclocks-default.patch,575 bytes, patch)
2019-08-30 11:39 UTC, James Browning
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description kegan 2018-12-18 09:24:15 UTC
per thread https://forums.gentoo.org/viewtopic-p-8291396.html#8291396 

GPSD ebuild on aarm64 fails due to GPSD_PROTOCOLS in SRC having "greis" protocol which is not declared in the GPSD_PROTOCOLS of the ebuild. 

build log: https://paste.pound-python.org/show/2uZ4ScVcIcf58p7NdYeN/

the fix is to update the GPSD_PROTOCOLS to be:

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 
)
Comment 1 James Browning 2019-08-30 11:38:44 UTC
Created attachment 588528 [details, diff]
Fix issue 673382
Comment 2 James Browning 2019-08-30 11:39:54 UTC
Created attachment 588530 [details, diff]
optional: build all refclocks by default
Comment 3 Larry the Git Cow gentoo-dev 2019-10-04 18:59:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcb70d5dc733edf8419c1435a0b5f8c03a838f5

commit ffcb70d5dc733edf8419c1435a0b5f8c03a838f5
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2019-10-03 05:13:17 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2019-10-04 18:59:32 +0000

    sci-geosciences/gpsd: bump, partial cleanups
    
    Bump for security vulnerability, start cleanups.
    
    Fixes: https://bugs.gentoo.org/673372
    Fixes: https://bugs.gentoo.org/673382
    Fixes: https://bugs.gentoo.org/678474
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>

 sci-geosciences/gpsd/Manifest                      |   2 +
 .../gpsd/files/gpsd-3.18.1-do_not_rm_library.patch |  11 ++
 .../gpsd/files/gpsd-3.19-do_not_rm_library.patch   |  11 ++
 sci-geosciences/gpsd/gpsd-3.18.1.ebuild            | 192 +++++++++++++++++++++
 sci-geosciences/gpsd/gpsd-3.19.ebuild              | 192 +++++++++++++++++++++
 5 files changed, 408 insertions(+)