Skip Menu |

This queue is for tickets about the Imager CPAN distribution.

Report information
The Basics
Id: 65955
Status: resolved
Priority: 0/
Queue: Imager

People
Owner: Nobody in particular
Requestors: TONYC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: warns about autoload of non-method via inheritance in FT2
Date: Sun, 20 Feb 2011 23:46:02 +1100
To: undisclosed-recipients:;
From: tonyc [...] cpan.org
Run tests under 5.12.2 to reproduce.
On Sun Feb 20 07:47:53 2011, TONYC wrote: Show quoted text
> Run tests under 5.12.2 to reproduce.
The problem here was in NetBSD 5.1, the default libfreetype6.so is in a directory not in the shared library search path. And since lddlflags in the system perl includes -Wl,-R/usr/pkg/lib and -R is a short-hand version of -rpath, the LD_RUN_PATH set in the Makefile is ignored. This means that FT2.so fails to load in the XSLoader case, and it falls back to DynaLoader, which inherits from AutoLoader. Then we call some FT2 function which generates that warning.
Fixed in 0.82.