Re: devel/fam build failure

2006-08-17 Thread Stanislav Sedov
On Wed, 16 Aug 2006 10:15:28 +0400 Sergey Matveychuk <[EMAIL PROTECTED]> mentioned: > > Does any of them use kqueue(2)? > SGI fam port doesn't use kqueue/kfilter interface because of kqueue impossibilty to monitor files by inode/filename. Therefore it requires to actually open file for reading t

Re: devel/fam build failure

2006-08-16 Thread B Briggs
Mark Ovens wrote: Stanislav Sedov wrote: Try to # pkg_delete -f /var/db/pkg/autoconf* /var/db/pkg/automake* \ /var/db/pkg/libtool* /var/db/pkg/gnu-libtool* Then reinstall port. The installations missed AM_PROG_LIBTOOL because this macros is installed into /usr/local/share/aclocal which

Re: devel/fam build failure

2006-08-16 Thread Stanislav Sedov
On Wed, 16 Aug 2006 06:33:51 -0500 B Briggs <[EMAIL PROTECTED]> mentioned: > I've included errors and lists of packages in another post. Just to let > you know, I changed the Makefile on line 19 BACK to what it was before > it was changed on August 13: > > -USE_AUTOTOOLS= aclocal:19 automake:1

Re: devel/fam build failure

2006-08-16 Thread B Briggs
Stanislav Sedov wrote: --Sig_WbNhFI1NVPDTKUJcczy/9wv Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Tue, 15 Aug 2006 13:55:35 -0500 B Briggs <[EMAIL PROTECTED]> mentioned:r Anyway, I have a question: Why are there two ports here that do the same= =20

Re: devel/fam build failure

2006-08-16 Thread Mark Ovens
Stanislav Sedov wrote: Try to # pkg_delete -f /var/db/pkg/autoconf* /var/db/pkg/automake* \ /var/db/pkg/libtool* /var/db/pkg/gnu-libtool* Then reinstall port. The installations missed AM_PROG_LIBTOOL because this macros is installed into /usr/local/share/aclocal which you removed. So put

Re: devel/fam build failure

2006-08-15 Thread Roman Bogorodskiy
Sergey Matveychuk wrote: > Stanislav Sedov wrote: > > They are merely two different implementations of FAM subsystem: one > > from SGI, another from RedHat. I belive, that SGI's one is sligthly > > faster currently. Also, it covers standard completely contradictory to > > gamin. > > Does any of

Re: devel/fam build failure

2006-08-15 Thread Sergey Matveychuk
Stanislav Sedov wrote: > They are merely two different implementations of FAM subsystem: one > from SGI, another from RedHat. I belive, that SGI's one is sligthly > faster currently. Also, it covers standard completely contradictory to > gamin. Does any of them use kqueue(2)? -- Dixi. Sem. _

Re: devel/fam build failure

2006-08-15 Thread B Briggs
Stanislav Sedov wrote: --Sig_WbNhFI1NVPDTKUJcczy/9wv Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Tue, 15 Aug 2006 13:55:35 -0500 B Briggs <[EMAIL PROTECTED]> mentioned:r Anyway, I have a question: Why are there two ports here that do the same= =20

Re: devel/fam build failure

2006-08-15 Thread B Briggs
Stanislav Sedov wrote: --Sig_WbNhFI1NVPDTKUJcczy/9wv Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On Tue, 15 Aug 2006 13:55:35 -0500 B Briggs <[EMAIL PROTECTED]> mentioned:r Anyway, I have a question: Why are there two ports here that do the same= =20

Re: devel/fam build failure

2006-08-15 Thread Stanislav Sedov
On Tue, 15 Aug 2006 13:55:35 -0500 B Briggs <[EMAIL PROTECTED]> mentioned:r > Anyway, I have a question: Why are there two ports here that do the same > thing? Some of my ports specify fam, some specify gamin, and of course I > have to have the WITH_FAM_SYSTEM var in make.conf to remove conflict

Re: devel/fam build failure

2006-08-15 Thread B Briggs
Mark Ovens wrote: Hi, Trying to update my ports but devel/fam won't build. One of the errors mentions an old version of automake so I've uninstalled *all* versions of automake and autoconf and just reinstalled the latest versions (autoconf259 and automake19) but devel/fam still won't build.

Re: devel/fam build failure

2006-08-15 Thread Stanislav Sedov
On Tue, 15 Aug 2006 18:19:54 +0100 Mark Ovens <[EMAIL PROTECTED]> mentioned: > That didn't fix it. I then renamed /usr/local/share/aclocal and made it > a symlink to aclocal19/ > Don't do it, all external .m4 files get installed into share/aclocal, including libtool. > # cd /usr/local/share >

Re: devel/fam build failure

2006-08-15 Thread Mark Ovens
Stanislav Sedov wrote: On Tue, 15 Aug 2006 17:04:48 +0100 Mark Ovens <[EMAIL PROTECTED]> mentioned: As requested... /usr/ports/devel/fam{150}# pkg_info -W /usr/local/share/aclocal/header.m4 /usr/ports/devel/fam{151}# So this file doesn't belong to any package and should be removed. This sh

Re: devel/fam build failure

2006-08-15 Thread Stanislav Sedov
On Tue, 15 Aug 2006 17:04:48 +0100 Mark Ovens <[EMAIL PROTECTED]> mentioned: > > As requested... > > /usr/ports/devel/fam{150}# pkg_info -W /usr/local/share/aclocal/header.m4 > > /usr/ports/devel/fam{151}# > So this file doesn't belong to any package and should be removed. This should fix buil

Re: devel/fam build failure

2006-08-15 Thread Mark Ovens
Stanislav Sedov wrote: On Tue, 15 Aug 2006 16:20:58 +0100 Mark Ovens <[EMAIL PROTECTED]> mentioned: Hi, Trying to update my ports but devel/fam won't build. One of the errors mentions an old version of automake so I've uninstalled *all* versions of automake and autoconf and just reinstalled

Re: devel/fam build failure

2006-08-15 Thread Stanislav Sedov
On Tue, 15 Aug 2006 16:20:58 +0100 Mark Ovens <[EMAIL PROTECTED]> mentioned: > Hi, > > Trying to update my ports but devel/fam won't build. One of the errors > mentions an old version of automake so I've uninstalled *all* versions > of automake and autoconf and just reinstalled the latest versi