Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 305879 Details for
Bug 408591
dev-db/oracle-instantclient-basic-11.2.0.3 fails to emerge: does not recognize fetched files in /usr/portage/distfiles
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
oracle-instantclient-basic-11.2.0.3.ebuild.patch
oracle-instantclient-basic-11.2.0.3.ebuild.patch (text/plain), 913 bytes, created by
Richard Grenville
on 2012-03-19 13:26:49 UTC
(
hide
)
Description:
oracle-instantclient-basic-11.2.0.3.ebuild.patch
Filename:
MIME Type:
Creator:
Richard Grenville
Created:
2012-03-19 13:26:49 UTC
Size:
913 bytes
patch
obsolete
>--- /usr/portage/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild 2012-03-10 01:31:06.000000000 +0800 >+++ /usr/local/portage/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild 2012-03-19 21:14:24.350204479 +0800 >@@ -52,6 +52,14 @@ > [[ -n ${MY_PLAT} ]] > } > >+prt_fetch_status() { >+ if [ -e "${DISTDIR}/${1}" ]; then >+ eerror "${2}${1} (present)" >+ else >+ eerror "${2}${1} (missing)" >+ fi >+} >+ > pkg_nofetch() { > eerror "Please go to" > eerror " ${HOMEPAGE%/*}/index-097480.html" >@@ -60,10 +68,8 @@ > do > set_my_abivars || continue > eerror "Instant Client for ${MY_PLAT}" >- eerror " Basic: ${MY_A}" >- if is_final_abi; then >- eerror " SDK: ${MY_ASDK}" >- fi >+ prt_fetch_status "${MY_A}" " Basic: " >+ is_final_abi && prt_fetch_status "${MY_ASDK}" " SDK: " > done > eerror "After downloading, put them in:" > eerror " ${DISTDIR}/"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 408591
: 305879