Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6296 - qtella ebuild no install
Summary: qtella ebuild no install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Dan Armak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-10 12:16 UTC by Kurt Hindenburg
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Hindenburg 2002-08-10 12:16:07 UTC
qtella-0.5.3-r1.ebuild

Why is there no install in this ebuild?  There is only a src_compile().  Rather
worthless as an 'emerge qtella' compiles the package and then deletes the work
directory without installing anything.
Manually doing a ebuild <package> unpack/compile/install/qmerge works fine.
Comment 1 Kurt Hindenburg 2002-08-10 12:37:28 UTC
The last line, I mean you have to manually do a 'cd work/qtella; make install'.
Comment 2 Dan Armak (RETIRED) gentoo-dev 2002-08-19 09:22:09 UTC
Hm? It works ok here. There's no src_install() beacuse it uses the default one inherited from kde.eclass. Could you show me the output of emerge qtella - the part where you say it finishes compiling but doesn't install and completes merging? 
Comment 3 Kurt Hindenburg 2002-08-19 12:20:05 UTC
>>> Install qtella-0.5.3-r1 into
/mnt/zeta/var/tmp/portage/qtella-0.5.3-r1/image/ category net-p2p
strip:
>>> Completed installing into /mnt/zeta/var/tmp/portage/qtella-0.5.3-r1/image/

>>> Merging net-p2p/qtella-0.5.3-r1 to /

Nothing was installed.  I have -KDE in my USE.  Could this be the cause?
Comment 4 Dan Armak (RETIRED) gentoo-dev 2002-08-22 19:27:45 UTC
I've committed an -r2 ebuild that fixes this. Please tell me if it works for 
you. 
Comment 5 Kurt Hindenburg 2002-08-23 10:58:33 UTC
Fixed.