Bug 2368269 - FTBFS on rawhide?
Summary: FTBFS on rawhide?
Keywords:
Status: CLOSED DUPLICATE of bug 2339866
Alias: None
Product: Fedora
Classification: Fedora
Component: TeXmacs
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-23 15:14 UTC by Cristian Le
Modified: 2025-05-24 19:58 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-05-24 19:58:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.