Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 828465 Details for
Bug 1026545
dockerinit fails with "libdevmapper.so.1.02: cannot open shared object file"
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
dockerinit build process fix
build-dockerinit.patch (text/plain), 1.29 KB, created by
dan-fedora
on 2013-11-25 01:52:05 UTC
(
hide
)
Description:
dockerinit build process fix
Filename:
MIME Type:
Creator:
dan-fedora
Created:
2013-11-25 01:52:05 UTC
Size:
1.29 KB
patch
obsolete
>--- docker-io.spec.orig 2013-11-23 13:02:51.000000000 -0600 >+++ docker-io.spec 2013-11-24 19:44:46.989408335 -0600 >@@ -2,6 +2,9 @@ > %bcond_without systemd > %endif > >+# modifying the dockerinit binary breaks the SHA1 sum check by docker >+%global __os_install_post %{_rpmconfigdir}/brp-compress >+ > #debuginfo not supported with Go > %global debug_package %{nil} > %global gopath %{_datadir}/gocode >@@ -11,7 +14,7 @@ > > Name: docker-io > Version: 0.7 >-Release: 0.19.rc7%{?dist} >+Release: 0.20.rc7%{?dist} > Summary: Automates deployment of containerized applications > License: ASL 2.0 > >@@ -77,11 +80,12 @@ > # tamper with their magic > export LDFLAGS_STATIC="-X github.com/dotcloud/docker/utils.IAMSTATIC true" > export BUILDFLAGS="-tags netgo" >-go build -v -a -ldflags "$LDFLAGS $LDFLAGS_STATIC" $BUILDFLAGS github.com/dotcloud/docker/docker > go build -v -a -ldflags \ > "$LDFLAGS -linkmode external -extldflags '-lpthread -static -Wl,--unresolved-symbols=ignore-in-object-files' $LDFLAGS_STATIC" \ > $BUILDFLAGS \ > github.com/dotcloud/docker/dockerinit >+export DOCKER_INITSHA1="$(sha1sum dockerinit | cut -d' ' -f1)" >+go build -v -a -ldflags "$LDFLAGS -X github.com/dotcloud/docker/utils.INITSHA1 \"$DOCKER_INITSHA1\"" $BUILDFLAGS github.com/dotcloud/docker/docker > > popd >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1026545
: 828465