Bug#956543: freecad: FTBFS with new opencascade 7.4 (library transition)

Tobias Frost tobi at debian.org
Sun Apr 12 15:42:56 BST 2020


Package: freecad
Version: 0.18.4+dfsg2-1
Severity: important
Control: block 956351 by -1
Control: tags -1 +patch

Hi,

attached patch fixes the FTBFS. Its just a missing std:: before endl, easily
fixed by a using std::endl statement.

--
tobi


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.5.0-1-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages freecad depends on:
ii  freecad-python3  0.18.4+dfsg2-1

Versions of packages freecad recommends:
ii  calculix-ccx  2.11-1+b3
ii  graphviz      2.42.2-3+b3

Versions of packages freecad suggests:
ii  povray  1:3.7.0.8-4

-- no debconf information
-------------- next part --------------
--- a/src/Mod/Raytracing/App/RayFeature.cpp
+++ b/src/Mod/Raytracing/App/RayFeature.cpp
@@ -63,6 +63,7 @@
 
 App::DocumentObjectExecReturn *RayFeature::execute(void)
 {
+    using std::endl;
     std::stringstream result;
     std::string ViewName = getNameInDocument();
 


More information about the debian-science-maintainers mailing list