Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1979861 Details for
Bug 2226510
wine-dxvk: FTBFS in Fedora rawhide/f39
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
build.log (text/plain), 32.00 KB, created by
Fedora Release Engineering
on 2023-07-25 20:27:13 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 20:27:13 UTC
Size:
32.00 KB
patch
obsolete
> Dwords >../src/util/util_bit.h:209:42: error: expected primary-expression before ')' token > 209 | return m_dwords[dword] & (1u << bit); > | ^ >../src/util/util_bit.h: In member function 'constexpr void dxvk::bit::bitset<Bits>::set(int, bool)': >../src/util/util_bit.h:213:7: error: 'uint32_t' was not declared in this scope > 213 | uint32_t dword = 0; > | ^~~~~~~~ >../src/util/util_bit.h:213:7: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:214:16: error: expected ';' before 'bit' > 214 | uint32_t bit = idx; > | ^~~ >../src/util/util_bit.h:218:9: error: 'dword' was not declared in this scope; did you mean 'Dwords'? > 218 | dword = idx / 32; > | ^~~~~ > | Dwords >../src/util/util_bit.h:219:15: error: expected primary-expression before '=' token > 219 | bit = idx % 32; > | ^ >../src/util/util_bit.h:223:9: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 223 | m_dwords[dword] |= 1u << bit; > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:223:18: error: 'dword' was not declared in this scope; did you mean 'Dwords'? > 223 | m_dwords[dword] |= 1u << bit; > | ^~~~~ > | Dwords >../src/util/util_bit.h:223:37: error: expected primary-expression before ';' token > 223 | m_dwords[dword] |= 1u << bit; > | ^ >../src/util/util_bit.h:225:9: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 225 | m_dwords[dword] &= ~(1u << bit); > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:225:18: error: 'dword' was not declared in this scope; did you mean 'Dwords'? > 225 | m_dwords[dword] &= ~(1u << bit); > | ^~~~~ > | Dwords >../src/util/util_bit.h:225:39: error: expected primary-expression before ')' token > 225 | m_dwords[dword] &= ~(1u << bit); > | ^ >../src/util/util_bit.h: In member function 'constexpr void dxvk::bit::bitset<Bits>::flip(int)': >../src/util/util_bit.h:235:7: error: 'uint32_t' was not declared in this scope > 235 | uint32_t dword = 0; > | ^~~~~~~~ >../src/util/util_bit.h:235:7: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:236:16: error: expected ';' before 'bit' > 236 | uint32_t bit = idx; > | ^~~ >../src/util/util_bit.h:240:9: error: 'dword' was not declared in this scope; did you mean 'Dwords'? > 240 | dword = idx / 32; > | ^~~~~ > | Dwords >../src/util/util_bit.h:241:15: error: expected primary-expression before '=' token > 241 | bit = idx % 32; > | ^ >../src/util/util_bit.h:244:7: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 244 | m_dwords[dword] ^= 1u << bit; > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:244:16: error: 'dword' was not declared in this scope; did you mean 'Dwords'? > 244 | m_dwords[dword] ^= 1u << bit; > | ^~~~~ > | Dwords >../src/util/util_bit.h:244:35: error: expected primary-expression before ';' token > 244 | m_dwords[dword] ^= 1u << bit; > | ^ >../src/util/util_bit.h: In member function 'constexpr void dxvk::bit::bitset<Bits>::setAll()': >../src/util/util_bit.h:250:11: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 250 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:250:45: error: 'uint32_t' was not declared in this scope > 250 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^~~~~~~~ >../src/util/util_bit.h:250:45: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:250:53: error: template argument 1 is invalid > 250 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^ >../src/util/util_bit.h:254:11: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 254 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:254:45: error: 'uint32_t' was not declared in this scope > 254 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^~~~~~~~ >../src/util/util_bit.h:254:45: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:254:53: error: template argument 1 is invalid > 254 | m_dwords[i] = std::numeric_limits<uint32_t>::max(); > | ^ >../src/util/util_bit.h:256:9: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 256 | m_dwords[Dwords - 1] = (1u << (Bits % 32)) - 1; > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h: In member function 'constexpr void dxvk::bit::bitset<Bits>::clearAll()': >../src/util/util_bit.h:262:9: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 262 | m_dwords[i] = 0; > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h: In member function 'constexpr bool dxvk::bit::bitset<Bits>::any() const': >../src/util/util_bit.h:267:13: error: 'm_dwords' was not declared in this scope; did you mean 'Dwords'? > 267 | if (m_dwords[i] != 0) > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h: At global scope: >../src/util/util_bit.h:303:26: error: 'uint32_t' does not name a type > 303 | using value_type = uint32_t; > | ^~~~~~~~ >../src/util/util_bit.h:303:26: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:304:31: error: 'uint32_t' does not name a type > 304 | using difference_type = uint32_t; > | ^~~~~~~~ >../src/util/util_bit.h:304:31: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:305:28: error: expected ';' before 'uint32_t' > 305 | using pointer = const uint32_t*; > | ^~~~~~~~~ > | ; >../src/util/util_bit.h:306:25: error: 'uint32_t' does not name a type > 306 | using reference = uint32_t; > | ^~~~~~~~ >../src/util/util_bit.h:306:25: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:308:33: error: expected ')' before 'flags' > 308 | explicit iterator(uint32_t flags) > | ~ ^~~~~~ > | ) >../src/util/util_bit.h:322:7: error: 'uint32_t' does not name a type > 322 | uint32_t operator * () const { > | ^~~~~~~~ >../src/util/util_bit.h:322:7: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:331:7: error: 'uint32_t' does not name a type > 331 | uint32_t m_mask; > | ^~~~~~~~ >../src/util/util_bit.h:331:7: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h:337:21: error: expected ')' before 'n' > 337 | BitMask(uint32_t n) > | ~ ^~ > | ) >../src/util/util_bit.h:350:5: error: 'uint32_t' does not name a type > 350 | uint32_t m_mask; > | ^~~~~~~~ >../src/util/util_bit.h:350:5: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_bit.h: In member function 'dxvk::bit::BitMask::iterator& dxvk::bit::BitMask::iterator::operator++()': >../src/util/util_bit.h:312:9: error: 'm_mask' was not declared in this scope > 312 | m_mask &= m_mask - 1; > | ^~~~~~ >../src/util/util_bit.h: In member function 'dxvk::bit::BitMask::iterator dxvk::bit::BitMask::iterator::operator++(int)': >../src/util/util_bit.h:318:9: error: 'm_mask' was not declared in this scope > 318 | m_mask &= m_mask - 1; > | ^~~~~~ >../src/util/util_bit.h: In member function 'bool dxvk::bit::BitMask::iterator::operator==(dxvk::bit::BitMask::iterator) const': >../src/util/util_bit.h:326:56: error: 'm_mask' was not declared in this scope > 326 | bool operator == (iterator other) const { return m_mask == other.m_mask; } > | ^~~~~~ >../src/util/util_bit.h:326:72: error: 'class dxvk::bit::BitMask::iterator' has no member named 'm_mask' > 326 | bool operator == (iterator other) const { return m_mask == other.m_mask; } > | ^~~~~~ >../src/util/util_bit.h: In member function 'bool dxvk::bit::BitMask::iterator::operator!=(dxvk::bit::BitMask::iterator) const': >../src/util/util_bit.h:327:56: error: 'm_mask' was not declared in this scope > 327 | bool operator != (iterator other) const { return m_mask != other.m_mask; } > | ^~~~~~ >../src/util/util_bit.h:327:72: error: 'class dxvk::bit::BitMask::iterator' has no member named 'm_mask' > 327 | bool operator != (iterator other) const { return m_mask != other.m_mask; } > | ^~~~~~ >../src/util/util_bit.h: In member function 'dxvk::bit::BitMask::iterator dxvk::bit::BitMask::begin()': >../src/util/util_bit.h:341:23: error: 'm_mask' was not declared in this scope > 341 | return iterator(m_mask); > | ^~~~~~ >../src/util/util_bit.h: In member function 'dxvk::bit::BitMask::iterator dxvk::bit::BitMask::end()': >../src/util/util_bit.h:345:24: error: no matching function for call to 'dxvk::bit::BitMask::iterator::iterator(int)' > 345 | return iterator(0); > | ^ >../src/util/util_bit.h:300:11: note: candidate: 'constexpr dxvk::bit::BitMask::iterator::iterator()' > 300 | class iterator { > | ^~~~~~~~ >../src/util/util_bit.h:300:11: note: candidate expects 0 arguments, 1 provided >../src/util/util_bit.h:300:11: note: candidate: 'constexpr dxvk::bit::BitMask::iterator::iterator(const dxvk::bit::BitMask::iterator&)' >../src/util/util_bit.h:300:11: note: no known conversion for argument 1 from 'int' to 'const dxvk::bit::BitMask::iterator&' >../src/util/util_bit.h:300:11: note: candidate: 'constexpr dxvk::bit::BitMask::iterator::iterator(dxvk::bit::BitMask::iterator&&)' >../src/util/util_bit.h:300:11: note: no known conversion for argument 1 from 'int' to 'dxvk::bit::BitMask::iterator&&' >../src/util/util_vector.h: In member function 'bool dxvk::Vector4Base<T>::operator==(const dxvk::Vector4Base<T>&) const': >../src/util/util_vector.h:30:12: error: 'uint32_t' was not declared in this scope > 30 | for (uint32_t i = 0; i < 4; i++) { > | ^~~~~~~~ >../src/util/util_vector.h:6:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? > 5 | #include "util_bit.h" > +++ |+#include <cstdint> > 6 | #include "util_math.h" >../src/util/util_vector.h:30:28: error: 'i' was not declared in this scope > 30 | for (uint32_t i = 0; i < 4; i++) { > | ^ >../src/util/util_vector.h: In member function 'dxvk::Vector4Base<T> dxvk::Vector4Base<T>::operator*(const dxvk::Vector4Base<T>&) const': >../src/util/util_vector.h:58:12: error: 'uint32_t' was not declared in this scope > 58 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_vector.h:58:12: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_vector.h:58:28: error: 'i' was not declared in this scope > 58 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_vector.h: In member function 'dxvk::Vector4Base<T> dxvk::Vector4Base<T>::operator/(const dxvk::Vector4Base<T>&) const': >../src/util/util_vector.h:65:12: error: 'uint32_t' was not declared in this scope > 65 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_vector.h:65:12: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_vector.h:65:28: error: 'i' was not declared in this scope > 65 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'bool dxvk::Matrix4::operator==(const dxvk::Matrix4&) const': >../src/util/util_matrix.cpp:10:10: error: 'uint32_t' was not declared in this scope > 10 | for (uint32_t i = 0; i < 4; i++) { > | ^~~~~~~~ >../src/util/util_matrix.cpp:2:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? > 1 | #include "util_matrix.h" > +++ |+#include <cstdint> > 2 | >../src/util/util_matrix.cpp:10:26: error: 'i' was not declared in this scope > 10 | for (uint32_t i = 0; i < 4; i++) { > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4 dxvk::Matrix4::operator+(const dxvk::Matrix4&) const': >../src/util/util_matrix.cpp:21:10: error: 'uint32_t' was not declared in this scope > 21 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:21:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:21:26: error: 'i' was not declared in this scope > 21 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4 dxvk::Matrix4::operator-(const dxvk::Matrix4&) const': >../src/util/util_matrix.cpp:28:10: error: 'uint32_t' was not declared in this scope > 28 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:28:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:28:26: error: 'i' was not declared in this scope > 28 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4 dxvk::Matrix4::operator*(float) const': >../src/util/util_matrix.cpp:70:10: error: 'uint32_t' was not declared in this scope > 70 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:70:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:70:26: error: 'i' was not declared in this scope > 70 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4 dxvk::Matrix4::operator/(float) const': >../src/util/util_matrix.cpp:77:10: error: 'uint32_t' was not declared in this scope > 77 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:77:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:77:26: error: 'i' was not declared in this scope > 77 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4& dxvk::Matrix4::operator+=(const dxvk::Matrix4&)': >../src/util/util_matrix.cpp:83:10: error: 'uint32_t' was not declared in this scope > 83 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:83:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:83:26: error: 'i' was not declared in this scope > 83 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In member function 'dxvk::Matrix4& dxvk::Matrix4::operator-=(const dxvk::Matrix4&)': >../src/util/util_matrix.cpp:89:10: error: 'uint32_t' was not declared in this scope > 89 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:89:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:89:26: error: 'i' was not declared in this scope > 89 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In function 'dxvk::Matrix4 dxvk::transpose(const Matrix4&)': >../src/util/util_matrix.cpp:101:10: error: 'uint32_t' was not declared in this scope > 101 | for (uint32_t i = 0; i < 4; i++) { > | ^~~~~~~~ >../src/util/util_matrix.cpp:101:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:101:26: error: 'i' was not declared in this scope > 101 | for (uint32_t i = 0; i < 4; i++) { > | ^ >../src/util/util_matrix.cpp:102:20: error: expected ';' before 'j' > 102 | for (uint32_t j = 0; j < 4; j++) > | ^~ > | ; >../src/util/util_matrix.cpp:102:28: error: 'j' was not declared in this scope > 102 | for (uint32_t j = 0; j < 4; j++) > | ^ >../src/util/util_matrix.cpp: In function 'dxvk::Matrix4 dxvk::hadamardProduct(const Matrix4&, const Matrix4&)': >../src/util/util_matrix.cpp:214:10: error: 'uint32_t' was not declared in this scope > 214 | for (uint32_t i = 0; i < 4; i++) > | ^~~~~~~~ >../src/util/util_matrix.cpp:214:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:214:26: error: 'i' was not declared in this scope > 214 | for (uint32_t i = 0; i < 4; i++) > | ^ >../src/util/util_matrix.cpp: In function 'std::ostream& dxvk::operator<<(std::ostream&, const Matrix4&)': >../src/util/util_matrix.cpp:222:10: error: 'uint32_t' was not declared in this scope > 222 | for (uint32_t i = 0; i < 4; i++) { > | ^~~~~~~~ >../src/util/util_matrix.cpp:222:10: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? >../src/util/util_matrix.cpp:222:26: error: 'i' was not declared in this scope > 222 | for (uint32_t i = 0; i < 4; i++) { > | ^ >[60/277] Compiling C++ object src/util/libutil.a.p/com_com_private_data.cpp.obj >[61/277] Compiling C++ object src/util/libutil.a.p/util_shared_res.cpp.obj >[62/277] Compiling C++ object src/util/libutil.a.p/util_string.cpp.obj >[63/277] Compiling C++ object src/util/libutil.a.p/thread.cpp.obj >[64/277] Compiling C++ object src/util/libutil.a.p/log_log_debug.cpp.obj >[65/277] Compiling C++ object src/util/libutil.a.p/sync_sync_recursive.cpp.obj >[66/277] Compiling C++ object src/vulkan/libvkcommon.a.p/vulkan_loader.cpp.obj >[67/277] Compiling C++ object src/util/libutil.a.p/log_log.cpp.obj >[68/277] Compiling C++ object src/util/libutil.a.p/util_env.cpp.obj >[69/277] Compiling C++ object src/util/libutil.a.p/util_fps_limiter.cpp.obj >[70/277] Compiling C++ object src/vulkan/libvkcommon.a.p/vulkan_names.cpp.obj >[71/277] Compiling C++ object src/util/libutil.a.p/util_luid.cpp.obj >[72/277] Compiling C++ object src/util/libutil.a.p/util_gdi.cpp.obj >[73/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_defs.cpp.obj >[74/277] Compiling C++ object src/spirv/libspirv.a.p/spirv_compression.cpp.obj >[75/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_chunk_shex.cpp.obj >[76/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_code.cpp.obj >[77/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_common.cpp.obj >[78/277] Compiling C++ object src/spirv/libspirv.a.p/spirv_code_buffer.cpp.obj >[79/277] Compiling C++ object src/util/libutil.a.p/util_monitor.cpp.obj >[80/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_common.cpp.obj >[81/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_chunk_isgn.cpp.obj >[82/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_tables.cpp.obj >[83/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_header.cpp.obj >[84/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_util.cpp.obj >[85/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_util.cpp.obj >[86/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_reader.cpp.obj >[87/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_ctab.cpp.obj >[88/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_reader.cpp.obj >[89/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_names.cpp.obj >[90/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_header.cpp.obj >[91/277] Compiling C++ object src/vulkan/libvkcommon.a.p/vulkan_presenter.cpp.obj >[92/277] Compiling C++ object src/util/libutil.a.p/com_com_guid.cpp.obj >[93/277] Compiling C++ object src/util/libutil.a.p/config_config.cpp.obj >FAILED: src/util/libutil.a.p/config_config.cpp.obj >x86_64-w64-mingw32-g++ -Isrc/util/libutil.a.p -Isrc/util -I../src/util -I../include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++17 -O3 -DNOMINMAX -D_WIN32_WINNT=0xa00 -msse -msse2 -msse3 -mfpmath=sse -Wimplicit-fallthrough -MD -MQ src/util/libutil.a.p/config_config.cpp.obj -MF src/util/libutil.a.p/config_config.cpp.obj.d -o src/util/libutil.a.p/config_config.cpp.obj -c ../src/util/config/config.cpp >In file included from ../src/util/config/config.cpp:8: >../src/util/config/config.h:14:8: warning: elaborated-type-specifier for a scoped enum must not use the 'class' keyword > 14 | enum class Tristate : int32_t { > | ~~~~ ^~~~~ > | ----- >../src/util/config/config.h:14:23: error: found ':' in nested-name-specifier, expected '::' > 14 | enum class Tristate : int32_t { > | ^ > | :: >../src/util/config/config.h:14:14: error: 'Tristate' has not been declared > 14 | enum class Tristate : int32_t { > | ^~~~~~~~ >../src/util/config/config.h:14:33: error: expected unqualified-id before '{' token > 14 | enum class Tristate : int32_t { > | ^ >../src/util/config/config.h:124:13: error: 'int32_t' has not been declared > 124 | int32_t& result); > | ^~~~~~~ >../src/util/config/config.h:128:13: error: 'Tristate' has not been declared > 128 | Tristate& result); > | ^~~~~~~~ >../src/util/config/config.h:126:17: error: 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' cannot be overloaded with 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' > 126 | static bool parseOptionValue( > | ^~~~~~~~~~~~~~~~ >../src/util/config/config.h:122:17: note: previous declaration 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' > 122 | static bool parseOptionValue( > | ^~~~~~~~~~~~~~~~ >../src/util/config/config.h:149:43: error: 'Tristate' has not been declared > 149 | inline void applyTristate(bool& option, Tristate state) { > | ^~~~~~~~ >../src/util/config/config.h: In function 'void dxvk::applyTristate(bool&, int)': >../src/util/config/config.h:150:24: error: 'Tristate' has not been declared > 150 | option &= state != Tristate::False; > | ^~~~~~~~ >../src/util/config/config.h:151:24: error: 'Tristate' has not been declared > 151 | option |= state == Tristate::True; > | ^~~~~~~~ >../src/util/config/config.cpp: At global scope: >../src/util/config/config.cpp:782:11: error: 'Tristate' has not been declared > 782 | Tristate& result) { > | ^~~~~~~~ >../src/util/config/config.cpp:780:8: error: redefinition of 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' > 780 | bool Config::parseOptionValue( > | ^~~~~~ >../src/util/config/config.cpp:748:8: note: 'static bool dxvk::Config::parseOptionValue(const std::string&, int32_t&)' previously defined here > 748 | bool Config::parseOptionValue( > | ^~~~~~ >[94/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_analysis.cpp.obj >[95/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_decoder.cpp.obj >[96/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_module.cpp.obj >[97/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_decoder.cpp.obj >[98/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_module.cpp.obj >[99/277] Compiling C++ object src/dxvk/libdxvk.a.p/dxvk_barrier.cpp.obj >[100/277] Compiling C++ object src/dxvk/libdxvk.a.p/dxvk_cmdlist.cpp.obj >[101/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_analysis.cpp.obj >[102/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_options.cpp.obj >FAILED: src/dxbc/libdxbc.a.p/dxbc_options.cpp.obj >x86_64-w64-mingw32-g++ -Isrc/dxbc/libdxbc.a.p -Isrc/dxbc -I../src/dxbc -I../include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++17 -O3 -DNOMINMAX -D_WIN32_WINNT=0xa00 -msse -msse2 -msse3 -mfpmath=sse -Wimplicit-fallthrough -MD -MQ src/dxbc/libdxbc.a.p/dxbc_options.cpp.obj -MF src/dxbc/libdxbc.a.p/dxbc_options.cpp.obj.d -o src/dxbc/libdxbc.a.p/dxbc_options.cpp.obj -c ../src/dxbc/dxbc_options.cpp >In file included from ../src/dxbc/../d3d11/d3d11_options.h:3, > from ../src/dxbc/dxbc_options.cpp:1: >../src/dxbc/../d3d11/../util/config/config.h:14:8: warning: elaborated-type-specifier for a scoped enum must not use the 'class' keyword > 14 | enum class Tristate : int32_t { > | ~~~~ ^~~~~ > | ----- >../src/dxbc/../d3d11/../util/config/config.h:14:23: error: found ':' in nested-name-specifier, expected '::' > 14 | enum class Tristate : int32_t { > | ^ > | :: >../src/dxbc/../d3d11/../util/config/config.h:14:14: error: 'Tristate' has not been declared > 14 | enum class Tristate : int32_t { > | ^~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:14:33: error: expected unqualified-id before '{' token > 14 | enum class Tristate : int32_t { > | ^ >../src/dxbc/../d3d11/../util/config/config.h:124:13: error: 'int32_t' has not been declared > 124 | int32_t& result); > | ^~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:128:13: error: 'Tristate' has not been declared > 128 | Tristate& result); > | ^~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:126:17: error: 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' cannot be overloaded with 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' > 126 | static bool parseOptionValue( > | ^~~~~~~~~~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:122:17: note: previous declaration 'static bool dxvk::Config::parseOptionValue(const std::string&, int&)' > 122 | static bool parseOptionValue( > | ^~~~~~~~~~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:149:43: error: 'Tristate' has not been declared > 149 | inline void applyTristate(bool& option, Tristate state) { > | ^~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h: In function 'void dxvk::applyTristate(bool&, int)': >../src/dxbc/../d3d11/../util/config/config.h:150:24: error: 'Tristate' has not been declared > 150 | option &= state != Tristate::False; > | ^~~~~~~~ >../src/dxbc/../d3d11/../util/config/config.h:151:24: error: 'Tristate' has not been declared > 151 | option |= state == Tristate::True; > | ^~~~~~~~ >In file included from ../src/dxbc/../d3d11/../dxvk/dxvk_instance.h:8, > from ../src/dxbc/../d3d11/../dxvk/dxvk_device.h:12, > from ../src/dxbc/../d3d11/d3d11_options.h:7: >../src/dxbc/../d3d11/../dxvk/dxvk_options.h: At global scope: >../src/dxbc/../d3d11/../dxvk/dxvk_options.h:22:5: error: 'Tristate' does not name a type > 22 | Tristate useRawSsbo; > | ^~~~~~~~ >../src/dxbc/../d3d11/../dxvk/dxvk_options.h:25:5: error: 'Tristate' does not name a type > 25 | Tristate shrinkNvidiaHvvHeap; > | ^~~~~~~~ >../src/dxbc/../d3d11/d3d11_options.h:86:5: error: 'Tristate' does not name a type > 86 | Tristate tearFree; > | ^~~~~~~~ >../src/dxbc/dxbc_options.cpp: In constructor 'dxvk::DxbcOptions::DxbcOptions(const dxvk::Rc<dxvk::DxvkDevice>&, const dxvk::D3D11Options&)': >../src/dxbc/dxbc_options.cpp:34:30: error: 'const struct dxvk::DxvkOptions' has no member named 'useRawSsbo' > 34 | switch (device->config().useRawSsbo) { > | ^~~~~~~~~~ >../src/dxbc/dxbc_options.cpp:35:12: error: 'Tristate' has not been declared > 35 | case Tristate::Auto: minSsboAlignment = devInfo.core.properties.limits.minStorageBufferOffsetAlignment; break; > | ^~~~~~~~ >../src/dxbc/dxbc_options.cpp:36:12: error: 'Tristate' has not been declared > 36 | case Tristate::True: minSsboAlignment = 4u; break; > | ^~~~~~~~ >../src/dxbc/dxbc_options.cpp:37:12: error: 'Tristate' has not been declared > 37 | case Tristate::False: minSsboAlignment = ~0u; break; > | ^~~~~~~~ >[103/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_options.cpp.obj >[104/277] Compiling C++ object src/dxvk/libdxvk.a.p/dxvk_buffer.cpp.obj >[105/277] Compiling C++ object src/spirv/libspirv.a.p/spirv_module.cpp.obj >[106/277] Compiling C++ object src/dxvk/libdxvk.a.p/dxvk_adapter.cpp.obj >[107/277] Compiling C++ object src/dxso/libdxso.a.p/dxso_compiler.cpp.obj >[108/277] Compiling C++ object src/dxbc/libdxbc.a.p/dxbc_compiler.cpp.obj >ninja: build stopped: subcommand failed. >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.49hWc1 (%build) > Bad exit status from /var/tmp/rpm-tmp.49hWc1 (%build) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 5a5cc3fa10f0450aa786dd7d6f172cf7 -D /var/lib/mock/f39-build-44379505-5277610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.e7rk64bg:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007" --setenv=PS1=<mock-chroot> \\s-\\v\\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/wine-dxvk.spec\n', 1)] >Traceback (most recent call last): > File "/usr/lib/python3.11/site-packages/mockbuild/trace_decorator.py", line 93, in trace > result = func(*args, **kw) > ^^^^^^^^^^^^^^^^^ > File "/usr/lib/python3.11/site-packages/mockbuild/util.py", line 597, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >mockbuild.exception.Error: Command failed: > # /usr/bin/systemd-nspawn -q -M 5a5cc3fa10f0450aa786dd7d6f172cf7 -D /var/lib/mock/f39-build-44379505-5277610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.e7rk64bg:/etc/resolv.conf --bind=/dev/btrfs-control --bind=/dev/mapper/control --bind=/dev/loop-control --bind=/dev/loop0 --bind=/dev/loop1 --bind=/dev/loop2 --bind=/dev/loop3 --bind=/dev/loop4 --bind=/dev/loop5 --bind=/dev/loop6 --bind=/dev/loop7 --bind=/dev/loop8 --bind=/dev/loop9 --bind=/dev/loop10 --bind=/dev/loop11 --console=pipe --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOME=/builddir --setenv=HOSTNAME=mock --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PROMPT_COMMAND=printf "\033]0;<mock-chroot>\007" --setenv=PS1=<mock-chroot> \s-\v\$ --setenv=LANG=C.UTF-8 --resolv-conf=off bash --login -c /usr/bin/rpmbuild -bb --noclean --target x86_64 --nodeps /builddir/build/SPECS/wine-dxvk.spec >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2226510
: 1979861 |
1979862
|
1979863