Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60059 - mozilla-firefox-0.9.3 and -r1 fail to compile
Summary: mozilla-firefox-0.9.3 and -r1 fail to compile
Status: RESOLVED DUPLICATE of bug 53508
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-11 08:14 UTC by Karl Trygve Kalleberg (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Trygve Kalleberg (RETIRED) gentoo-dev 2004-08-11 08:14:48 UTC
Trying to compile net-www/mozilla-firefox-0.9.3 
with -debug +gtk2 +ipv6 +java -moznoxft +truetype +xinerama

results in

gmake[3]: Entering directory `/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/extensions/negotiateauth'
nsHttpGssapiAuth.cpp
g++ -o nsHttpGssapiAuth.o -c -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DHAVE_DEPENDENT_LIBS -I/usr/include/heimdal  -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include/necko -I../../dist/include/pref -I../../dist/include/negotiateauth -I../../dist/include -I/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/dist/include/nspr     -I. -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions  -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=i586 -mcpu=i686 -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsHttpGssapiAuth.pp nsHttpGssapiAuth.cpp
nsHttpGssapiAuthModule.cpp
g++ -o nsHttpGssapiAuthModule.o -c -DOSTYPE=\"Linux2.6\" -DOSARCH=\"Linux\" -DHAVE_DEPENDENT_LIBS -I/usr/include/heimdal  -I../../dist/include/xpcom -I../../dist/include/string -I../../dist/include/necko -I../../dist/include/pref -I../../dist/include/negotiateauth -I../../dist/include -I/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/dist/include/nspr     -I. -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include -fno-rtti -fno-exceptions  -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -march=i586 -mcpu=i686 -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O2  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsHttpGssapiAuthModule.pp nsHttpGssapiAuthModule.cpp
nsHttpGssapiAuth.cpp:104: error: `OM_uint32' was not declared in this scope
nsHttpGssapiAuth.cpp:104: error: parse error before `,' token
nsHttpGssapiAuth.cpp: In function `void LogGssError(...)':
nsHttpGssapiAuth.cpp:106: error: `OM_uint32' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:106: error: (Each undeclared identifier is reported only
   once for each function it appears in.)
nsHttpGssapiAuth.cpp:106: error: parse error before `;' token
nsHttpGssapiAuth.cpp:108: error: `gss_buffer_desc' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:111: error: `prefix' undeclared (first use this function)
nsHttpGssapiAuth.cpp:115: error: `ret' undeclared (first use this function)
nsHttpGssapiAuth.cpp:115: error: `new_stat' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:116: error: `maj_stat' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:117: error: `GSS_C_GSS_CODE' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:118: error: `GSS_C_NULL_OID' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:119: error: `msg_ctx' undeclared (first use this function)
nsHttpGssapiAuth.cpp:120: error: `status1_string' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:120: error: `gss_display_status' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp:124: error: `min_stat' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:125: error: `GSS_C_MECH_CODE' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:128: error: `status2_string' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:131: error: `GSS_ERROR' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp: At global scope:
nsHttpGssapiAuth.cpp:161: error: parse error before `)' token
nsHttpGssapiAuth.cpp:163: error: ISO C++ forbids defining types within return
   type
nsHttpGssapiAuth.cpp:163: error: syntax error before `;' token
nsHttpGssapiAuth.cpp: In constructor `
   nsGssapiContinuationState::nsGssapiContinuationState()':
nsHttpGssapiAuth.cpp:170: error: `OM_uint32' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:170: error: parse error before `,' token
nsHttpGssapiAuth.cpp:171: error: `gss_OID_set' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:172: error: `gss_OID' undeclared (first use this function)
nsHttpGssapiAuth.cpp:174: error: ISO C++ forbids declaration of `gss_OID_desc'
   with no type
nsHttpGssapiAuth.cpp:174: error: parse error before `=' token
nsHttpGssapiAuth.cpp: At global scope:
nsHttpGssapiAuth.cpp:176: error: syntax error before `=' token
nsHttpGssapiAuth.cpp:179: error: ISO C++ forbids declaration of `mCtx' with no
   type
nsHttpGssapiAuth.cpp:179: error: `GSS_C_NO_CONTEXT' was not declared in this
   scope
nsHttpGssapiAuth.cpp:180: error: ISO C++ forbids declaration of `mech_oid' with
   no type
nsHttpGssapiAuth.cpp:180: error: `gss_krb5_mech_oid_desc' was not declared in
   this scope
nsHttpGssapiAuth.cpp:194: error: ISO C++ forbids declaration of `majstat' with
   no type
nsHttpGssapiAuth.cpp:194: error: `minstat' was not declared in this scope
nsHttpGssapiAuth.cpp:194: error: `mech_set' was not declared in this scope
nsHttpGssapiAuth.cpp:194: error: `gss_indicate_mechs' was not declared in this
   scope
nsHttpGssapiAuth.cpp:195: error: parse error before `if'
nsHttpGssapiAuth.cpp:198: error: `mech_set' was not declared in this scope
nsHttpGssapiAuth.cpp:198: error: parse error before `;' token
nsHttpGssapiAuth.cpp:198: error: syntax error before `++' token
nsHttpGssapiAuth.cpp:204: error: ISO C++ forbids declaration of `mech_oid' with
   no type
nsHttpGssapiAuth.cpp:204: error: redefinition of `int mech_oid'
nsHttpGssapiAuth.cpp:180: error: `int mech_oid' previously defined here
nsHttpGssapiAuth.cpp:204: error: `gss_spnego_mech_oid_desc' was not declared in
   this scope
nsHttpGssapiAuth.cpp:205: error: parse error before `break'
nsHttpGssapiAuth.cpp:208: error: `minstat' was not declared in this scope
nsHttpGssapiAuth.cpp:208: error: `mech_set' was not declared in this scope
nsHttpGssapiAuth.cpp:208: error: ISO C++ forbids declaration of `
   gss_release_oid_set' with no type
nsHttpGssapiAuth.cpp:208: error: initializer list being treated as compound
   expression
nsHttpGssapiAuth.cpp:209: error: parse error before `}' token
nsHttpGssapiAuth.cpp: In member function `void
   nsGssapiContinuationState::Reset()':
nsHttpGssapiAuth.cpp:214: error: `GSS_C_NO_CONTEXT' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:215: error: `OM_uint32' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:215: error: parse error before `;' token
nsHttpGssapiAuth.cpp:216: error: `minor_status' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:216: error: `GSS_C_NO_BUFFER' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:216: error: `gss_delete_sec_context' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp: In member function `virtual nsresult
   nsHttpGssapiAuth::GenerateCredentials(nsIHttpChannel*, const char*, int,
   const PRUnichar*, const PRUnichar*, const PRUnichar*, nsISupports**,
   nsISupports**, char**)':
