pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gimp PLIST error when svg is disabled



Mayuresh <mayuresh%acm.org@localhost> writes:

> ERROR: The following files are in > /usr/pkgsrc/graphics/gimp/work/.destdir/usr/pkg but not in the PLIST:
> ERROR: > /usr/pkgsrc/graphics/gimp/work/.destdir/usr/pkg/lib/gimp/2.0/plug-ins/file-svg/file-svg
>
> I have disabled mng and svg:
>
>         These options are enabled by default:
>                 mng svg
>
>         These options are currently enabled:
>
> But this PLIST entry looks ok:
>
>     314 ${PLIST.svg}lib/gimp/2.0/plug-ins/file-svg/file-svg

Typically, options (that result in files installed vs not) do several things
at once:

  set PLIST.foo to yes, include deps, and --enable-foo
or
  don't set PLIST.foo, don't include deps, and --disable-foo

In this case, it looks like svg was built anyway.  To debug, save the
build output, look at the configure command line, at what's bl3ed in,
and at the config logs.  It looks like a failure to really disable the
svg plugin.




Home | Main Index | Thread Index | Old Index