The problem was solved when I removed all related subversion packages and then installed the 1.9 one.
Before the 1.9 install I had to run rpm -ivh /tmp/epel-release-7-5.noarch.rpm All fine now, I'm able to compile! Walter -----Original Message----- From: Alexander Rojas [mailto:[email protected]] Sent: 10 March 2016 15:02 To: [email protected] Subject: Re: Compile failure Hi Walter, I once had the same problem. The solution is to move to subversion 1.8, so as super user try: # Change version in the repository sed -i "s/1.9/1.8/g" /etc/yum.repos.d/wandisco-svn.repo # Remove cache files rm -rf /var/cache/yum/x86_64/7Server/WANdiscoSVN/* # Rebuild the cache yum makecache # Retry installation yum group install -y "Development Tools” One more thing, don’t know if this has any real effect, but my /etc/yum.repos.d/wandisco-svn.repo looks as follows: [WANdiscoSVN] name=WANdisco SVN Repo 1.9 enabled=1 baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/$basearch/ gpgcheck=1 gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > On 10 Mar 2016, at 10:38, Walter Heestermans (TME) > <[email protected]> wrote: > > I removed the subversion packages > > yum remove -y subversion-libs subversion subversion-devel > > Update the repo info for subversion 1.9: > > cat /etc/yum.repos.d/wandisco-svn.repo > [WANdiscoSVN] > name=WANdisco SVN Repo 1.9 > enabled=1 > baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/ > <http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/> > gpgcheck=1 > gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > <http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco> > > Try to reinstall > > yum install -y subversion-libs subversion subversion-devel Loaded > plugins: ulninfo Resolving Dependencies > --> Running transaction check > ---> Package subversion.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: libserf-1.so.0()(64bit) for package: > --> subversion-1.9.3-1.x86_64 > ---> Package subversion-devel.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: pkgconfig(serf-1) for package: > --> subversion-devel-1.9.3-1.x86_64 Processing Dependency: > --> pkgconfig(sqlite3) for package: subversion-devel-1.9.3-1.x86_64 > --> Processing Dependency: pkgconfig(gnome-keyring-1) for package: > --> subversion-devel-1.9.3-1.x86_64 > ---> Package subversion-libs.x86_64 0:1.7.14-10.el7 will be installed > --> Running transaction check > ---> Package libgnome-keyring-devel.x86_64 0:3.8.0-3.el7 will be > ---> installed > --> Processing Dependency: libgnome-keyring = 3.8.0-3.el7 for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: pkgconfig(glib-2.0) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: glib2-devel for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > ---> Package serf-devel.x86_64 0:1.3.7-1 will be installed Package > ---> sqlite-devel.x86_64 0:3.7.17-8.el7 will be installed Package > ---> subversion.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: libserf-1.so.0()(64bit) for package: > --> subversion-1.9.3-1.x86_64 Running transaction check > ---> Package glib2-devel.x86_64 0:2.42.2-5.el7 will be installed > ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed > ---> Package subversion.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: libserf-1.so.0()(64bit) for package: > --> subversion-1.9.3-1.x86_64 Finished Dependency Resolution > Error: Package: subversion-1.9.3-1.x86_64 (WANdiscoSVN) > Requires: libserf-1.so.0()(64bit) You could try using > --skip-broken to work around the problem You could try running: rpm > -Va --nofiles –nodigest > > Found this link about the missing library > > https://issues.apache.org/jira/browse/MESOS-3842 > <https://issues.apache.org/jira/browse/MESOS-3842> > > > > I tried to follow the following procedure > > http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6 > -5/ > <http://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos- > 6-5/> > > rpm -ivh /tmp/epel-release-7-5.noarch.rpm > warning: /tmp/epel-release-7-5.noarch.rpm: Header V3 RSA/SHA256 Signature, > key ID 352c64e5: NOKEY > Preparing... ################################# [100%] > Updating / installing... > 1:epel-release-7-5 ################################# [100%] > > Restarted the installation > > yum install -y subversion-libs subversion subversion-devel > > Loaded plugins: ulninfo > epel/x86_64/metalink > > | 25 kB 00:00:00 > epel > > | 4.3 kB 00:00:00 > (1/3): epel/x86_64/group_gz > > | 169 kB 00:00:00 > (2/3): epel/x86_64/updateinfo > > | 509 kB 00:00:01 > (3/3): epel/x86_64/primary_db > > | 3.9 MB 00:00:02 > Resolving Dependencies > --> Running transaction check > ---> Package subversion.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: libserf-1.so.0()(64bit) for package: > --> subversion-1.9.3-1.x86_64 > ---> Package subversion-devel.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: pkgconfig(serf-1) for package: > --> subversion-devel-1.9.3-1.x86_64 Processing Dependency: > --> pkgconfig(sqlite3) for package: subversion-devel-1.9.3-1.x86_64 > --> Processing Dependency: pkgconfig(gnome-keyring-1) for package: > --> subversion-devel-1.9.3-1.x86_64 > ---> Package subversion-libs.x86_64 0:1.7.14-10.el7 will be installed > --> Running transaction check > ---> Package libgnome-keyring-devel.x86_64 0:3.8.0-3.el7 will be > ---> installed > --> Processing Dependency: libgnome-keyring = 3.8.0-3.el7 for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: pkgconfig(glib-2.0) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: glib2-devel for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > ---> Package libserf.x86_64 0:1.3.7-1.el7 will be installed Package > ---> libserf-devel.x86_64 0:1.3.7-1.el7 will be installed Package > ---> sqlite-devel.x86_64 0:3.7.17-8.el7 will be installed > --> Running transaction check > ---> Package glib2-devel.x86_64 0:2.42.2-5.el7 will be installed > ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed > --> Finished Dependency Resolution > > Dependencies Resolved > > ============================================================================================================================================================================================================================================= > Package Arch > Version > Repository > Size > ====================================================================== > ====================================================================== > ====================================================================== > =========================== > Installing: > subversion x86_64 > 1.9.3-1 > WANdiscoSVN 2.5 > M > subversion-devel x86_64 > 1.9.3-1 > WANdiscoSVN 3.8 > M > subversion-libs x86_64 > 1.7.14-10.el7 > local_ol72_base 920 > k > Installing for dependencies: > glib2-devel x86_64 > 2.42.2-5.el7 > local_ol72_base 447 > k > libgnome-keyring x86_64 > 3.8.0-3.el7 > local_ol72_base 108 > k > libgnome-keyring-devel x86_64 > 3.8.0-3.el7 > local_ol72_base 55 > k > libserf x86_64 > 1.3.7-1.el7 > epel 53 > k > libserf-devel x86_64 > 1.3.7-1.el7 > epel 30 > k > sqlite-devel x86_64 > 3.7.17-8.el7 > local_ol72_base 104 > k > > Transaction Summary > ====================================================================== > ====================================================================== > ====================================================================== > =========================== Install 3 Packages (+6 Dependent > packages) > > Total download size: 8.0 M > Installed size: 48 M > Downloading packages: > warning: > /var/cache/yum/x86_64/7Server/epel/packages/libserf-1.3.7-1.el7.x86_64.rpm: > Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY > ] 0.0 B/s | 0 B --:--:-- ETA > Public key for libserf-1.3.7-1.el7.x86_64.rpm is not installed > (1/4): libserf-1.3.7-1.el7.x86_64.rpm > > | 53 kB 00:00:00 > (2/4): libserf-devel-1.3.7-1.el7.x86_64.rpm > > | 30 kB 00:00:00 > warning: > /var/cache/yum/x86_64/7Server/WANdiscoSVN/packages/subversion-1.9.3-1.x86_64.rpm: > Header V4 DSA/SHA1 Signature, key ID 3bbf077a: NOKEY=====================- > ] 1.1 MB/s | 3.8 MB 00:00:02 ETA > Public key for subversion-1.9.3-1.x86_64.rpm is not installed > (3/4): subversion-1.9.3-1.x86_64.rpm > > | 2.5 MB 00:00:01 > (4/4): subversion-devel-1.9.3-1.x86_64.rpm > > | 3.8 MB 00:00:02 > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Total > > 2.1 MB/s | 8.0 MB 00:00:03 > Retrieving key from > http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > <http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco> > Importing GPG key 0x3BBF077A: > Userid : "WANdisco (http://WANdisco.com <http://wandisco.com/> - We Make > Software Happen...) <[email protected] > <mailto:[email protected]>>" > Fingerprint: 69c1 be83 da54 cbed 6889 72f8 e9f0 e922 3bbf 077a > From : http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > <http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco> > Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 > <file://///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7> > Importing GPG key 0x352C64E5: > Userid : "Fedora EPEL (7) <[email protected] > <mailto:[email protected]>>" > Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 > Package : epel-release-7-5.noarch (installed) > From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 > Running transaction check > Running transaction test > > > Transaction check error: > file /usr/lib64/libsvn_client-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_delta-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_diff-1.so.0.0.0 conflicts between attempted installs > of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_fs-1.so.0.0.0 conflicts between attempted installs > of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_fs_base-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_fs_fs-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_fs_util-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_ra-1.so.0.0.0 conflicts between attempted installs > of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_ra_local-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_ra_svn-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_repos-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_subr-1.so.0.0.0 conflicts between attempted installs > of subversion-libs-1.7.14-10.el7.x86_64 and subversion-1.9.3-1.x86_64 > file /usr/lib64/libsvn_wc-1.so.0.0.0 conflicts between attempted > installs of subversion-libs-1.7.14-10.el7.x86_64 and > subversion-1.9.3-1.x86_64 > > Error Summary > > Then just installed the subversion-devel only, and I got subversion > finally installed > > yum install -y subversion-devel > > Loaded plugins: ulninfo > Resolving Dependencies > --> Running transaction check > ---> Package subversion-devel.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: subversion = 1.9.3-1 for package: > --> subversion-devel-1.9.3-1.x86_64 Processing Dependency: > --> pkgconfig(serf-1) for package: subversion-devel-1.9.3-1.x86_64 > --> Processing Dependency: pkgconfig(sqlite3) for package: > --> subversion-devel-1.9.3-1.x86_64 Processing Dependency: > --> pkgconfig(gnome-keyring-1) for package: > --> subversion-devel-1.9.3-1.x86_64 Running transaction check > ---> Package libgnome-keyring-devel.x86_64 0:3.8.0-3.el7 will be > ---> installed > --> Processing Dependency: libgnome-keyring = 3.8.0-3.el7 for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: pkgconfig(glib-2.0) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: glib2-devel for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > --> Processing Dependency: libgnome-keyring.so.0()(64bit) for package: > --> libgnome-keyring-devel-3.8.0-3.el7.x86_64 > ---> Package serf-devel.x86_64 0:1.3.7-1 will be installed Package > ---> sqlite-devel.x86_64 0:3.7.17-8.el7 will be installed Package > ---> subversion.x86_64 0:1.9.3-1 will be installed > --> Processing Dependency: libserf-1.so.0()(64bit) for package: > --> subversion-1.9.3-1.x86_64 Running transaction check > ---> Package glib2-devel.x86_64 0:2.42.2-5.el7 will be installed > ---> Package libgnome-keyring.x86_64 0:3.8.0-3.el7 will be installed > ---> Package libserf.x86_64 0:1.3.7-1.el7 will be installed > --> Finished Dependency Resolution > > Dependencies Resolved > > ============================================================================================================================================================================================================================================= > Package Arch > Version > Repository > Size > ====================================================================== > ====================================================================== > ====================================================================== > =========================== > Installing: > subversion-devel x86_64 > 1.9.3-1 > WANdiscoSVN 3.8 > M > Installing for dependencies: > glib2-devel x86_64 > 2.42.2-5.el7 > local_ol72_base 447 > k > libgnome-keyring x86_64 > 3.8.0-3.el7 > local_ol72_base 108 > k > libgnome-keyring-devel x86_64 > 3.8.0-3.el7 > local_ol72_base 55 > k > libserf x86_64 > 1.3.7-1.el7 > epel 53 > k > serf-devel x86_64 > 1.3.7-1 > WANdiscoSVN 63 > k > sqlite-devel x86_64 > 3.7.17-8.el7 > local_ol72_base 104 > k > subversion x86_64 > 1.9.3-1 > WANdiscoSVN 2.5 > M > > Transaction Summary > ====================================================================== > ====================================================================== > ====================================================================== > =========================== Install 1 Package (+7 Dependent packages) > > Total size: 7.1 M > Total download size: 777 k > Installed size: 46 M > Is this ok [y/d/N]: y > Downloading packages: > serf-devel-1.3.7-1.x86_64.rpm > > | 63 kB 00:00:00 > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > Total > > 1.4 MB/s | 777 kB 00:00:00 > Running transaction check > Running transaction test > Transaction test succeeded > Running transaction > Warning: RPMDB altered outside of yum. > Installing : glib2-devel-2.42.2-5.el7.x86_64 > > > 1/8 > Installing : libgnome-keyring-3.8.0-3.el7.x86_64 > > > 2/8 > Installing : libgnome-keyring-devel-3.8.0-3.el7.x86_64 > > > 3/8 > Installing : serf-devel-1.3.7-1.x86_64 > > > 4/8 > Installing : sqlite-devel-3.7.17-8.el7.x86_64 > > > 5/8 > Installing : libserf-1.3.7-1.el7.x86_64 > > > 6/8 > Installing : subversion-1.9.3-1.x86_64 > > > 7/8 > Installing : subversion-devel-1.9.3-1.x86_64 > > > 8/8 > Verifying : subversion-devel-1.9.3-1.x86_64 > > > 1/8 > Verifying : libgnome-keyring-devel-3.8.0-3.el7.x86_64 > > > 2/8 > Verifying : libserf-1.3.7-1.el7.x86_64 > > > 3/8 > Verifying : subversion-1.9.3-1.x86_64 > > > 4/8 > Verifying : sqlite-devel-3.7.17-8.el7.x86_64 > > > 5/8 > Verifying : serf-devel-1.3.7-1.x86_64 > > > 6/8 > Verifying : libgnome-keyring-3.8.0-3.el7.x86_64 > > > 7/8 > Verifying : glib2-devel-2.42.2-5.el7.x86_64 > > > 8/8 > > Installed: > subversion-devel.x86_64 0:1.9.3-1 > > Dependency Installed: > glib2-devel.x86_64 0:2.42.2-5.el7 libgnome-keyring.x86_64 0:3.8.0-3.el7 > libgnome-keyring-devel.x86_64 0:3.8.0-3.el7 libserf.x86_64 > 0:1.3.7-1.el7 serf-devel.x86_64 0:1.3.7-1 sqlite-devel.x86_64 > 0:3.7.17-8.el7 > subversion.x86_64 0:1.9.3-1 > > Complete! > > Then for the compilation I had to specify the location of the java > and maven > > export JAVA_HOME=/opt/jdk8 > export MAVEN_HOME=/opt/maven > > The configure action completed successfully. > > > -----Original Message----- > From: haosdent [mailto:[email protected]] > Sent: 08 March 2016 09:30 > To: dev > Subject: Re: Compile failure > > Hmm, I check again in > http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/ > <http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/> > The interesting thing in only have subversion-1.9 in that repo. But > your log show you install 1.8 > > And I try again in a fresh CentOS 7 machine. I disable wandisco-svn.repo. > And execute > $ yum install -y subversion-libs subversion subversion-devel > > Could install these packages > subversion-libs-1.7.14-10.el7.x86_64 > subversion-devel-1.7.14-10.el7.x86_64 > subversion-1.7.14-10.el7.x86_64 > > successfully. And it also could used when compile mesos. > > > > On Tue, Mar 8, 2016 at 4:17 PM, Walter Heestermans (TME) < > [email protected] > <mailto:[email protected]>> wrote: > > > [root@lxdocapt01 docker]# yum install cyrus-sasl-lib Loaded plugins: > > ulninfo Package cyrus-sasl-lib-2.1.26-20.el7_2.x86_64 already > > installed and latest version Nothing to do > > > > Seems to be installed > > Walter > > > > > > -----Original Message----- > > From: haosdent [mailto:[email protected] > > <mailto:[email protected]>] > > Sent: 08 March 2016 09:16 > > To: dev > > Subject: Re: Compile failure > > > > Sorry, CentOS should be > > > > libsasl2.so.2 (libc6,x86-64) => /usr/lib64/libsasl2.so.2 > > > > > > Could you try `yum install cyrus-sasl-lib` in your machine? > > > > On Tue, Mar 8, 2016 at 4:12 PM, haosdent <[email protected] > > <mailto:[email protected]>> wrote: > > > > > I use CentOS 7. Usually could see it after > > > > > > $ ldconfig -p | grep libsasl2.so.2 > > > libsasl2.so.2 (libc6,x86-64) => > > > /usr/lib/x86_64-linux-gnu/libsasl2.so.2 > > > > > > On Tue, Mar 8, 2016 at 4:10 PM, Walter Heestermans (TME) < > > > [email protected] > > > <mailto:[email protected]>> wrote: > > > > > >> Nothing > > >> > > >> So I'm still missing some package, but installed all the ones > > >> specified inside the doc. We are running Oracle Linux 7 > > >> > > >> Walter > > >> > > >> -----Original Message----- > > >> From: haosdent [mailto:[email protected] > > >> <mailto:[email protected]>] > > >> Sent: 08 March 2016 09:06 > > >> To: dev > > >> Subject: Re: Compile failure > > >> > > >> Does > > >> > > >> ``` > > >> ldconfig -p | grep libsasl2.so.2 > > >> ``` > > >> > > >> return anything in your machine? > > >> > > >> On Tue, Mar 8, 2016 at 3:30 PM, Walter Heestermans (TME) < > > >> [email protected] > > >> <mailto:[email protected]>> wrote: > > >> > > >> > I did this but now getting > > >> > > > >> > sh-4.2# yum install subversion-devel Loaded plugins: ulninfo > > >> > Resolving Dependencies > > >> > --> Running transaction check > > >> > ---> Package subversion-devel.x86_64 0:1.8.15-1 will be > > >> > ---> installed > > >> > --> Processing Dependency: subversion = 1.8.15-1 for package: > > >> > subversion-devel-1.8.15-1.x86_64 > > >> > --> Running transaction check > > >> > ---> Package subversion.x86_64 0:1.7.14-10.el7 will be updated > > >> > ---> Package > > >> > ---> subversion.x86_64 0:1.8.15-1 will be an update > > >> > --> Processing Dependency: libdb-4.7.so()(64bit) for package: > > >> > subversion-1.8.15-1.x86_64 > > >> > --> Processing Dependency: libserf-1.so.1()(64bit) for package: > > >> > subversion-1.8.15-1.x86_64 > > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > > >> > subversion-1.8.15-1.x86_64 > > >> > --> Running transaction check > > >> > ---> Package compat-db47.x86_64 0:4.7.25-28.el7 will be > > >> > ---> installed > > >> > --> Processing Dependency: compat-db-headers = 4.7.25-28.el7 > > >> > --> for > > >> package: > > >> > compat-db47-4.7.25-28.el7.x86_64 > > >> > ---> Package serf.x86_64 0:1.3.7-1 will be installed Package > > >> > ---> subversion.x86_64 0:1.8.15-1 will be an update > > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > > >> > subversion-1.8.15-1.x86_64 > > >> > --> Running transaction check > > >> > ---> Package compat-db-headers.noarch 0:4.7.25-28.el7 will be > > >> > ---> installed Package subversion.x86_64 0:1.8.15-1 will be an > > >> > ---> update > > >> > --> Processing Dependency: libsasl2.so.2()(64bit) for package: > > >> > subversion-1.8.15-1.x86_64 > > >> > --> Finished Dependency Resolution > > >> > Error: Package: subversion-1.8.15-1.x86_64 (WANdiscoSVN) > > >> > Requires: libsasl2.so.2()(64bit) You could try > > >> > using --skip-broken to work around the problem You could try running: > > >> > rpm -Va --nofiles --nodigest > > >> > > > >> > I installed the sasl related packages too > > >> > > > >> > sh-4.2# yum install cyrus-sasl-devel cyrus-sasl-md5 apr-devel > > >> > Loaded > > >> > plugins: ulninfo Package > > >> > cyrus-sasl-devel-2.1.26-20.el7_2.x86_64 > > >> > already installed and latest version Package > > >> > cyrus-sasl-md5-2.1.26-20.el7_2.x86_64 already installed and > > >> > latest version Package apr-devel-1.4.8-3.el7.x86_64 already > > >> > installed and latest version Nothing to do > > >> > > > >> > Walter > > >> > > > >> > > > >> > -----Original Message----- > > >> > From: Joris Van Remoortere [mailto:[email protected] > > >> > <mailto:[email protected]>] > > >> > Sent: 07 March 2016 16:44 > > >> > To: [email protected] <mailto:[email protected]> > > >> > Subject: Re: Compile failure > > >> > > > >> > Hello Walter, > > >> > > > >> > Did you see this section on the Getting Started < > > >> > http://mesos.apache.org/gettingstarted/ > > >> > <http://mesos.apache.org/gettingstarted/>> page? > > >> > > > >> > # 'Mesos > 0.21.0' requires 'subversion > 1.8' devel package, # > > >> > which is not available in the default repositories. > > >> > # Create a WANdisco SVN repo file to install the correct version: > > >> > $ sudo cat > /etc/yum.repos.d/wandisco-svn.repo <<EOF > > >> > [WANdiscoSVN] name=WANdisco SVN Repo 1.9 > > >> > enabled=1 > > >> > baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/$b > > >> > as > > >> > ea > > >> > rch > > >> > / > > >> > gpgcheck=1 > > >> > gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco > > >> > EOF > > >> > > > >> > > > >> > — > > >> > *Joris Van Remoortere* > > >> > Mesosphere > > >> > > > >> > On Mon, Mar 7, 2016 at 7:01 AM, Walter Heestermans (TME) < > > >> > [email protected] > > >> > <mailto:[email protected]>> wrote: > > >> > > > >> > > Hi, > > >> > > > > >> > > Trying to build the mesos apache-mesos-0.27.1 on Oracle Linux > > >> > > 7 > > >> > > > > >> > > configure: error: cannot find libsvn_subr-1 headers > > >> > > ------------------------------------------------------------- > > >> > > -- > > >> > > -- > > >> > > -- > > >> > > libsubversion-1 is required for mesos to build. > > >> > > > > >> > > I search for packages to install , and found the > > >> > > subversion-devel one, but doesn't seems to exist when I yum > > >> > > > > >> > > sh-4.2# yum install subversion-devel Loaded plugins: ulninfo > > >> > > No package subversion-devel available. > > >> > > Error: Nothing to do > > >> > > > > >> > > Can somebody advise what to install? > > >> > > > > >> > > Walter > > >> > > > > >> > > > > >> > > > > >> > > This e-mail may contain confidential information. If you are > > >> > > not an addressee or otherwise authorised to receive this > > >> > > message, you should not use, copy, disclose or take any > > >> > > action based on this e-mail. If you have received this e-mail > > >> > > in error, please inform the sender promptly and delete this > > >> > > message and any attachments > > >> immediately. > > >> > > > > >> > This e-mail may contain confidential information. If you are > > >> > not an addressee or otherwise authorised to receive this > > >> > message, you should not use, copy, disclose or take any action > > >> > based on this e-mail. If you have received this e-mail in > > >> > error, please inform the sender promptly and delete this > > >> > message and any attachments > > immediately. > > >> > > > >> > > >> > > >> > > >> -- > > >> Best Regards, > > >> Haosdent Huang > > >> This e-mail may contain confidential information. If you are not > > >> an addressee or otherwise authorised to receive this message, you > > >> should not use, copy, disclose or take any action based on this > > >> e-mail. If you have received this e-mail in error, please inform > > >> the sender promptly and delete this message and any attachments > > >> immediately. > > >> > > > > > > > > > > > > -- > > > Best Regards, > > > Haosdent Huang > > > > > > > > > > > -- > > Best Regards, > > Haosdent Huang > > This e-mail may contain confidential information. If you are not an > > addressee or otherwise authorised to receive this message, you > > should not use, copy, disclose or take any action based on this > > e-mail. If you have received this e-mail in error, please inform the > > sender promptly and delete this message and any attachments immediately. > > > > > > -- > Best Regards, > Haosdent Huang > This e-mail may contain confidential information. If you are not an addressee > or otherwise authorised to receive this message, you should not use, copy, > disclose or take any action based on this e-mail. If you have received this > e-mail in error, please inform the sender promptly and delete this message > and any attachments immediately. > This e-mail may contain confidential information. If you are not an addressee or otherwise authorised to receive this message, you should not use, copy, disclose or take any action based on this e-mail. If you have received this e-mail in error, please inform the sender promptly and delete this message and any attachments immediately.