nsHttpGssapiAuth.cpp:313: error: `OM_uint32' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:313: error: parse error before `,' token
nsHttpGssapiAuth.cpp:315: error: `gss_buffer_desc' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:317: error: `gss_buffer_t' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:318: error: `gss_name_t' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:340: error: `req_flags' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:340: error: `GSS_C_DELEG_FLAG' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:361: error: `input_token' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:364: error: `major_status' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:369: error: `gss_nt_service_name' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp:371: error: `server' undeclared (first use this function)
nsHttpGssapiAuth.cpp:371: error: `gss_import_name' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:374: error: `GSS_ERROR' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:407: error: `in_token_ptr' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:419: error: `GSS_C_NO_CREDENTIAL' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp:420: error: 'class nsGssapiContinuationState' has no
   member named 'mCtx'
nsHttpGssapiAuth.cpp:422: error: `GetOID' undeclared (first use this function)
nsHttpGssapiAuth.cpp:424: error: `GSS_C_INDEFINITE' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:425: error: `GSS_C_NO_CHANNEL_BINDINGS' undeclared (first
   use this function)
nsHttpGssapiAuth.cpp:428: error: `output_token' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:430: error: `gss_init_sec_context' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp:434: error: `gss_release_name' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:437: error: `gss_release_buffer' undeclared (first use
   this function)
nsHttpGssapiAuth.cpp:440: error: `GSS_S_COMPLETE' undeclared (first use this
   function)
