Date: Mon, 3 Jul 2006 09:11:25 +0000 From: Roman Bogorodskiy <novel@freebsd.org> To: Hannes Hauswedell <hannes.hauswedell@gmail.com> Cc: FreeBSD-Ports@freebsd.org Subject: Re: ports/99653: New Port: sysutils/kports (error in the last one) Message-ID: <20060703091125.GB629@underworld.novel.ru> In-Reply-To: <200607022328.10500.hannes.hauswedell@gmail.com> References: <200607021853.k62Ir5tA003248@freefall.freebsd.org> <200607022328.10500.hannes.hauswedell@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--7JfCtLOvnd9MIVvH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hannes Hauswedell wrote: > i have problems figuering out the problem, though (this is my first port)= =2E i=20 > followed the "porters handbook"'s directions and everything looked fine o= ver=20 > here.... Everybody sometimes does something for the first time. And it's very good you started doing your first port with reading of a documentation. :) > what does "Fatal error: filesystem was touched prior to 'make install' ph= ase"=20 > mean? where exactly did the build process touch something outside the wor= k=20 > directory? how can i repeat this error on my computer, what do you use to= =20 > check for this behaviour? "filesystem was touched prior to 'make install' phase" means that your port did something with filesystem (e.g. installed some files) during build stage. Actually, port should not install files or perform any actions modifying the filesystem during build stage. Files should be installed only by 'make install'. You could check this with a help of tinderbox (misc/tinderbox). Roman Bogorodskiy --7JfCtLOvnd9MIVvH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iQCVAwUBRKjfPYB0WzgdqspGAQLtJQQAnSx6yQeXtsCz2EjpFcPYPjsCh3Js8HaP NLleUoDeJzVXD+/uzWJ2if3wgbo7HJeJHm4br7fdnO/hTj+IvgPiXdv6Z+nWIcFG QQvielqu3m0ZM67eRy8JBklSTMJexfw0U86WYeTzbNv5nHy7RQgz9gvBzMJzeHN3 qgKOn1YqS0M= =johl -----END PGP SIGNATURE----- --7JfCtLOvnd9MIVvH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060703091125.GB629>