Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267051 - app-text/fbreader does not pass qa checks o amd64
Summary: app-text/fbreader does not pass qa checks o amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Alexey Shvetsov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-22 04:49 UTC by Sergey Ilinykh
Modified: 2009-10-31 09:22 UTC (History)
1 user (show)

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


Attachments
emerge --info (emergeinfo,4.10 KB, text/plain)
2009-04-23 18:08 UTC, Sergey Ilinykh
Details
ebuild with fixed LIBDIR (fbreader-0.10.7-r1.ebuild,2.18 KB, text/plain)
2009-10-30 22:04 UTC, Mikhail I. Izmestev
Details
patch to remove strip flag (fbreader-0.10.7-r1.ebuild.patch,617 bytes, patch)
2009-10-30 23:07 UTC, Mikhail I. Izmestev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Ilinykh 2009-04-22 04:49:00 UTC
fbreader tries to install its libraries into /usr/lib/ on amd64, but should install into /usr/lib64/
thats the reason why qa checks failed.

use flags: gtk -qt4 -qt3

Reproducible: Always
Comment 1 Alexey Shvetsov archtester gentoo-dev 2009-04-22 16:41:30 UTC
emerge --info please =)
Comment 2 Sergey Ilinykh 2009-04-23 18:08:15 UTC
Created attachment 189256 [details]
emerge --info

FEATURES="multilib-strict"

i don't want to disable it since its not gentoo way.
?? ???? ??????.
Comment 3 Mikhail I. Izmestev 2009-10-30 22:04:56 UTC
Created attachment 208804 [details]
ebuild with fixed LIBDIR 

ebuild which configure correct LIBDIR
Comment 4 Alexey Shvetsov archtester gentoo-dev 2009-10-30 22:33:38 UTC
Added to cvs. thanks =)
Comment 5 Mikhail I. Izmestev 2009-10-30 23:07:45 UTC
Created attachment 208811 [details, diff]
patch to remove strip flag

i'm sorry but emerge says:
--------------------------------------------------------
 * QA Notice: Pre-stripped files found:
 * /usr/lib64/libzltext.so.0.10.7
 * /usr/lib64/libzlcore.so.0.10.7
 * /usr/lib64/zlibrary/ui/zlui-gtk.so
 * /usr/bin/FBReader
--------------------------------------------------------

after remove -s flag from LDFLAGS emerge says:
--------------------------------------------------------
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/lib64/libzltext.so.0.10.7
   usr/lib64/libzlcore.so.0.10.7
   usr/lib64/zlibrary/ui/zlui-gtk.so
   usr/bin/FBReader
--------------------------------------------------------

which way is right?
Comment 6 Alexey Shvetsov archtester gentoo-dev 2009-10-31 09:22:24 UTC
Ok. Thanks again. Added to tree