<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>55857</bug_id>
          
          <creation_ts>2025-09-03 19:21:00 +0300</creation_ts>
          <short_desc>Верните qdoc для Qt6</short_desc>
          <delta_ts>2025-09-04 12:24:04 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>qt6-tools</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Andrey Cherepanov">cas</reporter>
          <assigned_to name="Sergey V Turchin">zerg</assigned_to>
          <cc>lakostis</cc>
    
    <cc>zerg</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>271950</commentid>
    <comment_count>0</comment_count>
    <who name="Andrey Cherepanov">cas</who>
    <bug_when>2025-09-03 19:21:00 +0300</bug_when>
    <thetext>В Debian собран: https://packages.debian.org/sid/main/qdoc-qt6</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271966</commentid>
    <comment_count>1</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 10:20:46 +0300</bug_when>
    <thetext>Почему-то стал думать, что LLVM собран без RTTI. буду разбираться.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271967</commentid>
    <comment_count>2</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 10:26:35 +0300</bug_when>
    <thetext>На 1-й взгляд виноват &quot;remove gcc-c++ from requires&quot;, ещё разбираюсь.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271968</commentid>
    <comment_count>3</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 10:29:30 +0300</bug_when>
    <thetext>(Ответ для Sergey V Turchin на комментарий #2)
&gt; На 1-й взгляд виноват &quot;remove gcc-c++ from requires&quot;, ещё разбираюсь.
Не, не оно. Подумал, там BuildRequires фигурирует.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271969</commentid>
    <comment_count>4</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 10:40:51 +0300</bug_when>
    <thetext>Судя по тому, что тот же самый Qt нормально собирается https://git.altlinux.org/tasks/393538/build/400/x86_64/log
, какие-то изменения произошли в LLVM.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271975</commentid>
    <comment_count>5</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 11:24:09 +0300</bug_when>
    <thetext>Проблема в том, что c такими

BuildRequires: clang-devel-static llvm-devel-static
BuildRequires: clang-devel llvm-devel
BuildRequires: /usr/bin/clang-format /usr/bin/clangd

у меня стали влетать куски llvm20, из-за чего я неправильно определяю LLVM_INSTALL_DIR.
LLVM_INSTALL_DIR=`ls -1d /usr/lib/llvm-*| sort | tail -n1`

Прошу указать более надёжный способ определения, совместимый с p11 и, желательно, с p10.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271976</commentid>
    <comment_count>6</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 11:25:01 +0300</bug_when>
    <thetext>(Ответ для Sergey V Turchin на комментарий #5)
&gt; у меня стали влетать куски llvm20
https://git.altlinux.org/tasks/archive/done/_384/393417/build/400/x86_64/srpm.log</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271977</commentid>
    <comment_count>7</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 11:27:35 +0300</bug_when>
    <thetext>Нашёл `llvm-config --prefix`. Является ли он надёжным поставщиком LLVM_INSTALL_DIR?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271983</commentid>
    <comment_count>8</comment_count>
    <who name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</who>
    <bug_when>2025-09-04 12:11:37 +0300</bug_when>
    <thetext>(In reply to Sergey V Turchin from comment #7)
&gt; Нашёл `llvm-config --prefix`. Является ли он надёжным поставщиком
&gt; LLVM_INSTALL_DIR?

да, советую его и использовать.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271984</commentid>
    <comment_count>9</comment_count>
    <who name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</who>
    <bug_when>2025-09-04 12:14:22 +0300</bug_when>
    <thetext>(In reply to Sergey V Turchin from comment #6)
&gt; (Ответ для Sergey V Turchin на комментарий #5)
&gt; &gt; у меня стали влетать куски llvm20
&gt; https://git.altlinux.org/tasks/archive/done/_384/393417/build/400/x86_64/
&gt; srpm.log

я предполагаю, llvm20.1 там ставится по зависимости от mesa, с этим ничего поделать нельзя.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>271985</commentid>
    <comment_count>10</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-09-04 12:24:04 +0300</bug_when>
    <thetext>qt6-tools-6.9.2-alt2</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>