View Issue Details

IDProjectCategoryView StatusLast Update
0004976GNUnetbuild processpublic2018-06-07 00:24
Reporterell-2 Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformamd64OS Versiondebian 8.7.1 
Product VersionGit master 
Target Version0.11.0pre66Fixed in Version0.11.0pre66 
Summary0004976: make in gnunet fails with: undefined reference to `GNUNET_SERVER_mst`
Descriptioncd gnunet
git pull

./configure --with-sudo
(runs with no complaints)

make
...
make[3]: Leaving directory '/home/ell/Schreibtisch/gnunet/src/zonemaster'
Making all in conversation
make[3]: Entering directory '/home/ell/Schreibtisch/gnunet/src/conversation'
Making all in .
make[4]: Entering directory '/home/ell/Schreibtisch/gnunet/src/conversation'
  CCLD gnunet-helper-audio-playback
gnunet_helper_audio_playback-gnunet_gst.o: In function `gnunet_read':
/home/ell/Schreibtisch/gnunet/src/conversation/gnunet_gst.c:649: undefined reference to `GNUNET_SERVER_mst_receive'
gnunet_helper_audio_playback-gnunet_gst.o: In function `get_app':
/home/ell/Schreibtisch/gnunet/src/conversation/gnunet_gst.c:714: undefined reference to `GNUNET_SERVER_mst_create'
collect2: error: ld returned 1 exit status
Makefile:1314: recipe for target 'gnunet-helper-audio-playback' failed
make[4]: *** [gnunet-helper-audio-playback] Error 1
make[4]: Leaving directory '/home/ell/Schreibtisch/gnunet/src/conversation'
Makefile:1515: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/ell/Schreibtisch/gnunet/src/conversation'
Makefile:537: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/ell/Schreibtisch/gnunet/src'
Makefile:576: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ell/Schreibtisch/gnunet'
Makefile:465: recipe for target 'all' failed
make: *** [all] Error 2
Additional InformationInfo from ./configure , it seems all dependencies are fullfilled:
...
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 gobject-2.0 gstreamer-1.0 gstreamer-app-1.0 gstreamer-audio-1.0... yes
checking GST_CFLAGS... -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/gstreamer-1.0
checking GST_LIBS... -L/usr/local/lib -lgstapp-1.0 -lgstaudio-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
ok
checking for gawk... (cached) mawk
...


TagsNo tags attached.

Activities

Christian Grothoff

2017-03-27 17:30

manager   ~0011981

Fixed in 7978b7686..802f89d29

Issue History

Date Modified Username Field Change
2017-03-27 13:36 ell-2 New Issue
2017-03-27 17:05 Christian Grothoff Assigned To => Christian Grothoff
2017-03-27 17:05 Christian Grothoff Status new => assigned
2017-03-27 17:30 Christian Grothoff Note Added: 0011981
2017-03-27 17:30 Christian Grothoff Status assigned => resolved
2017-03-27 17:30 Christian Grothoff Resolution open => fixed
2017-03-27 17:30 Christian Grothoff Fixed in Version => 0.11.0pre66
2017-03-27 17:31 Christian Grothoff Target Version => 0.11.0pre66
2018-06-07 00:24 Christian Grothoff Status resolved => closed