Summary: | media-video/mpeg-tools: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED FIXED | ||
Severity: | QA | Keywords: | InVCS |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
2009-12-14 22:12:39 UTC
Created attachment 213040 [details]
Build log
The target for mpeg_encode, at Makefile:205, explicitly strips mpeg_encode after building it. Even worse, they do not use a qualified name for strip, so it may fail to strip properly when cross-compiled. Deleting the explicit strip at line 207 should fix the QA problem. Thanks Kevin for the hint. |