[MacPorts] #15951: oracle-instantclient fails checksums
#15951: oracle-instantclient fails checksums ---------------------------------+------------------------------------------ Reporter: mjg@phoenixtrap.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | ---------------------------------+------------------------------------------ Looks like Oracle changed the ZIP files, time to update the Portfile checksums. {{{ McSpacey:~ mjg$ sudo port -d install oracle-instantclient DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/databases /oracle-instantclient DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/databases /oracle-instantclient DEBUG: Requested variant darwin is not provided by port oracle- instantclient. DEBUG: Requested variant macosx is not provided by port oracle- instantclient. DEBUG: Executing variant i386 provides i386 DEBUG: Executing org.macports.main (oracle-instantclient) ---> Fetching oracle-instantclient DEBUG: Executing proc-pre-org.macports.fetch-fetch-0 DEBUG: Executing org.macports.fetch (oracle-instantclient) ---> Verifying checksum(s) for oracle-instantclient DEBUG: Executing org.macports.checksum (oracle-instantclient) ---> Checksumming instantclient-basic-macosx-10.2.0.4.0.zip Error: Checksum (md5) mismatch for instantclient-basic- macosx-10.2.0.4.0.zip Portfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip md5 383826be2873ece610da63b833eff052 Distfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip md5 b44244eaeb26531e39a14ad5471c3bfd Error: Checksum (sha1) mismatch for instantclient-basic- macosx-10.2.0.4.0.zip Portfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip sha1 91e408a580dc5a415e5906ff71c837d6a8b628c9 Distfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip sha1 2eba9e4550175536f7d78a3c5a02086c8d2c0745 Error: Checksum (rmd160) mismatch for instantclient-basic- macosx-10.2.0.4.0.zip Portfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip rmd160 fdd5d8a7d6034ba852a06ce378e1775f13a1519d Distfile checksum: instantclient-basic-macosx-10.2.0.4.0.zip rmd160 027c5ae230538415459a1fafb50bd7cc26a0f054 ---> Checksumming instantclient-sdk-macosx-10.2.0.4.0.zip Error: Checksum (md5) mismatch for instantclient-sdk-macosx-10.2.0.4.0.zip Portfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip md5 8aa52afeb9529d953c494e0233eb7c52 Distfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip md5 ec48e5491d212830c34ff3a42b719213 Error: Checksum (sha1) mismatch for instantclient-sdk- macosx-10.2.0.4.0.zip Portfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip sha1 6f32cda591c61112c6f963698fdc829ab6a59e7f Distfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip sha1 4505c52b72452fcbd6c3eb034552b7a545d61ad9 Error: Checksum (rmd160) mismatch for instantclient-sdk- macosx-10.2.0.4.0.zip Portfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip rmd160 e672eadc6fb0eccbe42cd49663128f011abfe493 Distfile checksum: instantclient-sdk-macosx-10.2.0.4.0.zip rmd160 d72503c9c9634828ed3e495828e58cfc9f949eb3 Error: Target org.macports.checksum returned: Unable to verify file checksums Warning: the following items did not execute (for oracle-instantclient): org.macports.activate org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. }}} -- Ticket URL: <http://trac.macports.org/ticket/15951> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15951: oracle-instantclient fails checksums ----------------------------------+----------------------------------------- Reporter: mjg@phoenixtrap.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by jmr@macports.org): * cc: mjg@phoenixtrap.com (removed) * owner: macports-tickets@lists.macosforge.org => ryandesign@macports.org Comment: Assigning to maintainer. -- Ticket URL: <http://trac.macports.org/ticket/15951#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15951: oracle-instantclient fails checksums ----------------------------------+----------------------------------------- Reporter: mjg@phoenixtrap.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by ryandesign@macports.org): Are you sure the files that got downloaded are actually zip files, and aren't instead html files? The Oracle web server sometimes refuses to give you files unless you use a real web browser and go through their hoops of agreeing to their license agreement and such. Please `sudo port clean --all oracle-instantclient`, then download instantclient-basic- macosx-10.2.0.4.0.zip and instantclient-sdk-macosx-10.2.0.4.0.zip manually from [http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/inte... Oracle] and place them in `/opt/local/var/macports/distfiles/oracle- instantclient`. `port install oracle-instantclient` should then work. You could send feedback to Oracle about their download process. -- Ticket URL: <http://trac.macports.org/ticket/15951#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15951: oracle-instantclient fails checksums ----------------------------------+----------------------------------------- Reporter: mjg@phoenixtrap.com | Owner: ryandesign@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Comment (by mjg@phoenixtrap.com): That worked. Until/unless Oracle changes the download process, would a note in the portfile's long_description be helpful? -- Ticket URL: <http://trac.macports.org/ticket/15951#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15951: oracle-instantclient fails checksums ----------------------------------+----------------------------------------- Reporter: mjg@phoenixtrap.com | Owner: ryandesign@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * cc: gabriele.bartolini@devise.it (added) * status: new => assigned Comment: Has duplicate #16310. -- Ticket URL: <http://trac.macports.org/ticket/15951#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15951: oracle-instantclient fails checksums ----------------------------------+----------------------------------------- Reporter: mjg@phoenixtrap.com | Owner: ryandesign@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: ----------------------------------+----------------------------------------- Changes (by ryandesign@macports.org): * status: assigned => closed * resolution: => fixed Comment: As of r39289, oracle-instantclient now issues a warning with instructions on how to download the files manually if necessary. Thank you for reminding me to add this to the port. -- Ticket URL: <http://trac.macports.org/ticket/15951#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts