Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90624 - hercules-3.0.1 fails to compile
Summary: hercules-3.0.1 fails to compile
Status: RESOLVED DUPLICATE of bug 90623
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 08:23 UTC by Rene Zbinden
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 Rene Zbinden 2005-04-27 08:23:16 UTC
When I try to emerge it I get the following error:
<snip>
make[2]: Entering directory `/var/tmp/portage/hercules-3.01/work/hercules-3.01/c
rypto'
if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -
I. -I..   -I ./intl  -O2 -march=pentium4 -mtune=pentium4 -fforce-addr -momit-lea
f-frame-pointer -fomit-frame-pointer -ftracer -pipe  -MT dyncrypt.lo -MD -MP -MF
 ".deps/dyncrypt.Tpo" \
  -c -o dyncrypt.lo `test -f 'dyncrypt.c' || echo './'`dyncrypt.c; \
then mv -f ".deps/dyncrypt.Tpo" ".deps/dyncrypt.Plo"; \
else rm -f ".deps/dyncrypt.Tpo"; exit 1; \
fi
 i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I ./intl -O2 -march=pentium
4 -mtune=pentium4 -fforce-addr -momit-leaf-frame-pointer -fomit-frame-pointer -f
tracer -pipe -MT dyncrypt.lo -MD -MP -MF .deps/dyncrypt.Tpo -c dyncrypt.c  -fPIC
 -DPIC -o .libs/dyncrypt.o
In file included from dyncrypt.c:1629:
dyncrypt.c: In function `s390_km_dea':
dyncrypt.c:442: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:461: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:461: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:461: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_km_tdea_128':
dyncrypt.c:538: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:557: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:557: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:557: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_km_tdea_192':
dyncrypt.c:638: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:657: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:657: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:657: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmac_dea':
dyncrypt.c:759: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:780: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:780: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:780: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmac_tdea_128':
dyncrypt.c:855: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:876: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:876: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:876: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmac_tdea_192':
dyncrypt.c:955: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:976: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:976: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:976: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmc_dea':
dyncrypt.c:1073: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1092: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1092: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1092: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmc_tdea_128':
dyncrypt.c:1193: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1212: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1212: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1212: warning: assignment makes pointer from integer without a cast
dyncrypt.c: In function `s390_kmc_tdea_192':
dyncrypt.c:1317: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1336: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1336: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1336: warning: assignment makes pointer from integer without a cast
In file included from dyncrypt.c:1635:
dyncrypt.c: In function `z900_kimd_sha_1':
dyncrypt.c:240: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:240: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:241: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:241: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_klmd_sha_1':
dyncrypt.c:341: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:341: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:342: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:342: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:403: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:403: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:404: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:404: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_km_dea':
dyncrypt.c:442: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:461: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:461: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:461: warning: assignment makes pointer from integer without a cast
dyncrypt.c:507: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:507: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:509: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:509: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:510: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:510: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_km_tdea_128':
dyncrypt.c:538: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:557: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:557: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:557: warning: assignment makes pointer from integer without a cast
dyncrypt.c:607: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:607: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:609: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:609: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:610: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:610: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_km_tdea_192':
dyncrypt.c:638: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:657: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:657: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:657: warning: assignment makes pointer from integer without a cast
dyncrypt.c:705: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:705: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:707: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:707: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:708: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:708: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmac_dea':
dyncrypt.c:759: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:780: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:780: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:780: warning: assignment makes pointer from integer without a cast
dyncrypt.c:826: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:826: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:827: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:827: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmac_tdea_128':
dyncrypt.c:855: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:876: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:876: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:876: warning: assignment makes pointer from integer without a cast
dyncrypt.c:926: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:926: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:927: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:927: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmac_tdea_192':
dyncrypt.c:955: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/includ
e/gcrypt.h:701)
dyncrypt.c:976: warning: passing arg 1 of `gcry_cipher_open' makes pointer from 
integer without a cast
dyncrypt.c:976: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:976: warning: assignment makes pointer from integer without a cast
dyncrypt.c:1024: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1024: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1025: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1025: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmc_dea':
dyncrypt.c:1073: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1092: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1092: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1092: warning: assignment makes pointer from integer without a cast
dyncrypt.c:1161: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1161: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1163: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1163: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1164: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1164: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmc_tdea_128':
dyncrypt.c:1193: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1212: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1212: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1212: warning: assignment makes pointer from integer without a cast
dyncrypt.c:1285: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1285: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1287: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1287: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1288: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1288: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c: In function `z900_kmc_tdea_192':
dyncrypt.c:1317: warning: `GCRY_CIPHER_HD' is deprecated (declared at /usr/inclu
de/gcrypt.h:701)
dyncrypt.c:1336: warning: passing arg 1 of `gcry_cipher_open' makes pointer from
 integer without a cast
dyncrypt.c:1336: error: too few arguments to function `gcry_cipher_open'
dyncrypt.c:1336: warning: assignment makes pointer from integer without a cast
dyncrypt.c:1407: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1407: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1409: warning: use of conditional expressions as lvalues is deprecate
d
dyncrypt.c:1409: warning: use of cast expressions as lvalues is deprecated
dyncrypt.c:1410: warning: use of conditional expressions as lvalues is deprecated
dyncrypt.c:1410: warning: use of cast expressions as lvalues is deprecated
make[2]: *** [dyncrypt.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/hercules-3.01/work/hercules-3.01/crypto'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/hercules-3.01/work/hercules-3.01'
make: *** [all] Error 2

!!! ERROR: app-emulation/hercules-3.01 failed.
!!! Function src_compile, Line 35, Exitcode 2
!!! emake failed
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-27 08:44:46 UTC

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