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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"