Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 15:49:51 +0300
From:      Ruslan Ermilov <ru@freebsd.org>
To:        Hartmut Brandt <harti@freebsd.org>
Cc:        cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org
Subject:   Re: cvs commit: src/usr.sbin/bsnmpd/modules/snmp_atm Makefile
Message-ID:  <20050523124951.GA58621@ip.net.ua>
In-Reply-To: <200505231224.j4NCOk7M049057@repoman.freebsd.org>
References:  <200505231224.j4NCOk7M049057@repoman.freebsd.org>

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

--k+w/mQv8wyuph6w0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, May 23, 2005 at 12:24:46PM +0000, Hartmut Brandt wrote:
> harti       2005-05-23 12:24:46 UTC
>=20
>   FreeBSD src repository
>=20
>   Modified files:
>     usr.sbin/bsnmpd/modules/snmp_atm Makefile=20
>   Log:
>   This module was wrongly including header from /usr/include. Give it
>   the correct path to the source headers.
>  =20
>   Revision  Changes    Path
>   1.2       +1 -1      src/usr.sbin/bsnmpd/modules/snmp_atm/Makefile
>=20
It wasn't wrong: during buildworld we first install fresh headers (and
libraries) into a ${WORLDTMP}, then build special versions of compiler
and binutils that pick up things from this location, then build
everything.  You can easily verify this by checking the contents of
the corresponding .depend file (after "make depend" part of "make
buildworld" is done).

It can seem to be wrong when you do standalone compiles though, but
then all you need to do is to install the headers and libraries first.
Think of it: if you have a library that you need to link with, with
the namespace under /usr/lib, your only option when you do standalone
compiles is to rebuild/reinstall this library first.  For headers it
is very much similar.


Cheers,
--=20
Ruslan Ermilov
ru@FreeBSD.org
FreeBSD committer

--k+w/mQv8wyuph6w0
Content-Type: application/pgp-signature
Content-Disposition: inline

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

iD8DBQFCkdFvqRfpzJluFF4RAvLTAJ4kh03+nf6jZSgnTBqOaXCa55HBagCfXkad
8nZBj4Po8Mhv92cFTOy6bAw=
=znsO
-----END PGP SIGNATURE-----

--k+w/mQv8wyuph6w0--



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