[MacPorts] #57088: Problem using macports to install octave

MacPorts noreply at macports.org
Mon Sep 3 15:52:02 UTC 2018


#57088: Problem using macports to install octave
----------------------+--------------------
  Reporter:  FLeve81  |      Owner:  (none)
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.5.3
Resolution:           |   Keywords:
      Port:  octave   |
----------------------+--------------------
Changes (by Schamschula):

 * keywords:  octave, macports 2.5.3, install fail =>
 * port:   => octave


Old description:

> I am using the newest version of macports and I have Xcode, Xcode command
> line tools and the newest gcc. I tried to install Octave from macports in
> the terminal window and I get the following error
>
> -----------
> Fredericks-MBP:~ frederickleve$ sudo port install octave
> Warning: MacPorts is configured to use an unsigned source for the ports
> tree. Please edit sources.conf and change
> 'rsync://rsync.macports.org/release/ports/' to
> 'rsync://rsync.macports.org/release/tarballs/ports.tar'.
> Warning: MacPorts is configured to use an unsigned source for selfupdate.
> Please edit macports.conf and change the rsync_dir setting to match
> macports.conf.default.
> Warning: xcodebuild exists but failed to execute
> Error: Requested variants
> "+accelerate+app+docs+gfortran+graphicsmagick+qt5+sound+sundials" do not
> match those the build was started with:
> "+app+atlas+docs+gfortran+graphicsmagick+qt5+sound+sundials".
> Error: Please use the same variants again, or run 'port clean octave'
> first to remove the existing partially completed build.
> Error: Follow https://guide.macports.org/#project.tickets to report a
> bug.
> Error: Processing of port octave failed
> -------------------
>
> Can someone tell me what to do here. I tried altering the sources.conf
> files and that did not work.

New description:

 I am using the newest version of macports and I have Xcode, Xcode command
 line tools and the newest gcc. I tried to install Octave from macports in
 the terminal window and I get the following error

 {{{
 -----------
 Fredericks-MBP:~ frederickleve$ sudo port install octave
 Warning: MacPorts is configured to use an unsigned source for the ports
 tree. Please edit sources.conf and change
 'rsync://rsync.macports.org/release/ports/' to
 'rsync://rsync.macports.org/release/tarballs/ports.tar'.
 Warning: MacPorts is configured to use an unsigned source for selfupdate.
 Please edit macports.conf and change the rsync_dir setting to match
 macports.conf.default.
 Warning: xcodebuild exists but failed to execute
 Error: Requested variants
 "+accelerate+app+docs+gfortran+graphicsmagick+qt5+sound+sundials" do not
 match those the build was started with:
 "+app+atlas+docs+gfortran+graphicsmagick+qt5+sound+sundials".
 Error: Please use the same variants again, or run 'port clean octave'
 first to remove the existing partially completed build.
 Error: Follow https://guide.macports.org/#project.tickets to report a bug.
 Error: Processing of port octave failed
 -------------------
 }}}

 Can someone tell me what to do here. I tried altering the sources.conf
 files and that did not work.

--

Comment:

 The warning is not your issue here. The problem is that you changed the
 selected variants along the way:

 {{{+accelerate+app+docs+gfortran+graphicsmagick+qt5+sound+sundials}}} !=
 {{{+app+atlas+docs+gfortran+graphicsmagick+qt5+sound+sundials}}}

 Please run
 {{{sudo port clean octave}}} and then try installing again.

 BTW: +atlas is pointless for any recent version of macOS.

-- 
Ticket URL: <https://trac.macports.org/ticket/57088#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list