Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 456996 - sci-visualization/paraview-3.98.0 - VTK/Rendering/GL2PS/vtkGL2PSUtilities.cxx:63:66: error: 'gl2psTextOptColor' was not declared in this scope
Summary: sci-visualization/paraview-3.98.0 - VTK/Rendering/GL2PS/vtkGL2PSUtilities.cxx...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 21:13 UTC by Bernhard Dunkl
Modified: 2013-02-13 20:54 UTC (History)
1 user (show)

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


Attachments
paraview-3.98.0 build log (build.log.gz,532.96 KB, application/octet-stream)
2013-02-12 21:17 UTC, Bernhard Dunkl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Dunkl 2013-02-12 21:13:50 UTC
I tried to upgrade to paraview-3.98.0 (from 3.12.0 from the science overlay) but compiling failed.

Reproducible: Always




bernhard-workstation ~ # emerge --update --deep --with-bdeps=y --newuse --pretend world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild     U ~] sci-visualization/paraview-3.98.0::gentoo [3.12.0::science] USE="plugins qt4%* -boost% -cg -coprocessing -doc -examples -ffmpeg% -mpi -mysql -nvcontrol -python* -sqlite% -tcl% {-test%} -tk% (-adaptive%) (-gui%*) (-streaming%) (-webkit%)" PYTHON_SINGLE_TARGET="python2_7%* -python2_6%" PYTHON_TARGETS="python2_7%* -python2_6%" 0 kB
[ebuild     U ~] sci-libs/openfoam-2.1.1-r3:2.1::x-portage [2.1.1-r2:2.1::x-portage] USE="doc examples paraview" 0 kB
[ebuild     U  ] app-text/lcdf-typetools-2.97 [2.92] USE="kpathsea" 0 kB

Total: 3 packages (3 upgrades), Size of downloads: 0 kB
bernhard-workstation ~ #
Comment 1 Bernhard Dunkl 2013-02-12 21:17:03 UTC
Created attachment 338730 [details]
paraview-3.98.0 build log
Comment 2 Chris Reffett (RETIRED) gentoo-dev Security 2013-02-13 19:35:31 UTC
The errors start around line 23052, liberal use of Google indicates that the error translates to "VTK/Rendering/GL2PS/vtkGL2PSUtilities.cxx:63:66: error: 'gl2psTextOptColor' was not declared in this scope" and that this is because some new functions were added in gl2ps-1.3.8.

Please try emerging =x11-libs/gl2ps-1.3.8, then try building paraview again and report back with whether it works.
Comment 3 Julian Ospald 2013-02-13 19:38:55 UTC
that has already been fixed yesterday or so, as in: I forced the dep to be >=x11-libs/gl2ps-1.3.8

I didn't revbump it (blame me), because that would imply a rebuild for all ~arch users as well and paraview takes a LOT of time to build.

your tree is out of sync, please resync and re-emerge
Comment 4 Bernhard Dunkl 2013-02-13 20:54:19 UTC
After syncing the tree the paraview upgrade went fine. Thanks.