Solved Firefox failed to build

Status
Not open for further replies.
Good day!

I'm tryin to update www/firefox and it fails with that error:
Code:
Creating config.status
Reticulating splines...
Finished reading 2786 moz.build files in 16.37s
Processed into 7830 build config descriptors in 15.59s
RecursiveMake backend executed in 13.93s
  2339 total backend files; 0 created; 0 updated; 2339 unchanged; 0 deleted; 37 -> 861 Makefile
FasterMake backend executed in 0.75s
  9 total backend files; 0 created; 0 updated; 9 unchanged; 0 deleted
Total wall time: 47.17s; CPU time: 37.43s; Efficiency: 79%; Untracked: 0.53s
gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake -j14 -C /usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0
gmake[4]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake[4]: warning: -jN forced in submake: disabling jobserver mode.
gmake[5]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
STOP!  /usr/ports/www/firefox/work/firefox-51.0.1/js/src/old-configure has changed and needs to be run again.
Please rerun it.
To ignore this message, touch "/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0/js/src/config.status",
but your build might not succeed.
gmake[5]: *** [Makefile:93: js/src/config.status] Error 1
gmake[5]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
gmake[4]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/config/rules.mk:523: default] Error 2
gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
gmake[3]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/client.mk:413: realbuild] Error 2
gmake[3]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake[2]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/client.mk:168: build] Error 2
gmake[2]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox

What can cause that? I'm disable RUST option, since it failed on devel/cargo. My options now:
Code:
# This file is auto-generated by 'make config'.
# Options for firefox-51.0.1_1,1
_OPTIONS_READ=firefox-51.0.1_1,1
_FILE_COMPLETE_OPTIONS_LIST=BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF GNOMEUI INTEGER_SAMPLES LIBPROXY OPTIMIZED_CFLAGS PGO PROFILE RUST TEST GTK2 GTK3 ALSA PULSEAUDIO SNDIO
OPTIONS_FILE_UNSET+=BUNDLED_CAIRO
OPTIONS_FILE_UNSET+=CANBERRA
OPTIONS_FILE_SET+=DBUS
OPTIONS_FILE_UNSET+=DEBUG
OPTIONS_FILE_UNSET+=DTRACE
OPTIONS_FILE_SET+=FFMPEG
OPTIONS_FILE_UNSET+=GCONF
OPTIONS_FILE_SET+=GNOMEUI
OPTIONS_FILE_UNSET+=INTEGER_SAMPLES
OPTIONS_FILE_UNSET+=LIBPROXY
OPTIONS_FILE_UNSET+=OPTIMIZED_CFLAGS
OPTIONS_FILE_UNSET+=PGO
OPTIONS_FILE_UNSET+=PROFILE
OPTIONS_FILE_UNSET+=RUST
OPTIONS_FILE_UNSET+=TEST
OPTIONS_FILE_UNSET+=GTK2
OPTIONS_FILE_SET+=GTK3
OPTIONS_FILE_UNSET+=ALSA
OPTIONS_FILE_UNSET+=PULSEAUDIO
OPTIONS_FILE_SET+=SNDIO
 
SirDice, yes, there is:
/etc/make.conf
Code:
CPUTYPE?=opteron-sse3
CFLAGS=-O2 -pipe -mtune=opteron-sse3
COPTFLAGS=-O2 -pipe -mtune=opteron-sse3
TARGET_ARCH=amd64
KERNCONF=SERV
NO_WERROR=yes
WERROR=-Wno-error
NO_INET6=true
NO_GAMES=true
NO_I4B=true
MAKE_JOBS_NUMBER=14
WITH_PKGNG=yes
MALLOC_PRODUCTION=yes

DISABLE_VULNERABILITIES=yes
FORCE_PKG_REGISTER=YES
NO_SUID_XSERVER=YES
NO_CHECKSUM=YES
LOCALIZED_LANG=ru
WITH_GNUSTEP_DEVEL=yes

WITH_BUNDLED_PCRE="YES"
WITH_KDE_PHONON="YES"

DEFAULT_VERSIONS+=      perl5=5.20 php5=56 ruby=2.2 ssl=openssl bdb=6 linux=f10 mysql=10.1m
 
Ok, that's what I was afraid of. You have some seriously bad and dangerous settings in there. Remove everything except the DEFAULT_VERSIONS and KERNCONF lines.

