Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paraview: 5.4.1 -> 5.5.2 #43786

Merged
merged 1 commit into from Jul 20, 2018
Merged

paraview: 5.4.1 -> 5.5.2 #43786

merged 1 commit into from Jul 20, 2018

Conversation

acowley
Copy link
Contributor

@acowley acowley commented Jul 19, 2018

This update should also fix the build the hydra: one part of the
change is to build paraview with Qt-5.9, as this is the configuration
that paraview upstream supports.

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Fits CONTRIBUTING.md.

This update should also fix the build the hydra: one part of the
change is to build paraview with Qt-5.9, as this is the configuration
that paraview upstream supports.
@srhb
Copy link
Contributor

srhb commented Jul 20, 2018

@GrahamcOfBorg build paraview

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: paraview

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


@GrahamcOfBorg
Copy link

Failure on x86_64-linux (full log)

Attempted: paraview

Partial log (click to expand)

[  2%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageThreshold.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageTranslateExtent.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageWrapPad.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkRTAnalyticSource.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageResize.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageBSplineCoefficients.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilData.cxx.o
[  3%] Building CXX object VTK/Imaging/Core/CMakeFiles/vtkImagingCore.dir/vtkImageStencilAlgorithm.cxx.o
building of '/nix/store/njai8nwy1wvvvzjdksaa1dxmg8kr8x84-paraview-5.5.2.drv' timed out after 3600 seconds
error: build of '/nix/store/njai8nwy1wvvvzjdksaa1dxmg8kr8x84-paraview-5.5.2.drv' failed

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: paraview

Partial log (click to expand)

[ 28%] Linking CXX static library ../../lib/libvtkPVVTKExtensionsPointsCS-pv5.5.a
[ 28%] Built target vtkPVVTKExtensionsPointsCS
[ 28%] Building CXX object VTK/Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadraturePointsGenerator.cxx.o
[ 28%] Building CXX object VTK/Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuadratureSchemeDictionaryGenerator.cxx.o
[ 28%] Building CXX object Wrapping/ClientServer/CMakeFiles/vtkFiltersCoreCS.dir/vtkArrayCalculatorClientServer.cxx.o
[ 28%] Building CXX object VTK/Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRandomAttributeGenerator.cxx.o
[ 28%] Building CXX object VTK/Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkRectilinearGridClip.cxx.o
[ 28%] Building CXX object VTK/Filters/General/CMakeFiles/vtkFiltersGeneral.dir/vtkQuantizePolyDataPoints.cxx.o
building of '/nix/store/h56niqm6dfas0pa3xxcdadk2n1dz3cia-paraview-5.5.2.drv' timed out after 3600 seconds
error: build of '/nix/store/h56niqm6dfas0pa3xxcdadk2n1dz3cia-paraview-5.5.2.drv' failed

@acowley
Copy link
Contributor Author

acowley commented Jul 20, 2018

I didn’t see anything go obviously wrong in that build log. This is a terrifically long build, so it may just be that.

@srhb srhb merged commit ce7ff54 into NixOS:master Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants