> t/t30t1font.......#     Failed test (t/t30t1font.t at line 131)
> # Looks like you failed 1 tests of 64.

Hi,

looking at this more closely:

[...]
ok 17 - disable t1log
not ok 18 - enable t1log
#     Failed test (t/t30t1font.t at line 131)

Test 18 calls 'init(t1log=>1)' in Imager.pm, leading to
'i_init_fonts($parms{'t1log'}' in font.c, which calls
T1_InitLib() in the t1lib library.

The problem is that t1lib 5.1.0 has introduced a check for multiple
initializations in T1_InitLib() - it can now only be called once.
There's no alternative way to activate the logfile afterwards, AFAICT,
so it must be done at initialization time.

The Imager Perl module calls i_init_fonts() in a BEGIN block,
so there's no way to activate the logfile at all with it.

I guess the best fix would be for t1lib to provide a facility
for enabling/disabling the logfile after initialization...

Cheers,
-- 
Niko Tyni               [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to