| Summary: | dev-db/oracle-instantclient-basic-11.2.0.3 fails to emerge: does not recognize fetched files in /usr/portage/distfiles | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Carlos Konstanski <ckonstanski> |
| Component: | [OLD] Development | Assignee: | Michael Haubenwallner (RETIRED) <haubi> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pyxlcy |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | oracle-instantclient-basic-11.2.0.3.ebuild.patch | ||
|
Description
Carlos Konstanski
2012-03-17 14:14:18 UTC
Since you have multilib USE flag turned on, you also need to fetch the x86 client file manually on amd64:
> * Instant Client for Linux x86
> * Basic: instantclient-basic-linux-11.2.0.3.0.zip
(In reply to comment #1) > Since you have multilib USE flag turned on, you also need to fetch the x86 > client file manually on amd64: > > * Instant Client for Linux x86 > > * Basic: instantclient-basic-linux-11.2.0.3.0.zip Exactly. However, ideas for improving the pkg_fetch messages to be less confusing are welcome! Adding the x86 file worked. Thanks. I have to agree that the instructions were not clear. This is the first time that both files were required; there was no precedent for needing both files. The instructions could easily be interpreted to mean "pick the right file for your architecture". It wouldn't be hard to reword it to say "you need both files on your multilib system". Created attachment 305879 [details, diff] oracle-instantclient-basic-11.2.0.3.ebuild.patch Or maybe telling the user which file is missing, like this? I don't know if PORTAGE_RO_DISTDIRS can be handled correctly with this patch. (In reply to comment #2) > However, ideas for improving the pkg_fetch messages to be less confusing are > welcome! (In reply to comment #4) > Or maybe telling the user which file is missing, like this? Done in similar way in oracle-instantclient-basic-11.2.0.3. |