From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 29 01:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3883995F for ; Sun, 29 Dec 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 244DE1AF7 for ; Sun, 29 Dec 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBT1o1m1001896 for ; Sun, 29 Dec 2013 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBT1o0jh001895; Sun, 29 Dec 2013 01:50:00 GMT (envelope-from gnats) Date: Sun, 29 Dec 2013 01:50:00 GMT Message-Id: <201312290150.rBT1o0jh001895@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: paul beard Subject: Re: ports/185252: pango can't find fonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: paul beard List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Dec 2013 01:50:01 -0000 The following reply was made to PR ports/185252; it has been noted by GNATS. From: paul beard To: freebsd-gnats-submit , freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/185252: pango can't find fonts Date: Sat, 28 Dec 2013 17:48:24 -0800 --20cf3003bd66d1fa0104eea285ea Content-Type: text/plain; charset=UTF-8 If the font called by rrdtool (how I'm using this) is DejaVu [Serif|Sans] the result is an empty png file but no complaining about the missing pango.modules file. 84476: access("/usr/local/lib/libgmodule-2.0.so.0",0) = 0 (0x0) 84476: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761234) = 3 (0x3) -rw-r--r-- 1 root wheel 0 Dec 28 17:42 /usr/local/www/test.png Change it to Times, Courier, whatever and get these results: 84842: access("/usr/local/lib/libgmodule-2.0.so.0",0) = 0 (0x0) 84842: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761274) = 3 (0x3) 84842: open("../modules/pango.modules",O_RDONLY,0666) ERR#2 'No such file or directory' -rw-r--r-- 1 root wheel 13110 Dec 28 17:46 /usr/local/www/test.png On Sat, Dec 28, 2013 at 1:40 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/185252'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=185252 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: pango can't find fonts > >Arrival-Date: Sat Dec 28 21:40:00 UTC 2013 > -- Paul Beard / www.paulbeard.org/ --20cf3003bd66d1fa0104eea285ea Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
If the font called by rrdtool (how I'm using this) is = DejaVu [Serif|Sans] the result is an empty png file but no complaining abou= t the missing pango.modules file.=C2=A0

84476: access("/usr/local/lib/libgmodule-2.0.so.0",0) =3D 0 (0x0)=

84476: open("= /usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761234) =3D 3 (0x3)=


-rw-r--r--=C2=A0 1 root=C2=A0 wheel=C2=A0 0 Dec 28 17:42 /usr/local/www/tes= t.png


<= p style=3D"margin:0px;font-size:11px;font-family:Menlo">Change it to Times,= Courier, whatever and get these results:=C2=A0


84842: access("/usr/l= ocal/lib/libgmodule-2.0.so.0",0) =3D 0 (0x0)

84842: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,0277577= 61274) =3D 3 (0x3)

84842: open(&q= uot;../modules/pango.modules",O_RDONLY,0666) ERR#2 'No such file o= r directory'


-rw-r--r--=C2=A0 1 root=C2=A0 wheel=C2=A0 13110 Dec 28 17:46 /usr/local/www= /test.png





On Sat, Dec 28, 2013 at 1:40 PM, = <FreeBSD-gnats-submit@freebsd.org> wrote:
Thank you very much for your problem report.=
It has the internal identification `ports/185252'.
The individual assigned to look at your
report is: freebsd-ports-bugs.

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=3D185252

>Category: =C2=A0 =C2=A0 =C2=A0 ports
>Responsible: =C2=A0 =C2=A0freebsd-ports-bugs
>Synopsis: =C2=A0 =C2=A0 =C2=A0 pango can't find fonts
>Arrival-Date: =C2=A0 Sat Dec 28 21:40:00 UTC 2013



--
Paul Beard /= www.paulbeard.org/
--20cf3003bd66d1fa0104eea285ea--