Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5494 - qtella-0.5.3-r1.ebuild has no install section
Summary: qtella-0.5.3-r1.ebuild has no install section
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-24 02:08 UTC by Jason Chan
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Jason Chan 2002-07-24 02:08:25 UTC
As the summary states, this ebuild has no src_install function, resulting in the
program compiling, but then never installing anything.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-24 03:17:30 UTC
Just becuse there are no src_install() in the ebuild doesnt mean the package
isn't installed. I just tried to merge it and it installs the file according to
/var/db/pkg/net-p2p/qtella-0.5.3-r1/CONTENTS.
Comment 2 Jason Chan 2002-07-25 19:02:30 UTC
Well, according to the CONTENTS file, nothing was installed, so the package
merges correctly, because its an empty package.  I can find no 'make all' type
command in the qtella .ebuild file.  I have tried deleting my net-p2p/qtella
directory and emerge rsync to ensure that I did not get a corrupted ebuild file,
but it still emerges as an empty package.
Comment 3 Daniel Ahlberg (RETIRED) gentoo-dev 2002-07-26 04:49:42 UTC
Could you do 'ebuild qtella-0.5.3-r1.ebuild install' and then 'ebuild
qtella-0.5.3-r1.ebuild merge' and post the output of the last command here?
Comment 4 Jason Chan 2002-07-27 03:18:22 UTC
I entered the commands.  This is what the second command outputs:

>>> md5 ;-) qtella-0.5.3.tar.gz
>>> Checking qtella-0.5.3.tar.gz's mtime...
>>> WORKDIR is up-to-date, keeping...
>>> It appears that qtella is already compiled.  skipping.
>>> (clean to force compilation)

>>> Install qtella-0.5.3-r1 into /var/tmp/portage/qtella-0.5.3-r1/image/
category net-p2p
strip:
>>> Completed installing into /var/tmp/portage/qtella-0.5.3-r1/image/

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

>>> Regenerating /etc/ld.so.cache...
>>> net-p2p/qtella-0.5.3-r1 merged.
Comment 5 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-01 16:35:38 UTC
Very strange.. after ebuild install, are there any files at all in
/var/tmp/portage/qtella-0.5.3-r1/image/ ?
Comment 6 Jason Chan 2002-08-05 19:41:12 UTC
No, there aren't any files in the /var/tmp/portage/qtella-0.5.3-r1/image/ directory.
Comment 7 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-06 02:06:33 UTC
Could you output the log from ebuild .ebuild unpack?
Comment 8 Daniel Ahlberg (RETIRED) gentoo-dev 2002-08-06 02:06:55 UTC
I mean ebuild compile, sorry.