pkgsrc-Users archive

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

Re: xulrunner uses firefox options



On Sun 08 Oct 2017 at 00:56:02 +0200, Rhialto wrote:
> Presumably it wants oss because I have "PKG_OPTIONS.firefox += oss -alsa".
> Okay... but this isn't Firefox. And ../../www/firefox45/options.mk,
> which is used to define the available options, does support the oss
> option anyway.
> 
> Adding PKG_OPTIONS.xulrunner45 += -oss doesn't help...

So, I worked around that problem by putting a conditional around itin my
mk.conf.

PKG_OPTIONS.firefox += -alsa
.if empty(.CURDIR:M*/devel/xulrunner45) # if NOT in xulrunner45
  PKG_OPTIONS.firefox += oss
.endif

But now at the end of package creation, some files seem to be missing:

=> Checking file-check results for xulrunner45-45.9.0
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /pkg_comp/obj/pkgsrc/devel/xulrunner45/default/.destdir/usr/pkg:
ERROR:         /pkg_comp/obj/pkgsrc/devel/xulrunner45/default/.destdir/usr/pkg/include/xulrunner45/GStreamerDecoder.h
ERROR:         /pkg_comp/obj/pkgsrc/devel/xulrunner45/default/.destdir/usr/pkg/include/xulrunner45/GStreamerFormatHelper.h
ERROR:         /pkg_comp/obj/pkgsrc/devel/xulrunner45/default/.destdir/usr/pkg/include/xulrunner45/GStreamerLoader.h
ERROR:         /pkg_comp/obj/pkgsrc/devel/xulrunner45/default/.destdir/usr/pkg/include/xulrunner45/GStreamerReader.h
*** Error code 1

Stop.
make[1]: stopped in /usr/pkgsrc/devel/xulrunner45
*** Error code 1

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- Wayland: Those who don't understand X
\X/ rhialto/at/falu.nl      -- are condemned to reinvent it. Poorly.

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index