Bug 1195328

Summary: docker master branch build fails on rawhide and f21
Product: [Fedora] Fedora Reporter: Lokesh Mandvekar <lsm5>
Component: docker-ioAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: adimania, admiller, dwalsh, golang-updates, hushan.jia, jchaloup, jperrin, lsm5, mattdm, mgoldman, miminar, s, thrcka, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-10 00:28:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lokesh Mandvekar 2015-02-23 15:29:20 UTC
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

Comment 1 Daniel Walsh 2015-03-09 17:17:09 UTC
Lokesh any movement on this?  I think this is fixed.

Comment 2 Daniel Walsh 2015-03-10 00:28:57 UTC
Fixed in docker-1.5

Comment 3 Lokesh Mandvekar 2015-03-10 00:30:38 UTC
yes this one isn't an issue anymore