You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/07/29 17:03:07 UTC

[26/51] [abbrv] bigtop git commit: BIGTOP-2471: qfs does not build on opensuse:42.1

BIGTOP-2471: qfs does not build on opensuse:42.1


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/82290507
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/82290507
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/82290507

Branch: refs/heads/BIGTOP-2253
Commit: 822905074d56fc38b150720d11df95ac9c820aba
Parents: c9dcc07
Author: Olaf Flebbe <of...@oflebbe.de>
Authored: Sun Jun 5 21:35:31 2016 +0200
Committer: Olaf Flebbe <of...@oflebbe.de>
Committed: Sun Jun 5 21:35:31 2016 +0200

----------------------------------------------------------------------
 bigtop_toolchain/manifests/packages.pp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/82290507/bigtop_toolchain/manifests/packages.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/packages.pp b/bigtop_toolchain/manifests/packages.pp
index f9ebd65..319610d 100644
--- a/bigtop_toolchain/manifests/packages.pp
+++ b/bigtop_toolchain/manifests/packages.pp
@@ -25,8 +25,8 @@ class bigtop_toolchain::packages {
        $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "cppunit-devel", "openssl-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "cyrus-sasl-devel", "sqlite-devel", "openldap-devel", $mysql_devel, "rpm-build", "redhat-rpm-config", "fuse-libs", "asciidoc", "xmlto", "libyaml-devel", "gmp-devel", "snappy-devel", "boost-devel", "xfsprogs-devel", "libuuid-devel", "bzip2-devel" ]
      }
     /(?i:(SLES|opensuse))/: { $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "cppunit-devel", "rpm-devel", "rpm-build", "pkg-config", "gmp-devel", "python-devel", "python-setuptools", "libxml2-devel", "libxslt-devel", "cyrus-sasl-devel", "sqlite3-devel", "openldap2-devel", "libyaml-devel", "krb5-devel", "asciidoc", "xmlto", "libmysqlclient-devel", "snappy-devel", "boost-devel", "xfsprogs-devel", "libuuid-devel", "libbz2-devel" ]
-      # fix package dependencies: BIGTOP-2120 and BIGTOP-2152
-      exec { '/usr/bin/zypper -q -n install  --force-resolution krb5':
+      # fix package dependencies: BIGTOP-2120 and BIGTOP-2152 and BIGTOP-2471
+      exec { '/usr/bin/zypper -n install  --force-resolution krb5 libopenssl-devel':
       } -> Package <| |>
     }
     Amazon: {                 $pkgs = [ "unzip", "curl", "wget", "git", "make", "cmake", "autoconf", "automake", "libtool", "gcc", "gcc-c++", "fuse", "createrepo", "lzo-devel", "fuse-devel", "openssl-devel", "rpm-build", "system-rpm-config", "fuse-libs","gmp-devel", "snappy-devel", "bzip2-devel" ] }