Bug 2173030

Summary: dyninst: FTBFS in rawhide/f39
Product: [Fedora] Fedora Reporter: Thomas Rodgers <trodgers>
Component: dyninstAssignee: Stan Cox <scox>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: fche, lberk, mcermak, orion, rjones, scox, wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-23 20:27:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thomas Rodgers 2023-02-23 18:30:49 UTC
https://koji.fedoraproject.org/koji/buildinfo?buildID=2156315

This is likely a transitive include problem where <array> is no longer being included.

/builddir/build/BUILD/dyninst-12.2.0/dyninst-12.2.0/instructionAPI/src/InstructionDecoder-aarch64.C:40:71: error: variable 'const std::array<std::__cxx11::basic_string<char>, 16> Dyninst::InstructionAPI::InstructionDecoder_aarch64::condNames' has initializer but incomplete type
   40 |         const std::array<std::string, 16> InstructionDecoder_aarch64::condNames = { {
      |                                                                       ^~~~~~~~~
/builddir/build/BUILD/dyninst-12.2.0/dyninst-12.2.0/instructionAPI/src/InstructionDecoder-aarch64.C: In member function 'virtual bool Dyninst::InstructionAPI::InstructionDecoder_aarch64::decodeOperands(const Dyninst::InstructionAPI::Instruction*)':

Comment 1 Miro HronĨok 2023-02-23 20:27:53 UTC

*** This bug has been marked as a duplicate of bug 2172689 ***