View Issue Details

IDProjectCategoryView StatusLast Update
0005654GNUnetrps servicepublic2019-04-03 16:55
Reporterxrs Assigned Toxrs  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86-64OSalpine-linuxOS Versionstable
Product VersionGit master 
Target Version0.11.1Fixed in Version0.11.1 
Summary0005654: rps does not compile
DescriptionMaking install in rps
make[2]: Entering directory '/opt/gnunet/src/rps'
  CCLD libgnunetrps.la
  CCLD gnunet-rps
  CCLD gnunet-service-rps
  CC gnunet-rps-profiler.o
gnunet-rps-profiler.c:1601:12: warning: unused variable 'num_mal_peers' [-Wunused-variable]
  uint32_t num_mal_peers;
           ^
gnunet-rps-profiler.c:2644:3: error: non-void function 'stat_iterator' should return a value [-Wreturn-type]
  to_file (rps_peer->file_name_stats,
  ^
./rps-test_util.h:68:28: note: expanded from macro 'to_file'
    if (NULL == file_name) return; \
                           ^
1 warning and 1 error generated.
Steps To ReproduceJust "make".
Additional InformationI'm using clang instead of gcc.
TagsNo tags attached.

Activities

xrs

2019-03-20 03:25

manager   ~0014220

Last commit fixed it.

Issue History

Date Modified Username Field Change
2019-03-18 00:25 xrs New Issue
2019-03-18 00:25 xrs Status new => assigned
2019-03-18 00:25 xrs Assigned To => ch3
2019-03-18 00:55 ch3 Assigned To ch3 => xrs
2019-03-20 03:25 xrs Status assigned => resolved
2019-03-20 03:25 xrs Resolution open => fixed
2019-03-20 03:25 xrs Fixed in Version => Git master
2019-03-20 03:25 xrs Note Added: 0014220
2019-04-03 15:11 Christian Grothoff Fixed in Version Git master => 0.11.1
2019-04-03 16:55 Christian Grothoff Status resolved => closed