Control: forwarded -1 https://gitlab.kitware.com/paraview/paraview/merge_requests/2474 Control: tags -1 fixed-upstream
On Sun, 19 Aug 2018 22:03:49 -0500 Simon Quigley <tsimo...@ubuntu.com> wrote: > Package: paraview > Severity: serious > > Dear Maintainer, > > Your package fails to build from source in Sid. Here is the build log > after LocutusOfBorg triggered the build in debomatic: > > http://debomatic-amd64.debian.net/distribution#unstable/paraview/5.4.1+dfsg4-3/buildlog I've pasted the error message below. ----8<---- /<<BUILDDIR>>/paraview-5.4.1+dfsg4/Qt/Components/pqChangeInputDialog.cxx: In constructor 'pqChangeInputDialog::pqChangeInputDialog(vtkSMProxy*, QWidget*)': /<<BUILDDIR>>/paraview-5.4.1+dfsg4/Qt/Components/pqChangeInputDialog.cxx:81:45: error: invalid use of incomplete type 'class QHeaderView' this->Internals->pipelineView->getHeader()->hide(); ^~ In file included from /<<BUILDDIR>>/paraview-5.4.1+dfsg4/obj-x86_64-linux-gnu/Qt/Components/ui_pqChangeInputDialog.h:20, from /<<BUILDDIR>>/paraview-5.4.1+dfsg4/Qt/Components/pqChangeInputDialog.cxx:33: /<<BUILDDIR>>/paraview-5.4.1+dfsg4/Qt/Widgets/pqFlatTreeView.h:53:7: note: forward declaration of 'class QHeaderView' class QHeaderView; ^~~~~~~~~~~ ----8<---- "Use of incomplete type" could be caused by a missing include, and upstream have recently added some new includes in the name of Qt 5.11 compatibility. (See merge request URL in the first line of this mail.) Regards, Juhani