Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: package qt6-quick3d 6.3.1-1 is empty (Read 272 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

package qt6-quick3d 6.3.1-1 is empty

Not that I need it, I don't use qml in QtCreator anyway, but I perfer to keep my system consistent and also curious what's going on. My first guess was it's another Qt licensing issue, but /usr/share/licenses/qt6-quick3d symlinks to /usr/share/licenses/qt6-base (UPD: didn't read it though).

Code: [Select]
# check-link-consistency -q
ERR   -----------------   -----------------------------   -------------------------------
ERR   Package             Problematic File                Unresolved Needed Libs        
ERR   -----------------   -----------------------------   -------------------------------
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3D.so.6            
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3DAssetImport.so.6 
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3DAssetUtils.so.6  
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3DParticles.so.6   
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3DRuntimeRender.so.6
ERR   qtcreator 7.0.2-2   /usr/lib/qtcreator/qml2puppet   libQt6Quick3DUtils.so.6       
ERR   -----------------------------------------------------------------------------------
ERR   Total 1 problematic file(s): 1 in 1 package(s) + 0 unassigned.
ERR   -----------------------------------------------------------------------------------

# pacman -Ql qt6-quick3d
qt6-quick3d /usr/
qt6-quick3d /usr/share/
qt6-quick3d /usr/share/licenses/
qt6-quick3d /usr/share/licenses/qt6-quick3d

Re: package qt6-quick3d 6.3.1-1 is empty

Reply #1
I encountered that while building qt6 for ARMtix recently, looks like it was fixed after i ensured there is updated version of qt6-declarative (and maybe qt6-tools also) in repos
ARMtix

 

Re: package qt6-quick3d 6.3.1-1 is empty

Reply #2
All good with qt6-quick3d 6.3.1-1.1, thank you! :)