Bug 1562497 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

$ c++ -v
FreeBSD clang version 8.0.1 (branches/release_80 363030) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin

$ ./mach bootstrap
$ ./mach build
[...]
ld.lld: error: undefined symbol: mozilla::gfx::PuppetSession::PuppetSession()
>>> referenced by Unified_cpp_gfx_vr_service0.cpp
>>>               ../../gfx/vr/service/Unified_cpp_gfx_vr_service0.o:(mozilla::gfx::VRService::ServiceInitialize())
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
```
$ c++ -v
FreeBSD clang version 8.0.1 (branches/release_80 363030) (based on LLVM 8.0.1)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin

$ ./mach bootstrap
$ ./mach build
[...]
ld.lld: error: undefined symbol: mozilla::gfx::PuppetSession::PuppetSession()
>>> referenced by Unified_cpp_gfx_vr_service0.cpp
>>>               ../../gfx/vr/service/Unified_cpp_gfx_vr_service0.o:(mozilla::gfx::VRService::ServiceInitialize())
c++: error: linker command failed with exit code 1 (use -v to see invocation)
```

Back to Bug 1562497 Comment 0