You are not logged in.
As i tried to build librecad from aur, it fails when creating the programicons from an svg image.
So i tried to convert a svg-file with the same command i found in pkgbuild-script:
test$ convert -scale 16 Archlinux-official-fullcolour.svg Archlinux-official-fullcolour.png
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
Abgebrochen (Speicherabzug geschrieben)The issue is the same, so i guess its a problem in convert (imagemagick). The needed dependencies are installed:
pacman -Qi imagemagick
[...]
Optionale Abhängigkeiten: ghostscript: for Ghostscript support[Installiert]
openexr: for OpenEXR support[Installiert]
libwmf: for WMF support[Installiert]
librsvg: for SVG support[Installiert]
libxml2: for XML support[Installiert]
jasper: for JPEG-2000 support[Installiert]
libpng: for PNG support[Installiert]Could anyone confirm this issue?
Could i build librecad without this icons, by deleting the appropriate lines in the pkgbuild?
Edit: Solved by commenting the lines in pkgbuild and then succesfully installed.
Last edited by quiqueck (2013-08-08 19:28:06)
Offline