[Bug 209308] mail/thunderbird build failure with ffmpeg disabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 8 08:21:33 UTC 2016


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

--- Comment #4 from w.schwarzenfeld at utanet.at ---
Same with 45.1.0
MAKE_JOBS_UNSAFE=yes shows:
/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: 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/nsIDocument.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/nsContentListDeclarations.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/nsIDocument.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/nsContentListDeclarations.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/rules.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).

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


More information about the freebsd-gecko mailing list