static build: DestroyDrawInfo: Assertion `draw_info->signature == MagickSignature' failed
Michael Melcher <[email protected]> Thu, 11 Nov 2021 16:27:10 +0000
| Newsgroups | gmane.comp.video.graphicsmagick.bugs |
|---|---|
| Message-ID | <PAXP192MB1391EDE7E288FB9798329AE086949@PAXP192MB1391.EURP192.PROD.OUTLOOK.COM> |
--===============5732466302030652021==
Content-Language: de-DE
Content-Type: multipart/alternative;
boundary="_000_PAXP192MB1391EDE7E288FB9798329AE086949PAXP192MB1391EURP_"
--_000_PAXP192MB1391EDE7E288FB9798329AE086949PAXP192MB1391EURP_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Greetings,
when building GM statically I get the above mentioned error followed by a S=
IGABRT
It does not matter whether I use an Ubuntu system as build host and build t=
he dependencies (libpng, libtiff, libjpeg, jasper, webp, lcms2 and freetype=
) from their current sources or whether I use a Gentoo system as build syst=
em with "static-libs" and "pie" as useflags. As soon as I configure with LD=
FLAGS=3D"-static-pie" CFLAGS=3D"-fPIE" I get the following error:
The build systems are docker container. Hence the root user.
> ./gm convert -pointsize 12 -font helvetica -size 100x caption:"test" -tra=
nsparent white test.png
gm: magick/render.c:1061: DestroyDrawInfo: Assertion `draw_info->signature =
=3D=3D MagickSignature' failed.
./gm convert: abort due to signal 6 (SIGABRT) "Abort"...
Aborted (core dumped)
> ldd ./gm
statically linked
> ./gm version
GraphicsMagick 1.3.36 20201226 Q32 http://www.GraphicsMagick.org/
Copyright (C) 2002-2020 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
Feature Support:
Native Thread Safe yes
Large Files (> 32 bit) yes
Large Memory (> 32 bit) yes
BZIP no
DPS no
FlashPix no
FreeType no
Ghostscript (Library) no
JBIG no
JPEG-2000 no
JPEG yes
Little CMS yes
Loadable Modules no
Solaris mtmalloc no
Google perftools tcmalloc no
OpenMP no
PNG no
TIFF no
TRIO no
Solaris umem no
WebP yes
WMF no
X11 no
XML no
ZLIB no
Host type: x86_64-pc-linux-gnu
Configured using the command:
./configure '--prefix=3D/usr' '--build=3Dx86_64-pc-linux-gnu' '--host=3D=
x86_64-pc-linux-gnu' '--mandir=3D/usr/share/man' '--infodir=3D/usr/share/in=
fo' '--datadir=3D/usr/share' '--sysconfdir=3D/etc' '--l
ocalstatedir=3D/var/lib' '--enable-dependency-tracking' '--disable-silent-r=
ules' '--docdir=3D/usr/share/doc/graphicsmagick-1.3.36' '--htmldir=3D/usr/s=
hare/doc/graphicsmagick-1.3.36/html' '--with-sy
sroot=3D/' '--libdir=3D/usr/lib64' '--enable-openmp' '--enable-largefile' '=
--disable-shared' '--enable-static' '--disable-prof' '--disable-gcov' '--di=
sable-magick-compat' '--with-threads' '--with
out-modules' '--with-quantum-depth=3D32' '--without-frozenpaths' '--with-ma=
gick-plus-plus' '--without-perl' '--with-perl-options=3DINSTALLDIRS=3Dvendo=
r' '--with-bzlib' '--without-dps' '--without-fp
x' '--without-jbig' '--with-webp' '--with-jpeg' '--without-jp2' '--with-lcm=
s2' '--with-lzma' '--with-png' '--with-tiff' '--with-ttf' '--without-wmf' '=
--with-fontpath=3D/usr/share/fonts' '--with
-gs-font-dir=3D/usr/share/fonts/urw-fonts' '--with-windows-font-dir=3D/usr/
Final Build Parameters:
CC =3D x86_64-pc-linux-gnu-gcc
CFLAGS =3D -fPIE -g -Wall -pthread
CPPFLAGS =3D -I/usr/include/freetype2
CXX =3D x86_64-pc-linux-gnu-g++
CXXFLAGS =3D -pthread
LDFLAGS =3D -static-pie -g
LIBS =3D -lwebp -lwebpmux -llcms2 -ljpeg -lm -lpthread
The config.log gives a warning about getpwnam_r:
config.log:/root/GraphicsMagick-1.3.36/conftest.c:134: warning: Using 'getp=
wnam_r' in statically linked applications requires at runtime the shared li=
braries from the glibc version used for linking
Not sure if that is related or not, but worth mentioning.
Building without these LDFLAGS and CFLAGS I end up with a dynamically linke=
d binary that does not run into that issue:
bbe804928fbd ~/GraphicsMagick-1.3.36/utilities # ./gm convert -pointsize 12=
-font helvetica -size 100x caption:"test" -transparent white test.png
bbe804928fbd ~/GraphicsMagick-1.3.36/utilities # ldd ./gm
linux-vdso.so.1 (0x00007fff88116000)
libwebp.so.7 =3D> /usr/lib64/libwebp.so.7 (0x00007fccc26c8000)
libwebpmux.so.3 =3D> /usr/lib64/libwebpmux.so.3 (0x00007fccc26bc000=
)
liblcms2.so.2 =3D> /usr/lib64/liblcms2.so.2 (0x00007fccc2659000)
libtiff.so.5 =3D> /usr/lib64/libtiff.so.5 (0x00007fccc25d6000)
libfreetype.so.6 =3D> /usr/lib64/libfreetype.so.6 (0x00007fccc250f0=
00)
libjpeg.so.62 =3D> /usr/lib64/libjpeg.so.62 (0x00007fccc247d000)
libpng16.so.16 =3D> /usr/lib64/libpng16.so.16 (0x00007fccc2444000)
liblzma.so.5 =3D> /lib64/liblzma.so.5 (0x00007fccc241c000)
libbz2.so.1 =3D> /lib64/libbz2.so.1 (0x00007fccc2409000)
libxml2.so.2 =3D> /usr/lib64/libxml2.so.2 (0x00007fccc229d000)
libz.so.1 =3D> /lib64/libz.so.1 (0x00007fccc2283000)
libzstd.so.1 =3D> /usr/lib64/libzstd.so.1 (0x00007fccc2179000)
libm.so.6 =3D> /lib64/libm.so.6 (0x00007fccc2037000)
libpthread.so.0 =3D> /lib64/libpthread.so.0 (0x00007fccc2017000)
libgomp.so.1 =3D> /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/libgomp.s=
o.1 (0x00007fccc1fd3000)
libc.so.6 =3D> /lib64/libc.so.6 (0x00007fccc1e19000)
libdl.so.2 =3D> /lib64/libdl.so.2 (0x00007fccc1e13000)
/lib64/ld-linux-x86-64.so.2 (0x00007fccc297c000)
bbe804928fbd ~/GraphicsMagick-1.3.36/utilities # ./gm version
GraphicsMagick 1.3.36 20201226 Q32 http://www.GraphicsMagick.org/
Copyright (C) 2002-2020 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See http://www.GraphicsMagick.org/www/Copyright.html for details.
Feature Support:
Native Thread Safe yes
Large Files (> 32 bit) yes
Large Memory (> 32 bit) yes
BZIP yes
DPS no
FlashPix no
FreeType yes
Ghostscript (Library) no
JBIG no
JPEG-2000 no
JPEG yes
Little CMS yes
Loadable Modules no
Solaris mtmalloc no
Google perftools tcmalloc no
OpenMP yes (201511 "4.5")
PNG yes
TIFF yes
TRIO no
Solaris umem no
WebP yes
WMF no
X11 no
XML yes
ZLIB yes
Host type: x86_64-pc-linux-gnu
Configured using the command:
./configure '--prefix=3D/usr' '--build=3Dx86_64-pc-linux-gnu' '--host=3D=
x86_64-pc-linux-gnu' '--mandir=3D/usr/share/man' '--infodir=3D/usr/share/in=
fo' '--datadir=3D/usr/share' '--sysconfdir=3D/etc' '--l
ocalstatedir=3D/var/lib' '--enable-dependency-tracking' '--disable-silent-r=
ules' '--docdir=3D/usr/share/doc/graphicsmagick-1.3.36' '--htmldir=3D/usr/s=
hare/doc/graphicsmagick-1.3.36/html' '--with-sy
sroot=3D/' '--libdir=3D/usr/lib64' '--enable-openmp' '--enable-largefile' '=
--disable-shared' '--enable-static' '--disable-prof' '--disable-gcov' '--di=
sable-magick-compat' '--with-threads' '--with
out-modules' '--with-quantum-depth=3D32' '--without-frozenpaths' '--with-ma=
gick-plus-plus' '--without-perl' '--with-perl-options=3DINSTALLDIRS=3Dvendo=
r' '--with-bzlib' '--without-dps' '--without-fp
x' '--without-jbig' '--with-webp' '--with-jpeg' '--without-jp2' '--with-lcm=
s2' '--with-lzma' '--with-png' '--with-tiff' '--with-ttf' '--without-wmf' '=
--with-fontpath=3D/usr/share/fonts' '--with
-gs-font-dir=3D/usr/share/fonts/urw-fonts' '--with-windows-font-dir=3D/usr/
Final Build Parameters:
CC =3D x86_64-pc-linux-gnu-gcc
CFLAGS =3D -fopenmp -g -O2 -Wall -pthread
CPPFLAGS =3D -I/usr/include/freetype2 -I/usr/include/libxml2
CXX =3D x86_64-pc-linux-gnu-g++
CXXFLAGS =3D -pthread
LDFLAGS =3D
LIBS =3D -lwebp -lwebpmux -llcms2 -ltiff -lfreetype -ljpeg -lpng16 -l=
lzma -lbz2 -lxml2 -lz -lzstd -lm -lpthread
Am I missing out on something, or did I find a bug here?
--
Freundliche Gr=FC=DFe
Michael Melcher
Linux System Administrator
IT-Architektur & Support
Tel.: 06 21-52 00 78 - 109 - Fax: 06 21-52 00 78 - 20
E-Mail: [email protected]<mailto:[email protected]>
Fasihi GmbH - Ludwig-Reichling-Stra=DFe 6 - 67059 Ludwigshafen
Gesch=E4ftsf=FChrer Saeid Fasihi, Rolf Lutzer - Firmensitz Ludwigshafen a. =
Rh.
Amtsgericht Ludwigshafen - HRB 60601
Preistr=E4ger Gro=DFer Preis des Mittelstandes 2014
Innovationspreistr=E4ger Rheinland-Pfalz 2011
Ausgezeichnet f=FCr innovative Anwendungen und Verfahren der Informations- =
und Kommunikationstechnologien
Besuchen Sie uns auch unter
Homepage: https://www.fasihi.net<https://www.fasihi.net/>
Link WEB inFACTORY: https://www.webinfactory.de<https://www.webinfactory.de=
/>
Link Gro=DFer Preis des Mittelstandes: https://www.fasihi.net/mittelstand
Link Innovationspreis: https://www.fasihi.net/innovationspreis
--_000_PAXP192MB1391EDE7E288FB9798329AE086949PAXP192MB1391EURP_
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-8859-=
1">
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"Cascadia Mono";
panose-1:2 11 6 9 2 0 0 2 0 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
span.E-MailFormatvorlage17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"DE" link=3D"#0563C1" vlink=3D"#954F72" style=3D"word-wrap:bre=
ak-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Greetings,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">when building GM statically I get the above mentione=
d error followed by a SIGABRT<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">It does not matter whether I us=
e an Ubuntu system as build host and build the dependencies (libpng, libtif=
f, libjpeg, jasper, webp, lcms2 and freetype) from their current sources or=
whether I use a Gentoo system as build
system with “static-libs” and “pie” as useflags. A=
s soon as I configure with LDFLAGS=3D”-static-pie” CFLAGS=3D=
221;-fPIE” I get the following error:<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">The build systems are docker co=
ntainer. Hence the root user.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span lang=3D"EN-US" st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC=
;background:#0C0C0C;mso-fareast-language:DE">> ./gm convert -pointsize 1=
2 -font helvetica -size 100x caption:"test" -transparent
white test.png<br>
gm: magick/render.c:1061: DestroyDrawInfo: Assertion `draw_info->signatu=
re =3D=3D MagickSignature' failed.<br>
./gm convert: abort due to signal 6 (SIGABRT) "Abort"...<br>
</span><span style=3D"font-size:12.0pt;font-family:"Cascadia Mono"=
;;color:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE">Aborted (core d=
umped)<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span style=3D"font-siz=
e:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC;background:#0C=
0C0C;mso-fareast-language:DE"><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span style=3D"font-siz=
e:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC;background:#0C=
0C0C;mso-fareast-language:DE">> ldd ./gm<br>
statically linked</span><span st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";mso-fareast-l=
anguage:DE"><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span style=3D"font-siz=
e:12.0pt;font-family:"Cascadia Mono";mso-fareast-language:DE"><o:=
p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span lang=3D"EN-US" st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC=
;background:#0C0C0C;mso-fareast-language:DE">> ./gm version<br>
GraphicsMagick 1.3.36 20201226 Q32 </span><span style=3D"font-size:12.0pt;f=
ont-family:"Cascadia Mono";color:#CCCCCC;background:#0C0C0C;mso-f=
areast-language:DE"><a href=3D"http://www.GraphicsMagick.org/"><span lang=
=3D"EN-US">http://www.GraphicsMagick.org/</span></a></span><span lang=3D"EN=
-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:=
#CCCCCC;background:#0C0C0C;mso-fareast-language:DE"><br>
Copyright (C) 2002-2020 GraphicsMagick Group.<br>
Additional copyrights and licenses apply to this software.<br>
See </span><span style=3D"font-size:12.0pt;font-family:"Cascadia Mono&=
quot;;color:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE"><a href=3D"=
http://www.GraphicsMagick.org/www/Copyright.html"><span lang=3D"EN-US">http=
://www.GraphicsMagick.org/www/Copyright.html</span></a></span><span lang=3D=
"EN-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";col=
or:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE">
for details.<br>
<br>
Feature Support:<br>
Native Thread Safe y=
es<br>
Large Files (> 32 bit) yes<br>
Large Memory (> 32 bit) yes<br>
BZIP &nbs=
p; no<br>
DPS  =
; n=
o<br>
FlashPix =
no<br>
FreeType =
no<br>
Ghostscript (Library) no<br>
JBIG &nbs=
p; no<br>
JPEG-2000  =
; no<br>
JPEG &nbs=
p; yes<br=
>
Little CMS &nbs=
p; yes<br>
Loadable Modules &nbs=
p; no<br>
Solaris mtmalloc &nbs=
p; no<br>
Google perftools tcmalloc no<br>
OpenMP &n=
bsp; no<br>
PNG  =
; n=
o<br>
TIFF &nbs=
p; no<br>
TRIO &nbs=
p; no<br>
Solaris umem &n=
bsp; no<br>
WebP &nbs=
p; yes<br=
>
WMF &nbs=
p; n=
o<br>
X11  =
; n=
o<br>
XML  =
; n=
o<br>
ZLIB &nbs=
p; no<br>
<br>
Host type: x86_64-pc-linux-gnu<br>
<br>
Configured using the command:<br>
./configure '--prefix=3D/usr' '--build=3Dx86_64-pc-linux-gnu' =
'--host=3Dx86_64-pc-linux-gnu' '--mandir=3D/usr/share/man' '--infodir=3D/us=
r/share/info' '--datadir=3D/usr/share' '--sysconfdir=3D/etc' '--l<br>
ocalstatedir=3D/var/lib' '--enable-dependency-tracking' '--disable-silent-r=
ules' '--docdir=3D/usr/share/doc/graphicsmagick-1.3.36' '--htmldir=3D/usr/s=
hare/doc/graphicsmagick-1.3.36/html' '--with-sy<br>
sroot=3D/' '--libdir=3D/usr/lib64' '--enable-openmp' '--enable-largefile' '=
--disable-shared' '--enable-static' '--disable-prof' '--disable-gcov' '--di=
sable-magick-compat' '--with-threads' '--with<br>
out-modules' '--with-quantum-depth=3D32' '--without-frozenpaths' '--with-ma=
gick-plus-plus' '--without-perl' '--with-perl-options=3DINSTALLDIRS=3Dvendo=
r' '--with-bzlib' '--without-dps' '--without-fp<br>
x' '--without-jbig' '--with-webp' '--with-jpeg' '--without-jp2' '--with-lcm=
s2' '--with-lzma' '--with-png' '--with-tiff' '--with-ttf' '--without-wmf' '=
--with-fontpath=3D/usr/share/fonts' '--with<br>
-gs-font-dir=3D/usr/share/fonts/urw-fonts' '--with-windows-font-dir=3D/usr/=
<br>
<br>
Final Build Parameters:<br>
CC =3D x86_64-pc-linux-gnu-gcc<b=
r>
CFLAGS =3D -fPIE -g -Wall -pthread<br>
CPPFLAGS =3D -I/usr/include/freetype2<br>
CXX =3D x86_64-pc-linux-gnu-g++<br>
CXXFLAGS =3D -pthread<br>
LDFLAGS =3D -static-pie -g<br>
LIBS =3D -lwebp -lwebpmux -llcms2 -ljpeg -lm=
-lpthread</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family=
:"Cascadia Mono";mso-fareast-language:DE"><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span lang=3D"EN-US" st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";mso-fareast-l=
anguage:DE"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">The config.log gives a warning =
about getpwnam_r:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span lang=3D"EN-US" st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:#881798=
;background:#0C0C0C;mso-fareast-language:DE">config.log</span><span lang=3D=
"EN-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";col=
or:#3A96DD;background:#0C0C0C;mso-fareast-language:DE">:</span><span lang=
=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";=
color:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE">/root/GraphicsMag=
ick-1.3.36/conftest.c:134:
warning: Using '</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font=
-family:"Cascadia Mono";color:#E74856;background:#0C0C0C;mso-fare=
ast-language:DE">getpwnam_r</span><span lang=3D"EN-US" style=3D"font-size:1=
2.0pt;font-family:"Cascadia Mono";color:#CCCCCC;background:#0C0C0=
C;mso-fareast-language:DE">'
in statically linked applications requires at runtime the shared libraries=
from the glibc version used for linking</span><span lang=3D"EN-US" style=
=3D"font-size:12.0pt;font-family:"Cascadia Mono";mso-fareast-lang=
uage:DE"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Not sure if that is related or =
not, but worth mentioning.<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Building without these LDFLAGS =
and CFLAGS I end up with a dynamically linked binary that does not run into=
that issue:<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"background:#0C0C0C"><span lang=3D"EN-US" st=
yle=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:#E74856=
;background:#0C0C0C;mso-fareast-language:DE">bbe804928fbd
</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cas=
cadia Mono";color:#3B78FF;background:#0C0C0C;mso-fareast-language:DE">=
~/GraphicsMagick-1.3.36/utilities #</span><span lang=3D"EN-US" style=3D"fon=
t-size:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC;backgroun=
d:#0C0C0C;mso-fareast-language:DE">
./gm convert -pointsize 12 -font helvetica -size 100x caption:"test&q=
uot; -transparent white test.png<br>
</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cas=
cadia Mono";color:#E74856;background:#0C0C0C;mso-fareast-language:DE">=
bbe804928fbd
</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cas=
cadia Mono";color:#3B78FF;background:#0C0C0C;mso-fareast-language:DE">=
~/GraphicsMagick-1.3.36/utilities #</span><span lang=3D"EN-US" style=3D"fon=
t-size:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC;backgroun=
d:#0C0C0C;mso-fareast-language:DE">
ldd ./gm<br>
linux-vdso.so.1 (0x00007fff88116=
000)<br>
libwebp.so.7 =3D> /usr/lib64/=
libwebp.so.7 (0x00007fccc26c8000)<br>
libwebpmux.so.3 =3D> /usr/lib=
64/libwebpmux.so.3 (0x00007fccc26bc000)<br>
liblcms2.so.2 =3D> /usr/lib64=
/liblcms2.so.2 (0x00007fccc2659000)<br>
libtiff.so.5 =3D> /usr/lib64/=
libtiff.so.5 (0x00007fccc25d6000)<br>
libfreetype.so.6 =3D> /usr/li=
b64/libfreetype.so.6 (0x00007fccc250f000)<br>
libjpeg.so.62 =3D> /usr/lib64=
/libjpeg.so.62 (0x00007fccc247d000)<br>
libpng16.so.16 =3D> /usr/lib6=
4/libpng16.so.16 (0x00007fccc2444000)<br>
liblzma.so.5 =3D> /lib64/libl=
zma.so.5 (0x00007fccc241c000)<br>
libbz2.so.1 =3D> /lib64/libbz=
2.so.1 (0x00007fccc2409000)<br>
libxml2.so.2 =3D> /usr/lib64/=
libxml2.so.2 (0x00007fccc229d000)<br>
libz.so.1 =3D> /lib64/libz.so=
.1 (0x00007fccc2283000)<br>
libzstd.so.1 =3D> /usr/lib64/=
libzstd.so.1 (0x00007fccc2179000)<br>
libm.so.6 =3D> /lib64/libm.so=
.6 (0x00007fccc2037000)<br>
libpthread.so.0 =3D> /lib64/l=
ibpthread.so.0 (0x00007fccc2017000)<br>
libgomp.so.1 =3D> /usr/lib/gc=
c/x86_64-pc-linux-gnu/11.2.0/libgomp.so.1 (0x00007fccc1fd3000)<br>
libc.so.6 =3D> /lib64/libc.so=
.6 (0x00007fccc1e19000)<br>
libdl.so.2 =3D> /lib64/libdl.=
so.2 (0x00007fccc1e13000)<br>
/lib64/ld-linux-x86-64.so.2 (0x0=
0007fccc297c000)<br>
</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cas=
cadia Mono";color:#E74856;background:#0C0C0C;mso-fareast-language:DE">=
bbe804928fbd
</span><span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cas=
cadia Mono";color:#3B78FF;background:#0C0C0C;mso-fareast-language:DE">=
~/GraphicsMagick-1.3.36/utilities #</span><span lang=3D"EN-US" style=3D"fon=
t-size:12.0pt;font-family:"Cascadia Mono";color:#CCCCCC;backgroun=
d:#0C0C0C;mso-fareast-language:DE">
./gm version<br>
GraphicsMagick 1.3.36 20201226 Q32 </span><span style=3D"font-size:12.0pt;f=
ont-family:"Cascadia Mono";color:#CCCCCC;background:#0C0C0C;mso-f=
areast-language:DE"><a href=3D"http://www.GraphicsMagick.org/"><span lang=
=3D"EN-US">http://www.GraphicsMagick.org/</span></a></span><span lang=3D"EN=
-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";color:=
#CCCCCC;background:#0C0C0C;mso-fareast-language:DE"><br>
Copyright (C) 2002-2020 GraphicsMagick Group.<br>
Additional copyrights and licenses apply to this software.<br>
See </span><span style=3D"font-size:12.0pt;font-family:"Cascadia Mono&=
quot;;color:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE"><a href=3D"=
http://www.GraphicsMagick.org/www/Copyright.html"><span lang=3D"EN-US">http=
://www.GraphicsMagick.org/www/Copyright.html</span></a></span><span lang=3D=
"EN-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mono";col=
or:#CCCCCC;background:#0C0C0C;mso-fareast-language:DE">
for details.<br>
<br>
Feature Support:<br>
Native Thread Safe y=
es<br>
Large Files (> 32 bit) yes<br>
Large Memory (> 32 bit) yes<br>
BZIP &nbs=
p; yes<br=
>
DPS  =
; n=
o<br>
FlashPix =
no<br>
FreeType =
yes<br>
Ghostscript (Library) no<br>
JBIG &nbs=
p; no<br>
JPEG-2000  =
; no<br>
JPEG &nbs=
p; yes<br=
>
Little CMS &nbs=
p; yes<br>
Loadable Modules &nbs=
p; no<br>
Solaris mtmalloc &nbs=
p; no<br>
Google perftools tcmalloc no<br>
OpenMP &n=
bsp; yes (201511 &quo=
t;4.5")<br>
PNG  =
; y=
es<br>
TIFF &nbs=
p; yes<br=
>
TRIO &nbs=
p; no<br>
Solaris umem &n=
bsp; no<br>
WebP &nbs=
p; yes<br=
>
WMF  =
; n=
o<br>
X11  =
; n=
o<br>
XML  =
; y=
es<br>
ZLIB &nbs=
p; yes<br=
>
<br>
Host type: x86_64-pc-linux-gnu<br>
<br>
Configured using the command:<br>
./configure '--prefix=3D/usr' '--build=3Dx86_64-pc-linux-gnu' =
'--host=3Dx86_64-pc-linux-gnu' '--mandir=3D/usr/share/man' '--infodir=3D/us=
r/share/info' '--datadir=3D/usr/share' '--sysconfdir=3D/etc' '--l<br>
ocalstatedir=3D/var/lib' '--enable-dependency-tracking' '--disable-silent-r=
ules' '--docdir=3D/usr/share/doc/graphicsmagick-1.3.36' '--htmldir=3D/usr/s=
hare/doc/graphicsmagick-1.3.36/html' '--with-sy<br>
sroot=3D/' '--libdir=3D/usr/lib64' '--enable-openmp' '--enable-largefile' '=
--disable-shared' '--enable-static' '--disable-prof' '--disable-gcov' '--di=
sable-magick-compat' '--with-threads' '--with<br>
out-modules' '--with-quantum-depth=3D32' '--without-frozenpaths' '--with-ma=
gick-plus-plus' '--without-perl' '--with-perl-options=3DINSTALLDIRS=3Dvendo=
r' '--with-bzlib' '--without-dps' '--without-fp<br>
x' '--without-jbig' '--with-webp' '--with-jpeg' '--without-jp2' '--with-lcm=
s2' '--with-lzma' '--with-png' '--with-tiff' '--with-ttf' '--without-wmf' '=
--with-fontpath=3D/usr/share/fonts' '--with<br>
-gs-font-dir=3D/usr/share/fonts/urw-fonts' '--with-windows-font-dir=3D/usr/=
<br>
<br>
Final Build Parameters:<br>
CC =3D x86_64-pc-linux-gnu-gcc<b=
r>
CFLAGS =3D -fopenmp -g -O2 -Wall -pthread<br>
CPPFLAGS =3D -I/usr/include/freetype2 -I/usr/include/libxml2<br>
CXX =3D x86_64-pc-linux-gnu-g++<br>
CXXFLAGS =3D -pthread<br>
LDFLAGS =3D<br>
LIBS =3D -lwebp -lwebpmux -llcms2 -ltiff -lf=
reetype -ljpeg -lpng16 -llzma -lbz2 -lxml2 -lz -lzstd -lm -lpthread</span><=
span lang=3D"EN-US" style=3D"font-size:12.0pt;font-family:"Cascadia Mo=
no";mso-fareast-language:DE"><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US">Am I missing out on something, =
or did I find a bug here?<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US"><o:p> </o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">--<o:p></o:p></sp=
an></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Freundliche Gr=FC=
=DFe<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o:p>=
</span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:black;mso-fareast-language:DE">Michael Melche=
r<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Linux System Admi=
nistrator<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;color:black;mso-fareast-language:DE">IT=
-Architektur & Support<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;color:black;mso-fareast-language:DE"><o=
:p> </o:p></span></p>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;color:black;mso-fareast-language:DE">Te=
l.: 06 21-52 00 78 - 109 - Fax: 06 21-52 00 78 - 20<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">E-Mail:
<a href=3D"mailto:[email protected]"><span style=3D"color:#0563C1"=
>[email protected]</span></a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o:p>=
</span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:black;mso-fareast-language:DE">Fasihi GmbH</s=
pan></b><span style=3D"font-size:10.0pt;font-family:"Arial",sans-=
serif;color:black;mso-fareast-language:DE"> – Ludwig-Reichling-Stra=
=DFe
6 - 67059 Ludwigshafen<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Gesch=E4ftsf=FChr=
er Saeid Fasihi, Rolf Lutzer - Firmensitz Ludwigshafen a. Rh.<o:p></o:p></s=
pan></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Amtsgericht Ludwi=
gshafen - HRB 60601<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o:p>=
</span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial",sans-serif;color:red;mso-fareast-language:DE">Preistr=E4ger Gr=
o=DFer Preis des Mittelstandes 2014
<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Innovationspreist=
r=E4ger Rheinland-Pfalz 2011<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Ausgezeichnet f=
=FCr innovative Anwendungen und Verfahren der Informations- und Kommunikati=
onstechnologien<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE"><o:p> </o:p>=
</span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Besuchen Sie uns =
auch unter<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Homepage:
</span><span style=3D"font-size:10.0pt;font-family:"Arial",sans-s=
erif;mso-fareast-language:DE"><a href=3D"https://www.fasihi.net/"><span sty=
le=3D"color:#0563C1">https://www.fasihi.net</span></a><o:p></o:p></span></p=
>
<p class=3D"MsoNormal"><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-=
family:"Arial",sans-serif;color:black;mso-fareast-language:DE">Li=
nk WEB inFACTORY:
</span><span lang=3D"EN-US" style=3D"font-size:10.0pt;font-family:"Ari=
al",sans-serif;mso-fareast-language:DE"><a href=3D"https://www.webinfa=
ctory.de/"><span style=3D"color:#0563C1">https://www.webinfactory.de</span>=
</a><u><span style=3D"color:#0563C1"><o:p></o:p></span></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Link Gro=DFer Pre=
is des Mittelstandes:
</span><span style=3D"font-size:10.0pt;font-family:"Arial",sans-s=
erif;mso-fareast-language:DE"><a href=3D"https://www.fasihi.net/mittelstand=
"><span style=3D"color:#0563C1">https://www.fasihi.net/mittelstand</span></=
a><span style=3D"color:black">
<o:p></o:p></span></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.0pt;font-family:"Ar=
ial",sans-serif;color:black;mso-fareast-language:DE">Link Innovationsp=
reis:
</span><span style=3D"font-size:10.0pt;font-family:"Arial",sans-s=
erif;mso-fareast-language:DE"><a href=3D"https://www.fasihi.net/innovations=
preis"><span style=3D"color:#0563C1">https://www.fasihi.net/innovationsprei=
s</span></a><span style=3D"color:black"><o:p></o:p></span></span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>
--_000_PAXP192MB1391EDE7E288FB9798329AE086949PAXP192MB1391EURP_--
--===============5732466302030652021==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--===============5732466302030652021==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Graphicsmagick-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/graphicsmagick-bugs
--===============5732466302030652021==--