TritonDataCenter / pkgsrc

NetBSD/pkgsrc fork for our binary package repositories
https://pkgsrc.smartos.org/
132 stars 51 forks source link

A failure to install GraphicsMagick #324

Open MagnetarRocket opened 2 years ago

MagnetarRocket commented 2 years ago

this also somehow is related to why Mxterm will not work at all with any Mac I try it with.

bellow is the log: pkg_install-err.log

MagnetarRocket commented 2 years ago

Also Image-Magick seems to be affected by this

jperkin commented 2 years ago

The *Magick issue is that you already have pkg-config installed, but the default implementation in pkgsrc is pkgconf, if you pkgin rm pkg-config and then proceed it should work.

The mxterm issue is similar, the xquartz meta package depends on xterm, but you already have mxterm installed. I'll look at fixing that in pkgsrc as it shouldn't matter which implementation you have installed.

jperkin commented 2 years ago

Also, just to explain why the pkg-config issue is showing up with the *Magick packages and not others, for some reason they specify that pkg-config is a runtime dependency. Normally it's only used at build time and so wouldn't be pulled in by pkgin install.

MagnetarRocket commented 2 years ago

Ok, I think I found the root of the issue- pkg_add: Package `pkgconf-1.8.0' conflicts with `pkg-config-[0-9]*', and `pkg-config-0.29.2nb1' is installed.

@jperkin , I found a way to resolve the issue of gm before you commented, but I forgot to post my comment before you did.

Also I have Xquartz installed separately from pkgin.

jperkin commented 6 months ago

GitHub autoclose.