Package Details: lib32-gd 2.3.3-2

Git Clone URL: https://aur.archlinux.org/lib32-gd.git (read-only, click to copy)
Package Base: lib32-gd
Description: Library for the dynamic creation of images by programmers (32-bit)
Upstream URL: https://libgd.github.io/
Licenses: custom
Submitter: orumin
Maintainer: jahway603
Last Packager: rodrigo21
Votes: 7
Popularity: 0.125689
First Submitted: 2017-07-08 20:18 (UTC)
Last Updated: 2022-05-22 02:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

brianmsm commented on 2021-04-04 13:17 (UTC)

@rodrigo21 I dit it, but it doesn't work.

rodrigo21 commented on 2021-04-02 15:18 (UTC)

@brianmsm lib32-libheif needs to be rebuilt because of the lib32-x265 update.

brianmsm commented on 2021-04-02 14:24 (UTC)

I get this error

/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:852: gdtopng] Error 1
make[2]: *** Se espera a que terminen otras tareas....
make[2]: *** [Makefile:868: pngtogd2] Error 1
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
make[2]: *** [Makefile:860: giftogd2] Error 1
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:864: pngtogd] Error 1
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:792: annotate] Error 1
make[2]: *** [Makefile:812: gd2copypal] Error 1
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:880: webpng] Error 1
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:840: gdparttopng] Error 1
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:824: gd2topng] Error 1
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:832: gdcmpgif] Error 1
/usr/bin/ld: /usr/lib32/libheif.so: undefined reference to `x265_api_get_192'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:820: gd2togif] Error 1
make[2]: se sale del directorio '/home/brian/.cache/yay/lib32-gd/src/libgd-gd-2.3.2/src'
make[1]: *** [Makefile:645: all] Error 2
make[1]: se sale del directorio '/home/brian/.cache/yay/lib32-gd/src/libgd-gd-2.3.2/src'
make: *** [Makefile:427: all-recursive] Error 1
==> ERROR: Se produjo un fallo en build().
    Cancelando...
error compilando: lib32-gd

alex.henrie commented on 2021-04-01 01:41 (UTC)

Please add lib32-libraqm to the list of dependencies. Without that package, compilation fails with "cannot find -lraqm".

rodrigo21 commented on 2020-12-07 05:20 (UTC) (edited on 2020-12-07 05:21 (UTC) by rodrigo21)

@ben_sa2000

Check the wiki: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

You can use multilib-build. You have to build lib32-libxpm from the AUR first and pass it to the chroot. I run like this: multilib-build -r <DIRECTORY OF THE CHROOT> -- -I <PATH TO lib32-libxpm-3.5.13-2-x86_64.pkg.tar.zst>

You can also use clean-chroot-manager.

ben_sa2000 commented on 2020-12-07 04:04 (UTC)

@rodrigo21 How to build lib32-gd in a clean chroot

brianmsm commented on 2020-12-01 22:43 (UTC)

@sl1pkn07 you're right! Installing lib32-libraqm solve the issue.

danievdm commented on 2020-12-01 17:23 (UTC)

Seems quite a few are getting a similar error:

/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../libraqm.so when searching for -lraqm
/usr/bin/ld: skipping incompatible /usr/lib/libraqm.so when searching for -lraqm
/usr/bin/ld: cannot find -lraqm

sl1pkn07 commented on 2020-11-30 00:06 (UTC)

missing lib32-libraqm

rodrigo21 commented on 2020-11-29 20:33 (UTC)

@brianmsm

Building fine here. Try building in a clean chroot.