File docker-9456a25.tar.gz uploaded to lookaside cache by lsm5

2015-02-14 Thread Lokesh Mandvekar
A file has been added to the lookaside cache for docker-io:

6efd43af732ca5baf6d26c53c3dae9db  docker-9456a25.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] NVR: docker-io-1.5.0-4.git9456a25

2015-02-14 Thread Lokesh Mandvekar
commit 604928841e491a9150b3d006cad094d1acedea80
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Sat Feb 14 18:10:08 2015 +0100

NVR: docker-io-1.5.0-4.git9456a25

Signed-off-by: Lokesh Mandvekar l...@fedoraproject.org

 docker-io.spec |7 +--
 sources|2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 3cc2fc9..70ade00 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -11,14 +11,14 @@
 
 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
 
-%global commit 802802b7812b7c73aefec4e922cad82f8dcddd4c
+%global commit 9456a2541462c3cbf8afca8e14f3102887566dd7
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 %global tar_import_path code.google.com/p/go/src/pkg/archive/tar
 
 Name:   %{repo}-io
 Version:   1.5.0
-Release:   3.git%{shortcommit}%{?dist}
+Release:   4.git%{shortcommit}%{?dist}
 Summary:Automates deployment of containerized applications
 License:ASL 2.0
 URL:http://www.docker.com
@@ -268,6 +268,9 @@ exit 0
 %{_datadir}/zsh/site-functions/_docker
 
 %changelog
+* Sat Feb 14 2015 Lokesh Mandvekar l...@fedoraproject.org - 
1.5.0-4.git9456a25
+- built commit#9456a25
+
 * Thu Feb 12 2015 Lokesh Mandvekar l...@fedoraproject.org - 
1.5.0-3.git802802b
 - built commit#802802b
 
diff --git a/sources b/sources
index fb3b3de..b532813 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e97b29a981b78d5ec6ad023ba640e09  docker-802802b.tar.gz
+6efd43af732ca5baf6d26c53c3dae9db  docker-9456a25.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192721] New: Fix debugging - fix runtime-gdb.py

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192721

Bug ID: 1192721
   Summary: Fix debugging - fix runtime-gdb.py
   Product: Fedora
   Version: rawhide
 Component: golang
  Assignee: vba...@redhat.com
  Reporter: jan.kratoch...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: admil...@redhat.com, golang@lists.fedoraproject.org,
lemen...@gmail.com, l...@redhat.com,
ren...@woralelandia.com, s...@shk.io, vba...@redhat.com



Created attachment 991759
  -- https://bugzilla.redhat.com/attachment.cgi?id=991759action=edit
Fedora packaging + runtime-gdb.py fix

Description of problem:
Currently golang GDB support script is not loaded at all.  Load it and fix its
obsolete parts.

Version-Release number of selected component (if applicable):
golang-1.4.1-1.fc22.x86_64

How reproducible:
Always.

Steps to Reproduce:
$ gdb golang-produced binary
(gdb) start
(gdb) info goroutines 
(gdb) goroutine 4 bt

Actual results:
Undefined info command: goroutines.  Try help info.

Expected results:
Loading Go Runtime support.
(gdb) start
[...]
(gdb) info goroutines 
* 1 running  fname=runtime.switchtoM faddr=0x437a60 g=0xc208000120 
  2 runnable fname=runtime.forcegchelper faddr=0x412010 g=0xc208000480 
  3 runnable fname=runtime.bgsweep faddr=0x40dcd0 g=0xc2080005a0 
  4 runnable fname=runtime.runfinq faddr=0x40d3f0 g=0xc2080006c0 
(gdb) goroutine 4 bt
#0  runtime.runfinq () at /usr/lib/golang/src/runtime/malloc.go:712
#1  0x00439ca1 in runtime.goexit () at
/usr/lib/golang/src/runtime/asm_amd64.s:2232
#2  0x in ?? ()

Additional info:
Probably some interfaces pretty printer there also needs to be fixed.
Backtraces need to be fixed etc.
https://sourceware.org/gdb/wiki/GoDebugging

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192743] etcd 2.0 /etc/etcd/etcd.conf file is invalid.

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192743



--- Comment #1 from Timothy St. Clair tstcl...@redhat.com ---
Master guide lists params: 

https://github.com/coreos/etcd/blob/master/Documentation/clustering.md

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192742] New: Fix DWARF for variable references

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192742

