[Bug 218569] www/firefox: GTK2 option no longer valid

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 11 19:14:21 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218569

            Bug ID: 218569
           Summary: www/firefox: GTK2 option no longer valid
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko at FreeBSD.org
          Reporter: rezny at freebsd.org
             Flags: maintainer-feedback?(gecko at FreeBSD.org)
          Assignee: gecko at FreeBSD.org

Created attachment 181695
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181695&action=edit
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=browser
  --enable-official-branding
  --prefix=/usr/local
  --enable-jemalloc=4
  --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=/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-gtk2
  --enable-update-channel=release
  --enable-pie
  --with-pthreads
  --enable-extensions=default
  --enable-necko-protocols=default
  --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=1
  MOZ_OPTIMIZE_FLAGS=-O3 -O3
  MOZ_GOOGLE_API_KEY=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8
  MOZ_JEMALLOC4=1
  PERL=/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/configure/__init__.py",
line 344, in run
    self._value_for(option)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/__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] = self.func(instance, *args)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/__init__.py",
line 456, in _value_for_option
    value, option_string = self._helper.handle(option)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/options.py",
line 466, in handle
    ret = option.get_value(arg, origin)
  File
"/usr/obj/usr/ports/www/firefox/work/firefox-53.0/python/mozbuild/mozbuild/configure/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'

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list