[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#947587: FTBFS with scons 3.1.2-1



On Sun, 2019-12-29 at 20:29 +0000, Phil Wyett wrote:
> Control: tags 947587 + patch
> 
> On Sat, 2019-12-28 at 09:35 +0100, Jörg Frings-Fürst wrote:
> > Source: xsunpinyin
> > Version: 2.0.3-5
> > Severity: important
> > Usertags: scons_ftbfs
> > 
> > 
> > Hello, 
> > 
> > in the context of the change to Python3 also Scons was revised. With
> > the current version 3.1.2-1 from Experimental the changeover is
> > finished so far. 
> > 
> > However, an error occurred while building your package. The build
> > log
> > is attached.
> > 
> > Please check it and fix the error.
> > 
> > CU
> > Jörg
> > 
> 
> Hi,
> 
> Attached is a patch that fixes the build issue.
> 
> Regards
> 
> Phil
> 


Hi,

Edit error.

Attached is updated patch.

Regards

Phil

-- 

*** Playing the game for the games sake. ***

Twitter: @kathenasorg

IRC: kathenas

Description: Use python3 print()
Author: Phil Wyett <philip.wyett@kathenas.org>
Last-Update: 2019-12-29
Bug-Debian: https://bugs.debian.org/947587

Index: xsunpinyin-2.0.3/SConstruct
===================================================================
--- xsunpinyin-2.0.3.orig/SConstruct
+++ xsunpinyin-2.0.3/SConstruct
@@ -47,7 +47,7 @@ opts.Add('PREFIX', default='/usr/local')
 def PassVariables(envvar, env):
     for (x, y) in envvar:
         if x in os.environ:
-            print 'Warning: you\'ve set %s in the environmental variable!' % x
+            print ('Warning: you\'ve set %s in the environmental variable!' % x)
             env.MergeFlags(os.environ[x])
 
 env = Environment(ENV=os.environ,

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: