[Bug 233335] install(1) prints warnings for go-built executables: strip: moving loadable section .noptrbss, is this intentional?
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 19 18:30:17 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233335
Bug ID: 233335
Summary: install(1) prints warnings for go-built executables:
strip: moving loadable section .noptrbss, is this
intentional?
Product: Base System
Version: 11.2-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs at FreeBSD.org
Reporter: yuri at freebsd.org
Testcase: the port dns/amass
Ports framework recommends ${INSTALL_PROGRAM} to be used to install elf
programs.
INSTALL_PROGRAM resolves to 'install -s -m 555'.
install(1) prints warnings:
> ===> Generating temporary packing list
> install -s -m 555 /usr/ports/dns/amass/work/amass-2.8.3-4-g935e6d5_GH0/bin/amass /usr/ports/dns/amass/work/stage/usr/local/bin
> strip: moving loadable section .noptrbss, is this intentional?
> install -s -m 555 /usr/ports/dns/amass/work/amass-2.8.3-4-g935e6d5_GH0/bin/amass.db /usr/ports/dns/amass/work/stage/usr/local/bin
> strip: moving loadable section .noptrbss, is this intentional?
> install -s -m 555 /usr/ports/dns/amass/work/amass-2.8.3-4-g935e6d5_GH0/bin/amass.netdomains /usr/ports/dns/amass/work/stage/usr/local/bin
> strip: moving loadable section .noptrbss, is this intentional?
> install -s -m 555 /usr/ports/dns/amass/work/amass-2.8.3-4-g935e6d5_GH0/bin/amass.viz /usr/ports/dns/amass/work/stage/usr/local/bin
> strip: moving loadable section .noptrbss, is this intentional?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list