g++ -Ibuild/include -O2 -finline-functions  -D_REENTRANT -ansi -Wno-long-long 
-fpermissive -W -Wall -fPIC -c src/block/aes/aes.cpp -o build/lib/aes.o
clangclang: : warning: argument unused during compilation: '-fpermissive'
warning: argument unused during compilation: '-fpermissive'
In file included from src/block/aes/aes.cpp:8:
In file included from build/include/botan/aes.h:11:
In file included from build/include/botan/block_cipher.h:11:
In file included from build/include/botan/sym_algo.h:13:
In file included from build/include/botan/symkey.h:11:
build/include/botan/secmem.h:362:28: error: use of undeclared identifier 'set'
         { if(this != &in) set(in); return (*this); }
                           ^
                           this->
build/include/botan/symkey.h:36:56: note: in instantiation of member function
      'Botan::SecureVector::operator=' requested here
      void change(const MemoryRegion& in) { bits = in; }
                                                       ^
build/include/botan/secmem.h:146:12: note: must qualify identifier to find this
       declaration in dependent base class
      void set(const T in[], u32bit n)    { create(n); copy(in, n); }
           ^
build/include/botan/secmem.h:153:12: note: must qualify identifier to find this
      declaration in dependent base class
      void set(const MemoryRegion& in) { set(in.begin(), in.size()); }
           ^
1 error generated. 
make: *** [build/lib/aes.o] Error 1

Earlier during the build I noticed:

export PATH="/usr/bin:/usr/sbin:/bin:/sbin"
./configure.pl --prefix=/sw --cpu=generic --docdir=/sw/share/doc
   (warning): ./configure.pl is deprecated; migration to ./configure.py 
strongly recommended

And upstream is at 1.11, so there are lots of easy things to upgrade that might 
fix the actual build failure (or at least let one trouble-shoot a non-obsolete 
version, so that upstream can help fix further). 

dan
---

Daniel Macks
dma...@netspace.org


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to