[pkg-go] Bug#836388: Bug#836388: When cache is present, job run from incorrect working directory

2016-09-05 Thread Dmitry Smirnov
On Saturday, 3 September 2016 6:43:05 AM AEST Sam Hartman wrote:
> ...but I'm really
> frustrated when I am told to "discuss with upstream."

Too bad. Debian bug tracker is not a substitute to upstream one.
If you had a chance to check upstream bug reports there are chances you could 
have found more information about the problem from existing bug reports...

Of course it make sense to check Debian bug tracker first.


> We, Debian, have
> agreed to provide a coherent operating system that works together.
> Part of what we sign up to do when we agree to maintain packages is to
> do a fair bit of upstream coordination.

Debian is mostly an integration project. We do not do (much) upstream 
development here. Therefore if your problem is about upstream features/
functionality then the right place to discuss it is at the upstream bug 
tracker.

Also you can avoid delays and reduce maintenance burden by discussing the 
matter with upstream who have more expertise and more users who might be 
experiencing the same problem.

> I don't know where the upstream bug tracker is.  I don't have an account
> there.

  https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/issues

You do not need an account to check existing bug reports.


> I don't wish to get an account there.

Fair enough.


> I don't wish to evaluate whether
> Debian has applied patches that matter in this space.

To some extent this problem exists even on pristine latest release as 
upstream not always indicates which version fixes the problem...


> But the agreement we make to our users is that we provide a single
> consistent interface for them to report bugs.

I've never blamed you for opening a bug. What are you complaining about?


> If you don't have the skills to work on this issue it's entirely
> reasonable to forward it upstream.

Which takes time. Besides forwarding bugs is not an effortless thing. One 
have to validate the problem and clearly describe it with reproducer. It 
could be that I'm just too tired (or don't have enough experience) but from 
your bug report I could not understand the problem nor to find out clear 
reproducer or get what desirable behaviour would be... It might take weeks 
before I'll be able to get to this problem and the situation is such that you 
are more likely to find help upstream. gitlab-ci-multi-runner is still a 
young package so you'd be lucky to get help from another Debian user.


> It's also greatly appreciated that you let me know that if I want a
> faster response I  might want to deal with upstream directly.

Sorry for not being able to be more helpful with this problem...

-- 
Best wishes,
 Dmitry Smirnov.

---

There is no society in human history that ever suffered because its people
became too reasonable.
-- Sam Harris


signature.asc
Description: This is a digitally signed message part.
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b-1_amd64.changes is NEW

2016-09-05 Thread Debian FTP Masters
binary:golang-github-googleapis-gax-go-dev is NEW.
source:golang-github-googleapis-gax-go is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Processing of golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b-1_amd64.changes

2016-09-05 Thread Debian FTP Masters
golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b-1_amd64.changes 
uploaded successfully to localhost
along with the files:
  golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b-1.dsc
  golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b.orig.tar.xz
  golang-github-googleapis-gax-go_0.0~git20160714.0.8b0741b-1.debian.tar.xz
  golang-github-googleapis-gax-go-dev_0.0~git20160714.0.8b0741b-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#836808: ITP: golang-github-googleapis-gax-go -- Google API Extensions for Go

2016-09-05 Thread Potter, Tim (HPE Linux Support)
Package: wnpp
Severity: wishlist
Owner: Tim Potter 
X-Debbugs-CC: debian-de...@lists.debian.org, 
pkg-go-maintainers@lists.alioth.debian.org

* Package name: golang-github-googleapis-gax-go
  Version : 0.0~git20160714.0.8b0741b-1
  Upstream Author : Google APIs
* URL : https://github.com/googleapis/gax-go
* License : BSD-3-clause
  Programming Lang: Go
  Description : Google API Extensions for Go

 Google API Extensions for Go (gax-go) is a set of modules which aids
 the development of APIs for clients and servers based on gRPC and Google
 API conventions.


signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Bug#836805: gobgp: FTBFS (i386): undefined: syscall.SYS_SETSOCKOPT

2016-09-05 Thread Aaron M. Ucko
Source: gobgp
Version: 1.10-1
Severity: important
Justification: fails to build from source

The i386 build of gobgp failed:

  # github.com/osrg/gobgp/server
  src/github.com/osrg/gobgp/server/sockopt.go:66: undefined: 