nsHttpGssapiAuth.cpp:446: error: `GSS_S_CONTINUE_NEEDED' undeclared (first use
   this function)
{standard input}: Assembler messages:
{standard input}:35: Error: symbol `mech_oid' is already defined
gmake[3]: *** [nsHttpGssapiAuth.o] Error 1
gmake[3]: Leaving directory `/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/extensions/negotiateauth'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/extensions'
gmake[1]: *** [tier_94] Error 2
gmake[1]: Leaving directory `/var/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla'
make: *** [default] Error 2

!!! ERROR: net-www/mozilla-firefox-0.9.3-r1 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

on 

Portage 2.0.51_pre17 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.6.7-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1400MHz)
=================================================================
System uname: 2.6.7-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.4.3-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=i586 -mcpu=i686 -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=i586 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache cvs noauto sandbox usepkg"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/gentoo-boblycat"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow X accessibility acl acpi alsa amd apm avantgo bidi bindist bluetooth canna cdr cjk crypt cups dga dvd dvdr foomaticdb gif gtk gtk2 imap imlib imlib2 ipv6 irda irmc java joystick jpeg kde kerberos lufusermount mad maildir mikmod mmx mozilla ncurses nls oggvorbis opengl pam pcmcia pda perl png pnp ppds python readline samba scanner slp socks5 spell sse ssl tcpd tiff tpctlir truetype trusted unicode usb wmf xinerama xml2 xosd xv zlib"
Comment 1 Georg Schild 2004-08-11 08:46:23 UTC
Same happens here but on amd64 and only with 0.9.3-r1. I have installed 0.9.3 without problems

Here my errorouput:

nter-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fPIC -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O1  -I/usr/X11R6/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -Wp,-MD,.deps/nsContentDLF.pp nsContentDLF.cpp
In file included from nsLayoutModule.cpp:121:
../html/base/src/nsFrame.h:392: warning: `virtual void*
   nsFrame::GetProperty(nsIPresContext*, nsIAtom*, int) const' was hidden
../html/forms/src/nsTextControlFrame.h:155: warning:   by `virtual nsresult
   nsTextControlFrame::GetProperty(nsIAtom*, nsAString&)'
../html/base/src/nsFrame.h:397: warning: `virtual nsresult
   nsFrame::SetProperty(nsIPresContext*, nsIAtom*, void*, void
   (*)(nsIPresContext*, nsIFrame*, nsIAtom*, void*))' was hidden
../html/forms/src/nsTextControlFrame.h:154: warning:   by `virtual nsresult
   nsTextControlFrame::SetProperty(nsIPresContext*, nsIAtom*, const nsAString&)
   '
In file included from ../../content/xul/content/src/nsXULElement.h:64,
                 from nsLayoutModule.cpp:180:
../../dist/include/dom/nsIDOMXULSelectCntrlEl.h:33: warning: `virtual nsresult
   nsIDOMXULSelectControlElement::GetSelectedItem(nsIDOMXULSelectControlItemElement**)
   ' was hidden
../../dist/include/dom/nsIDOMXULMultSelectCntrlEl.h:69: warning:   by `virtual
   nsresult nsIDOMXULMultiSelectControlElement::GetSelectedItem(int,
   nsIDOMXULSelectControlItemElement**)'
