Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51745 - dev-db/firebird-1.5.0: incorrect post install instruction
Summary: dev-db/firebird-1.5.0: incorrect post install instruction
Status: RESOLVED INVALID
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: 2004-05-22 11:12 UTC by José Romildo Malaquias
Modified: 2004-06-04 18:36 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 José Romildo Malaquias 2004-05-22 11:12:50 UTC
When emerging dev-db/firebird-1.5.0, an instruction to run the command line

ebuild /var/db/pkg/firebird-1.5.0/firebird-1.5.0/firebird-1.5.0.ebuild config

is printed at the end. But the above ebuild does not exist in the indicated location:

# ebuild /var/db/pkg/firebird-1.5.0/firebird-1.5.0/firebird-1.5.0.ebuild config
!!! doebuild: /var/db/pkg/firebird-1.5.0/firebird-1.5.0/firebird-1.5.0.ebuild not found for config

# d /var/db/pkg/firebird-1.5.0/firebird-1.5.0/firebird-1.5.0.ebuild
ls: /var/db/pkg/firebird-1.5.0/firebird-1.5.0/firebird-1.5.0.ebuild: No such file or directory

The ebuild can be found at the portage directory:

/usr/portage/dev-db/firebird/firebird-1.5.0.ebuild

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Wegener gentoo-dev 2004-06-04 16:27:48 UTC
Works over here, the ebuild contains the right statements to output the right path.
May you did a bad copy'n'paste or so?

 * 1. If haven't done so already, please run:
 *
 *    "ebuild /var/db/pkg/dev-db/firebird-1.5.0/firebird-1.5.0.ebuild config"
 *
 *    to create lockfiles, set permissions and more
Comment 2 Bryan Østergaard (RETIRED) gentoo-dev 2004-06-04 16:33:57 UTC
Thanks for your report Jos
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-06-04 16:33:57 UTC
Thanks for your report José.

I looked at the ebuild and have to agree with Sven Wegener. Marking bug as invalid.
Comment 4 José Romildo Malaquias 2004-06-04 18:36:21 UTC
In fact the file is there now, after reinstalling the package. I do not know why it was not found at first.