syscall.SYS_SETSOCKOPT
  src/github.com/osrg/gobgp/server/sockopt_linux.go:95: undefined: 
syscall.SYS_SETSOCKOPT

AFAICT, this error stems from the fact that early Linux architectures such
as i386 historically multiplexed setsockopt and several other functions
through a special "socketcall" syscall.  i386 did eventually develop a
dedicated setsockopt syscall (number 366), but zsysnum_linux_386.go
doesn't (yet) reflect that, and I don't know what the runtime portability
considerations of using it would be anyway.  Instead, I'd recommend using
the predefined syscall.setsockopt wrapper.

Could you please take a look?

Thanks!

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] golang-github-coreos-go-systemd 10-2 MIGRATED to testing

2016-09-05 Thread Debian testing watch
FYI: The status of the golang-github-coreos-go-systemd source package
in Debian's testing distribution has changed.

  Previous version: 10-1
  Current version:  10-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] gobgp_1.10-1_amd64.changes ACCEPTED into unstable, unstable

2016-09-05 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 02 Sep 2016 14:06:23 +0200
Source: gobgp
Binary: gobgpd golang-github-osrg-gobgp-dev
Architecture: source amd64 all
Version: 1.10-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 

Changed-By: Vincent Bernat 
Description:
 gobgpd - BGP implemented in Go (daemon and client)
 golang-github-osrg-gobgp-dev - BGP implemented in Go (source)
