Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 May 2021 11:39:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255589] strip(1) leaves empty file when applied to unstrippable file
Message-ID:  <bug-255589-227-FiALOZfEOM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255589-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255589-227@https.bugs.freebsd.org/bugzilla/>

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

Chris Rees <crees@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |portmgr@FreeBSD.org

--- Comment #3 from Chris Rees <crees@FreeBSD.org> ---
Yes, I introduced this fix in 5ac70383, but somehow I didn't manage to get =
it
into 13.0-RELEASE, which is actually a major pain.

It was always a problem, but didn't appear until the default directory for
strip(1) temporary files was changed to '.' from /tmp in 1e4896b1.

Portmgr, I'm really sorry, but I think we have no alternative but to put an
OSVERSION check and then find ${WRKSRC} -type f -name 'ecp.*' -delete on the
do-strip target in bsd.port.mk or wherever, otherwise the tree is going to =
be
totally littered with ad-hoc fixes that only apply to 13.0-R.

Alternatively, we could (ab)use the releng/13.0 branch...

--=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-255589-227-FiALOZfEOM>