Bug 2368269

Summary: FTBFS on rawhide?
Product: [Fedora] Fedora Reporter: Cristian Le <fedora>
Component: TeXmacsAssignee: Orion Poplawski <orion>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: jnovy, orion
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-05-24 19:58:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Cristian Le 2025-05-23 15:14:15 UTC
The error reported is
```
[  6%] Building CXX object src/CMakeFiles/texmacs_body.dir/Data/Convert/Generic/generic.cpp.o
In file included from /builddir/build/BUILD/TeXmacs-2.1.2-build/TeXmacs-2.1.2-src/src/Kernel/Containers/hashtree.hpp:126,
                 from /builddir/build/BUILD/TeXmacs-2.1.2-build/TeXmacs-2.1.2-src/src/Data/String/converter.hpp:15:
/builddir/build/BUILD/TeXmacs-2.1.2-build/TeXmacs-2.1.2-src/src/Kernel/Containers/hashtree.cpp: In member function ‘hashtree<K, V> hashtree<K, V>::operator[](K)’:
/builddir/build/BUILD/TeXmacs-2.1.2-build/TeXmacs-2.1.2-src/src/Kernel/Containers/hashtree.cpp:97:14: error: ‘class hashtree<K, V>’ has no member named ‘contains’ [-Wtemplate-body]
   97 |   if (*this->contains (key)) return *this->children (key);
      |              ^~~~~~~~
/builddir/build/BUILD/TeXmacs-2.1.2-build/TeXmacs-2.1.2-src/src/Kernel/Containers/hashtree.cpp:97:44: error: ‘class hashtree<K, V>’ has no member named ‘children’ [-Wtemplate-body]
   97 |   if (*this->contains (key)) return *this->children (key);
      |                                            ^~~~~~~~
```

Could be a gcc-15 issue

Reproducible: Always

Comment 1 Orion Poplawski 2025-05-24 19:58:10 UTC

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