Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659602 - sci-visualization/paraview-5.5.0 : [QA] One or more CMake variables were not used by the project: CMAKE_INSTALL_LIBDIR Module_AutobahnPython Module_Twisted Module_ZopeInterface Module_vtkWrappingTcl VTK_USE_SYSTEM_INCREMENTAL VTK_USE_SYSTEM_OGGTHEORA
Summary: sci-visualization/paraview-5.5.0 : [QA] One or more CMake variables were not ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-29 16:17 UTC by Toralf Förster
Modified: 2019-04-25 22:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-06-29 16:17:19 UTC
QA: other
One or more CMake variables were not used by the project:
  CMAKE_INSTALL_LIBDIR
  Module_AutobahnPython
  Module_Twisted
  Module_ZopeInterface
  Module_vtkWrappingTcl
  VTK_USE_SYSTEM_INCREMENTAL
  VTK_USE_SYSTEM_OGGTHEORA
QA Notice: new icons were found installed but GTK+ icon cache
has not been updated:
  /usr/share/icons/hicolor/22x22/apps/paraview.png
  /usr/share/icons/hicolor/32x32/apps/paraview.png
  /usr/share/icons/hicolor/96x96/apps/paraview.png
Please make sure to call gnome2_icon_cache_update()
in pkg_postinst() and pkg_postrm() phases of appropriate pkgs.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome_20180623-162007

  -------------------------------------------------------------------
Comment 1 Jouni Kosonen 2018-06-29 21:17:41 UTC
Could you check the situation with VTK_USE_SYSTEM_XDMF2 at the same time? The ebuild depends on sci-libs/xdmf2 unconditionally but doesn't actually end up using it because it has the following in mycmakeargs:
...
  -DVTK_USE_SYSTEM_XDMF2=ON
  -DVTK_USE_SYSTEM_XDMF2=OFF
...
which leaves the variable off.

As with paraview-5.4.1 and sci-libs/xdmf2-1.0_p141226-r2 trying to remove the OFF -line results in a compilation error like 

> VTK/IO/Xdmf2/vtkXdmfDataArray.cxx:38:23: fatal error: XdmfArray.h: No such file or directory

even after providing -Dxdmf2_DIR=/usr/share/cmake/Modules so that it finds xdmf2Config.cmake. The version of xdmf2 in the portage tree doesn't seem to be paraview-compatible.
Comment 2 Larry the Git Cow gentoo-dev 2019-04-25 22:11:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a

commit b33b3e60d21c49c0fe9ebb58e607c3a5436a9a1a
Author:     Matthias Maier <tamiko@gentoo.org>
AuthorDate: 2019-04-25 18:14:10 +0000
Commit:     Matthias Maier <tamiko@gentoo.org>
CommitDate: 2019-04-25 22:11:15 +0000

    sci-visualization/paraview: add USE=offscreen, reorganize configuration, QA
    
     - Add USE=offscreen
    
     - Fix QA warnings about unused configuration variables
    
     - Reorganize configuration variables
    
     - Add Python 3 support
    
    Closes: https://bugs.gentoo.org/574072
    Closes: https://bugs.gentoo.org/659602
    Package-Manager: Portage-2.3.64, Repoman-2.3.12
    Signed-off-by: Matthias Maier <tamiko@gentoo.org>

 sci-visualization/paraview/metadata.xml            |   5 +-
 .../paraview/paraview-5.6.0-r1.ebuild              | 311 +++++++++++++++++++++
 2 files changed, 314 insertions(+), 2 deletions(-)