| View previous topic :: View next topic |
| Author |
Message |
rhumbliner n00b


Joined: 15 Nov 2004 Posts: 32 Location: Las Vegas & Park City
|
Posted: Tue Apr 03, 2007 3:36 am Post subject: dev-db/oracle-instantclient-basic fails to install |
|
|
dev-db/oracle-instantclient-basic fails to install with this error message:
>>> Emerging (1 of 2) dev-db/oracle-instantclient-basic-10.2.0.3 to /
!!! Previously fetched file: 'instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip'
!!! Reason: Failed on RMD160 verification
!!! Got: fa431168723c9c2fe2182c9e480606db4b88932d
!!! Expected: 74b873d1002fb385c365db56a19007f73fdd0be4
i just modified Manifest and it seemed to install okay.
lest you doubt my downloading skills, this are the distfiles:
{/usr/portage/distfiles} ls instantclient-*
instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip
instantclient-sqlplus-linux-x86-64-10.2.0.3-20070103.zip
instantclient-sdk-linux-x86-64-10.2.0.3-20070103.zip |
|
| Back to top |
|
 |
dnadesign Apprentice


Joined: 23 Dec 2006 Posts: 172 Location: Poland
|
Posted: Tue Apr 03, 2007 9:32 pm Post subject: |
|
|
Hmm... Maybe some quiet repackaging on Oracle's side. Well, I've been working with them for quite a while now and didn't see them do things like that. They always seemed to notify about package changes. Anyway if that situation would be true, it wouldn't be anything strange that the ebuild maintainer missed this. _________________ MacBook Pro 5.1
Intel C2D 2.53 GHz, 4GB RAM DDR3, GF 9400M and 9600M GT 512MB
Triple boot: Gentoo, Windows 7, Mac OS X |
|
| Back to top |
|
 |
n-ki n00b

Joined: 06 Dec 2006 Posts: 4
|
Posted: Wed Jul 04, 2007 10:17 pm Post subject: oracle-instantclient-basic still not working on amd64 |
|
|
same for me..
I get:
Previously fetched file: 'instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip'
!!! Reason: Failed on RMD160 verification
!!! Got: fa431168723c9c2fe2182c9e480606db4b88932d
!!! Expected: 74b873d1002fb385c365db56a19007f73fdd0be4 |
|
| Back to top |
|
 |
alistair Developer


Joined: 15 Jul 2005 Posts: 869
|
Posted: Wed Jul 04, 2007 11:07 pm Post subject: |
|
|
have you filed a bug? _________________ ______________
Help the gentoo-java project. Visit Gentoo Java Project
what good are admin powers if you don't abuse them for personal gain - mark_alec |
|
| Back to top |
|
 |
n-ki n00b

Joined: 06 Dec 2006 Posts: 4
|
Posted: Thu Jul 05, 2007 6:45 pm Post subject: |
|
|
nope.. will check if someone filed a bug, and report it otherwise.
cheers. |
|
| Back to top |
|
 |
n-ki n00b

Joined: 06 Dec 2006 Posts: 4
|
|
| Back to top |
|
 |
kmeek n00b

Joined: 24 Sep 2004 Posts: 2 Location: Arlington, VA
|
Posted: Tue Jul 10, 2007 2:59 pm Post subject: oci-instant-client use parameter not available for amd64?? |
|
|
I'm trying to install PHP with the oracle oci8-instant-client but the use parameter is showing in parenthesis...which from what I can tell means it is not supported on my platform -- but from this thread ( and the bug is closed ) it sounds like others are getting it to work.
Even though I have the oci8-instant-client in my USE variables it is not showing up -- what do I need to do to make it accept that use variable?
I tried changing my profile to 2007.0 -- What am I missing?
Here is the output of my emerge -vp php:
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] dev-lang/php-5.2.2-r1 USE="apache2 berkdb bzip2 cli crypt curl ftp gd gdbm iconv imap kerberos ldap mssql mysql mysqli ncurses nls odbc pcre readline reflection session soap spell spl ssl tidy truetype unicode xml zip zlib (-adabas) -bcmath (-birdstep) -calendar -cdb -cgi -cjk -concurrentmodphp -ctype -curlwrappers -db2 -dbase (-dbmaker) -debug -discard-path -doc (-empress) (-empress-bcs) (-esoob) -exif -fastbuild (-fdftk) -filter (-firebird) -flatfile -force-cgi-redirect (-frontbase) -gd-external -gmp -hash -inifile -interbase -iodbc -ipv6 -java-external -json -ldap-sasl -libedit -mcve -mhash -msql -oci8 (-oci8-instant-client) -pcntl -pdo -pdo-external -pic -posix -postgres -qdbm -recode -sapdb -sharedext -sharedmem -simplexml -snmp -sockets (-solid) -sqlite -suhosin (-sybase) (-sybase-ct) -sysvipc -threads -tokenizer -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl -yaz -zip-external" 0 kB _________________ --
Track your golf hanidcap for free at http://fairwayfiles.com |
|
| Back to top |
|
 |
kmeek n00b

Joined: 24 Sep 2004 Posts: 2 Location: Arlington, VA
|
Posted: Tue Jul 10, 2007 3:43 pm Post subject: Solved my own problem |
|
|
Found this on another post that solved the problem.
Apparently initially there was no oracle client for amd64 but now there is.
I guess I don't fully understand the use masking but following these instructions seems to work.
| Code: |
echo "dev-db/oracle-instantclient-basic ~amd64" >> /etc/portage/package.keywords
echo "dev-lang/php oci8-instant-client" >> /etc/portage/package.use
echo "-oci8-instant-client" >> /etc/portage/profile/use.mask |
fetch the oracle instant client files by hand from Oracle's website, and emerge normally:
| Code: |
emerge -av oracle-instantclient-basic php |
_________________ --
Track your golf hanidcap for free at http://fairwayfiles.com |
|
| Back to top |
|
 |
|