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 1977767 Details for
Bug 2225764
dxvk-native: 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 17:28:06 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2023-07-25 17:28:06 UTC
Size:
32.00 KB
patch
obsolete
>/util_matrix.cpp >In file included from ../src/util/util_vector.h:5, > from ../src/util/util_matrix.h:3, > from ../src/util/util_matrix.cpp:1: >../src/util/util_bit.h:36:22: error: âuint32_tâ has not been declared > 36 | T extract(T value, uint32_t fst, uint32_t lst) { > | ^~~~~~~~ >../src/util/util_bit.h:36:36: error: âuint32_tâ has not been declared > 36 | T extract(T value, uint32_t fst, uint32_t lst) { > | ^~~~~~~~ >../src/util/util_bit.h:40:10: error: âuint32_tâ does not name a type > 40 | inline uint32_t popcntStep(uint32_t n, uint32_t mask, uint32_t shift) { > | ^~~~~~~~ >../src/util/util_bit.h:21:1: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? > 20 | #include <iterator> > +++ |+#include <cstdint> > 21 | #include <type_traits> >../src/util/util_bit.h:44:10: error: âuint32_tâ does not name a type > 44 | inline uint32_t popcnt(uint32_t n) { > | ^~~~~~~~ >../src/util/util_bit.h:44:10: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:53:10: error: âuint32_tâ does not name a type > 53 | inline uint32_t tzcnt(uint32_t n) { > | ^~~~~~~~ >../src/util/util_bit.h:53:10: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:80:10: error: âuint32_tâ does not name a type > 80 | inline uint32_t bsf(uint32_t n) { > | ^~~~~~~~ >../src/util/util_bit.h:80:10: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:99:10: error: âuint32_tâ does not name a type > 99 | inline uint32_t lzcnt(uint32_t n) { > | ^~~~~~~~ >../src/util/util_bit.h:99:10: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:120:3: error: âuint32_tâ does not name a type > 120 | uint32_t pack(T& dst, uint32_t& shift, T src, uint32_t count) { > | ^~~~~~~~ >../src/util/util_bit.h:120:3: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:129:3: error: âuint32_tâ does not name a type > 129 | uint32_t unpack(T& dst, T src, uint32_t& shift, uint32_t count) { > | ^~~~~~~~ >../src/util/util_bit.h:129:3: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:199:24: error: âuint32_tâ has not been declared > 199 | constexpr bool get(uint32_t idx) const { > | ^~~~~~~~ >../src/util/util_bit.h:212:24: error: âuint32_tâ has not been declared > 212 | constexpr void set(uint32_t idx, bool value) { > | ^~~~~~~~ >../src/util/util_bit.h:228:29: error: âuint32_tâ has not been declared > 228 | constexpr bool exchange(uint32_t idx, bool value) { > | ^~~~~~~~ >../src/util/util_bit.h:234:25: error: âuint32_tâ has not been declared > 234 | constexpr void flip(uint32_t idx) { > | ^~~~~~~~ >../src/util/util_bit.h:274:15: error: âuint32_tâ does not name a type > 274 | constexpr uint32_t& dword(uint32_t idx) { > | ^~~~~~~~ >../src/util/util_bit.h:274:15: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:286:33: error: âuint32_tâ has not been declared > 286 | constexpr bool operator [] (uint32_t idx) const { > | ^~~~~~~~ >../src/util/util_bit.h:292:5: error: âuint32_tâ does not name a type > 292 | uint32_t m_dwords[Dwords]; > | ^~~~~~~~ >../src/util/util_bit.h:292:5: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h: In constructor âconstexpr dxvk::bit::bitset<Bits>::bitset()â: >../src/util/util_bit.h:195:9: error: class âdxvk::bit::bitset<Bits>â does not have any field named âm_dwordsâ > 195 | : m_dwords() { > | ^~~~~~~~ >../src/util/util_bit.h: In member function âconstexpr bool dxvk::bit::bitset<Bits>::get(int) constâ: >../src/util/util_bit.h:200:7: error: âuint32_tâ was not declared in this scope > 200 | uint32_t dword = 0; > | ^~~~~~~~ >../src/util/util_bit.h:200:7: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:201:16: error: expected â;â before âbitâ > 201 | uint32_t bit = idx; > | ^~~ >../src/util/util_bit.h:205:9: error: âdwordâ was not declared in this scope; did you mean âDwordsâ? > 205 | dword = idx / 32; > | ^~~~~ > | Dwords >../src/util/util_bit.h:206:15: error: expected primary-expression before â=â token > 206 | bit = idx % 32; > | ^ >../src/util/util_bit.h:209:14: error: âm_dwordsâ was not declared in this scope; did you mean âDwordsâ? > 209 | return m_dwords[dword] & (1u << bit); > | ^~~~~~~~ > | Dwords >../src/util/util_bit.h:209:23: error: âdwordâ was not declared in this scope; did you mean âDwordsâ? > 209 | return m_dwords[dword] & (1u << bit); > | ^~~~~ > | 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:300:33: warning: âtemplate<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iteratorâ is deprecated [-Wdeprecated-declarations] > 300 | class iterator: public std::iterator<std::input_iterator_tag, > | ^~~~~~~~ >In file included from /usr/include/c++/13/bits/stl_iterator_base_funcs.h:66, > from /usr/include/c++/13/string:47, > from /usr/include/c++/13/bits/locale_classes.h:40, > from /usr/include/c++/13/bits/ios_base.h:41, > from /usr/include/c++/13/ios:44, > from /usr/include/c++/13/ostream:40, > from /usr/include/c++/13/iostream:41, > from ../src/util/util_vector.h:3: >/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here > 127 | struct _GLIBCXX17_DEPRECATED iterator > | ^~~~~~~~ >../src/util/util_bit.h:301:7: error: âuint32_tâ was not declared in this scope > 301 | uint32_t, uint32_t, const uint32_t*, uint32_t> { > | ^~~~~~~~ >../src/util/util_bit.h:301:7: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:301:17: error: âuint32_tâ was not declared in this scope > 301 | uint32_t, uint32_t, const uint32_t*, uint32_t> { > | ^~~~~~~~ >../src/util/util_bit.h:301:17: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:301:33: error: ISO C++ forbids declaration of âtype nameâ with no type [-fpermissive] > 301 | uint32_t, uint32_t, const uint32_t*, uint32_t> { > | ^~~~~~~~ >../src/util/util_bit.h:301:52: error: template argument 2 is invalid > 301 | uint32_t, uint32_t, const uint32_t*, uint32_t> { > | ^ >../src/util/util_bit.h:301:52: error: template argument 3 is invalid >../src/util/util_bit.h:301:52: error: template argument 4 is invalid >../src/util/util_bit.h:301:52: error: template argument 5 is invalid >../src/util/util_bit.h:304:33: error: expected â)â before âflagsâ > 304 | explicit iterator(uint32_t flags) > | ~ ^~~~~~ > | ) >../src/util/util_bit.h:318:7: error: âuint32_tâ does not name a type > 318 | uint32_t operator * () const { > | ^~~~~~~~ >../src/util/util_bit.h:318:7: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:327:7: error: âuint32_tâ does not name a type > 327 | uint32_t m_mask; > | ^~~~~~~~ >../src/util/util_bit.h:327:7: note: âuint32_tâ is defined in header â<cstdint>â; did you forget to â#include <cstdint>â? >../src/util/util_bit.h:333:21: error: expected â)â before ânâ > 333 | BitMask(uint32_t n) > | ~ ^~ > | ) >../src/util/util_bit.h:346:5: error: âuint32_tâ does not name a type > 346 | uint32_t m_mask; > | ^~~~~~~~ >../src/util/util_bit.h:346: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:308:9: error: âm_maskâ was not declared in this scope; did you mean âfd_maskâ? > 308 | m_mask &= m_mask - 1; > | ^~~~~~ > | fd_mask >../src/util/util_bit.h: In member function âdxvk::bit::BitMask::iterator dxvk::bit::BitMask::iterator::operator++(int)â: >../src/util/util_bit.h:314:9: error: âm_maskâ was not declared in this scope; did you mean âfd_maskâ? > 314 | m_mask &= m_mask - 1; > | ^~~~~~ > | fd_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:322:56: error: âm_maskâ was not declared in this scope; did you mean âfd_maskâ? > 322 | bool operator == (iterator other) const { return m_mask == other.m_mask; } > | ^~~~~~ > | fd_mask >../src/util/util_bit.h:322:72: error: âclass dxvk::bit::BitMask::iteratorâ has no member named âm_maskâ > 322 | 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:323:56: error: âm_maskâ was not declared in this scope; did you mean âfd_maskâ? > 323 | bool operator != (iterator other) const { return m_mask != other.m_mask; } > | ^~~~~~ > | fd_mask >../src/util/util_bit.h:323:72: error: âclass dxvk::bit::BitMask::iteratorâ has no member named âm_maskâ > 323 | 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:337:23: error: âm_maskâ was not declared in this scope; did you mean âfd_maskâ? > 337 | return iterator(m_mask); > | ^~~~~~ > | fd_mask >../src/util/util_bit.h: In member function âdxvk::bit::BitMask::iterator dxvk::bit::BitMask::end()â: >../src/util/util_bit.h:341:24: error: no matching function for call to âdxvk::bit::BitMask::iterator::iterator(int)â > 341 | return iterator(0); > | ^ >../src/util/util_bit.h:300:11: note: candidate: âconstexpr dxvk::bit::BitMask::iterator::iterator()â > 300 | class iterator: public std::iterator<std::input_iterator_tag, > | ^~~~~~~~ >../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++) { > | ^ >[7/268] g++ -Isrc/util/libutil.a.p -Isrc/util -I../src/util -I../include -I../include/native -I../include/native/windows -I../include/native/directx -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++17 -DNOMINMAX -D_WIN32_WINNT=0xa00 -DDXVK_NATIVE -msse -msse2 -mfpmath=sse -DDXVK_WSI_SDL2 -DDXVK_PLATFORM_LINUX -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -MD -MQ src/util/libutil.a.p/com_com_guid.cpp.o -MF src/util/libutil.a.p/com_com_guid.cpp.o.d -o src/util/libutil.a.p/com_com_guid.cpp.o -c ../src/util/com/com_guid.cpp >In file included from ../src/util/com/../../d3d11/../dxgi/../dxvk/../util/util_flags.h:5, > from ../src/util/com/../../d3d11/../dxgi/../dxvk/dxvk_include.h:8, > from ../src/util/com/../../d3d11/../dxgi/dxgi_interfaces.h:3, > from ../src/util/com/../../d3d11/d3d11_interfaces.h:3, > from ../src/util/com/com_guid.cpp:3: >../src/util/com/../../d3d11/../dxgi/../dxvk/../util/util_bit.h:300:33: warning: âtemplate<class _Category, class _Tp, class _Distance, class _Pointer, class _Reference> struct std::iteratorâ is deprecated [-Wdeprecated-declarations] > 300 | class iterator: public std::iterator<std::input_iterator_tag, > | ^~~~~~~~ >In file included from /usr/include/c++/13/bits/stl_iterator_base_funcs.h:66, > from /usr/include/c++/13/string:47, > from /usr/include/c++/13/bits/locale_classes.h:40, > from /usr/include/c++/13/bits/ios_base.h:41, > from /usr/include/c++/13/ios:44, > from /usr/include/c++/13/ostream:40, > from ../src/util/com/com_guid.h:3, > from ../src/util/com/com_guid.cpp:1: >/usr/include/c++/13/bits/stl_iterator_base_types.h:127:34: note: declared here > 127 | struct _GLIBCXX17_DEPRECATED iterator > | ^~~~~~~~ >[8/268] g++ -Isrc/util/libutil.a.p -Isrc/util -I../src/util -I../include -I../include/native -I../include/native/windows -I../include/native/directx -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++17 -DNOMINMAX -D_WIN32_WINNT=0xa00 -DDXVK_NATIVE -msse -msse2 -mfpmath=sse -DDXVK_WSI_SDL2 -DDXVK_PLATFORM_LINUX -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -MD -MQ src/util/libutil.a.p/config_config.cpp.o -MF src/util/libutil.a.p/config_config.cpp.o.d -o src/util/libutil.a.p/config_config.cpp.o -c ../src/util/config/config.cpp >ninja: build stopped: subcommand failed. >INFO: autodetecting backend as ninja >INFO: calculating backend command to run: /usr/bin/ninja -C /builddir/build/BUILD/dxvk-native-native-1.9.2a/redhat-linux-build -j 3 -v >error: Bad exit status from /var/tmp/rpm-tmp.ZsmjAk (%build) >RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.ZsmjAk (%build) >Child return code was: 1 >EXCEPTION: [Error('Command failed: \n # /usr/bin/systemd-nspawn -q -M 1fc841931ed6404eb0e94142f01ef0de -D /var/lib/mock/f39-build-44266145-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.ktc9l188:/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 i686 --nodeps /builddir/build/SPECS/dxvk-native.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 1fc841931ed6404eb0e94142f01ef0de -D /var/lib/mock/f39-build-44266145-5274610/root -a -u mockbuild --capability=cap_ipc_lock --bind=/tmp/mock-resolv.ktc9l188:/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 i686 --nodeps /builddir/build/SPECS/dxvk-native.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 2225764
: 1977767 |
1977768
|
1977769