[BUILD:fail] gypsy (Bug #149)
Description
Running make with 3 jobs failed. Attempt to run with a single job? [y] y
/usr/bin/make all-recursive
make1: Entering directory `/usr/src/gypsy-0.6'
Making all in interfaces
make2: Entering directory `/usr/src/gypsy-0.6/interfaces'
/usr/bin/make all-am
make3: Entering directory `/usr/src/gypsy-0.6/interfaces'
make3: Nothing to be done for `all-am'.
make3: Leaving directory `/usr/src/gypsy-0.6/interfaces'
make2: Leaving directory `/usr/src/gypsy-0.6/interfaces'
Making all in src
make2: Entering directory `/usr/src/gypsy-0.6/src'
/usr/bin/make all-am
make3: Entering directory `/usr/src/gypsy-0.6/src'
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I.. -DLOCALSTATEDIR=\"/var\" -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=i686 -pipe -DPIC -fPIC -O3 -g -Wall -Werror -Wno-format -MT gypsy_daemon-nmea-parser.o -MD -MP -MF .deps/gypsy_daemon-nmea-parser.Tpo -c -o gypsy_daemon-nmea-parser.o `test -f 'nmea-parser.c' || echo './'`nmea-parser.c
nmea-parser.c: In function 'parse_gsa':
nmea-parser.c:363:6: error: variable 'field_count' set but not used [-Werror=unused-but-set-variable]
nmea-parser.c: In function 'parse_gga':
nmea-parser.c:430:6: error: variable 'field_count' set but not used [-Werror=unused-but-set-variable]
nmea-parser.c: In function 'parse_rmc':
nmea-parser.c:502:6: error: variable 'field_count' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make3: * [gypsy_daemon-nmea-parser.o] Error 1
make3: Leaving directory `/usr/src/gypsy-0.6/src'
make2: Leaving directory `/usr/src/gypsy-0.6/src'
make1: Leaving directory `/usr/src/gypsy-0.6'
make2: [all] Error 2
make1: [all-recursive] Error 1
make: * [all] Error 2
! Problem Detected !
Issue hierarchy
Associated revisions
gypsy: updated spell to 0.8
- DETAILS: Fixed SOURCE_URL0, SHORT, long description wrap
- PRE_BUILD added gypsy-time.patch to compile from upstream (fixes #149):
http://cgit.freedesktop.org/gypsy/commit/gypsy/gypsy-time.c?id=84ac6804a8a695514dae3f62903f95c98cc23d57
History
Updated by Bor Kraljič over 1 year ago
Applied in changeset abe90cf61ffa128ca0a274115d2fb546a95f5d04.
- % Done changed from 0 to 100
- Status changed from New to Resolved