Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 May 2016 08:21:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 209308] mail/thunderbird build failure with ffmpeg disabled
Message-ID:  <bug-209308-21738-7hulmiXKPr@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209308-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209308-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209308

--- Comment #4 from w.schwarzenfeld@utanet.at ---
Same with 45.1.0
MAKE_JOBS_UNSAFE=3Dyes shows:
/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/obj-x86_64-portbld-free=
bsd10.3/dom/bindings/UnifiedBindings20.cpp:2:
./ServiceWorkerRegistrationBinding.cpp:524:15: error: use of undeclared
identifier 'nsContentUtils'; did you mean 'nsContentList'?
  { true, 0, &nsContentUtils::PushEnabled, nullptr, nullptr, nullptr,
&sAttributes_specs[3] },
              ^~~~~~~~~~~~~~
              nsContentList
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/mozilla/dom/base/ns=
IDocument.h:177:7:
note: 'nsContentList' declared here
class nsContentList;
      ^
In file included from
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/obj-x86_64-portbld-=
freebsd10.3/dom/bindings/UnifiedBindings20.cpp:2:
./ServiceWorkerRegistrationBinding.cpp:524:15: error: incomplete type
'nsContentList' named in nested name specifier
  { true, 0, &nsContentUtils::PushEnabled, nullptr, nullptr, nullptr,
&sAttributes_specs[3] },
              ^~~~~~~~~~~~~~~~
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/mozilla/dom/base/ns=
ContentListDeclarations.h:13:7:
note: forward declaration of 'nsContentList'
class nsContentList;
      ^
In file included from
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/obj-x86_64-portbld-=
freebsd10.3/dom/bindings/UnifiedBindings20.cpp:2:
./ServiceWorkerRegistrationBinding.cpp:1405:15: error: use of undeclared
identifier 'nsContentUtils'; did you mean 'nsContentList'?
  { true, 0, &nsContentUtils::PushEnabled, nullptr, nullptr, nullptr,
&sAttributes_specs[3] },
              ^~~~~~~~~~~~~~
              nsContentList
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/mozilla/dom/base/ns=
IDocument.h:177:7:
note: 'nsContentList' declared here
class nsContentList;
      ^
In file included from
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/obj-x86_64-portbld-=
freebsd10.3/dom/bindings/UnifiedBindings20.cpp:2:
./ServiceWorkerRegistrationBinding.cpp:1405:15: error: incomplete type
'nsContentList' named in nested name specifier
  { true, 0, &nsContentUtils::PushEnabled, nullptr, nullptr, nullptr,
&sAttributes_specs[3] },
              ^~~~~~~~~~~~~~~~
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/mozilla/dom/base/ns=
ContentListDeclarations.h:13:7:
note: forward declaration of 'nsContentList'
class nsContentList;
      ^
4 errors generated.
/ram/usr/ports/mail/thunderbird/work/thunderbird-45.1.0/mozilla/config/rule=
s.mk:956:
recipe for target 'UnifiedBindings20.o' failed

If I set the third parameter on this two errors (only for test) to nullptr =
it
compiles without problems to the end.
(but this is sure not the solution).

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



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