pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/52644: 'go build' command fails with 'undefined' variable error.
The following reply was made to PR pkg/52644; it has been noted by GNATS.
From: Utkarsh Anand <uanand009%gmail.com@localhost>
To: Christos Zoulas <christos%zoulas.com@localhost>
Cc: gnats-bugs%netbsd.org@localhost, Benny Siegert <bsiegert%netbsd.org@localhost>, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/52644: 'go build' command fails with 'undefined' variable error.
Date: Sun, 29 Oct 2017 21:14:23 +0530
Go wants them in $GOPATH and that's all it wants with the location of the files.
Secondly, on that build, git was uninstallable because of (perl, i
think) dependency
issues. I don't exactly remember but I think I installed go from
pkgsrc but it didn't
install git automatically and when I tried to do so, it said go
depends on a lower
version of perl that it installed (and there were other such dependent packages
as well) but git wanted the newer one.
Regards,
Utkarsh Anand
On 29 October 2017 at 20:30, Christos Zoulas <christos%zoulas.com@localhost> wrote:
> On Oct 29, 12:05pm, uanand009%gmail.com@localhost (Utkarsh Anand) wrote:
> -- Subject: Re: pkg/52644: 'go build' command fails with 'undefined' variable
>
> They easiest way to get this going is to put things where go wants them
> I.e. build and install the go package from pkgsrc and then create a go
> tree in your home directory: $HOME/go/src/github.com/google/syzkaller
>
> christos
Home |
Main Index |
Thread Index |
Old Index