Summary: | net-mail/teapop: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Net-Mail Packages <net-mail+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | chtof62, vostorga |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866 | ||
Attachments: | Fix pre-stripped files in net-mail/teapop |
Description
Diego Elio Pettenò (RETIRED)
![]() This shell construct in teapop/Makefile.in is responsible for the unwanted strip: @ if [ "${STRIP}" != "nostrip" ]; then \ ${STRIP} teapop; \ fi Adding STRIP=nostrip to the ebuild's invocation of make install should fix it. Created attachment 188848 [details, diff]
Fix pre-stripped files in net-mail/teapop
Patch Fixes :
* QA Notice: Pre-stripped files found:
* /usr/sbin/teapop
*** Bug 240928 has been marked as a duplicate of this bug. *** Fixed in net-mail/teapop-0.3.8-r1 |