Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 822300

Summary: net-misc/olsrd-0.9.8_p20210612 - src/gpsdclient.c: error: STATUS_NO_FIX undeclared (first use in this function)
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
net-misc:olsrd-0.9.8_p20210612:20211107-130632.log
temp.tar.bz2

Description Toralf Förster gentoo-dev 2021-11-07 15:44:10 UTC
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -fPIC -ggdb -fPIC -ggdb -D_GNU_SOURCE -DPLUGIN_VER=\"3.0.0\" -I../../src -I../../lib -I../../lib/pud/nmealib/include -I../../lib/pud/wireformat/include -DOLSR_PLUGIN  -DUSE_FPM -DDEBUG   -c -o src/networkInterfaces.o src/networkInterfaces.c
src/gpsdclient.c: In function ‘nmeaInfoFromGpsd’:
src/gpsdclient.c:374:30: error: ‘STATUS_NO_FIX’ undeclared (first use in this function); did you mean ‘STATUS_RTK_FIX’?
  374 |   if (gpsdata->fix.status == STATUS_NO_FIX) {
      |                              ^~~~~~~~~~~~~
      |                              STATUS_RTK_FIX
src/gpsdclient.c:374:30: note: each undeclared identifier is reported only once for each function it appears in

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20211103-121901

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
clang version 13.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.8
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.56.1
  [2]   rust-1.56.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit a535a403efb75e09601f497304dcede0a3d6b689
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Nov 7 12:51:36 2021 +0000

    2021-11-07 12:51:34 UTC

emerge -qpvO net-misc/olsrd
[ebuild  N    ] net-misc/olsrd-0.9.8_p20210612  USE="pud -gtk"
Comment 1 Toralf Förster gentoo-dev 2021-11-07 15:44:11 UTC
Created attachment 749334 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-07 15:44:13 UTC
Created attachment 749337 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-11-07 15:44:14 UTC
Created attachment 749340 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-11-07 15:44:16 UTC
Created attachment 749343 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-11-07 15:44:17 UTC
Created attachment 749346 [details]
net-misc:olsrd-0.9.8_p20210612:20211107-130632.log
Comment 6 Toralf Förster gentoo-dev 2021-11-07 15:44:18 UTC
Created attachment 749349 [details]
temp.tar.bz2
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-07 18:20:11 UTC
This is a gpsd compatibility issue.