https://bugzilla.redhat.com/show_bug.cgi?id=1195328
Bug ID: 1195328 Summary: docker master branch build fails on rawhide and f21 Product: Fedora Version: rawhide Component: docker-io Assignee: lsm5@redhat.com Reporter: lsm5@redhat.com QA Contact: extras-qa@fedoraproject.org CC: adimania@gmail.com, admiller@redhat.com, golang@lists.fedoraproject.org, hushan.jia@gmail.com, jchaloup@redhat.com, jperrin@centos.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, miminar@redhat.com, s@shk.io, thrcka@redhat.com, vbatts@redhat.com
Description of problem:
On rawhide and f21, I see this with the latest commit on master (7d2188f9955d3f2002ff8c2e566ef84121de5217) ... haven't yet tracked down where exactly this got introduced. 1.5.0 release builds just fine though.
---> Making bundle: dynbinary (in bundles/1.5.0-dev/dynbinary) Created binary: /home/lsm5/repositories/github.com/docker/docker/bundles/1.5.0-dev/dynbinary/dockerinit-1.5.0-dev # _/home/lsm5/repositories/github.com/docker/docker/docker /usr/bin/ld: cannot find -lsqlite3 /usr/bin/ld: cannot find -ldevmapper /var/tmp/go-link-lP6Xfs/000008.o: In function `mygetpwuid_r': /usr/lib/golang/src/pkg/os/user/lookup_unix.go:72: warning: Using 'getpwnam_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /var/tmp/go-link-lP6Xfs/000008.o: In function `_cgo_0db69e1b5445_Cfunc_mygetpwuid_r': /usr/lib/golang/src/pkg/os/user/lookup_unix.go:27: warning: Using 'getpwuid_r' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /var/tmp/go-link-lP6Xfs/000000.o: In function `_cgo_14616c423265_Cfunc_freeaddrinfo': /usr/lib/golang/src/pkg/net/cgo_unix.go:53: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking collect2: error: ld returned 1 exit status /usr/lib/golang/pkg/tool/linux_amd64/6l: running gcc failed: unsuccessful exit status 0x100
https://bugzilla.redhat.com/show_bug.cgi?id=1195328
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |dwalsh@redhat.com
--- Comment #1 from Daniel Walsh dwalsh@redhat.com --- Lokesh any movement on this? I think this is fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=1195328
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |CURRENTRELEASE Last Closed| |2015-03-09 20:28:57
--- Comment #2 from Daniel Walsh dwalsh@redhat.com --- Fixed in docker-1.5
https://bugzilla.redhat.com/show_bug.cgi?id=1195328
--- Comment #3 from Lokesh Mandvekar lsm5@redhat.com --- yes this one isn't an issue anymore
golang@lists.fedoraproject.org