Package Base Details: imagemagick-full

Git Clone URL: https://aur.archlinux.org/imagemagick-full.git (read-only, click to copy)
Keywords: convert graphics image imagemagick photo
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 17
Popularity: 0.000093
First Submitted: 2015-12-27 13:40 (UTC)
Last Updated: 2024-04-22 21:11 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

tmow commented on 2018-07-09 07:37 (UTC)

I had to install by hand openmp (extra/openmp) as I got this error during build time

/usr/bin/ld: cannot find -lomp clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)

hueypokerbrainz commented on 2018-05-14 23:21 (UTC) (edited on 2018-05-15 20:43 (UTC) by hueypokerbrainz)

Updating to 7.0.7.31-1 breaks windowmaker (https://aur.archlinux.org/packages/windowmaker-git/)

Essentially, my windowmaker was looking for some libMagick*.so.5 libraries that no longer existed. Re-installing windowmaker after updating to 7.0.7.31-1 fixed the problem.

Also didn't have any problem updating to 7.0.7.32-1.

dbermond commented on 2018-01-25 01:25 (UTC)

@japp1egate You're welcome. Please post some feedback if you can successfully build it in a clean chroot.

japp1egate commented on 2018-01-25 01:13 (UTC)

@dbermond - Thank you very much. I really do appreciate your help.

dbermond commented on 2018-01-25 01:10 (UTC)

@japp1egate You can view the Wiki article: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot

Basically, in this case you need to use the command extra-x86_64-build. Use it with makechrootpkg -I options (after --) to provide the needed AUR package dependencies.

japp1egate commented on 2018-01-25 00:00 (UTC) (edited on 2018-01-25 00:25 (UTC) by japp1egate)

Wow. That makes little-to-no sense to me. I know I haven't set DESTDIR or pkgdir to anything myself. Can you point me in the right direction for instructions to set up a clean chroot environment? No need for hand-holding or anything. Just please point me in the right direction. :)

dbermond commented on 2018-01-24 23:31 (UTC)

@japp1egate Your perl files are being installed to ${pkgdir}/home/japple/perl5/lib/perl5/ instead of ${pkgdir}/usr/lib/perl5/. I don't know why.

Sorry, but I have no solution for this. You're the first one to raise this issue here. Make sure that you don't have the environment variables DESTDIR and pkgdir setted elsewhere.

As a final attempt, you can try to build in a chroot by using devtools. It should work since it will build in an isolated environment.

japp1egate commented on 2018-01-24 22:39 (UTC)

Full output of makepkg -ris posted as GitHub gist at:

https://gist.github.com/japp1egate/e3146b9b49bccbf017d2b22d5e730db8

dbermond commented on 2018-01-24 22:22 (UTC)

@japp1egate Can you please post a complete output? Use a pastebin service and post the link here.

japp1egate commented on 2018-01-24 21:58 (UTC) (edited on 2018-01-24 22:17 (UTC) by japp1egate)

Thank you for the helpful advice. I completely removed my previous source directory, followed the instructions you provided, and came to the exact same result.

mv: cannot stat '/home/japple/src/imagemagick-full/pkg/libmagick-full/usr/lib/perl5': No such file or directory ==> ERROR: A failure occurred in package_libmagick-full(). Aborting...

I recognize and understand that you are not able to reproduce the error on your side, but by looking at the issue I'm having, are you able to make a determination as to what's actually broken and offer some advice on how to fix it?