maintainer-feedback requested: [Bug 264857] www/firefox: compilation fails due to SSE not being available
Date: Thu, 23 Jun 2022 18:53:45 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gecko (Nobody) <gecko@FreeBSD.org> for maintainer-feedback: Bug 264857: www/firefox: compilation fails due to SSE not being available https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264857 --- Description --- Scenario: - FreeBSD 12.3 i386 (it is working on amd64) - latest ports - using portmaster to upgrade all ports - portmaster tries to upgrade firefox-101.0.1,2 to firefox-102.0,2 Result: - The build fails with third_party/libwebrtc/third_party/pffft/src/pffft.c:243:3: error: always_inline function '_mm_movehl_ps' requires target feature 'sse', but would be inlined into function 'validate_pffft_simd' that is compiled without support for 'sse' Expected result: - The compile should succeed (as it did for the previous version firefox-101.0.1,2) A log file from running portmaster again after the first abort is attached. -- Martin