ports/105606: security/ipsec-tools with option STATS gives compiler error
Volker Werth
volker at vwsoft.com
Thu Nov 16 16:00:26 UTC 2006
>Number: 105606
>Category: ports
>Synopsis: security/ipsec-tools with option STATS gives compiler error
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 16 16:00:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Volker Werth
>Release: 6.1-RELEASE
>Organization:
>Environment:
FreeBSD gwpl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:15:57 UTC 2006 root at bloom.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64
>Description:
compiling security/ipsec-tools with option STATS (enable Statistics logging function) gives the following compiler error (fresh csup'ed ports tree):
[snip]
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec -I./../../src/racoon/missing -D_GNU_SOURCE -DSYSCONFDIR=\"/usr/local/etc/racoon\" -DADMINPORTDIR=\"/var/db/racoon\" -O2 -fno-strict-aliasing -pipe -Wall -Werror -Wno-unused -MT evt.o -MD -MP -MF ".deps/evt.Tpo" -c -o evt.o evt.c; then mv -f ".deps/evt.Tpo" ".deps/evt.Po"; else rm -f ".deps/evt.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec -I./../../src/racoon/missing -D_GNU_SOURCE -DSYSCONFDIR=\"/usr/local/etc/racoon\" -DADMINPORTDIR=\"/var/db/racoon\" -O2 -fno-strict-aliasing -pipe -Wall -Werror -Wno-unused -MT ipsec_doi.o -MD -MP -MF ".deps/ipsec_doi.Tpo" -c -o ipsec_doi.o ipsec_doi.c; then mv -f ".deps/ipsec_doi.Tpo" ".deps/ipsec_doi.Po"; else rm -f ".deps/ipsec_doi.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../libipsec -I./../../src/racoon/missing -D_GNU_SOURCE -DSYSCONFDIR=\"/usr/local/etc/racoon\" -DADMINPORTDIR=\"/var/db/racoon\" -O2 -fno-strict-aliasing -pipe -Wall -Werror -Wno-unused -MT oakley.o -MD -MP -MF ".deps/oakley.Tpo" -c -o oakley.o oakley.c; then mv -f ".deps/oakley.Tpo" ".deps/oakley.Po"; else rm -f ".deps/oakley.Tpo"; exit 1; fi
oakley.c: In function `oakley_dh_compute':
oakley.c:257: warning: int format, different type arg (arg 5)
oakley.c: In function `oakley_dh_generate':
oakley.c:304: warning: int format, different type arg (arg 5)
*** Error code 1
Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.6.6/src/racoon.
*** Error code 1
Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.6.6/src.
*** Error code 1
Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.6.6.
*** Error code 1
Stop in /usr/ports/security/ipsec-tools/work/ipsec-tools-0.6.6.
*** Error code 1
Stop in /usr/ports/security/ipsec-tools.
>How-To-Repeat:
`cd /usr/ports/security/ipsec-tools; make config'
select "STATS" option and compile.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list