Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41201 closed defect (worksforme)

Can't install SciPy stack on Mavericks

Reported by: richard.stephens@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port:

Description (last modified by ci42)

I get and error when I try to install the SciPy stack using the command:

$ sudo port install py27-numpy py27-scipy py27-matplotlib py27-ipython +notebook py27-pandas py27-sympy py27-nose

which is taken from the SciPy site.

I get an error which says:

bison-2.7.1.tar.xz does not exist in /opt/local/var/macports/distfiles/bison

and then everything falls over.

Below is the log text:

version:1
:debug:clean changing euid/egid - current euid: 0 - current egid: 0
:debug:clean egid changed to: 501
:debug:clean euid changed to: 502
:debug:main Executing org.macports.main (bison)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (bison)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (bison)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:checksum checksum phase started at Tue Nov  5 14:01:51 GMT 2013
:notice:checksum --->  Verifying checksums for bison
:debug:checksum Executing org.macports.checksum (bison)
:info:checksum --->  Checksumming bison-2.7.1.tar.xz
:error:checksum org.macports.checksum for port bison returned: bison-2.7.1.tar.xz does not exist in /opt/local/var/macports/distfiles/bison
:debug:checksum Error code: NONE
:debug:checksum Backtrace: bison-2.7.1.tar.xz does not exist in /opt/local/var/macports/distfiles/bison
    while executing
"$procedure $targetname"
:info:checksum Warning: targets not executed for bison: org.macports.activate org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
:error:checksum Failed to install bison
:debug:checksum Registry error: pcre not registered as installed & active.
    invoked from within
"registry_active ${subport}"
    invoked from within
"$workername eval registry_active \${subport}"
:notice:checksum Please see the log file for port bison for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_bison/bison/main.log

Change History (2)

comment:1 Changed 10 years ago by richard.stephens@…

Cc: richard.stephens@… added

Cc Me!

comment:2 Changed 10 years ago by ci42

Cc: richard.stephens@… removed
Description: modified (diff)
Resolution: worksforme
Status: newclosed

This is was not clean atttempt. Please try again:

$ sudo port selfupdate
$ sudo port clean --dist bison
$ sudo port clean py27-numpy py27-scipy py27-matplotlib py27-ipython py27-pandas py27-sympy py27-nose
$ sudo port install py27-numpy py27-scipy py27-matplotlib py27-ipython +notebook py27-pandas py27-sympy py27-nose

Reopen the ticket if it fails and attach the log file.

In the future please remember to use WikiFormatting and that you don't need to Cc yourself if you're open a ticket.

Version 0, edited 10 years ago by ci42 (next)
Note: See TracTickets for help on using tickets.