Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 18:30:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233335] install(1) prints warnings for go-built executables: strip: moving loadable section .noptrbss, is this intentional?
Message-ID:  <bug-233335-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233335

            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@FreeBSD.org
          Reporter: yuri@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:
> =3D=3D=3D>   Generating temporary packing list
> install  -s -m 555 /usr/ports/dns/amass/work/amass-2.8.3-4-g935e6d5_GH0/b=
in/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/b=
in/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/b=
in/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/b=
in/amass.viz /usr/ports/dns/amass/work/stage/usr/local/bin
> strip: moving loadable section .noptrbss, is this intentional?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233335-227>