Summary: | x11-misc/trayer: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Dockapp Team <desktop-dock> |
Status: | RESOLVED FIXED | ||
Severity: | QA | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866, 414305 |
Description
Diego Elio Pettenò (RETIRED)
![]() The Makefile includes this construct as part of the rule to build trayer: ifeq (,$(DEVEL)) strip $@ endif Adding DEVEL=1 to the emake line in the Gentoo ebuild should suppress the unwanted strip call. Actually, the whole rule can go away Fixed |