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

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

    <bug>
          <bug_id>54712</bug_id>
          
          <creation_ts>2025-06-07 01:35:46 +0300</creation_ts>
          <short_desc>missing /usr/lib64/qt6/libexec/qwebengine_convert_dict</short_desc>
          <delta_ts>2025-06-07 10:36:39 +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-webengine-devel</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>NOTABUG</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>relnote</keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</reporter>
          <assigned_to name="Sergey V Turchin">zerg</assigned_to>
          <cc>zerg</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>266770</commentid>
    <comment_count>0</comment_count>
    <who name="Konstantin A Lepikhov (L.A. Kostis)">lakostis</who>
    <bug_when>2025-06-07 01:35:46 +0300</bug_when>
    <thetext>$ rpm -q qt6-webengine-devel
qt6-webengine-devel-6.8.2-alt3

при сборке пакета получаю ошибку от cmake (к счастью не критичную):

CMake Warning at /usr/lib64/cmake/Qt6WebEngineCoreTools/Qt6WebEngineCoreToolsTargets.cmake:96 (message):                                                                                                                                                                                  
  The imported target &quot;Qt6::qwebengine_convert_dict&quot; references the file                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                          
     &quot;/usr/lib64/qt6/libexec/qwebengine_convert_dict&quot;                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                          
  but this file does not exist.  Possible reasons include:                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                          
  * The file was deleted, renamed, or moved to another location.                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                          
  * An install or uninstall procedure did not complete successfully.                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                          
  * The installation package was faulty and contained                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                          
     &quot;/usr/lib64/cmake/Qt6WebEngineCoreTools/Qt6WebEngineCoreToolsTargets.cmake&quot;                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                          
  but not all the files it references.                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                          
Call Stack (most recent call first):                                                                                                                                                                                                                                                      
  /usr/lib64/cmake/Qt6WebEngineCoreTools/Qt6WebEngineCoreToolsConfig.cmake:56 (include)                                                                                                                                                                                                   
  /usr/lib64/cmake/Qt6/QtPublicDependencyHelpers.cmake:100 (find_package)                                                                                                                                                                                                                 
  /usr/lib64/cmake/Qt6WebEngineCore/Qt6WebEngineCoreDependencies.cmake:39 (_qt_internal_find_tool_dependencies)                                                                                                                                                                           
  /usr/lib64/cmake/Qt6WebEngineCore/Qt6WebEngineCoreConfig.cmake:53 (include)                                                                                                                                                                                                             
  /usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)                                                                                                                                                                                                               
  /usr/lib64/cmake/Qt6/QtPublicDependencyHelpers.cmake:145 (find_dependency)                                                                                                                                                                                                              
  /usr/lib64/cmake/Qt6WebEngineWidgets/Qt6WebEngineWidgetsDependencies.cmake:45 (_qt_internal_find_qt_dependencies)                                                                                                                                                                       
  /usr/lib64/cmake/Qt6WebEngineWidgets/Qt6WebEngineWidgetsConfig.cmake:53 (include)                                                                                                                                                                                                       
  /usr/lib64/cmake/Qt6/Qt6Config.cmake:200 (find_package)                                                                                                                                                                                                                                 
  CMakeLists.txt:4 (find_package)

где-то либо потерялась зависимость, либо сам файл не запаковался. Либо, если он не нужен (qwebengine_convert_dict) то, наверное, стоит убрать упоминания о нем в cmake.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>266773</commentid>
    <comment_count>1</comment_count>
    <who name="Sergey V Turchin">zerg</who>
    <bug_when>2025-06-07 10:36:39 +0300</bug_when>
    <thetext>(Ответ для Konstantin A Lepikhov (L.A. Kostis) на комментарий #0)
&gt; при сборке пакета получаю ошибку от cmake (к счастью не критичную):
Этот тип ошибки нормальный. И это хорошо, что переключено на warning[1], иначе пришлось в сборку втаскивать кучу лишних пакетов вплоть до _всех_ плагинов sql и кучи остального мусора.

Касаемо конкретного файла -- уже включен в пакет[2].


[1] https://git.altlinux.org/gears/q/qt6-base.git?p=qt6-base.git;a=blob;f=enable_skip_plugins.patch
[2] https://git.altlinux.org/tasks/386420/gears/2440/git?p=git;a=commitdiff;h=b48839449392c09577dece035c0aaace582b7d39</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>