Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 660039 Details for
Bug 742392
kde-plasma/plasma-workspace-5.19.5[gps] with sci-geosciences/gpsd-3.21: location_gps.cpp:68:32: error: ‘struct gps_data_t’ has no member named ‘status’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gpsd_3_21-fix.patch
gpsd_3_21-fix.patch (text/plain), 985 bytes, created by
PhobosK
on 2020-09-13 15:10:21 UTC
(
hide
)
Description:
gpsd_3_21-fix.patch
Filename:
MIME Type:
Creator:
PhobosK
Created:
2020-09-13 15:10:21 UTC
Size:
985 bytes
patch
obsolete
>From e3134289f522edb140797818fffd60d641b86cd8 Mon Sep 17 00:00:00 2001 >From: Antonio Rojas <arojas@archlinux.org> >Date: Wed, 5 Aug 2020 14:07:24 +0200 >Subject: [PATCH] Fix build with gpsd 3.21 > >Adapt to API changes >--- > dataengines/geolocation/location_gps.cpp | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/dataengines/geolocation/location_gps.cpp b/dataengines/geolocation/location_gps.cpp >index 021c29ac5..476117ca3 100644 >--- a/dataengines/geolocation/location_gps.cpp >+++ b/dataengines/geolocation/location_gps.cpp >@@ -65,7 +65,11 @@ void Gpsd::run() > if (m_gpsdata->online) { > #endif > //qDebug() << "online"; >+#if GPSD_API_MAJOR_VERSION >= 10 >+ if (m_gpsdata->fix.status != STATUS_NO_FIX) { >+#else > if (m_gpsdata->status != STATUS_NO_FIX) { >+#endif > //qDebug() << "fix"; > d["accuracy"] = 30; > d["latitude"] = QString::number(m_gpsdata->fix.latitude);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 742392
: 660039