View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0003858 | GNUnet | rps service | public | 2015-06-23 14:44 | 2018-06-07 00:25 | 
| Reporter | Ionbar | Assigned To | ch3 | ||
| Priority | normal | Severity | major | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Platform | Linux x86_64 | OS | Arch Linux | ||
| Product Version | Git master | ||||
| Target Version | 0.11.0pre66 | Fixed in Version | 0.11.0pre66 | ||
| Summary | 0003858: make error when configuring with --enable-experimental: missing library in Makefile.am | ||||
| Description | This is a patch. --- src/gnunet/src/rps/Makefile.am 2015-06-22 20:53:10.811423183 +0200 +++ ../gnunet/test/gnunet/src/rps/Makefile.am 2015-06-23 13:16:49.587420877 +0200 @@ -58,6 +58,7 @@ $(top_builddir)/src/cadet/libgnunetcadet.la \ $(top_builddir)/src/nse/libgnunetnse.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ $(LIBGCRYPT_LIBS) \ -lm -lgcrypt \ $(GN_LIBINTL) | ||||
| Steps To Reproduce | svn co https://gnunet.org/svn/gnunet/ cd gnunet ./bootstrap ./configure --enable-experimental make -> error when building rps CCLD gnunet-service-rps gnunet-service-rps.o: In function `run': gnunet/test/gnunet/src/rps/gnunet-service-rps.c:2803: undefined reference to `GNUNET_PEERINFO_connect' gnunet/test/gnunet/src/rps/gnunet-service-rps.c:2829: undefined reference to `GNUNET_PEERINFO_notify' gnunet-service-rps.o: In function `shutdown_task': gnunet/test/gnunet/src/rps/gnunet-service-rps.c:2478: undefined reference to `GNUNET_PEERINFO_notify_cancel' | ||||
| Tags | patch | ||||
|  | sorry, didn't see there was "build process" category | 
|  | Sorry, just forgot to add the change in the makefile | 
|  | ch3: you should also mark bugs as 'resolved' when you fix them ;-) | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2015-06-23 14:44 | Ionbar | New Issue | |
| 2015-06-23 14:44 | Ionbar | Status | new => assigned | 
| 2015-06-23 14:44 | Ionbar | Assigned To | => ch3 | 
| 2015-06-23 14:47 | Ionbar | Tag Attached: patch | |
| 2015-06-23 14:48 | Ionbar | Note Added: 0009312 | |
| 2015-06-23 14:52 | ch3 | Note Added: 0009313 | |
| 2015-06-23 14:53 | ch3 | Resolution | open => fixed | 
| 2015-06-23 14:53 | ch3 | Fixed in Version | => Git master | 
| 2015-06-23 19:55 | Christian Grothoff | Note Added: 0009321 | |
| 2015-06-23 19:56 | Christian Grothoff | Status | assigned => resolved | 
| 2015-06-23 19:56 | Christian Grothoff | Fixed in Version | Git master => 0.11.0pre66 | 
| 2015-06-23 19:56 | Christian Grothoff | Target Version | => 0.11.0pre66 | 
| 2018-06-07 00:25 | Christian Grothoff | Status | resolved => closed | 
