Date: Thu, 2 Jan 2014 05:50:01 GMT From: paul beard <paulbeard@gmail.com> To: gnome@FreeBSD.org Subject: Re: ports/185252: pango can't find fonts Message-ID: <201401020550.s025o19F044778@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/185252; it has been noted by GNATS. From: paul beard <paulbeard@gmail.com> To: freebsd-gnats-submit <FreeBSD-gnats-submit@freebsd.org>, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/185252: pango can't find fonts Date: Wed, 1 Jan 2014 21:49:12 -0800 --089e0122f6ae689dd304eef65a69 Content-Type: text/plain; charset=UTF-8 Not sure if this is a bug or just incorrect usage. non-root users can invoke pango and get result. UID 0 cannot. root: 41146: access("/usr/local/lib/libgmodule-2.0.so.0",0) = 0 (0x0) 41146: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761374) = 3 (0x3) 41146: open("../modules/pango.modules",O_RDONLY,0666) ERR#2 'No such file or directory' non-root: 41017: access("/usr/local/lib/libgmodule-2.0.so.0",0) = 0 (0x0) 41017: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761134) = 3 (0x3) 41017: open("/usr/local/lib/pango/1.8.0/modules.cache",O_RDONLY,0666) = 3 (0x3) 41017: open("/usr/local/etc/pango/pango.modules",O_RDONLY,0666) = 3 (0x3) 41017: stat("/usr/local/lib/pango/1.8.0/modules/pango-basic-fc.so",{ mode=-rwxr-xr-x ,inode=56008269,size=11499,blksize=16384 }) = 0 (0x0) 41017: open("/usr/local/lib/pango/1.8.0/modules/pango-basic-fc.so",O_RDONLY,06361253337) = 3 (0x3) On Sat, Dec 28, 2013 at 5:48 PM, paul beard <paulbeard@gmail.com> wrote: > 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, <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=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/ > -- Paul Beard / www.paulbeard.org/ --089e0122f6ae689dd304eef65a69 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Not sure if this is a bug or just incorrect usage. non-roo= t users can invoke pango and get result. UID 0 cannot.=C2=A0<div><br></div>= <div><p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,4= 8,225)"> root:</p><p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(= 83,48,225)">41146: access("/usr/local/lib/libgmodule-2.0.so.0",0)= =3D 0 (0x0)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41146: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,0277= 57761374) =3D 3 (0x3)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41146: open("../modules/pango.modules",O_RDONLY,0666) ERR#2 &#= 39;No such file or directory'</p></div><div><br></div><div>non-root:</d= iv> <div><p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,4= 8,225)">41017: access("/usr/local/lib/libgmodule-2.0.so.0",0) =3D= 0 (0x0)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41017: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,0277= 57761134) =3D 3 (0x3)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41017: open("/usr/local/lib/pango/1.8.0/modules.cache",O_RDONL= Y,0666) =3D 3 (0x3)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41017: open("/usr/local/etc/pango/pango.modules",O_RDONLY,0666= ) =3D 3 (0x3)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41017: stat("/usr/local/lib/pango/1.8.0/modules/pango-basic-fc.so&q= uot;,{ mode=3D-rwxr-xr-x ,inode=3D56008269,size=3D11499,blksize=3D16384 }) = =3D 0 (0x0)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo;color:rgb(83,48,225= )">41017: open("/usr/local/lib/pango/1.8.0/modules/pango-basic-fc.so&q= uot;,O_RDONLY,06361253337) =3D 3 (0x3)</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo"><br></p><p style= =3D"margin:0px;font-size:11px;font-family:Menlo"><br></p></div></div><div c= lass=3D"gmail_extra"><br><br><div class=3D"gmail_quote">On Sat, Dec 28, 201= 3 at 5:48 PM, paul beard <span dir=3D"ltr"><<a href=3D"mailto:paulbeard@= gmail.com" target=3D"_blank">paulbeard@gmail.com</a>></span> wrote:<br> <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p= x #ccc solid;padding-left:1ex"><div dir=3D"ltr">If the font called by rrdto= ol (how I'm using this) is DejaVu [Serif|Sans] the result is an empty p= ng file but no complaining about the missing pango.modules file.=C2=A0<div> <br></div><div><p style=3D"margin:0px;font-size:11px;font-family:Menlo"> 84476: access("/usr/local/lib/libgmodule-2.0.so.0",0) =3D 0 (0x0)= </p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo">84476: open("= /usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,027757761234) =3D 3 (0x3)= </p></div><div><br></div><div><p style=3D"margin:0px;font-size:11px;font-fa= mily:Menlo"> -rw-r--r--=C2=A0 1 root=C2=A0 wheel=C2=A0 0 Dec 28 17:42 /usr/local/www/tes= t.png</p><p style=3D"margin:0px;font-size:11px;font-family:Menlo"><br></p><= p style=3D"margin:0px;font-size:11px;font-family:Menlo">Change it to Times,= Courier, whatever and get these results:=C2=A0</p> <p style=3D"margin:0px;font-size:11px;font-family:Menlo"><br></p><p style= =3D"margin:0px;font-size:11px;font-family:Menlo">84842: access("/usr/l= ocal/lib/libgmodule-2.0.so.0",0) =3D 0 (0x0)</p><p style=3D"margin:0px= ;font-size:11px;font-family:Menlo"> 84842: open("/usr/local/lib/libgmodule-2.0.so.0",O_RDONLY,0277577= 61274) =3D 3 (0x3)</p><p style=3D"margin:0px;font-size:11px;font-family:Men= lo"> </p><p style=3D"margin:0px;font-size:11px;font-family:Menlo">84842: open(&q= uot;../modules/pango.modules",O_RDONLY,0666) ERR#2 'No such file o= r directory'</p></div><div><br></div><div><p style=3D"margin:0px;font-s= ize:11px;font-family:Menlo"> -rw-r--r--=C2=A0 1 root=C2=A0 wheel=C2=A0 13110 Dec 28 17:46 /usr/local/www= /test.png</p></div><div><br></div><div><br></div></div><div class=3D"gmail_= extra"><br><br><div class=3D"gmail_quote"><div class=3D"im">On Sat, Dec 28,= 2013 at 1:40 PM, <span dir=3D"ltr"><<a href=3D"mailto:FreeBSD-gnats-su= bmit@freebsd.org" target=3D"_blank">FreeBSD-gnats-submit@freebsd.org</a>>= ;</span> wrote:<br> </div><div><div class=3D"h5"><blockquote class=3D"gmail_quote" style=3D"mar= gin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you very = much for your problem report.<br> It has the internal identification `ports/185252'.<br> The individual assigned to look at your<br> report is: freebsd-ports-bugs.<br> <br> You can access the state of your problem report at any time<br> via this link:<br> <br> <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3D185252" target=3D"_= blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3D185252</a><br> <br> >Category: =C2=A0 =C2=A0 =C2=A0 ports<br> >Responsible: =C2=A0 =C2=A0freebsd-ports-bugs<br> >Synopsis: =C2=A0 =C2=A0 =C2=A0 pango can't find fonts<br> >Arrival-Date: =C2=A0 Sat Dec 28 21:40:00 UTC 2013<br> </blockquote></div></div></div><br><br clear=3D"all"><div class=3D"im"><div= ><br></div>-- <br>Paul Beard / <a href=3D"http://www.paulbeard.org/" target= =3D"_blank">www.paulbeard.org/</a><br> </div></div> </blockquote></div><br><br clear=3D"all"><div><br></div>-- <br>Paul Beard /= <a href=3D"http://www.paulbeard.org/">www.paulbeard.org/</a><br> </div> --089e0122f6ae689dd304eef65a69--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401020550.s025o19F044778>