Bug ID 1048046
Summary docker binaries incorrectly built, contain TEXTRELS
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Virtualization:Other
Assignee virt-bugs@suse.de
Reporter crrodriguez@opensuse.org
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Hi:

Thought to be a relic of history..TEXTRELS in binaries are back from the dead,
all docker binaries have them.

 scanelf -lpqt
TEXTREL  /usr/bin/dockerd
TEXTREL  /usr/bin/docker
TEXTREL  /usr/sbin/containerd-shim
TEXTREL  /usr/sbin/runc
TEXTREL  /usr/sbin/containerd

most likely at some state of the build process, non-PIC code is generated,
which is evil.

go 's buildmode=pie will probably fix this, but I have not checked.


You are receiving this mail because: