Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2002 18:22:10 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        Mike Silbersack <silby@silby.com>
Cc:        Mike Silbersack <silby@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: I lied: Re: cvs commit: ports/www/harvest/files patch-ad
Message-ID:  <20021026012209.GA90382@xor.obsecurity.org>
In-Reply-To: <20021025201046.T18139-100000@patrocles.silby.com>
References:  <200210260101.g9Q11ndK045557@repoman.freebsd.org> <20021025201046.T18139-100000@patrocles.silby.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--0F1p//8PRICkK4MW
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Oct 25, 2002 at 08:11:23PM -0500, Mike Silbersack wrote:
>=20
> Yep, I didn't really fix the port.  Something else is broken too:
>=20
> Making all in WWW
> gcc  -I../../../../src/common/include -c util.c
> gcc  -I../../../../src/common/include -c BrokerAdmin.c
> gcc -o BrokerAdmin BrokerAdmin.o util.o -L../../../../src/common/lib
> -lutil
> gcc  -I../../../../src/common/include  -c DisplayObject.c
> DisplayObject.c: In function `xstrerror':
> DisplayObject.c:217: conflicting types for `sys_nerr'
> /usr/include/stdio.h:344: previous declaration of `sys_nerr'
> DisplayObject.c:224: warning: return discards qualifiers from pointer
> target type
> *** Error code 1
>=20
> Stop in
> /usr/ports/www/harvest/work/harvest-1.5/components/broker/standard/WWW.
> *** Error code 1
>=20
> Anyone else know how to fix this?

Thanks for fixing the first problem.

To fix this one, just #ifndef __FreeBSD__ the bogus declarations in
DisplayObject.c (also any other things you spot that shouldn't be in
there, like errno, etc).

Kris

--0F1p//8PRICkK4MW
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE9ue5BWry0BWjoQKURAs5EAKCfEeQ0bxJ4Ydjmr9KDkU7jISOISgCg5XVg
4xNDMl5+Qwa8NS3kenskFNA=
=jL7R
-----END PGP SIGNATURE-----

--0F1p//8PRICkK4MW--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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