Opened 10 years ago
Closed 10 years ago
#46769 closed defect (worksforme)
octave @3.8.2_4+atlas+gcc49: destroot failure
Reported by: | bwd1127@… | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | octave |
Description
installing octave on OSX 10.10.2 with Xcode 6.1.1
$ sudo port install octave +atlas+docs
i got these messages:
---> Staging octave into destroot Error: org.macports.destroot for port octave returned: command execution failed Error: Processing of port octave failed
i tried to clear octave:
$ sudo port clear octave
but still got same messages
Attachments (2)
Change History (8)
Changed 10 years ago by bwd1127@…
comment:1 follow-up: 2 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | michaelld@… removed |
---|---|
Owner: | changed from macports-tickets@… to michaelld@… |
comment:2 Changed 10 years ago by bwd1127@…
Replying to larryv@…:
That was mistyped. I'm sorry. I did use port clean
few times before submitting the ticket
comment:3 Changed 10 years ago by bwd1127@…
installing octave on OSX 10.10.2 with Xcode 6.1.1
$ sudo port install octave +atlas+docs
i got these messages:
---> Staging octave into destroot Error: org.macports.destroot for port octave returned: command execution failed Error: Processing of port octave failed
i tried to clean octave:
$ sudo port clean octave
but still got same messages
Changed 10 years ago by bwd1127@…
Attachment: | main.log.tar.gz added |
---|
i forgot to compress the log file. Sorry
comment:4 Changed 10 years ago by bwd1127@…
I installed TeX Live through MacPorts and octave finished the installing process.
comment:5 Changed 10 years ago by michaelld (Michael Dickens)
I tried disabling all of the texlive ports, but even without those octave did destroot as expected with docs in place. So, maybe it's a dependency of texlive? Etiher way, I'm glad you got the issue sorted out at least for yourself.
comment:6 Changed 10 years ago by michaelld (Michael Dickens)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Replying to bwd1127@…:
The command you need to try is
port clean
, notport clear
: