Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149798 - app-misc/graphlcd-base-0.1.3 : QA Issues
Summary: app-misc/graphlcd-base-0.1.3 : QA Issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-01 18:24 UTC by Robert Buchholz (RETIRED)
Modified: 2006-10-02 04:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to current graphlcd-base-0.1.3.ebuild (graphlcd-base-0.1.3.ebuild.patch,1.09 KB, patch)
2006-10-01 18:25 UTC, Robert Buchholz (RETIRED)
Details | Diff
Patch to graphlcd-base-0.1.3 sources for solving strip issues (graphlcd-base-0.1.3-nostrip.patch,2.40 KB, patch)
2006-10-01 18:26 UTC, Robert Buchholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Buchholz (RETIRED) gentoo-dev 2006-10-01 18:24:21 UTC
Hi,

there are two QA issues with the current GraphLCD in the tree:

1) QA Notice: pre-stripped files found:
/var/tmp/portage/graphlcd-base-0.1.3/image/usr/bin/convpic
/var/tmp/portage/graphlcd-base-0.1.3/image/usr/bin/crtfont
/var/tmp/portage/graphlcd-base-0.1.3/image/usr/bin/showtext
/var/tmp/portage/graphlcd-base-0.1.3/image/usr/bin/showpic
/var/tmp/portage/graphlcd-base-0.1.3/image/usr/bin/genfont 

I have included a patch to the sources that removes stripping while installing the files.

2) Notice: the following files contain runtime text relocations...
TEXTREL usr/lib/libglcdgraphics.so.1.0.0
TEXTREL usr/lib/libglcddrivers.so.1.0.0

I would suggest that -fPIC is enabled by default as a CFLAG, not just for AMD64.

3) The HOMEPAGE of graphlcd-base (as well as media-plugins/vdr-graphlcd) is outdated, the current downloads are not available via powarman.de, but can be accessed from http://graphlcd.berlios.de/ .

I will attach a diff to the current ebuild with the enhancements propsed here, as well as a change in the DEPENDs.
Comment 1 Robert Buchholz (RETIRED) gentoo-dev 2006-10-01 18:25:35 UTC
Created attachment 98575 [details, diff]
Patch to current graphlcd-base-0.1.3.ebuild
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2006-10-01 18:26:21 UTC
Created attachment 98576 [details, diff]
Patch to graphlcd-base-0.1.3 sources for solving strip issues
Comment 3 Joerg Bornkessel (RETIRED) gentoo-dev 2006-10-02 04:58:19 UTC
fixed in ebuild,
added stripp issues patch

sys-apps/sed in DEPEND is not needed, sed is always a part of the pure system.

Thanks for your work.

Comment 4 Joerg Bornkessel (RETIRED) gentoo-dev 2006-10-02 04:59:02 UTC
fixed