Thread: issue firefox
View Single Post
  #3   (View Single Post)  
Old 16th May 2016
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

Hi Shep,
I've destroy my config, and reinstall NetBSD 7.0 for ARMv6 (raspberry PI3), i installed pkgsrc2016Q1, i can compile Xfce4.
But for firefox i've issue, Then i put in /etc/mk.conf
> ALLOW_VULNERABLE_PACKAGES= yes

But the compilation stay locked, this is my output :

Code:
 make reinstall
=> Bootstrap dependency digest>=20010302: found digest-20160304
=> Checksum SHA1 OK for firefox-45.0.1.source.tar.xz
=> Checksum RMD160 OK for firefox-45.0.1.source.tar.xz
=> Checksum SHA512 OK for firefox-45.0.1.source.tar.xz
===> Installing dependencies for firefox-45.0.1
==========================================================================
The supported build options for firefox are:

        alsa debug debug-info gnome mozilla-jemalloc
        official-mozilla-branding oss pulseaudio webrtc

The currently selected options are:

        pulseaudio

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

        PKG_OPTIONS.firefox (not defined)

==========================================================================
==========================================================================
The following variables will affect the build process of this package,
firefox-45.0.1.  Their current value is shown below:

        * JPEG_DEFAULT = jpeg
        * PYTHON_VERSION_DEFAULT = 27
        * SSLBASE = /usr
        * SSLCERTS = /etc/openssl/certs
        * SSLDIR = /etc/openssl
        * SSLKEYS = /etc/openssl/private

Based on these variables, the following variables have been set:

        * JPEGBASE (defined, but empty)
        * JPEG_TYPE = jpeg
        * PYPACKAGE = python27

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Tool dependency autoconf213>=2.13: found autoconf213-2.13nb5
=> Tool dependency gmake>=3.81: found gmake-4.1nb2
=> Tool dependency perl>=5.0: found perl-5.22.1
=> Tool dependency pkg-config>=0.25: found pkg-config-0.29
=> Tool dependency zip-[0-9]*: found zip-3.0nb3
=> Tool dependency zip-[0-9]*: found zip-3.0nb3
=> Tool dependency zip-[0-9]*: found zip-3.0nb3
=> Tool dependency zip-[0-9]*: found zip-3.0nb3
=> Build dependency py27-sqlite2-[0-9]*: found py27-sqlite2-2.6.3nb10
=> Build dependency x11-links>=1.01: found x11-links-1.01
=> Build dependency python27>=2.7.1nb2: found python27-2.7.11nb2
=> Full dependency libffi>=3.0.11: found libffi-3.2.1nb1
=> Full dependency nspr>=4.10.10: NOT found
=> Verifying bin-install for ../../devel/nspr
===> Binary install for nspr>=4.10.10
=> Installing nspr>=4.10.10 from /usr/pkgsrc/packages/All;ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/earmv6hf/7.99/All
pkg_add: Can't process ftp://ftp.NetBSD.org:21/pub/pkgsrc/packages/NetBSD/earmv6hf/7.99/All/nspr*: File unavailable (e.g., file not found, no access)
pkg_add: no pkg found for 'nspr>=4.10.10', sorry.
pkg_add: 1 package addition failed
=> No binary package found for nspr>=4.10.10; installing from source.
=> Bootstrap dependency digest>=20010302: found digest-20160304
=> Checksum SHA1 OK for nspr-4.12.tar.gz
=> Checksum RMD160 OK for nspr-4.12.tar.gz
=> Checksum SHA512 OK for nspr-4.12.tar.gz
===> Installing dependencies for nspr-4.12nb1
=> Tool dependency autoconf>=2.50: NOT found
=> Verifying bin-install for ../../devel/autoconf
===> Binary install for autoconf>=2.50
=> Installing autoconf>=2.50 from /usr/pkgsrc/packages/All;ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/earmv6hf/7.99/All
pkg_add: Can't process ftp://ftp.NetBSD.org:21/pub/pkgsrc/packages/NetBSD/earmv6hf/7.99/All/autoconf*: File unavailable (e.g., file not found, no access)
pkg_add: no pkg found for 'autoconf>=2.50', sorry.
pkg_add: 1 package addition failed
=> No binary package found for autoconf>=2.50; installing from source.
=> Bootstrap dependency digest>=20010302: found digest-20160304
=> Checksum SHA1 OK for autoconf-2.69.tar.gz
=> Checksum RMD160 OK for autoconf-2.69.tar.gz
=> Checksum SHA512 OK for autoconf-2.69.tar.gz
===> Installing dependencies for autoconf-2.69nb6
=> Build dependency help2man-[0-9]*: NOT found
=> Verifying bin-install for ../../converters/help2man
===> Binary install for help2man-[0-9]*
=> Installing help2man-[0-9]* from /usr/pkgsrc/packages/All;ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/earmv6hf/7.99/All
Can i do to get around this issue ?

Regards
Phipo
Reply With Quote