Closes: 825183
Changes:
 gobgp (1.10-1) unstable; urgency=medium
 .
   * Initial release (Closes: #825183)
Checksums-Sha1:
 76aa0603fa525af62493fe2592c3f29634088d7f 2606 gobgp_1.10-1.dsc
 6b8386641b341a92bd7b4d2e86305d0d245728ab 575299 gobgp_1.10.orig.tar.gz
 0d84e8b70da4265c49953088733da784238b5435 2676 gobgp_1.10-1.debian.tar.xz
 ebee9a654ba50f513996a3396047b43f4bf61a1b 2710794 gobgpd-dbgsym_1.10-1_amd64.deb
 ba61833d351a8925c07b8fdec7ca4e4d90671ca2 5300506 gobgpd_1.10-1_amd64.deb
 bd3d98c6ea5954e9f0cf096a5701eee50f33b64b 200322 
golang-github-osrg-gobgp-dev_1.10-1_all.deb
Checksums-Sha256:
 9badbeda345fe77a070d5c2a227385d075eb9491ac20617827daa063e17e2ea7 2606 
gobgp_1.10-1.dsc
 dfb4b7748a91c3a3a65ae4136f721218b2935ca849012f19a80771e85117ab8b 575299 
gobgp_1.10.orig.tar.gz
 49048faaeb16e5b81e6cf3e13b4b2964c69c02ce967ede56fa1b173f2c95 2676 
gobgp_1.10-1.debian.tar.xz
 be3627d70df00cba593329ae8106c7b33e8785cbe6f09c1bbcc79fd4e48bda4f 2710794 
gobgpd-dbgsym_1.10-1_amd64.deb
 1839d4e76694df1b07dbae291509b9acb964b9582a2da0cba772ec60dabbba3c 5300506 
gobgpd_1.10-1_amd64.deb
 31de34c68b454ba9e7f94fbcd62c6b3a331f8ca59154769c18961a0d9303811f 200322 
golang-github-osrg-gobgp-dev_1.10-1_all.deb
Files:
 faead0ae13180af8b111e495967c5527 2606 devel extra gobgp_1.10-1.dsc
 b56607324a6f6fbbee5058ce70f6b2c3 575299 devel extra gobgp_1.10.orig.tar.gz
 d3ae847a86e552262b4414d5129db87f 2676 devel extra gobgp_1.10-1.debian.tar.xz
 579e5cdc8d7ff845fd4d85ae83e4b471 2710794 debug extra 
gobgpd-dbgsym_1.10-1_amd64.deb
 4512777aac4199fd72fd3e414aa995ad 5300506 devel extra gobgpd_1.10-1_amd64.deb
 f072fd768114dde88cab36e93602a307 200322 devel extra 
golang-github-osrg-gobgp-dev_1.10-1_all.deb

-BEGIN PGP SIGNATURE-

iQIvBAEBCAAZBQJXyWwREhxiZXJuYXRAZGViaWFuLm9yZwAKCRCVpC/oNTUl+SzD
D/42XymwYPMQKg18lBuNSgi8NNzz2BEKzPioPbcAk7G9Sczrp/rRoABV8Kl+sY8N
aG+jJB0NPX1TLHoHndcwuF/rlfYeWOCoy5YOJPfl0qzffJ+jmi+RzZP47dJglNcM
74hxRSgPYjokxZufEcy9mIEOwbKZRz7yYt3oppOgHQ5VcSiwdEWkUCwe2vluR4wZ
xA8CVqiqetobbZRkXVvFlIcIS1POpDc35+Sjb3VYx514swGxjbNN8kksLn7vsILk
grxNjZMsXaOeXk99/tSsG0JmE2XHfc9z0juCWqJ1zsvhBzbiwCFq/trmjvlojv6u
jKocgOnSBZI35N8TfYzE7UxHY/H8MbQuqBdO7oQONpoq+8t36lccZYy7SdRk2FjD
QOFpXxW44v1SEpQAw5zB4Vp2ng3xLJR1Vj6meiJjuOEZGN2f/gZoitj3JYIMNWi8
iiTq6GSaOgGc4AqVl6l1CxlKknkOTdM/bezB5B76A8uRv4fSW0qbunDb3OCPmF7C
CTX0zP7+Zmo/4JfLh0viwikAxXd04Kj8+HDAr0Dpo/FSUCGai3J+1XPay2711v8b
aByI0ldy1ZMYDIyFaGejK2UCFlRoM7bzhvE2I8w4ssF7ItziAUz4sUNJaLaHvfDA
bi9F+zdKlVvpUdY4j4Eld5YIOZ78JML/X51nYYI+E+t2Ag==
=i5V8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers


[pkg-go] Bug#835698: Bug#835698: golang-x-text: FTBFS: dh_auto_test: go test -v -p 1 golang.org/x/text golang.org/x/text/cases golang.org/x/text/collate golang.org/x/text/collate/build golang.org/x/te

2016-09-05 Thread Potter, Tim (HPE Linux Support)
This was fixed by a recent upload of version 0.0~git20160816.0.d69c40b-1 but 
this bug
wasn't closed in d/changelog.


Tim.

On 28 Aug 2016, at 8:24 PM, Lucas Nussbaum  wrote:
> 
> Source: golang-x-text
> Version: 0.0~git20160606.0.a4d77b4-1
> Severity: serious
> Tags: stretch sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20160828 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.

[...]



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

[pkg-go] Processed: your mail

2016-09-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 835698 0.0~git20160816.0.d69c40b-1
Bug #835698 [src:golang-x-text] golang-x-text: FTBFS: dh_auto_test: go test -v 
-p 1 golang.org/x/text golang.org/x/text/cases golang.org/x/text/collate 
golang.org/x/text/collate/build golang.org/x/text/collate/colltab 
golang.org/x/text/currency golang.org/x/text/encoding 
golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex 
golang.org/x/text/encoding/ianaindex golang.org/x/text/encoding/internal 
golang.org/x/text/encoding/internal/identifier 
golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean 
golang.org/x/text/encoding/simplifiedchinese 
golang.org/x/text/encoding/traditionalchinese 
golang.org/x/text/encoding/unicode golang.org/x/text/internal 
golang.org/x/text/internal/colltab golang.org/x/text/internal/format 
golang.org/x/text/internal/format/plural golang.org/x/text/internal/gen 
golang.org/x/text/internal/number golang.org/x/text/internal/stringset 
golang.org/x/text/internal/tag golang.org/x/text/internal/testtext 
golang.org/x/text/internal/trieg
 en golang.org/x/text/internal/ucd golang.org/x/text/internal/utf8internal 
golang.org/x/text/language golang.org/x/text/language/display 
golang.org/x/text/message golang.org/x/text/runes golang.org/x/text/search 
golang.org/x/text/secure golang.org/x/text/secure/bidirule 
golang.org/x/text/secure/precis golang.org/x/text/transform 
golang.org/x/text/unicode golang.org/x/text/unicode/bidi 
golang.org/x/text/unicode/cldr golang.org/x/text/unicode/norm 
golang.org/x/text/unicode/rangetable golang.org/x/text/width returned exit code 
1
Marked as fixed in versions golang-x-text/0.0~git20160816.0.d69c40b-1.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
835698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
Pkg-go-maintainers mailing list
Pkg-go-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers