Subject: Re: how long does it take to build the ports search index?
To: Bsd Neophyte <bsdneophyte@yahoo.com>
From: Lubomir Sedlacik <salo@Xtrmntr.org>
List: netbsd-help
Date: 04/07/2003 02:28:17
--tuFXEhzhBeitrIAu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

hi,

On Sun, Apr 06, 2003 at 05:12:13PM -0700, Bsd Neophyte wrote:
> i was looking for any sort of stfp port... so i ran the following
> command:

port in NetBSD terminology means port to a different hardware
architecture.  i presume you are not talking about any hardware here so
the correct term is package.

> make search name=3Dstfp
>=20
> and it came up with: Generating INDEX - please wait..
>=20
> now... i left to go someplace and i came back a few hours later... and
> this thing is STILL running.  i doubt it takes this long, even on an
> older sparc20.
>=20
> so what is the problem here?

it's known issue that the INDEX generating process is slow and it could
last for several hours, even days.

what you might want to do is as simple as:

 $ cd pkgsrc
 $ grep -i stfp */Makefile

which is really quick. althought in this case returns no matches, so you
can try:

 $ grep -i stfp */*/PLIST*

which will take a bit longer but without any matches again, that means
there is most likely no package for stfp.  i must admit that i have no
idea what stfp is supposed to be.


regards,

--=20
-- Lubomir Sedlacik <salo@Xtrmntr.org>                   --
--                  <salo@silcnet.org>                   --

--tuFXEhzhBeitrIAu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (NetBSD)

iD8DBQE+kMYhiwjDDlS8cmMRAlSkAJ9mhOg5F8rmDfScVYv5hL3EaRQ0rwCeLg16
rEIoLCdtLBNC9irzEtXuUk8=
=coPP
-----END PGP SIGNATURE-----

--tuFXEhzhBeitrIAu--