From nobody@FreeBSD.org Thu Nov 16 15:50:19 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9B316A407 for ; Thu, 16 Nov 2006 15:50:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A8843D4C for ; Thu, 16 Nov 2006 15:50:18 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kAGFoInc041928 for ; Thu, 16 Nov 2006 15:50:18 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id kAGFoIpf041927; Thu, 16 Nov 2006 15:50:18 GMT (envelope-from nobody) Message-Id: <200611161550.kAGFoIpf041927@www.freebsd.org> Date: Thu, 16 Nov 2006 15:50:18 GMT From: Volker Werth To: freebsd-gnats-submit@FreeBSD.org Subject: security/ipsec-tools with option STATS gives compiler error X-Send-Pr-Version: www-3.0 >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: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 16 16:00:04 GMT 2006 >Closed-Date: Fri Jun 20 22:02:29 UTC 2008 >Last-Modified: Fri Jun 20 22:02:29 UTC 2008 >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@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: State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Nov 16 16:00:32 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 Responsible-Changed-From-To: freebsd-ports-bugs->shaun Responsible-Changed-By: shaun Responsible-Changed-When: Thu Nov 16 16:54:42 UTC 2006 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 From: VANHULLEBUS Yvan To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/105606: security/ipsec-tools with option STATS gives compiler error Date: Fri, 17 Nov 2006 10:11:45 +0100 On Thu, Nov 16, 2006 at 04:00:29PM +0000, Edwin Groothuis wrote: > Maintainer of security/ipsec-tools, > > Please note that PR ports/105606 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/105606 Hi. I just recompiled the port with STAT enabled, and it compiles without problems. Guess your problem is more complicated than that, I'll have a look at the exact compile error message to try to find the real problem. Yvan. -- NETASQ http://www.netasq.com State-Changed-From-To: feedback->open State-Changed-By: shaun State-Changed-When: Tue Nov 21 16:15:21 UTC 2006 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 State-Changed-From-To: open->analyzed State-Changed-By: shaun State-Changed-When: Tue Nov 21 16:17:38 UTC 2006 State-Changed-Why: Feedback received. http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 Responsible-Changed-From-To: shaun->freebsd-ports-bugs Responsible-Changed-By: shaun Responsible-Changed-When: Sat Jun 14 00:59:55 UTC 2008 Responsible-Changed-Why: Relinquish. http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 From: Felippe de Meirelles Motta To: bug-followup@FreeBSD.org, Volker Werth Cc: Subject: Re: ports/105606: security/ipsec-tools with option STATS gives compiler error Date: Thu, 19 Jun 2008 02:07:36 -0300 --Sig_/M73/UpjETfOxgGeVnpsHaFh Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, Well, according to feedback answers I think that we can close this PR ? --=20 lippe@FreeBSD.org Felippe de Meirelles Motta --Sig_/M73/UpjETfOxgGeVnpsHaFh Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.8 (FreeBSD) iEYEARECAAYFAkhZ6ZgACgkQEv+IlQvbYkqhVACfWzkABX4o30crE9+EcDXc2mEX 03QAoNfE6R4M+8BhvDf21iN4VU/Fh2Jq =SYn2 -----END PGP SIGNATURE----- --Sig_/M73/UpjETfOxgGeVnpsHaFh-- State-Changed-From-To: analyzed->closed State-Changed-By: vwe State-Changed-When: Fri Jun 20 22:01:40 UTC 2008 State-Changed-Why: I don't care anymore about this issue (does not happen on 7-STABLE anymore). Quite unsure if this is still an issue on 6.x http://www.freebsd.org/cgi/query-pr.cgi?pr=105606 >Unformatted: