Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 19:14:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 218569] www/firefox: GTK2 option no longer valid
Message-ID:  <bug-218569-21738-RUpkVvW1yt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218569-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218569-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Rezny <rezny@freebsd.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gecko@FreeBSD.o=
rg:
Bug 218569: www/firefox: GTK2 option no longer valid
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218569



--- Description ---
Created attachment 181695
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D181695&action=
=3Dedit
remove GTK2 option

It appears that Firefox 53 has dropped support for GTK2 so that option is no
longer valid.


Reexecuting in the virtualenv
Adding configure options from
/usr/obj/usr/ports/www/firefox/work/firefox-53.0/.mozconfig
  --enable-application=3Dbrowser
  --enable-official-branding
  --prefix=3D/usr/local
  --enable-jemalloc=3D4
  --enable-system-cairo
  --with-system-libevent
  --enable-system-ffi
  --with-system-graphite2
  --with-system-harfbuzz
  --enable-system-hunspell
  --with-system-icu
  --with-intl-api
  --with-system-jpeg=3D/usr/local
  --with-system-nspr
  --with-system-nss
  --with-system-png=3D/usr/local
  --enable-system-pixman
  --enable-system-sqlite
  --with-system-libvpx
  --with-system-vorbis
  --with-system-ogg
  --enable-chrome-format=3Domni
  --enable-default-toolkit=3Dcairo-gtk2
  --enable-update-channel=3Drelease
  --enable-pie
  --with-pthreads
  --enable-extensions=3Ddefault
  --enable-necko-protocols=3Ddefault
  --with-system-zlib
  --with-system-bz2
  --enable-optimize
  --enable-startup-notification
  --disable-gconf
  --disable-gnomeui
  --disable-libproxy
  --enable-alsa
  --disable-pulseaudio
  --enable-rust
  --disable-debug
  --disable-debug-symbols
  --enable-release
  --enable-dtrace
  --disable-gold
  --disable-profiling
  --disable-tests
  --disable-strip
  --disable-install-strip
  MOZ_JEMALLOC3=3D1
  MOZ_OPTIMIZE_FLAGS=3D-O3 -O3
  MOZ_GOOGLE_API_KEY=3DAIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
  MOZ_JEMALLOC4=3D1
  PERL=3D/usr/local/bin/perl
checking for a shell... /bin/sh
checking for host system type... x86_64-unknown-freebsd11.0
checking for target system type... x86_64-unknown-freebsd11.0
checking whether cross compiling... no
checking for the target C compiler... /usr/bin/cc
checking whether the target C compiler can be used... yes
checking for llvm-config... not found
Traceback (most recent call last):
  File "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/configure.py", line
124, in <module>
    sys.exit(main(sys.argv))
  File "/usr/obj/usr/ports/www/firefox/work/firefox-53.0/configure.py", line
29, in main
    sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
conf
igure/__init__.py",
line 344, in run
    self._value_for(option)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
conf
igure/__init__.py",
line 412, in _value_for
    return self._value_for_option(obj)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
util
.py",
line 925, in method_call
    cache[args] =3D self.func(instance, *args)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
conf
igure/__init__.py",
line 456, in _value_for_option
    value, option_string =3D self._helper.handle(option)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
conf
igure/options.py",
line 466, in handle
    ret =3D option.get_value(arg, origin)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/=
conf
igure/options.py",
line 366, in get_value
    % (val, ', '.join("'%s'" % c for c in self.choices)))
mozbuild.configure.options.InvalidOptionError: 'cairo-gtk2' is not one of
'cairo-windows', 'cairo-gtk3', 'cairo-cocoa', 'cairo-uikit', 'cairo-android=
',
'cairo-gonk'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218569-21738-RUpkVvW1yt>