Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 03:59:35 -0000
From:      Mathieu Arnold <mat@mat.cc>
To:        Pyun YongHyeon <yongari@kt-is.co.kr>
Cc:        pf4freebsd@freelists.org
Subject:   [pf4freebsd] Re: Version 2.03 - m_copym panic (and others)
Message-ID:  <132624359.1075456863@pouet.in.mat.cc>
In-Reply-To: <20040130015907.GA86565@kt-is.co.kr>
References:  <200401291603.23944.max@love2party.net> <9609296.1075400143@andromede.faubourg.reaumur.net> <20040130015907.GA86565@kt-is.co.kr>

next in thread | previous in thread | raw e-mail | index | archive | help
+-Le 30/01/2004 10:59 +0900, Pyun YongHyeon =3DE9crivait :
|  > Stop in /usr/o/usr/ports/security/pf/work/pf_freebsd_2.02.
|            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|  > *** Error code 1
|  >=3D20
|  > Stop in /usr/ports/security/pf.
|            ^^^^^^^^^^^^^^^^^^^^^^
|=3D20
| I don't know why port system try to use "/usr/o/usr/ports" directory.
| (symbolic link or NFS mounted?)
| If your ports tree reside in "/usr/o/usr/ports", you may need to
| define PORTSDIR environment variable. See ports(7) for available
| other environment variables.

Hum, /usr/ports is NFS mounted, and to avoid building everything in
/usr/ports which would lead to much much traffic and reduce compile speed
(or because it's mounted from a CDROM being read only), you can define :
WRKDIRPREFIX=3D3D/some/path/to/somewhere/you/can/write
in your make.conf. See make.conf(5) for more details. Being also
mat@FreeBSD.org, I guess that is a part I know a bit ;)

The problem lines in lines like this :

mtag =3D3D m_tag_get(PACKET_TAG_PF_QID, sizeof(*atag), M_NOWAIT);

it's the sizeof(*atag) gcc does not like. Why, I quite frankly don't know=
.

--=3D20
Mathieu Arnold




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