Ok, I need to be more specific. I find ipfs very cool, but I don't like to run software that is not propperly installed. There is already a rfp : https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779893 I have some experience packaging C++ and Python projects, but not golang so far. Before filing an itp, I want to be confident that I don't run into unsolvable problems. So I followed the recipe at : https://people.debian.org/~stapelberg/2015/07/27/dh-make-golang.html dh-make-golang did a nice job. Running 'gbp buildpackage --git-pbuilder' gave errors because cowbuilder is not set up on my system. So I thought it should also work by running debuild directly. But running debuild gave me errors like this: > src/github.com/ipfs/go-ipfs/fuse/mount/fuse.go:10:2: cannot find > package "github > .com/ipfs/go-ipfs/Godeps/_workspace/src/bazil.org/fuse" in any of: > /usr/lib/go/src/github.com/ipfs/go ->ipfs/Godeps/_workspace/src/bazil.org/ >fuse (from $GOROOT)
To me that means that a fuse dependency is not met. So I tried to mitigate by installing golang-bazil-fuse-dev But it didn't fix it. An my question is what do I have to do to satisfy this dependency. Rgds Richard -------- Weitergeleitete Nachricht -------- Von: Richard Ulrich <[email protected]> An: [email protected] Betreff: [pkg-go] dependencies Datum: Fri, 05 Feb 2016 16:52:03 +0100 > Hi, > > I'm new to go and to go packaging. > Just wondering what I have to do, so that installing > golang-bazil-fuse-dev would satisfy the dependency in > https://github.com/ipfs/go-ipfs/tree/master/Godeps/_workspace/src > > Rgds > Richard > > -- > Meine Kontaktdetails sind immer aktuell in der NameCoin blockchain > mit > der Kennung: id/ulrichard > Teile davon sieht man mit folgendem Link: > https://nameid.org/?name=ulrichard > Bitte schicken Sie mir wenn möglich PGP/GPG verschlüsselte > Nachrichten. > _______________________________________________ > Pkg-go-maintainers mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-mainta > iners -- Meine Kontaktdetails sind immer aktuell in der NameCoin blockchain mit der Kennung: id/ulrichard Teile davon sieht man mit folgendem Link: https://nameid.org/?name=ulrichard Bitte schicken Sie mir wenn möglich PGP/GPG verschlüsselte Nachrichten.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pkg-go-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers
