Public bug reported:

Hi,

I am a scientific software developper and I'm trying to use Qt3D on Ubuntu 
20.04LTS.
I am not used to filing bugs here, sorry if its not following the standards, 
any comments on this will also be appreciated.

Here is a list of the packages I installed prior to this bug.
sudo apt install qt3d5-dev
sudo apt install qt3d5-dev-tools
sudo apt install qt3d-assimpsceneimport-plugin
sudo apt install qt3d-defaultgeometryloader-plugin
sudo apt install qt3d-gltfsceneio-plugin
sudo apt install qt3d-scene2d-plugin
sudo apt install qml-module-qt3d

I also ran the command line:
sudo strip --remove-section=.note.ABI-tag 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5

as per my computer science colleague request

But I am having errors left and right concerning the headers, as much as
I actually have to include in my CMakleLists.txt those lines (I started
to debug from Windows to Linux since our scientific build machine uses
this target):

#------------------------- *target*
# Note: 3D Disabled on build machine because of 3D in QT
if( ${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
  add_subdirectory(*target*)
  set_target_properties(*target* PROPERTIES FOLDER "apps/*target*")
  #Tell CMake to produce a visual studio Qt Project for integration with Qt Vs 
Tools
  set_target_properties(*target* PROPERTIES VS_GLOBAL_KEYWORD Qt4VSv1.0)
else
  include_directories("/usr/include/x86_64-linux-gnu/qt5/Qt3DCore")
  include_directories("/usr/include/x86_64-linux-gnu/qt5/Qt3DRender")
  include_directories("/usr/include/x86_64-linux-gnu/qt5/Qt3DExtras") ->this 
one useless
endif()

as you can see:
/usr/include/x86_64-linux-gnu/qt5$ ls
Qt3DCore        Qt3DQuickRender   QtDBus                QtNetwork           
QtPositioning       QtQuick           QtSerialPort  QtUiTools           QtWebKit
Qt3DInput       Qt3DQuickScene2D  QtDesigner            QtOpenGL            
QtPositioningQuick  QtQuickParticles  QtSql         QtWebChannel        
QtWebKitWidgets
Qt3DLogic       Qt3DRender        QtDesignerComponents  QtOpenGLExtensions  
QtPrintSupport      QtQuickShapes     QtSvg         QtWebEngine         
QtWidgets
Qt3DQuick       QtConcurrent      QtGui                 QtPacketProtocol    
QtQml               QtQuickTest       QtTest        QtWebEngineCore     QtXml
Qt3DQuickInput  QtCore            QtHelp                QtPlatformHeaders   
QtQmlDebug          QtQuickWidgets    QtUiPlugin    QtWebEngineWidgets

And this sub-package that you have does not contain the headers.
https://packages.ubuntu.com/focal/amd64/libqt53dextras5/filelist

I think I will also be submitting there I find it weird.
I will probably download Qt3D sources and temporarily link the headers directly 
there but this is far from optimal for a build machine, as you might expect. 

And finaly, this packages appear when I tab on: apt install qt3d-op...
but when I run the install it cant find it. This is probably the issue that you 
want to look at, as I will be going to this other package to see why the 
headers are not following.

Thank you very much and I hope I followed the guidelines here are my infos:
/usr/include/x86_64-linux-gnu/qt5$ lsb_release -rd
Description:    Ubuntu 20.04 LTS
Release:        20.04

apt-cache policy qt3d-opensource-src 
N: Unable to locate package qt3d-opensource-src

/usr/include/x86_64-linux-gnu/qt5$ apt-cache policy libqt53dextras5 
libqt53dextras5:
  Installed: 5.12.8+dfsg-0ubuntu1
  Candidate: 5.12.8+dfsg-0ubuntu1
  Version table:
 *** 5.12.8+dfsg-0ubuntu1 500
        500 http://ca.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status

/usr/include/x86_64-linux-gnu/qt5$ sudo apt install qt3d-opensource-src 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package qt3d-opensource-src

** Affects: qt3d-opensource-src (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878233

Title:
  Unable to locate package/Headers missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt3d-opensource-src/+bug/1878233/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to