pkgsrc-Bugs archive

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

pkg/47801: "gnome" pkg option broken in devel/xulrunner



>Number:         47801
>Category:       pkg
>Synopsis:       "gnome" pkg option broken in devel/xulrunner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue May 07 14:20:00 +0000 2013
>Originator:     Anders Lindgren
>Release:        NetBSD-6.1_RC4/amd64 + pkgsrc 2013Q1
>Organization:
>Environment:
# uname -a
NetBSD gosefnutt 6.1_RC4 NetBSD 6.1_RC4 (GENERIC) amd64
>Description:
If "gnome" is present in PKG_DEFAULT_OPTIONS in mk.conf, www/firefox and 
devel/xulrunner fail to install because of a non-existent file:

In devel/xulrunner:

    # make show-options
    Any of the following general options may be selected:
            debug    Enable debugging facilities in the package.
            gnome    Enable GNOME support.
            mozilla-jemalloc        Enable building with Mozilla'a jemalloc.
            pulseaudio       Enable support for the PulseAudio sound server.
     
    These options are enabled by default:
     
    These options are currently enabled:
            gnome pulseaudio
     
    You can select which build options to use by setting PKG_DEFAULT_OPTIONS
    or PKG_OPTIONS.xulrunner.
    # make install
    => Bootstrap dependency digest>=20010302: found digest-20121220
    ===> Building binary package for xulrunner-19.0.2nb1
    => Creating binary package /usr/pkgsrc/packages/All/xulrunner-19.0.2nb1.tgz
    pkg_create: can't stat 
`/usr/pkgsrc/devel/xulrunner/work/.destdir/usr/pkg/lib/xulrunner/components/libnkgnomevfs.so'
    pkg_create: lstat failed for file 
lib/xulrunner/components/libnkgnomevfs.so: No such file or directory
    *** Error code 2
     
    Stop.
    make: stopped in /usr/pkgsrc/devel/xulrunner
    *** Error code 1
     
    Stop.
    make: stopped in /usr/pkgsrc/devel/xulrunner

>How-To-Repeat:
Put "gnome" i PKG_DEFAULT_OPTIONS, build e.g. www/firefox.

>Fix:
Removing "gnome" from PKG_DEFAULT_OPTIONS makes the packaging and installation 
succeed.



Home | Main Index | Thread Index | Old Index