[Bf-blender-cvs] [cfbfb5e] master: Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message!

Bastien Montagne noreply at git.blender.org
Fri Apr 4 22:46:41 CEST 2014


Commit: cfbfb5e626b1e9015245519bcbd64f5fa7854d56
Author: Bastien Montagne
Date:   Fri Apr 4 22:45:23 2014 +0200
https://developer.blender.org/rBcfbfb5e626b1e9015245519bcbd64f5fa7854d56

Great, now Debian Jessie as well can cause libyaml-cpp version mismatch... Update warning message!

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index bdc9e93..b565811 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1676,9 +1676,10 @@ install_DEB() {
   PRINT ""
   INFO "Installing dependencies for DEB-based distribution"
   PRINT ""
-  WARNING "Ubuntu users: Beware of Trusty!!!"
-  PRINT "Ubuntu 14.4 comes with a default libyaml-cpp in 0.5 version, while their ocio package still uses the 0.3 version"
-  PRINT "You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5, and break when using packaged ocio)..."
+  WARNING "Beware of recent Ubuntu/Debian!!!"
+  PRINT "Ubuntu 14.4 and Debian Jessie come with a default libyaml-cpp in 0.5 version, while their ocio package still"
+  PRINT "uses the 0.3 version. You have to use '--libyaml-cpp-ver=0.3' option (else Blender will builds with 0.5,"
+  PRINT "and break when using packaged ocio)..."
   PRINT ""
   PRINT "`eval _echo "$COMMON_INFO"`"
   PRINT ""




More information about the Bf-blender-cvs mailing list