Same here with libosmgpsmap-devel-1.0.2-2.1.4.x86_64.

Ulrich

Am 17.02.2016 um 04:36 schrieb Terry Duell:
Hello All,
I regularly build a Fedora 23 rpm from the git master, and this rarely
causes any trouble.
This morning it failed. The last update to the master was 5660cf092a...

The relevant part of the message emitted from rpmbuild is as follows...

/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c: At top level:
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:903:8: error:
unknown type name 'OsmGpsMapPolygon'
  static OsmGpsMapPolygon *_view_map_add_polygon(const dt_view_t *view,
GList *points)
         ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c: In function
'_view_map_add_polygon':
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:907:3: error:
unknown type name 'OsmGpsMapPolygon'
    OsmGpsMapPolygon *poly = osm_gps_map_polygon_new();
    ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:907:28:
error: implicit declaration of function 'osm_gps_map_polygon_new'
[-Werror=implicit-function-declaration]
    OsmGpsMapPolygon *poly = osm_gps_map_polygon_new();
                             ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:907:28:
warning: initialization makes pointer from integer without a cast
[-Wint-conversion]
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:920:3: error:
implicit declaration of function 'osm_gps_map_polygon_add'
[-Werror=implicit-function-declaration]
    osm_gps_map_polygon_add(lib->map, poly);
    ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c: At top level:
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:925:65:
error: unknown type name 'OsmGpsMapPolygon'
  static gboolean _view_map_remove_polygon(const dt_view_t *view,
OsmGpsMapPolygon *polygon)
                                                                  ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c: In function
'_view_map_remove_marker':
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:976:38:
error: implicit declaration of function '_view_map_remove_polygon'
[-Werror=implicit-function-declaration]
      case MAP_DISPLAY_POLYGON: return _view_map_remove_polygon(view,
OSM_GPS_MAP_POLYGON(marker));
                                       ^
/home/terry/rpmbuild/BUILD/darktable-2.1.0/src/views/map.c:976:69:
error: implicit declaration of function 'OSM_GPS_MAP_POLYGON'
[-Werror=implicit-function-declaration]
      case MAP_DISPLAY_POLYGON: return _view_map_remove_polygon(view,
OSM_GPS_MAP_POLYGON(marker));
                                                                      ^
cc1: some warnings being treated as errors
src/views/CMakeFiles/map.dir/build.make:65: recipe for target
'src/views/CMakeFiles/map.dir/map.c.o' failed
make[2]: *** [src/views/CMakeFiles/map.dir/map.c.o] Error 1
make[2]: Leaving directory
'/home/terry/rpmbuild/BUILD/darktable-2.1.0/build'
CMakeFiles/Makefile2:1441: recipe for target
'src/views/CMakeFiles/map.dir/all' failed
make[1]: *** [src/views/CMakeFiles/map.dir/all] Error 2

Of course it could be a problem here, but it may also be obvious from
the above.

Cheers,


--
*Ulrich Pegelow* · Benrodestraße 76 · 40597 Düsseldorf
___________________________________________________________________________
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org

Reply via email to