tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: How do I get go-pkg package dependencies right?



Yes, I did
commit 374f43ba

https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commit;h=374f43ba2a9186b4af39c468f2154bac491a92ed
>
>
>
> czw., 4 kwi 2019 o 17:25 Benny Siegert <bsiegert%gmail.com@localhost> napisał(a):
> >
> > Did you commit your non-working packages into wip? I'd like to have a
> > look at them.
> >
> > On Thu, Apr 4, 2019 at 3:47 PM Krzysztof Lasocki <nzkiwi.5000%gmail.com@localhost> wrote:
> > >
> > > Hello,
> > > I'm porting ArduinoBuilder to pkgsrc as wip/arduino-builder.
> > > It depends on several Go packages, I'm making a separate pkgsrc
> > > package for each of them not yet in the tree.
> > > One of those is wip/go-properties-map, which in turn depends on
> > > wip/go-paths-helper
> > >
> > > Both packages fetch sources fine, but go-properties-map can't build
> > > due to the compiler not being able to find the go-paths-helper source
> > > (which fetches and builds OK when building go-properties-map)
> > >
> > > The error is:
> > >
> > > ===> Building for go-properties-map-ad37f0cfeff29fadeabe6b2f7f852d8db1fb5c41
> > > work/src/github.com/arduino/go-properties-map/objects.go:33:2: cannot
> > > find package "github.com/arduino/go-paths-helper" in any of:
> > >         /usr/pkg/go111/src/github.com/arduino/go-paths-helper (from $GOROOT)
> > >         /usr/pkgsrc/wip/go-properties-map/work/src/github.com/arduino/go-paths-helper
> > > (from $GOPATH)
> > >         /usr/pkgsrc/wip/go-properties-map/work/.buildlink/gopkg/src/github.com/arduino/go-paths-helper
> > > *** Error code 1
> > >
> > > None of those paths exist: work/src/github.com/arduino contains only
> > > go-properties-map/ as if blk3 from go-paths-helper (adapted from other
> > > go packages) does not copy the right files in the right place
> > > and work/.buildlink/ contains only include/, bin/ and lib/
> > >
> > > So my question is: Why is this package unable to find its
> > > dependencies? What do I need to change to get go-properties-map
> > > building?
> > >
> > > --
> > > Ala ma bota.
> >
> >
> >
> > --
> > Benny
>
>
>
> --
> Ala ma bota.



-- 
Ala ma bota.


Home | Main Index | Thread Index | Old Index