pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: On-going issues with cups-2.0.3
> D [17/Jun/2015:09:27:04 +0800] [Job 16] Can't use 'defined(@array)'
> (Maybe you should just omit the defined()?) at
> /usr/pkg/libexec/cups/filter/foomatic-rip-hplip line 1658.
>
> I'm not a perl programmer so I really have no idea how to fix this
> problem. But it certainly doesn't look like "omit the defined()" is
> going to fix things.
It should, actually. There's probably a line like
if (!defined(@foo)) { .....
just change that to
if (! @foo) { .....
Home |
Main Index |
Thread Index |
Old Index