Opened 8 years ago

Closed 2 years ago

#51407 closed defect (fixed)

inkscape: enchant must be installed with +aspell and without +applespell

Reported by: silvio.tarca@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: Cc:
Port: inkscape inkscape-devel

Description (last modified by ryandesign (Ryan Carsten Schmidt))

On installing port inkscape, MacPorts installs the dependency enchant @1.6.0_4+applespell. Then, when attempting to install port inkscape it returns the following error:

:debug:archivefetch enchant is installed with the following variants: +applespell
:debug:archivefetch   required: aspell, forbidden: applespell
:debug:archivefetch   rejected, because required variant aspell is missing
:error:archivefetch org.macports.archivefetch for port inkscape returned: enchant must be installed with +aspell and without +applespell.
:debug:archivefetch Error code: NONE
:debug:archivefetch Backtrace: enchant must be installed with +aspell and without +applespell.

If I attempt to install enchant variant +aspell, MacPorts installs variant +applespell+aspell. Then, I get the same error, essentially, when attempting to install inkscape.

Change History (4)

comment:1 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Owner: changed from macports-tickets@… to devans@…
Port: inkscape added
Summary: Error on archivefetch for port inkscapeinkscape: enchant must be installed with +aspell and without +applespell

See the instructions at comment:ticket:51287:10.

comment:2 Changed 8 years ago by dbevans (David B. Evans)

Port: inkscape-devel added
Status: newassigned

The error message is not as obvious as it should be. +applespell is a default variant and so will be added to any variants that you select. It, therefore, must be explicitly disabled.

To correctly install enchant for inkscape (or inkscape-devel) use

sudo port install enchant +aspell -applespell

comment:3 Changed 2 years ago by Christopher Nielsen <mascguy@…>

In 0af172de7ab880c9fc83905dfc50df1d0af2d0f7/macports-ports (master):

inkscape-devel: update to 1.1.2

  • Credit to: @evanmiller

See: #50210
See: #51287
See: #51407
See: #54944
See: #60927
See: #61404
See: #64660

comment:4 Changed 2 years ago by evanmiller (Evan Miller)

Resolution: fixed
Status: assignedclosed

In d5bc993e56a90910b79609231a5b39a92ab59095/macports-ports (master):

inkscape: update to 1.1.2

Closes: #50210
Closes: #51287
Closes: #51407
Closes: #54944
Closes: #60927
Closes: #61404
Closes: #64660

Note: See TracTickets for help on using tickets.