Bug ID: 1192742
   Summary: Fix DWARF for variable references
   Product: Fedora
   Version: rawhide
 Component: golang
  Assignee: vba...@redhat.com
  Reporter: jan.kratoch...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: admil...@redhat.com, golang@lists.fedoraproject.org,
lemen...@gmail.com, l...@redhat.com,
ren...@woralelandia.com, s...@shk.io, vba...@redhat.com



Created attachment 991800
  -- https://bugzilla.redhat.com/attachment.cgi?id=991800action=edit
A bit hacky fix

Description of problem:
https://sourceware.org/gdb/wiki/GoDebugging#golang_Wrong_DW_TAG_variable
golang provides name variable names and the DWARF interface uses one more
pointer than in the source.

Version-Release number of selected component (if applicable):
golang-1.4.1-1.fc22.x86_64

How reproducible:
Always.

Steps to Reproduce:
---
package main
func main () {
  var i int
  ip:=i
  ipp:=ip
  go func() {
  **ipp++
  }()
}
---

Actual results:
(gdb) b 8
(gdb) r
(gdb) p i
No symbol i in current context.
(gdb) p i
No symbol i in current context.
(gdb) p 'i'
Invalid character constant.
(gdb) p ' i'
$1 = (int *) 0xc20800a080
(gdb) p *' i'
$2 = 0
(gdb) p ' ip'
$3 = (int **) 0xc20803a000
(gdb) p *' ip'
$4 = (int *) 0xc20800a080
(gdb) p **' ip'
$5 = 0
(gdb) p ' ipp'
$6 = (int ***) 0xc20803a008
(gdb) p *' ipp'
$7 = (int **) 0xc20803a000
(gdb) p **' ipp'
$8 = (int *) 0xc20800a080
(gdb) p ***' ipp'
$9 = 0

Expected results:
(gdb) b 8
(gdb) r
(gdb) p i
$1 = (int ) @0xc20800a080: 0
(gdb) p ip
$2 = (int *) @0xc20803a000: 0xc20800a080
(gdb) p *ip
$3 = 0
(gdb) p ipp
$4 = (int **) @0xc20803a008: 0xc20803a000
(gdb) p *ipp
$5 = (int *) 0xc20800a080
(gdb) p **ipp
$6 = 0
(gdb) whatis i
type = int 
(gdb) whatis ip
type = int *
(gdb) whatis ipp
type = int **

Additional info:
But you said golang upstream is writing some new linker so maybe this hack is
not much relevant for upstream.  DW_AT_name of the reference types is IMO
incorrect but I do not think it matters much for GDB; for 'ipp' with this patch
there is:
fe78   DW_AT_name: (***int)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192743] etcd 2.0 /etc/etcd/etcd.conf file is invalid.

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192743

Timothy St. Clair tstcl...@redhat.com changed:

   What|Removed |Added

   Priority|unspecified |high
 CC||rr...@redhat.com



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1191438] docker-io-1.5.0 is available

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1191438

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System upda...@fedoraproject.org ---
Package docker-io-1.5.0-1.fc21:
* should fix your issue,
* was pushed to the Fedora 21 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing docker-io-1.5.0-1.fc21'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-1992/docker-io-1.5.0-1.fc21
then log in and leave karma (feedback).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


Broken dependencies: golang-github-fsouza-go-dockerclient

2015-02-14 Thread buildsys


golang-github-fsouza-go-dockerclient has broken dependencies in the rawhide 
tree:
On x86_64:

golang-github-fsouza-go-dockerclient-devel-0.2.1-4.git0758f40.fc22.x86_64 
requires golang(github.com/docker/docker/pkg/fileutils)

golang-github-fsouza-go-dockerclient-devel-0.2.1-4.git0758f40.fc22.x86_64 
requires golang(github.com/docker/docker/pkg/archive)
Please resolve this as soon as possible.


___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1192652] Incorrect Provides in spec file

2015-02-14 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1192652

Jan Chaloupka jchal...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #1 from Jan Chaloupka jchal...@redhat.com ---
Hi Brennan,

thanks for the report. Fedora now contains about 100 devel packages with golang
source codes. Some projects move their repositories or change import paths so
it is very easy to provide wrong import paths or remove provides other packages
[Build]Requires.

If you find another wrong provide or something else wrong with any spec, you
are welcome to fill a bug :) Or you can just email me.

Thanks and happy golanging.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang