ports/185252: pango can't find fonts

paul beard paulbeard at gmail.com
Thu Jan 2 05:49:14 UTC 2014


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 at 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 at 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/


More information about the freebsd-ports-bugs mailing list