Subject: Re: pkg/36423 (package net/latd fails to compile)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: John Hascall <john@iastate.edu>
List: pkgsrc-bugs
Date: 06/04/2007 22:40:04
The following reply was made to PR pkg/36423; it has been noted by GNATS.
From: John Hascall <john@iastate.edu>
To: gnats-bugs@NetBSD.org
Cc: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
pkgsrc-bugs@NetBSD.org, john@iastate.edu
Subject: Re: pkg/36423 (package net/latd fails to compile)
Date: Mon, 04 Jun 2007 17:39:12 CDT
> The following reply was made to PR pkg/36423; it has been noted by GNATS.
>
> From: Thomas Klausner <wiz@NetBSD.org>
> To: John Hascall <john@iastate.edu>
> Cc: gnats-bugs@NetBSD.org
> Subject: Re: pkg/36423 (package net/latd fails to compile)
> Date: Tue, 5 Jun 2007 00:17:46 +0200
>
> On Mon, Jun 04, 2007 at 09:31:15AM -0500, John Hascall wrote:
> > Even though I just refreshed the pkgsrc from CVS this morning
> > I see no sign of a patches/patch-ag
> >
> > # pwd
> > /usr/pkgsrc/net/latd
> > # CVSROOT=anoncvs@anoncvs.NetBSD.org:/cvsroot ; export CVSROOT
> > # CVS_RSH=ssh ; export CVS_RSH
> > # cvs update
> > ? work
> > cvs update: Updating .
> > cvs update: Updating patches
> > # ls -l patches
> > total 28
> > drwxr-xr-x 2 234 125 512 Jan 2 05:15 CVS
> > -rw-r--r-- 1 234 125 314 Oct 21 2003 patch-aa
> > -rw-r--r-- 1 234 125 760 Mar 13 2006 patch-ab
> > -rw-r--r-- 1 234 125 850 Oct 21 2003 patch-ac
> > -rw-r--r-- 1 234 125 517 Oct 21 2003 patch-ad
> > -rw-r--r-- 1 234 125 376 Mar 13 2006 patch-ae
> > -rw-r--r-- 1 234 125 303 Mar 13 2006 patch-af
>
> You must be on a branch.
> Try 'cvs update -A' instead.
I can't conceive of how I would have gotten on a branch
as the only CVS commands I've ever used are:
CVSROOT=anoncvs@anoncvs.NetBSD.org:/cvsroot ; export CVSROOT
CVS_RSH=ssh ; export CVS_RSH
cd /usr
cvs -q checkout -P pkgsrc
and:
cvs update
but that seems to have brought down 'patch-ag'.
> > BTW, if you grab the newest version (1.25) of latd from the source
> > and do "./configure --prefix /usr/pkg && make" I found that it
> > builds cleanly on NetBSD and fixes a number of important bugs
> > (including one which was causing the version in pkgsrc (1.18)
> > to dump core).
>
> Ah. Perhaps you can provide an update for the package?
> Thomas
I'm not unwilling, but
a) I have no idea how to do that, and
b) the only possible platform I could test it on is i386.
John