https://bugzilla.redhat.com/show_bug.cgi?id=1086429
Bug ID: 1086429
Summary: Update to latest version (needed for docker-io 0.10.0)
Product: Fedora
Version: rawhide
Component: golang-github-coreos-go-systemd
Assignee: lsm5(a)redhat.com
Reporter: bobby(a)laptop.org
QA Contact: extras-qa(a)fedoraproject.org
CC: golang(a)lists.fedoraproject.org, lsm5(a)redhat.com
Description of problem:
A newer version is needed for the new docker. I've attached a patch that
updates things.
Version-Release number of selected component (if applicable):
How reproducible:
N/A
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1087621
Bug ID: 1087621
Summary: while mock building on fc21.i686 "unexpected GOT reloc
for non-dynamic symbol"
Product: Fedora
Version: rawhide
Component: golang
Assignee: adam(a)spicenitz.org
Reporter: vbatts(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: adam(a)spicenitz.org, admiller(a)redhat.com,
golang(a)lists.fedoraproject.org, lemenkov(a)gmail.com,
lsm5(a)redhat.com, renich(a)woralelandia.com,
skottler(a)redhat.com, vbatts(a)redhat.com
Description of problem:
../misc/cgo/test fails with "unexpected GOT reloc for non-dynamic symbol" in
mock on fc21.i686
Version-Release number of selected component (if applicable):
golang-1.2.1-5.fc21.src.rpm
glibc-2.19.90-10.fc21.x86_64
How reproducible:
consistent
Steps to Reproduce:
1. fepdkg clone --anonymous golang && cd golang
2. setarch i386 fedpkg mockbuild
3.
Actual results:
? unsafe [no test files]
# GOMAXPROCS=2 runtime -cpu=1,2,4
real 0m48.556s
user 1m36.485s
sys 0m10.826s
ok runtime 23.881s
# sync -cpu=10
ok sync 0.030s
# ../misc/cgo/stdio
# ../misc/cgo/life
# ../misc/cgo/test
PASS
ok _/builddir/build/BUILD/go/misc/cgo/test 1.127s
# testmain
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_goCallback
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_goFoo
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_goStackCheck
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_Add
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_ReturnIntLong
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_BackIntoGo
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_BackgroundSleep
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportbyte
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportbool
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportrune
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exporterror
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportint
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportuint
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportuintptr
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportint8
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportuint8
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportint16
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportuint16
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportint32
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportuint32
_/builddir/build/BUILD/go/misc/cgo/test(.text): unexpected GOT reloc for
non-dynamic symbol _cgoexp_9a470ea86cc6_exportint64
too many errors
FAIL _/builddir/build/BUILD/go/misc/cgo/test [build failed]
error: Bad exit status from /var/tmp/rpm-tmp.VdjVKn (%check)
RPM build errors:
bogus date in %changelog: Fri Apr 10 2014 Vincent Batts <vbatts(a)redhat.com>
1.2.1-5
bogus date in %changelog: Thu Apr 09 2014 Vincent Batts
<vbatts(a)fedoraproject.org> 1.2.1-4
Bad exit status from /var/tmp/rpm-tmp.VdjVKn (%check)
Child return code was: 1
EXCEPTION: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps
builddir/build/SPECS/golang.spec']
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line
70, in trace
result = func(*args, **kw)
File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 376, in do
raise mockbuild.exception.Error, ("Command failed. See logs for output.\n #
%s" % (command,), child.returncode)
Error: Command failed. See logs for output.
# ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps
builddir/build/SPECS/golang.spec']
LEAVE do --> EXCEPTION RAISED
Expected results:
successful build
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1087741
Bug ID: 1087741
Summary: signals 1, 17 and 27 not passed to container using
docker attach --sig-proxy
Product: Fedora
Version: 20
Component: docker-io
Assignee: lsm5(a)redhat.com
Reporter: ldoktor(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, golang(a)lists.fedoraproject.org,
lsm5(a)redhat.com, mattdm(a)redhat.com,
mgoldman(a)redhat.com, skottler(a)redhat.com,
vbatts(a)redhat.com
Description of problem:
When I send signals 1, 17, 27 to the `docker attach` process, which is running
with --sig-proxy=true, it's not forwarded. Other signals are...
Version-Release number of selected component (if applicable):
docker-io-0.9.1-1.fc21.x86_64
How reproducible:
always
Steps to Reproduce:
1. docker -D run --detach=true --tty=false --sig-proxy=true --name test_BnHj
localhost:5000/ldoktor/fedora:latest bash -c 'echo "STARTED"; for NUM in `seq 1
64`; do trap "echo Received $NUM, ignoring..." $NUM; done; while :; do sleep 1;
done'
2. docker -D attach --sig-proxy=true test_BnHj
3. ps ax |grep docker
4. kill -1 $PID
Actual results:
(nothing)
Expected results:
Received 1, ignoring...
Additional info:
When you send any other signal (apart from 19, 9 and the mentioned ones) it
works fine.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1092057
Peter Lemenkov <lemenkov(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |golang(a)lists.fedoraproject.
| |org, lemenkov(a)gmail.com
--
You are receiving this mail because:
You are on the CC list for the bug.
golang-github-smarterclayton-go-systemd has broken dependencies in the rawhide tree:
On x86_64:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
On i386:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
On armhfp:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
Please resolve this as soon as possible.
golang-github-smarterclayton-go-systemd has broken dependencies in the rawhide tree:
On x86_64:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
On i386:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
On armhfp:
golang-github-smarterclayton-go-systemd-devel-0-0.4.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus)
Please resolve this as soon as possible.