Xcode 13.2 from App Store problem reported

2021-12-15 Thread Richard L. Hamilton
Apparently the developer download site (NOT Mac App store) version is ok. Not that most of us are in a rush to update, but just in case... https://www.macrumors.com/2021/12/14/xcode-13-2-bug/

Re: Cannot build libb2

2021-12-15 Thread Dave Horsfall
On Fri, 10 Dec 2021, Ryan Schmidt wrote: > The "-arch x86_64 -arch i386" in the log does seem to indicate MacPorts > is doing a universal build. The ways that could happen: > > * You specified +universal on the command line Nope... > * You specified +universal in variants.conf Nope... > * Yo

Re: pwait?

2021-12-15 Thread Dave Horsfall
On Tue, 14 Dec 2021, Ryan Schmidt wrote: > > Wishing for a port...bit ugly when you can't use the supplied > > Makefile. Sadly, not volunteering myself. :-/ > > Added! Thanks for the suggestion. That was quick! Compiling the FreeBSD source was easy, though; I've found that most FreeBSD source

Re: ImageMagick failure to install

2021-12-15 Thread VACCARI FRANCO
After cleaning and uninstalling all installed ports, I installed gcc-devel instead of gcc11 and that solved the issue. I could install all packages I need after that. Thanks Chris for your help Franco > On 15 Dec 2021, at 15:09, VACCARI FRANCO wrote: > > Eh, I gave the same weight to the tw

Re: ImageMagick failure to install

2021-12-15 Thread VACCARI FRANCO
Eh, I gave the same weight to the two alternatives mentioned in the error message: Error: Failed to activate libgcc-devel: Image error: /opt/local/include/gcc/c++/algorithm is being used by the active libgcc11 port. Please deactivate this port first, or use 'port -f activate libgcc-devel' to

Re: ImageMagick failure to install

2021-12-15 Thread Christopher Jones
Its never a good idea to force activation as you did below. what you should do instead is is sudo port -f deactivate libgcc11 libgcc then install libgcc-devel > On 15 Dec 2021, at 1:56 pm, VACCARI FRANCO wrote: > > So I did that, but a lot of messages care coming’s out, > > mm02:~ sudo port

Re: ImageMagick failure to install

2021-12-15 Thread VACCARI FRANCO
So I did that, but a lot of messages care coming’s out, mm02:~ sudo port -f uninstall libgcc Password: ---> Unable to uninstall libgcc @5.0_0, the following ports depend on it: --->gcc11 @11.2.0_0 Warning: Uninstall forced. Proceeding despite dependencies. ---> Deactivating libgcc @5.0_0 -

Re: ImageMagick failure to install

2021-12-15 Thread Christopher Jones
Please remember to reply to list... No. do not do that. sudo port -f uninstall libgcc sudo port install libgcc-devel > On 15 Dec 2021, at 11:54 am, VACCARI FRANCO wrote: > > Ok, I’ll delete all what I installed up to now and restart from scratch. My > concern is that some packages will forc

Re: ImageMagick failure to install

2021-12-15 Thread VACCARI FRANCO
Ok, I’ll delete all what I installed up to now and restart from scratch. My concern is that some packages will force the install of libgcc and some others will require libgcc-devel. Will see and report the outcome... Thanks Franco > On 15 Dec 2021, at 12:51, Christopher Jones wrote: > > Hi,

Re: ImageMagick failure to install

2021-12-15 Thread Christopher Jones
Hi, gcc-devel is the (current) preferred gcc compiler on Apple silicon at the moment, as none of the released gcc versions are fully stable on this platform. gcc-devel requires libgcc-devel as its runtime. libgcc and libgcc-devel are interchangeable, so you should remove libgcc and allow libgc

ImageMagick failure to install

2021-12-15 Thread VACCARI FRANCO
I’m configuring a new Mac Mini M1 running Mac OS 12.1 and Xcode 13.2, and installing the usual packages I need. When dealing with ImageMagick I get the following error: mm02:~ sudo port install imagemagick ---> Computing dependencies for ImageMagick Error: Can't install libgcc-devel becau