# Paraview 5.7.0 FTBS on Debian/bullseye

**URL:** https://discourse.paraview.org/t/paraview-5-7-0-ftbs-on-debian-bullseye/2765
**Category:** ParaView Support
**Created:** [October 15, 2019, 9:22am UTC](https://discourse.paraview.org/t/paraview-5-7-0-ftbs-on-debian-bullseye/2765 "2019-10-15T09:22:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Trophime](https://discourse.paraview.org/user_avatar/discourse.paraview.org/trophime/32/966_2.png) [@Trophime](https://discourse.paraview.org/u/Trophime)
#### Post date: [October 15, 2019, 9:22am UTC](https://discourse.paraview.org/t/paraview-5-7-0-ftbs-on-debian-bullseye/2765/1 "2019-10-15T09:22:38Z")

</div>

Trying to rebuild Paraview 5.7.0 on Debian/Bullseye I got this error:

```
In file included from /build/paraview-5.7.0/VTK/GUISupport/Qt/QVTKRenderWindowAdapter.cxx:20:
/build/paraview-5.7.0/VTK/GUISupport/Qt/QVTKRenderWindowAdapter.cxx: In member function 'void QVTKRenderWindowAdapter::QVTKInternals::paint()':
/build/paraview-5.7.0/VTK/Common/Core/vtkLogger.h:488:69: error: format not a string literal and no format arguments [-Werror=format-security]
  488 | : vtkLogger::LogScopeRAII(level, __FILE__ , __LINE__ , __VA_ARGS__ )
      | ^
/build/paraview-5.7.0/VTK/Common/Core/vtkLogger.h:491:3: note: in expansion of macro 'vtkVLogScopeF'
  491 | vtkVLogScopeF(vtkLogger::VERBOSITY_##verbosity_name, __VA_ARGS__ )
      | ^ ~~~~~~~~~~~~
/build/paraview-5.7.0/VTK/Common/Core/vtkLogger.h:493:45: note: in expansion of macro 'vtkLogScopeF'
  493 | #define vtkLogScopeFunction(verbosity_name) vtkLogScopeF(verbosity_name, __func__ )
      | ^ ~~~~~~~~~~~
/build/paraview-5.7.0/VTK/GUISupport/Qt/QVTKRenderWindowAdapter.cxx:271:5: note: in expansion of macro 'vtkLogScopeFunction'
  271 | vtkLogScopeFunction(TRACE);
      | ^ ~~~~~~~~~~~~~~~~~~
[

 

g++ --version
g++ (Debian 9.2.1-8) 9.2.1 20190909

```

Any hints to fix this?  
Best  
C

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.paraview.org/u/ben.boeckel)
#### Post date: [October 15, 2019, 8:45pm UTC](https://discourse.paraview.org/t/paraview-5-7-0-ftbs-on-debian-bullseye/2765/2 "2019-10-15T20:45:12Z")

</div>

@utkarsh.ayachit

---

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.paraview.org/u/ben.boeckel)
#### Post date: [October 15, 2019, 8:45pm UTC](https://discourse.paraview.org/t/paraview-5-7-0-ftbs-on-debian-bullseye/2765/3 "2019-10-15T20:45:37Z")

</div>

I suspect that log line can just be removed though.
