Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40214 - Cannot emerge newpg
Summary: Cannot emerge newpg
Status: RESOLVED DUPLICATE of bug 37109
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 12:56 UTC by Andreas Lenz
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Lenz 2004-02-02 12:56:58 UTC
While emerging newpg (which is a part of the Aegypten project), emerge stops with the following output (after and before doing a "emerge sync"):

[Successful GCC calls]
maperror.c: In function `map_gcry_err':
maperror.c:72: `GCRYERR_EOF' undeclared (first use in this function)
maperror.c:72: (Each undeclared identifier is reported only once
maperror.c:72: for each function it appears in.)
maperror.c:80: `GCRYERR_WRONG_PK_ALGO' undeclared (first use in this function)
maperror.c:81: `GCRYERR_INV_PK_ALGO' undeclared (first use in this function)
maperror.c:82: `GCRYERR_INV_MD_ALGO' undeclared (first use in this function)
maperror.c:83: `GCRYERR_INV_CIPHER_ALGO' undeclared (first use in this function)
maperror.c:86: `GCRYERR_INV_KEYLEN' undeclared (first use in this function)
maperror.c:87: `GCRYERR_WEAK_KEY' undeclared (first use in this function)
maperror.c:88: `GCRYERR_BAD_PUBLIC_KEY' undeclared (first use in this function)
maperror.c:89: `GCRYERR_BAD_SECRET_KEY' undeclared (first use in this function)
maperror.c:90: `GCRYERR_BAD_SIGNATURE' undeclared (first use in this function)
maperror.c:92: `GCRYERR_BAD_MPI' undeclared (first use in this function)
maperror.c:96: `GCRYERR_INV_ARG' undeclared (first use in this function)
maperror.c:97: `GCRYERR_INV_OP' undeclared (first use in this function)
maperror.c:98: `GCRYERR_INTERNAL' undeclared (first use in this function)
maperror.c:99: `GCRYERR_INV_CIPHER_MODE' undeclared (first use in this function)
maperror.c:103: `GCRYERR_SELFTEST' undeclared (first use in this function)
maperror.c:107: `GCRYERR_SEXP_INV_LEN_SPEC' undeclared (first use in this function)
maperror.c:108: `GCRYERR_SEXP_STRING_TOO_LONG' undeclared (first use in this function)
maperror.c:109: `GCRYERR_SEXP_UNMATCHED_PAREN' undeclared (first use in this function)
maperror.c:110: `GCRYERR_SEXP_NOT_CANONICAL' undeclared (first use in this function)
maperror.c:111: `GCRYERR_SEXP_BAD_CHARACTER' undeclared (first use in this function)
maperror.c:112: `GCRYERR_SEXP_BAD_QUOTATION' undeclared (first use in this function)
maperror.c:113: `GCRYERR_SEXP_ZERO_PREFIX' undeclared (first use in this function)
maperror.c:114: `GCRYERR_SEXP_NESTED_DH' undeclared (first use in this function)
maperror.c:115: `GCRYERR_SEXP_UNMATCHED_DH' undeclared (first use in this function)
maperror.c:116: `GCRYERR_SEXP_UNEXPECTED_PUNC' undeclared (first use in this function)
maperror.c:117: `GCRYERR_SEXP_BAD_HEX_CHAR' undeclared (first use in this function)
maperror.c:118: `GCRYERR_SEXP_ODD_HEX_NUMBERS' undeclared (first use in this function)
maperror.c:119: `GCRYERR_SEXP_BAD_OCT_CHAR' undeclared (first use in this function)
maperror.c:123: `GCRYERR_NO_MEM' undeclared (first use in this function)
maperror.c:125: `GCRYERR_NOT_IMPL' undeclared (first use in this function)
maperror.c:126: `GCRYERR_CONFLICT' undeclared (first use in this function)
maperror.c:128: `GCRYERR_INV_OBJ' undeclared (first use in this function)
maperror.c:129: `GCRYERR_TOO_SHORT' undeclared (first use in this function)
maperror.c:130: `GCRYERR_TOO_LARGE' undeclared (first use in this function)
maperror.c:131: `GCRYERR_NO_OBJ' undeclared (first use in this function)
make[3]: *** [maperror.o] Fehler 1
make[3]: Leaving directory `/var/tmp/portage/newpg-0.9.4-r1/work/newpg-0.9.4/common'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/var/tmp/portage/newpg-0.9.4-r1/work/newpg-0.9.4/common'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/newpg-0.9.4-r1/work/newpg-0.9.4'
make: *** [all] Fehler 2

!!! ERROR: app-crypt/newpg-0.9.4-r1 failed.
!!! Function src_compile, Line 36, Exitcode 2
!!! (no error message)
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2004-02-02 13:05:19 UTC
wrong component.
Comment 2 SpanKY gentoo-dev 2004-02-02 13:51:22 UTC

*** This bug has been marked as a duplicate of 37109 ***