View Issue Details

IDProjectCategoryView StatusLast Update
0005568GNUnetATS servicepublic2019-02-28 11:17
Reporterschanzen Assigned ToChristian Grothoff  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.11.0Fixed in Version0.11.0 
Summary0005568: FTBFS macos ATS
DescriptionFails to build on my macOS Mojave
Additional Information  CC plugin_ats_ril.lo
  CC plugin_ats_mlp.lo
plugin_ats_mlp.c: In function 'mlp_create_problem_count_addresses':
plugin_ats_mlp.c:728:42: warning: passing argument 1 of 'GNUNET_CONTAINER_multipeermap_iterate' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   GNUNET_CONTAINER_multipeermap_iterate (addresses,
                                          ^~~~~~~~~
In file included from ../../src/include/gnunet_bio_lib.h:35,
                 from ../../src/include/gnunet_util_lib.h:66,
                 from plugin_ats_mlp.c:28:
../../src/include/gnunet_container_lib.h:1199:78: note: expected 'struct GNUNET_CONTAINER_MultiPeerMap *' but argument is of type 'const struct GNUNET_CONTAINER_MultiPeerMap *'
 GNUNET_CONTAINER_multipeermap_iterate (struct GNUNET_CONTAINER_MultiPeerMap *map,
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
plugin_ats_mlp.c: In function 'mlp_create_problem_count_peers':
plugin_ats_mlp.c:756:42: warning: passing argument 1 of 'GNUNET_CONTAINER_multipeermap_iterate' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   GNUNET_CONTAINER_multipeermap_iterate (requested_peers,
                                          ^~~~~~~~~~~~~~~
In file included from ../../src/include/gnunet_bio_lib.h:35,
                 from ../../src/include/gnunet_util_lib.h:66,
                 from plugin_ats_mlp.c:28:
../../src/include/gnunet_container_lib.h:1199:78: note: expected 'struct GNUNET_CONTAINER_MultiPeerMap *' but argument is of type 'const struct GNUNET_CONTAINER_MultiPeerMap *'
 GNUNET_CONTAINER_multipeermap_iterate (struct GNUNET_CONTAINER_MultiPeerMap *map,
                                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  CCLD libgnunetats.la
  CCLD gnunet-service-ats-new
  CCLD libgnunetatsapplication.la
  CCLD libgnunetatstransport.la
  CCLD libgnunet_plugin_ats_proportional.la
  CCLD libgnunet_plugin_ats2_simple.la
  CCLD libgnunet_plugin_ats_ril.la
  CCLD gnunet-service-ats
  CCLD libgnunet_plugin_ats_mlp.la
Undefined symbols for architecture x86_64:
  "_GNUNET_NT_to_string", referenced from:
      _GAS_mlp_solve_problem in plugin_ats_mlp.o
      _libgnunet_plugin_ats_mlp_init in plugin_ats_mlp.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
TagsNo tags attached.

Activities

schanzen

2019-02-14 19:24

administrator   ~0013781

28d4e4b84..c561f7f98

Issue History

Date Modified Username Field Change
2019-02-14 19:14 schanzen New Issue
2019-02-14 19:14 schanzen Status new => assigned
2019-02-14 19:14 schanzen Assigned To => Christian Grothoff
2019-02-14 19:24 schanzen Status assigned => resolved
2019-02-14 19:24 schanzen Resolution open => fixed
2019-02-14 19:24 schanzen Fixed in Version => 0.11.0
2019-02-14 19:24 schanzen Note Added: 0013781
2019-02-14 22:11 Christian Grothoff Product Version => Git master
2019-02-14 22:11 Christian Grothoff Target Version => 0.11.0
2019-02-28 11:17 Christian Grothoff Status resolved => closed