aMule Bug Tracker - aMule
View Issue Details
0001749aMuleMiscpublic2015-06-13 00:432015-06-30 05:15
the0 
 
normalmajorunable to reproduce
closedno change required 
SVN 
 
Linux
0001749: Unable to build from the latest sources (amule-svn-r10873)
g++ -DHAVE_CONFIG_H -I. -I.. -DUSE_WX_EXTENSIONS -I/usr/lib/wx/include/base-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DwxUSE_GUI=0 -DwxUSE_GUI=0 -I./libs -Ilibs -I./include -I/usr/include -D__WEAK_CRYPTO__ -DAMULE_DAEMON -D_FORTIFY_SOURCE=2 -W -Wall -Wshadow -Wundef -O2 -pthread -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -MT amuled-ECSpecialCoreTags.o -MD -MP -MF .deps/amuled-ECSpecialCoreTags.Tpo -c -o amuled-ECSpecialCoreTags.o `test -f 'ECSpecialCoreTags.cpp' || echo './'`ECSpecialCoreTags.cpp
make[3]: *** No rule to make target '/usp/include/cryptopp/rijndael.h', needed by 'amuled-EMSocket.o'. Stop.
make[3]: *** Waiting for unfinished jobs....
  ./configure \
      --prefix=/usr \
      --mandir=/usr/share/man \
      --disable-monolithic \
      --enable-amule-daemon \
      --enable-amulecmd \
      --disable-webserver \
      --disable-amule-gui \
      --disable-cas \
      --disable-wxcas \
      --enable-ed2k \
      --disable-alc \
      --enable-alcc \
      --disable-xas \
      --disable-fileview \
      --disable-plasmamule \
      --disable-static \
      --disable-kde-in-home \
      --disable-geoip \
      --disable-upnp \
      --disable-debug \
      --disable-profile \
      --enable-optimize \
      --enable-mmap \
      --disable-nls \
      --disable-ccache \
      --with-wx-config=/usr/bin/wx-config
  make
wxbase 2.8.12, crypto++ 5.6.2
No tags attached.
Issue History
2015-06-13 00:43the0New Issue
2015-06-13 00:46the0Note Added: 0003657
2015-06-23 12:55GonoszTopiNote Added: 0003658
2015-06-23 12:55GonoszTopiStatusnew => feedback
2015-06-23 12:55GonoszTopiResolutionopen => unable to reproduce
2015-06-28 16:44the0Note Added: 0003659
2015-06-28 16:44the0Statusfeedback => new
2015-06-30 05:15GonoszTopiReproducibilityalways => unable to reproduce
2015-06-30 05:15GonoszTopiStatusnew => closed
2015-06-30 05:15GonoszTopiResolutionunable to reproduce => no change required
2015-06-30 05:15GonoszTopiCategoryExternal Conn => Misc

Notes
(0003657)
the0   
2015-06-13 00:46   
Looks like a typo to me.
(0003658)
GonoszTopi   
2015-06-23 12:55   
Looks like a damaged dependency file to me.

You should either try to build in a clean directory or run "make distclean" before, to clear all dependency information.
(0003659)
the0   
2015-06-28 16:44   
Thanks, issue is gone.