rm -f libgklayout.so
g++ -I/usr/X11R6/include -fno-rtti -fno-exceptions  -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -fPIC -Wno-deprecated -fshort-wchar -pthread -pipe  -DNDEBUG -DTRIMMED -ffunction-sections -O1 -fPIC -shared -Wl,-h -Wl,libgklayout.so -o libgklayout.so  nsLayoutModule.o nsContentHTTPStartup.o nsContentDLF.o       -Wl,--whole-archive ../../dist/lib/libgkhtmlbase_s.a ../../dist/lib/libgkhtmldoc_s.a ../../dist/lib/libgkhtmlforms_s.a ../../dist/lib/libgkhtmlstyle_s.a ../../dist/lib/libgkhtmltable_s.a ../../dist/lib/libgkxulbase_s.a ../../dist/lib/libgkbase_s.a ../../dist/lib/libgkconbase_s.a ../../dist/lib/libgkconevents_s.a ../../dist/lib/libgkconhtmlcon_s.a ../../dist/lib/libgkconhtmldoc_s.a ../../dist/lib/libgkconhtmlstyle_s.a ../../dist/lib/libgkconxmlcon_s.a ../../dist/lib/libgkconxmldoc_s.a ../../dist/lib/libgkconxbl_s.a ../../dist/lib/libgkconxuldoc_s.a ../../dist/lib/libgkconshared_s.a ../../dist/lib/libgkview_s.a ../../dist/lib/libjsdombase_s.a ../../dist/lib/libjsdomevents_s.a ../../dist/lib/libjsurl_s.a  ../../dist/lib/libgkxultree_s.a ../../dist/lib/libgkxulgrid_s.a ../../dist/lib/libgkconxulcon_s.a ../../dist/lib/libgkconxultmpl_s.a  ../../dist/lib/libgkmathmlcon_s.a ../../dist/lib/libgkmathmlbase_s.a  -Wl,--no-whole-archive -L../../dist/bin -L../../dist/lib -lgkgfx ../../dist/lib/libunicharutil_s.a -L../../dist/bin -lxpcom  -L../../dist/bin -L/portage/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/dist/lib -lplds4 -lplc4 -lnspr4 -lpthread -ldl  -L../../dist/bin -lmozjs  -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -Wl,--version-script -Wl,../../build/unix/gnu-ld-scripts/components-version-script -Wl,-Bsymbolic -ldl -lm
`.gnu.linkonce.t._ZN21nsROCSSPrimitiveValue5ResetEv' referenced in section `.rodata' of ../../dist/lib/libgkconhtmlstyle_s.a(nsROCSSPrimitiveValue.o): defined in discarded section `.gnu.linkonce.t._ZN21nsROCSSPrimitiveValue5ResetEv' of ../../dist/lib/libgkconhtmlstyle_s.a(nsROCSSPrimitiveValue.o)
collect2: ld returned 1 exit status
gmake[3]: *** [libgklayout.so] Error 1
gmake[3]: Leaving directory `/portage/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/layout/build'
gmake[2]: *** [libs] Error 2
gmake[2]: Leaving directory `/portage/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla/layout'
gmake[1]: *** [tier_9] Error 2
gmake[1]: Leaving directory `/portage/tmp/portage/mozilla-firefox-0.9.3-r1/work/mozilla'
make: *** [default] Error 2

!!! ERROR: net-www/mozilla-firefox-0.9.3-r1 failed.
!!! Function src_compile, Line 88, Exitcode 2
!!! (no error message)


Didn't know how much is relevant so it could be a bit too much.

here my emerge info:

$ emerge info
Portage 2.0.50-r9 (default-amd64-2004.2, gcc-3.3.4, glibc-2.3.4.20040619-r1, 2.6.8-rc3)
=================================================================
System uname: 2.6.8-rc3 x86_64 4
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/portage/tmp"
PORTDIR="/portage"
PORTDIR_OVERLAY="/portage/overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acpi aim alsa amd64 apm arts avi berkdb bonobo cdr crypt cups divx4linux dvd dvdr encode esd flash foomatic foomaticdb ftp gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml icq imlib jabber java jpeg libg++ libwww mikmod ming motif mozilla mpeg msn ncurses nls nogcj oggvorbis opengl oss pam pcmcia pdflib perl png ppds python qt quicktime readline samba scanner sdl slang spell ssl tcpd truetype usb xine xml2 xmms xosd xv yahoo zlib"

By the way:
mozilla-1.7.2 doesn't compile too on the same machine but i have no errorouput yet. At the moment I "generate" one. When I have it I will make a new bugreport
Comment 2 Aron Griffis (RETIRED) gentoo-dev 2004-08-11 12:06:31 UTC
This bug is a dup of 53508

Georg's report is a dup of 59887

*** This bug has been marked as a duplicate of 53508 ***