(In reply to Mike Hommey [:glandium] from comment #2) > Can you check whether the attached patch works? Patch applied and build launched. Will report asap.
Bug 1782988 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Mike Hommey [:glandium] from comment #2) > Can you check whether the attached patch works? Patch applied and build launched. Will report asap. There is progress. I got the same type of error, but later. ``` 62:13.65 In file included from Unified_cpp_client0.cpp:47: 62:13.65 /home/fred/logs/fox/src/toolkit/crashreporter/client/ping.cpp:56:3: error: no matching function for call to 'arc4random_buf' 62:13.65 arc4random_buf(id, sizeof(UUID)); 62:13.65 ^~~~~~~~~~~~~~ ```
(In reply to Mike Hommey [:glandium] from comment #2) > Can you check whether the attached patch works? Patch applied and build launched. Will report asap. There is progress. I got the same type of error, but later, related to toolkit/crashreporter/client/ping.cpp:56:3: ``` 62:13.65 In file included from Unified_cpp_client0.cpp:47: 62:13.65 /home/fred/logs/fox/src/toolkit/crashreporter/client/ping.cpp:56:3: error: no matching function for call to 'arc4random_buf' 62:13.65 arc4random_buf(id, sizeof(UUID)); 62:13.65 ^~~~~~~~~~~~~~ ```