Your message dated Sun, 1 Oct 2017 00:07:04 +0300
with message-id <20170930210704.p37sabczdeztwikf@localhost>
and subject line 1.37.1+dfsg-1 contains a similar fix
has caused the Debian Bug report #869644,
regarding slic3r-prusa: Fix for the ppc64el FTBFS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
869644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869644
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: slic3r-prusa
Version: 1.36.0+dfsg-1
Severity: important
Tags: patch

A fix for the ppc64el FTBFS is attached.
Description: Use __linux__ instead of __linux to fix ppc64el FTBFS
 On PowerPC __linux is not defined with -std=c++11
Author: Adrian Bunk <[email protected]>

--- slic3r-prusa-1.36.0+dfsg.orig/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp
+++ slic3r-prusa-1.36.0+dfsg/xs/src/libslic3r/GCode/WipeTowerPrusaMM.cpp
@@ -5,9 +5,9 @@
 #include <fstream>
 #include <iostream>
 
-#ifdef __linux
+#ifdef __linux__
 #include <strings.h>
-#endif /* __linux */
+#endif /* __linux__ */
 
 #ifdef _MSC_VER 
 #define strcasecmp _stricmp

--- End Message ---
--- Begin Message ---
Version: 1.37.1+dfsg-1

1.37.1+dfsg-1 contains a similar fix.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--- End Message ---

Reply via email to