Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#46375 closed defect (invalid)

ImageMagick cannot be built while cryptlib is active

Reported by: barnstorming92@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: ImageMagick

Description

The build fails with the error

:notice:configure --->  Configuring ImageMagick
:debug:configure Using compiler 'Xcode Clang'
:debug:configure Executing proc-pre-org.macports.configure-configure-0
:error:configure ImageMagick cannot be built while cryptlib is active.
:error:configure Please deactivate cryptlib and try again.
:error:configure You can reactivate cryptlib again later.
:error:configure org.macports.configure for port ImageMagick returned: cryptlib is active
:debug:configure Error code: NONE
:debug:configure Backtrace: cryptlib is active

Even manually trying to deactivate cryptlib failed itself, main.log a provided.

Change History (2)

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

Port: ImageMagick added; cryptlib removed
Resolution: invalid
Status: newclosed
Summary: Failed to install ImageMagickImageMagick cannot be built while cryptlib is active

Has duplicate #46376.

The error message is correct. You must deactivate cryptlib before you can build ImageMagick. To do so, run:

sudo port -f deactivate cryptlib

After building ImageMagick, you can reactivate cryptlib if desired by running:

sudo port activate cryptlib

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added

Cc Me!

Note: See TracTickets for help on using tickets.