https://bugs.freedesktop.org/show_bug.cgi?id=102852

--- Comment #3 from Alex Granni <liviupro...@yahoo.com> ---
Created attachment 134347
  --> https://bugs.freedesktop.org/attachment.cgi?id=134347&action=edit
Scons 3.0.0 compatibility patch

Fixing this turned out to be very straight forward.
Scons 3.0.0 wants print called like functions, so replacing 
print '...' and print "..." everywhere with print ('...') and print ("...")
respectively did the trick. I checked with Scons 2.5.1 and it recognizes this
new format, so there is no breakage with previous Scons release.

I used the Everything advanced search utility to make sure I don't miss any 
print '...' and print "..." unconverted.

I know, this patch is large, exceeding the recommended size. It could be split
in 6 parts, one for each touched file.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to