Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 307405 - dev-lang/rakudo-2010.02 does not install any files
Summary: dev-lang/rakudo-2010.02 does not install any files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 01:13 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2010-03-02 01:44 UTC (History)
1 user (show)

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


Attachments
fixed rakudo-2010.02.ebuild (rakudo-2010.02.ebuild,732 bytes, text/plain)
2010-03-02 01:15 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2010-03-02 01:13:35 UTC
Because the dev-lang/rakudo-2010.02 ebuild does not have a src_install() function defined, it does not install any files (at least with portage-2.2_rc63):

# emerge rakudo
[...]
Linked: perl6
>>> Source compiled.
>>> Test phase [not enabled]: dev-lang/rakudo-2010.02

>>> Install rakudo-2010.02 into /var/tmp/portage/dev-lang/rakudo-2010.02/image/ category dev-lang
>>> Completed installing rakudo-2010.02 into /var/tmp/portage/dev-lang/rakudo-2010.02/image/


>>> Installing (1 of 1) dev-lang/rakudo-2010.02
 * checking 0 files for package collisions
>>> Safely unmerging already-installed instance...
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2010-03-02 01:15:33 UTC
Created attachment 221723 [details]
fixed rakudo-2010.02.ebuild

The attached ebuild (with a src_install() function defined) works and correctly installs rakudo.
Comment 2 Patrick Lauer gentoo-dev 2010-03-02 01:44:47 UTC
+  02 Mar 2010; Patrick Lauer <patrick@gentoo.org> rakudo-2010.02.ebuild:
+  Fixing src_install to actually install, fixes #307405

Confirmed and fixed