* CPV: app-crypt/onak-0.3.7 * REPO: gentoo * USE: berkdb elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking onak-0.3.7.tar.gz to /var/tmp/portage/app-crypt/onak-0.3.7/work >>> Source unpacked in /var/tmp/portage/app-crypt/onak-0.3.7/work >>> Preparing source in /var/tmp/portage/app-crypt/onak-0.3.7/work/onak-0.3.7 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-crypt/onak-0.3.7/work/onak-0.3.7 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-backend=db4 checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for PQsetdbLogin in -lpq... no checking db.h usability... yes checking db.h presence... yes checking for db.h... yes checking for libdb version in db.h... 5.0 checking available backends... file fs keyd checking which key database backend to use... db4 checking for ./keydb_db4.c... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/app-crypt/onak-0.3.7/work/onak-0.3.7 ... make -j14 Makefile:151: .depend: No such file or directory rm -f .depend i686-pc-linux-gnu-gcc -MM -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC armor.c parsekey.c merge.c keyid.c md5.c sha1.c main.c getcgi.c mem.c keyindex.c stats.c lookup.c add.c keydb_db4.c ll.c hash.c gpgwww.c onak-conf.c charfuncs.c sendsync.c log.c photoid.c wordlist.c cleankey.c cleanup.c keyarray.c keydb_file.c keydb_fs.c keydb_keyd.c > .depend i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o add.o add.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o cleankey.o cleankey.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o armor.o armor.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o charfuncs.o charfuncs.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o decodekey.o decodekey.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o getcgi.o getcgi.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o hash.o hash.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o keyid.o keyid.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o keyindex.o keyindex.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o ll.o ll.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o mem.o mem.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -DCONFIGFILE=\"/etc/onak.conf\" \ -DDBFUNCS=keydb_db4_funcs -c onak-conf.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o parsekey.o parsekey.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o sha1.o sha1.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o md5.o md5.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o log.o log.c keyindex.c: In function ‘list_sigs’: keyindex.c:50:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:50:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:50:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:55:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:62:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c: In function ‘list_uids’: keyindex.c:94:6: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c: In function ‘key_index’: keyindex.c:267:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:267:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:275:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c:286:6: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier keyindex.c: In function ‘mrkey_index’: keyindex.c:351:4: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier parsekey.c: In function ‘debug_packet’: parsekey.c:154:4: warning: ISO C90 does not support the ‘z’ gnu_printf length modifier i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o photoid.o photoid.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o wordlist.o wordlist.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o cleanup.o cleanup.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o merge.o merge.c onak-conf.c: In function ‘readconfig’: onak-conf.c:70:8: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result onak-conf.c:149:9: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o sendsync.o sendsync.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o keyarray.o keyarray.c i686-pc-linux-gnu-gcc -c -fPIC -Wl,-O1 -Wl,-O1 -o keydb_db4.o keydb_db4.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o lookup.o lookup.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o gpgwww.o gpgwww.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o stats.o stats.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o onak.o onak.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o splitkeys.o splitkeys.c sed 's:@CONFIG@:/etc/onak.conf:g' < onak-mail.pl.in > onak-mail.pl i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o stripkey.o stripkey.c stats.c: In function ‘dofindpath’: stats.c:142:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:146:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:171:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:171:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:182:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:182:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:195:8: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:195:8: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:209:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:209:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:209:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier stats.c:217:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o main.o main.c stats.c:236:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier lookup.c: In function ‘main’: lookup.c:212:12: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result chmod +x onak-mail.pl i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o maxpath.o maxpath.c i686-pc-linux-gnu-gcc -O2 -pipe -O2 -pipe -Wall -pedantic -fPIC -c -o sixdegrees.o sixdegrees.c gpgwww.c: In function ‘main’: gpgwww.c:159:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier gpgwww.c:159:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier gpgwww.c:163:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier gpgwww.c:163:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier gpgwww.c:168:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier gpgwww.c:168:5: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier sed -e 's:@BINDIR@:/usr/bin:g' \ -e 's:@LIBDIR@:/usr/lib:g' \ -e 's:@STATEDIR@:/var/lib:g' \ < onak.conf.in > onak.conf sixdegrees.c: In function ‘sixdegrees’: sixdegrees.c:89:3: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier sixdegrees.c:94:2: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier maxpath.c: In function ‘findmaxpath’: maxpath.c:34:2: warning: integer constant is too large for ‘long’ type maxpath.c:61:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier maxpath.c:61:7: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier maxpath.c:69:4: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier maxpath.c:69:4: warning: ISO C90 does not support the ‘ll’ gnu_printf length modifier onak.c: In function ‘main’: onak.c:300:12: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o add add.o cleankey.o \ armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o lookup lookup.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o \ keydb_db4.o i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o gpgwww gpgwww.o stats.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o splitkeys splitkeys.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o stripkey stripkey.o stats.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o testparse main.o stats.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o maxpath maxpath.o stats.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o sixdegrees sixdegrees.o stats.o cleankey.o armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o \ i686-pc-linux-gnu-gcc -Wl,-O1 -Wl,-O1 -o onak onak.o cleankey.o \ armor.o charfuncs.o decodekey.o getcgi.o hash.o keyid.o keyindex.o ll.o mem.o onak-conf.o parsekey.o sha1.o md5.o log.o photoid.o wordlist.o cleanup.o merge.o sendsync.o keyarray.o keydb_db4.o keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [splitkeys] Error 1 make: *** Waiting for unfinished jobs.... keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [add] Error 1 keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049)keydb_db4.o:: undefinedIn referencefunctionmake: to`*** [sixdegrees] Error 1 db4_starttrans `'db_strerror:' keydb_db4.ckeydb_db4.c::((..texttext++0x2070x10ac)):: undefinedundefined referencereference toto ``db_strerrordb_create'' keydb_db4.okeydb_db4.c:: (In. textfunction+ 0x10c0`)db4_endtrans:' :undefined keydb_db4.creference: (to. text`+db_strerror0x35a') :keydb_db4.c :undefined( .referencetext +to0x116c )`:db_strerror 'undefined keydb_db4.oreference: toIn `functiondb_strerror '` db4_upgradedbkeydb_db4.c'::( keydb_db4.c:(.text+.0x66dtext)+:0x11b6 )undefined: referenceundefined toreference to `db_create' keydb_db4.c:(.text+0x11ca):` db_env_createundefined' referencekeydb_db4.c :to( .`textdb_strerror+'0x6ee )keydb_db4.c:: (undefined. textreference+ 0x1276to) :` db_createundefined' referencekeydb_db4.c :to( .`textdb_strerror+'0x79b )keydb_db4.o:: undefinedIn referencefunction to` db4_fetch_key`'db_strerror:' keydb_db4.ckeydb_db4.c::((..texttext++0x15af0x7ea)):: undefinedundefined referencereference toto ``db_strerrordb_create'' keydb_db4.okeydb_db4.c:: (In. textfunction+ 0x890`)db4_delete_key:' :undefined keydb_db4.creference: (to. text`+db_strerror0x1ca4') :keydb_db4.c :undefined( .referencetext +to0x8cf )`:db_strerror 'undefined keydb_db4.creference: (to. text`+db_create0x1ccf') :keydb_db4.c :undefined( .referencetext +to0x975 )`:db_strerror 'undefined keydb_db4.oreference: keydb_db4.cto: (`.db_strerrortext'+ 0x1ea5keydb_db4.o):: Inmore functionundefined `referencesdb4_initdb 'to: `keydb_db4.cdb_strerror:'( .followtext +0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `collect2: db_strerror' keydb_db4.c:(.text+0xe02)ld returned 1 exit status: undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [gpgwww] Error 1 make: *** [maxpath] Error 1 keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [testparse] Error 1 keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [lookup] Error 1 keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [stripkey] Error 1 keydb_db4.o: In function `db4_starttrans': keydb_db4.c:(.text+0x207): undefined reference to `db_strerror' keydb_db4.o: In function `db4_endtrans': keydb_db4.c:(.text+0x35a): undefined reference to `db_strerror' keydb_db4.o: In function `db4_upgradedb': keydb_db4.c:(.text+0x66d): undefined reference to `db_env_create' keydb_db4.c:(.text+0x6ee): undefined reference to `db_create' keydb_db4.c:(.text+0x79b): undefined reference to `db_strerror' keydb_db4.c:(.text+0x7ea): undefined reference to `db_create' keydb_db4.c:(.text+0x890): undefined reference to `db_strerror' keydb_db4.c:(.text+0x8cf): undefined reference to `db_create' keydb_db4.c:(.text+0x975): undefined reference to `db_strerror' keydb_db4.o: In function `db4_initdb': keydb_db4.c:(.text+0xcbc): undefined reference to `db_env_create' keydb_db4.c:(.text+0xcd0): undefined reference to `db_strerror' keydb_db4.c:(.text+0xd44): undefined reference to `db_strerror' keydb_db4.c:(.text+0xe02): undefined reference to `db_env_create' keydb_db4.c:(.text+0xecc): undefined reference to `db_strerror' keydb_db4.c:(.text+0xf5f): undefined reference to `db_create' keydb_db4.c:(.text+0xf73): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1049): undefined reference to `db_strerror' keydb_db4.c:(.text+0x10ac): undefined reference to `db_create' keydb_db4.c:(.text+0x10c0): undefined reference to `db_strerror' keydb_db4.c:(.text+0x116c): undefined reference to `db_strerror' keydb_db4.c:(.text+0x11b6): undefined reference to `db_create' keydb_db4.c:(.text+0x11ca): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1276): undefined reference to `db_strerror' keydb_db4.o: In function `db4_fetch_key': keydb_db4.c:(.text+0x15af): undefined reference to `db_strerror' keydb_db4.o: In function `db4_delete_key': keydb_db4.c:(.text+0x1ca4): undefined reference to `db_strerror' keydb_db4.c:(.text+0x1ccf): undefined reference to `db_strerror' keydb_db4.o:keydb_db4.c:(.text+0x1ea5): more undefined references to `db_strerror' follow collect2: ld returned 1 exit status make: *** [onak] Error 1 * ERROR: app-crypt/onak-0.3.7 failed: * emake failed * * Call stack: * ebuild.sh, line 54: Called src_compile * environment, line 186: Called _eapi2_src_compile * ebuild.sh, line 646: Called die * The specific snippet of code: * emake || die "emake failed" * * If you need support, post the output of 'emerge --info =app-crypt/onak-0.3.7', * the complete build log and the output of 'emerge -pqv =app-crypt/onak-0.3.7'. * The complete build log is located at '/var/log/portage/build/app-crypt/onak-0.3.7:20100514-103854.log'. * The ebuild environment file is located at '/var/tmp/portage/app-crypt/onak-0.3.7/temp/environment'. * S: '/var/tmp/portage/app-crypt/onak-0.3.7/work/onak-0.3.7'