Package Details: foxtrotgps 1.2.2-1

Git Clone URL: https://aur.archlinux.org/foxtrotgps.git (read-only, click to copy)
Package Base: foxtrotgps
Description: Lightweight and fast mapping application
Upstream URL: https://www.foxtrotgps.org/
Licenses: GPL
Submitter: xyproto
Maintainer: parkerlreed
Last Packager: parkerlreed
Votes: 2
Popularity: 0.000000
First Submitted: 2019-03-27 09:20 (UTC)
Last Updated: 2019-07-22 12:32 (UTC)

Dependencies (13)

Required by (1)

Sources (2)

Latest Comments

tom commented on 2022-07-09 22:11 (UTC)

gps_functions.c: In Funktion »cb_gpsd_data«: gps_functions.c:756:37: Fehler: unverträgliche Typen bei Zuweisung an Typ »double« von Typ »timespec_t« {alias »struct timespec«} 756 | gpsdata->fix.time = libgps_gpsdata.fix.time; | ^~~~~~~~~~~~~~ gps_functions.c:761:49: Fehler: »struct gps_data_t« hat kein Element namens »status« 761 | gpsdata->valid = (libgps_gpsdata.status != STATUS_NO_FIX); | ^ gps_functions.c:761:60: Fehler: »STATUS_NO_FIX« nicht deklariert (erstmalige Verwendung in dieser Funktion); meinten Sie »STATUS_RTK_FIX«? 761 | gpsdata->valid = (libgps_gpsdata.status != STATUS_NO_FIX); | ^~~~~~~~~~~~~ | STATUS_RTK_FIX gps_functions.c:761:60: Anmerkung: jeder nicht deklarierte Bezeichner wird nur einmal für jede Funktion, in der er vorkommt, gemeldet make[2]: [Makefile:537: gps_functions.o] Fehler 1 make[2]: Verzeichnis „/home/xxx/.cache/yay/foxtrotgps/src/foxtrotgps-1.2.2/src“ wird verlassen make[1]: [Makefile:506: all-recursive] Fehler 1 make[1]: Verzeichnis „/home/xxx/.cache/yay/foxtrotgps/src/foxtrotgps-1.2.2“ wird verlassen make: *** [Makefile:417: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build().

hacker12 commented on 2021-01-24 22:14 (UTC) (edited on 2021-01-24 22:14 (UTC) by hacker12)

I get this while trying to compile.

gps_functions.c: In function ‘cb_gpsd_data’:
gps_functions.c:756:23: error: incompatible types when assigning to type ‘double’ from type ‘timespec_t’ {aka ‘struct timespec’}
  756 |   gpsdata->fix.time = libgps_gpsdata.fix.time;
      |                       ^~~~~~~~~~~~~~
gps_functions.c:761:35: error: ‘struct gps_data_t’ has no member named ‘status’
  761 |   gpsdata->valid = (libgps_gpsdata.status != STATUS_NO_FIX);
      |                                   ^
mv -f .deps/interface.Tpo .deps/interface.Po

anatolyb commented on 2019-07-26 15:01 (UTC)

$ gpg --recv-keys 894EF3C0A2C08D8B gpg: no valid OpenPGP data found. gpg: Total number processed: 0

I don't understand why. Please explain.

vorlif commented on 2019-07-23 08:39 (UTC)

Thanks for the quick answer. It worked.

parkerlreed commented on 2019-07-22 12:33 (UTC) (edited on 2019-07-22 12:34 (UTC) by parkerlreed)

Updated for the new version. You still have to import that key

gpg --recv-keys 894EF3C0A2C08D8B

vorlif commented on 2019-07-22 09:57 (UTC)

Installation does not work

==> Verifying source file signatures with gpg... foxtrotgps-1.2.1.tar.gz ... FAILED (unknown public key 894EF3C0A2C08D8B)