NEVER, ever, set FORCE_PKG_REGISTER unless you fully understand the consequences. WITH_PKGNG is useless on all versions above 10.0 (you don't have a choice anymore). MALLOC_PRODUCTION is not useful on anything but -CURRENT. Setting CFLAGS and COPTFLAGS is a big no-no. They negate any and all optimizations that are already done and will only make things worse, not better. DISABLE_VULNERABILITIES is just a really bad idea.
 
SirDice, I do all your recommendations and clean /etc/make.conf, but firefox building still fails :(
There is later output:
Code:
===>  Building for firefox-51.0.1_1,1
gmake[2]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake -f /usr/ports/www/firefox/work/firefox-51.0.1/client.mk realbuild CREATE_MOZCONFIG_JSON=
gmake[3]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1'
Adding client.mk options from /usr/ports/www/firefox/work/firefox-51.0.1/.mozconfig:
    MOZ_OBJDIR=/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0
    OBJDIR=/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0
    FOUND_MOZCONFIG=/usr/ports/www/firefox/work/firefox-51.0.1/.mozconfig
gmake[4]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1'
cp /usr/ports/www/firefox/work/firefox-51.0.1/.mozconfig /usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0/.mozconfig
cd /usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0
/usr/ports/www/firefox/work/firefox-51.0.1/configure
Reexecuting in the virtualenv
Adding configure options from /usr/ports/www/firefox/work/firefox-51.0.1/.mozconfig
  --enable-application=browser
  --enable-official-branding
  --prefix=/usr/local
  --enable-jemalloc=4
  --with-system-libevent
  --enable-system-ffi
  --with-system-graphite2
  --with-system-harfbuzz
  --enable-system-hunspell
  --with-system-icu
  --with-intl-api
  --with-system-jpeg=/usr/local
  --with-system-nspr
  --with-system-nss
  --with-system-png=/usr/local
  --enable-system-pixman
  --enable-system-sqlite
  --with-system-libvpx
  --with-system-vorbis
  --with-system-ogg
  --enable-chrome-format=omni
  --enable-default-toolkit=cairo-gtk3
  --enable-pie
  --with-pthreads
  --enable-extensions=default
  --enable-necko-protocols=default
  --with-system-zlib
  --with-system-bz2
  --disable-optimize
  --enable-startup-notification
  --disable-gconf
  --enable-gnomeui
  --disable-libproxy
  --disable-pulseaudio
  --enable-rust
  --disable-debug
  --disable-debug-symbols
  --enable-release
  --disable-dtrace
  --disable-profiling
  --disable-tests
  --enable-strip
  --enable-install-strip
  MOZ_JEMALLOC3=1
  MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
  MOZ_GOOGLE_OAUTH_API_KEY=IR1za9-1VK0zZ0f_O8MVFicn
  MOZ_JEMALLOC4=1
  PKG_CONFIG=pkgconf
  PERL=/usr/local/bin/perl
  CONFIG_SHELL=/bin/sh
  MOZ_GOOGLE_OAUTH_API_CLIENTID=996322985003.apps.googleusercontent.com
checking for a shell... /bin/sh
...............................................
checking if app-specific confvars.sh exists... /usr/ports/www/firefox/work/firefox-51.0.1/browser/confvars.sh
checking for gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 ... yes
checking MOZ_GTK3_CFLAGS... -I/usr/local/include/gtk-3.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libdrm -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -D_THREAD_SAFE -I/usr/local/include/gio-unix-2.0 -D_THREAD_SAFE -I/usr/local/include/atk-1.0 -pthread -I/usr/local/include/at-spi2-atk/2.0 -I/usr/local/include/at-spi-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/gtk-3.0/unix-print -D_THREAD_SAFE -pthread -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -pthread -pthread  
checking MOZ_GTK3_LIBS... -L/usr/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lpthread -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  
checking for gtk+-2.0 >= 2.18.0 gtk+-unix-print-2.0 glib-2.0 >= 2.22 gobject-2.0 gdk-x11-2.0... yes
checking MOZ_GTK2_CFLAGS... -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libdrm -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -I/usr/local/include/gtk-unix-print-2.0 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -pthread  
checking MOZ_GTK2_LIBS... -L/usr/local/lib -lgtk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lgdk-x11-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lpthread -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl  
checking for libstartup-notification-1.0 >= 0.8... yes
checking MOZ_STARTUP_NOTIFICATION_CFLAGS... -I/usr/local/include/startup-notification-1.0  
checking MOZ_STARTUP_NOTIFICATION_LIBS... -L/usr/local/lib -lstartup-notification-1  
checking for pango >= 1.22.0... yes
checking _PANGOCHK_CFLAGS... -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include  
checking _PANGOCHK_LIBS... -L/usr/local/lib -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl  
checking for pango >= 1.22.0 pangoft2 >= 1.22.0 pangocairo >= 1.22.0... yes
checking MOZ_PANGO_CFLAGS... -I/usr/local/include/pango-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/harfbuzz -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/libdrm -D_THREAD_SAFE  
checking MOZ_PANGO_LIBS... -L/usr/local/lib -lpangoft2-1.0 -lfontconfig -lfreetype -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo -lpthread  
checking for gio-2.0 >= 2.22... yes
checking MOZ_GIO_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -pthread  
checking MOZ_GIO_LIBS... -L/usr/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  
checking for libgnomeui-2.0 >= 2.2.0... yes
checking MOZ_GNOMEUI_CFLAGS... -I/usr/local/include/libgnomeui-2.0 -I/usr/local/include/libgnome-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/orbit-2.0 -pthread -I/usr/local/include/bonobo-activation-2.0 -pthread -DORBIT2=1 -pthread -I/usr/local/include/gconf/2 -pthread -I/usr/local/include/gnome-vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -pthread -D_REENTRANT -I/usr/local/include/libbonoboui-2.0 -pthread -DORBIT2=1 -pthread -I/usr/local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/libpng16 -I/usr/local/include/libdrm -I/usr/local/include/harfbuzz -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -pthread -I/usr/local/include/gail-1.0 -D_THREAD_SAFE -pthread -DORBIT2=1 -pthread -DORBIT2=1 -pthread -DORBIT2=1 -pthread -DORBIT2=1 -pthread -DORBIT2=1 -pthread -D_REENTRANT -pthread -I/usr/local/include/libxml2 -D_THREAD_SAFE -pthread -D_THREAD_SAFE -pthread -D_THREAD_SAFE -pthread -D_THREAD_SAFE -pthread -D_THREAD_SAFE -D_THREAD_SAFE -pthread -DORBIT2=1 -pthread -DORBIT2=1 -pthread -pthread -I/usr/local/include/gnome-keyring-1  
checking MOZ_GNOMEUI_LIBS... -L/usr/local/lib -lgnomeui-2 -lSM -lICE -lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lbonoboui-2 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lglib-2.0 -lgnome-2 -lpopt -lbonobo-2 -lglib-2.0 -lglib-2.0 -lbonobo-activation -lglib-2.0 -lORBit-2 -lglib-2.0 -lgnomecanvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lpthread -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf-2.0 -lgnomevfs-2 -lgconf-2 -lgthread-2.0 -lgmodule-2.0 -pthread -lglib-2.0 -lgobject-2.0 -lglib-2.0 -lintl  
checking for dbus-1 >= 0.60... yes
checking MOZ_DBUS_CFLAGS... -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include  
checking MOZ_DBUS_LIBS... -L/usr/local/lib -ldbus-1  
checking for dbus-glib-1 >= 0.60... yes
checking MOZ_DBUS_GLIB_CFLAGS... -I/usr/local/include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include  
checking MOZ_DBUS_GLIB_LIBS... -L/usr/local/lib -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 -lintl  
checking for libv4l2... yes
checking MOZ_LIBV4L2_CFLAGS... -I/usr/local/include  
checking MOZ_LIBV4L2_LIBS... -L/usr/local/lib -lv4l2  
checking for ogg >= 1.2.1... yes
checking MOZ_OGG_CFLAGS... -I/usr/local/include  
checking MOZ_OGG_LIBS... -L/usr/local/lib -logg  
checking for ogg_set_mem_functions... (cached) no
checking for vorbis vorbisenc >= 1.3.5... yes
checking MOZ_VORBIS_CFLAGS... -I/usr/local/include  
checking MOZ_VORBIS_LIBS... -L/usr/local/lib -lvorbis -lvorbisenc  
checking for vpx >= 1.5.0... yes
checking MOZ_LIBVPX_CFLAGS... -I/usr/local/include  
checking MOZ_LIBVPX_LIBS... -L/usr/local/lib -lvpx -lm  
checking for vpx/vpx_decoder.h... (cached) yes
checking for vpx_codec_dec_init_ver in -lvpx... (cached) yes
checking for vpx_mem/vpx_mem.h... (cached) no
checking MOZ_OSS_CFLAGS... 
checking for sys/soundcard.h... (cached) yes
checking for soundcard.h... (cached) no
checking for _oss_ioctl in -lossaudio... (cached) no
checking for wget... (cached) wget
checking for sqlite3 >= 3.14.1... yes
checking SQLITE_CFLAGS... -I/usr/local/include  
checking SQLITE_LIBS... -L/usr/local/lib -lsqlite3  
checking for SQLITE_SECURE_DELETE support in system SQLite... (cached) yes
checking for SQLITE_THREADSAFE support in system SQLite... (cached) yes
checking for SQLITE_ENABLE_FTS3 support in system SQLite... (cached) yes
checking for SQLITE_ENABLE_UNLOCK_NOTIFY support in system SQLite... (cached) yes
checking for SQLITE_ENABLE_DBSTAT_VTAB support in system SQLite... (cached) yes
checking for mallctl... (cached) yes
checking for nallocx... (cached) yes
checking for __cxa_demangle... (cached) yes
checking for unwind.h... (cached) yes
checking for _Unwind_Backtrace... (cached) yes
checking for -pipe support... yes
checking whether C compiler supports -fprofile-generate... yes
checking what kind of list files are supported by the linker... linkerscript
checking what kind of ordering can be done with the linker... linkerscript
checking for glib-2.0 >= 1.3.7 gobject-2.0... yes
checking GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include  
checking GLIB_LIBS... -L/usr/local/lib -lgobject-2.0 -lglib-2.0 -lintl  
checking for freetype2 >= 6.1.0... yes
checking FT2_CFLAGS... -I/usr/local/include/freetype2  
checking FT2_LIBS... -L/usr/local/lib -lfreetype  
checking for FT_Bitmap_Size.y_ppem... (cached) yes
checking for FT_GlyphSlot_Embolden... (cached) yes
checking for FT_Load_Sfnt_Table... (cached) yes
checking for fontconfig/fcfreetype.h... (cached) yes
checking for fontconfig >= 2.7.0... yes
checking _FONTCONFIG_CFLAGS... -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  
checking _FONTCONFIG_LIBS... -L/usr/local/lib -lfontconfig -lfreetype  
checking for pixman-1 >= 0.19.2... yes
checking MOZ_PIXMAN_CFLAGS... -I/usr/local/include/pixman-1  
checking MOZ_PIXMAN_LIBS... -L/usr/local/lib -lpixman-1  
checking for icu-i18n >= 50.1... yes
checking MOZ_ICU_CFLAGS... -I/usr/local/include  
checking MOZ_ICU_LIBS... -licui18n -L/usr/local/lib -licuuc -licudata  
checking for posix_fadvise... (cached) yes
checking for posix_fallocate... (cached) yes
creating ./config.data

Creating config.status
Reticulating splines...
Finished reading 2790 moz.build files in 16.62s
Processed into 7843 build config descriptors in 17.57s
RecursiveMake backend executed in 14.04s
  2353 total backend files; 0 created; 0 updated; 2353 unchanged; 0 deleted; 37 -> 865 Makefile
FasterMake backend executed in 0.76s
  9 total backend files; 0 created; 0 updated; 9 unchanged; 0 deleted
Total wall time: 49.55s; CPU time: 39.66s; Efficiency: 80%; Untracked: 0.56s
gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake -j6 -C /usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0
gmake[4]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake[4]: warning: -jN forced in submake: disabling jobserver mode.
gmake[5]: Entering directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
STOP!  /usr/ports/www/firefox/work/firefox-51.0.1/js/src/old-configure has changed and needs to be run again.
Please rerun it.
To ignore this message, touch "/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0/js/src/config.status",
but your build might not succeed.
gmake[5]: *** [Makefile:93: js/src/config.status] Error 1
gmake[5]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
gmake[4]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/config/rules.mk:523: default] Error 2
gmake[4]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0'
gmake[3]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/client.mk:413: realbuild] Error 2
gmake[3]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
gmake[2]: *** [/usr/ports/www/firefox/work/firefox-51.0.1/client.mk:168: build] Error 2
gmake[2]: Leaving directory '/usr/ports/www/firefox/work/firefox-51.0.1'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/www/firefox
*** Error code 1

Stop.
make: stopped in /usr/ports/www/firefox
Now I try to do recommendations from output:
touch "/usr/ports/www/firefox/work/firefox-51.0.1/obj-x86_64-unknown-freebsd11.0/js/src/config.status" && make MAKE_JOBS_UNSAFE=yes install clean
Building process starts, so I will see what happens.
 
stariq You show you know nothing about FreeBSD or operating systems or even computers by thinking third-party software not built correctly has anything to do with the operating system.
 
Status
Not open for further replies.
Back
Top