Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 21:30:25 +0200
From:      Max Laier <max@love2party.net>
To:        freebsd-current@freebsd.org, Beech Rintoul <beech@freebsd.org>
Subject:   Re: IPFilter build failure
Message-ID:  <200808042130.26025.max@love2party.net>
In-Reply-To: <200808041127.25511.beech@freebsd.org>
References:  <200808041127.25511.beech@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-00=_Sj1lI1KUefLoqCS
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Monday 04 August 2008 21:27:22 Beech Rintoul wrote:
> I've been getting the following trying to build current. I
> nuked /usr/obj and have downloaded fresh sources:
>
> ipftest/../../../contrib/ipfilter
> -I/usr/src/sbin/ipf/ipftest/../../../contrib/ipfilter/tools
> -I/usr/src/sbin/ipf/ipftest/../../../sys
> -I/usr/src/sbin/ipf/ipftest/../../../sys/contrib/ipfilter -DSTATETOP
> -D__UIO_EXPOSE -fstack-protector -Wno-pointer-sign  -static -o ipftest
> ipftest.o fil.o ip_frag.o ip_state.o ip_nat.o ip_proxy.o
> ip_auth.o ip_htable.o ip_lookup.o ip_pool.o ip_scan.o ip_sync.o
> ip_rules.o ip_fil.o ip_log.o ippool_y.o ippool_l.o ipf_y.o ipf_l.o
> ipnat_y.o ipnat_l.o md5.o radix.o
> bpf_filter.o /usr/obj/usr/src/sbin/ipf/ipftest/../libipf/libipf.a -lkvm
> /usr/obj/usr/src/tmp/usr/lib/libc.a(arc4random.o)(.text+0x240): In
>
> function `arc4random':
> : multiple definition of `arc4random'
>
> ip_fil.o(.text+0x80): first defined here
> /usr/obj/usr/src/tmp/usr/bin/ld: Warning: size of symbol `arc4random'
> changed from 43 in ip_fil.o to 421
> in /usr/obj/usr/src/tmp/usr/lib/libc.a(arc4random.o)
> *** Error code 1
>
> uname -a:
> FreeBSD stargate.alaskaparadise.com 8.0-CURRENT FreeBSD 8.0-CURRENT
> #31: Sun Jul 27 02:48:49 AKDT 2008
>
> Anyone have a clue how to fix this?

Please test the attached ... sent it to a similar report in cvs@ a few days 
back, but did not get any feedback.  Are you using WITHOUT_DYNAMICROOT?

-- 
/"\  Best regards,                      | mlaier@freebsd.org
\ /  Max Laier                          | ICQ #67774661
 X   http://pf4freebsd.love2party.net/  | mlaier@EFnet
/ \  ASCII Ribbon Campaign              | Against HTML Mail and News

--Boundary-00=_Sj1lI1KUefLoqCS
Content-Type: text/x-patch;
  charset="iso-8859-1";
  name="ip_fil.c.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="ip_fil.c.diff"

Index: ip_fil.c
===================================================================
--- ip_fil.c	(revision 180989)
+++ ip_fil.c	(working copy)
@@ -803,6 +803,7 @@
 }
 
 
+#ifndef ipf_random
 u_32_t ipf_random()
 {
 	static int seeded = 0;
@@ -816,3 +817,4 @@
 	}
 	return rand();
 }
+#endif

--Boundary-00=_Sj1lI1KUefLoqCS--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808042130.26025.max>