Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124813 - net-firewall/ipsec-tools-0.6.3 fail (gcc4 and -Werror)
Summary: net-firewall/ipsec-tools-0.6.3 fail (gcc4 and -Werror)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Peter Johanson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-03 08:51 UTC by Patrizio Bassi
Modified: 2006-04-19 20:49 UTC (History)
1 user (show)

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 Patrizio Bassi 2006-03-03 08:51:43 UTC
touble with gcc4


i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec   -D_GNU_SOURCE -include ./src/include-glibc/glibc-bugs.h -I./src/include-glibc -I./src/include-glibc  -I./../../src/racoon/missing -D_GNU_SOURCE -include ../../src/include-glibc/glibc-bugs.h -I../../src/include-glibc -I../../src/include-glibc -DSYSCONFDIR=\"/etc\" -DADMINPORTDIR=\"/var/lib/racoon\" -O3 -mtune=pentium3 -march=pentium3 -pipe -fomit-frame-pointer -mmmx -msse -ffast-math  -Wall -Werror -Wno-unused -DEAYDEBUG -o crypto_openssl_test.o -c ./crypto_openssl.c
cc1: warnings being treated as errors
./crypto_openssl.c: In function ‘eay_idea_encrypt’:
./crypto_openssl.c:1290: warning: pointer targets in passing argument 1 of ‘idea_set_encrypt_key’ differ in signedness
./crypto_openssl.c:1298: warning: pointer targets in passing argument 1 of ‘idea_cbc_encrypt’ differ in signedness
./crypto_openssl.c:1298: warning: pointer targets in passing argument 2 of ‘idea_cbc_encrypt’ differ in signedness
./crypto_openssl.c:1298: warning: pointer targets in passing argument 5 of ‘idea_cbc_encrypt’ differ in signedness
./crypto_openssl.c: In function ‘eay_idea_decrypt’:
./crypto_openssl.c:1310: warning: pointer targets in passing argument 1 of ‘idea_set_encrypt_key’ differ in signedness
./crypto_openssl.c:1319: warning: pointer targets in passing argument 1 of ‘idea_cbc_encrypt’ differ in signedness
./crypto_openssl.c:1319: warning: pointer targets in passing argument 2 of ‘idea_cbc_encrypt’ differ in signedness
./crypto_openssl.c:1319: warning: pointer targets in passing argument 5 of ‘idea_cbc_encrypt’ differ in signedness
make[3]: *** [crypto_openssl_test.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/ipsec-tools-0.6.3/work/ipsec-tools-0.6.3/src/racoon'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/ipsec-tools-0.6.3/work/ipsec-tools-0.6.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/ipsec-tools-0.6.3/work/ipsec-tools-0.6.3'
make: *** [all] Error 2

!!! ERROR: net-firewall/ipsec-tools-0.6.3 failed.
Call stack:
  ebuild.sh, line 1933:   Called dyn_compile
  ebuild.sh, line 971:   Called src_compile

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-04-03 10:13:21 UTC
latexer: so, how do you feel about patching the configure script/Makefile so it doesn't add Werror, since this is probably going to continue to break with every GCC upgrade, and under other conditions we haven't thought of yet :)
Comment 2 Peter Johanson (RETIRED) gentoo-dev 2006-04-19 20:49:04 UTC
Fixed in the 0.6.5 bump. Thanks for the report.