owncloud / client

🖥️ Desktop Syncing Client for ownCloud
GNU General Public License v2.0
1.4k stars 667 forks source link

Cannot build for CentOS 5, CentOS 7 -- only CentOS 6. #2154

Closed jnweiger closed 9 years ago

jnweiger commented 10 years ago

Hi XXXX,

it would be very nice to have the CentOS 5/7 and all RedHat clients. We [...] use this systems very often and many customers asks us about this clients.

Thanks,

XXXX

jnweiger commented 10 years ago

CentOS5 and Redhat miss many dependencies. Only CentOS7 is close. It currently fails with the qtwebkit dependency like this: [ 3690s] ../../../Source/WebCore/xml/XPathParser.cpp:480:39: error: too many arguments to function 'int WebCore::XPath::xpathyyparse()' [ 3690s] int parseError = xpathyyparse(this); [ 3690s] ^ [ 3690s] In file included from ../../../Source/WebCore/xml/XPathParser.cpp:51:0: [ 3690s] generated/XPathGrammar.tab.h:106:5: note: declared here

LukasReschke commented 10 years ago

@jnweiger I redacted customer details in this issue.

cdamken commented 10 years ago

:+1:

danimo commented 10 years ago

@jnweiger RHEL/CentOS ships Qt 4.8.5 and should not require the hacks we added for RHEL/CentOS 6. Why should we support RHEL 5?

jnweiger commented 10 years ago

Without our opt hack, these dependencies are also not found. With the opt hack, we could provide them ourselves, except for the compile error above. @danimo where would I find e.g. libQtWebKit4 for RHEL_7? Currently I get: RHEL_7 x86_64 unresolvable: nothing provides libqtkeychain-devel nothing provides neon-devel nothing provides libQtWebKit-devel nothing provides libQtWebKit4

I don't know the background why they asked for RHEL_5. Just noticed the request. I don't think we want to make RHEL_5 happen for the client.

MTRichards commented 10 years ago

We have not supported CentOS 5 since ownCloud 4.5 (see support doc on S3 under owncloud/support). So, while we should go for CentOS 7 before long, we can't make this work on CentOS 5 / RHEL 5. It is just too old, a massive headache. Please email me if this is an issue, with more details.

cdamken commented 10 years ago

@MTRichards @danimo We support CentOS 6, maybe CentOS 5 or RHEL 5 are not necessary, but CentOS 7 and RHEL 6 and 7 would be nice to have. btw, the CentOS 6 client runs in RHEL

Maybe @dragotin can help here.

dragotin commented 10 years ago

Ok, we do not support CentOS 5 and the RHEL equivalent for the client. On CentOS 7 we have build issues which I try to fix now.

jnweiger commented 10 years ago

@dragotin mirall-1.7.0-beta1 on CentOS6 also needs some love. See https://github.com/owncloud/mirall/issues/2225

jnweiger commented 10 years ago

When I switch off the opthack for CentOS7, it fails with nothing provides libQtWebKit-devel, nothing provides libQtWebKit4

The openSUSE Build Service has no _QT_webkit here, but some GTK packages: $ osc ls -b CentOS:CentOS-7 | grep -i webkit libproxy-webkitgtk3.rpm libwebkit2gtk.rpm webkitgtk3.rpm webkitgtk3-devel.rpm webkitgtk3-doc.rpm

$ osc ls -b RedHat:RHEL-7 | grep -i webkit webkitgtk3-2.0.4-6.el7.x86_64.rpm webkitgtk3-2.0.4-6.el7.ppc64.rpm

Fedora:20 and Fedora:19 in obs have qtwebkit.rpm + qtwebkit-devel.rpm While the Fedora:20 versions bring in many unresolvable dependendcies, the Fedora:19 versions appear to match CentOS:7 quite well. It is version 2.3.1

Introducing a cross-dependency from CentOS7 to Fedora19 might have some new unknown issues at runtime though. But let's give that a try.

$ osc meta prj -e <repository name="CentOS_7"> <path project="CentOS:CentOS-7" repository="standard"/> <path project="Fedora:19" repository="standard"/> <arch>x86_64</arch> </repository>

jnweiger commented 10 years ago

obs://isv:ownCloud:oem:testpilotcloud/testpilotcloud-client and obs://isv:ownCloud:desktop/owncloud-client now have this config.

Please note, that we need EPEL for CentOS7.

The complete installation procedure (including EPEL) is this:

yum install wget cd /tmp wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm rpm -ivh epel-release-7-2.noarch.rpm cd /etc/yum.repos.d/ wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo yum install owncloud-client

cdamken commented 9 years ago

@jnweiger Branded are needed

jnweiger commented 9 years ago

added CentOS_7 target to all branded clients.

michaelstingl commented 9 years ago

@jnweiger Branded are needed (read my mail)

cdamken commented 9 years ago

@jnweiger any news?

jnweiger commented 9 years ago

Packages built fine for CentOS-7 in the s2 build service. I am pushing them to the customer-center and to download.owncloud.com now, so that you can see them :-)

ghost commented 9 years ago

@jnweiger I have tried your instructions here:

https://github.com/owncloud/client/issues/2154#issuecomment-57211540

with epel 7.5 and 7.2 but am getting dependency issues on libgnutls.so.26 (.28 is installed on Centos7)

is there a more recent build that works?

Thanks for your help :)

jnweiger commented 9 years ago

I'll paste the logfile from the latest centos7 installation test. Please compare:

Fri Jan 16 13:52:13 CET 2015
+ obs_docker_install --download internal isv:ownCloud:desktop owncloud-client CentOS_7
Step 0 : FROM centos:centos7
 ---> 8efe422e6104
Step 1 : RUN yum install -y wget
 ---> Using cache
 ---> 631fec0da719
Step 2 : RUN wget -nv http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
 ---> Using cache
 ---> a8a02524435a
Step 3 : RUN rpm -ivh epel-release-7*.rpm
 ---> Using cache
 ---> edb7a5f447da
Step 4 : ENV TERM ansi
 ---> Using cache
 ---> f46df3f12efc
Step 5 : ENV HOME /root
 ---> Using cache
 ---> 2ce229f97fbd
Step 6 : RUN yum clean expire-cache
 ---> Using cache
 ---> 019c9055ded9
Step 7 : RUN yum install -y wget
 ---> Using cache
 ---> 8c94fbb63d8f
Step 8 : RUN wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_7/isv:ownCloud:desktop.repo -O /etc/yum.repos.d/isv:ownCloud:desktop.repo
 ---> Using cache
 ---> 22086f556ced
Step 9 : RUN date=201501161352 yum clean expire-cache && yum install -y owncloud-client
 ---> Running in d53d7e0fc1c5
Loaded plugins: fastestmirror
Cleaning repos: base epel extras isv_ownCloud_desktop updates
7 metadata files removed
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.23media.de
 * epel: mirror.23media.de
 * extras: mirror.eu.oneandone.net
 * updates: mirror.23media.de
Resolving Dependencies
--> Running transaction check
---> Package owncloud-client.x86_64 0:1.7.1-1.3 will be installed
--> Processing Dependency: libowncloudsync0 = 1.7.1 for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: qt4-sqlite for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: owncloud-client-l10n for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtCore.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libqtkeychain.so.0()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libowncloudsync.so.0()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtDBus.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtXmlPatterns.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtSql.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libocsync.so.0()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libneon.so.27()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtXml.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtNetwork.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtWebKit.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Processing Dependency: libQtGui.so.4()(64bit) for package: owncloud-client-1.7.1-1.3.x86_64
--> Running transaction check
---> Package libowncloudsync0.x86_64 0:1.7.1-1.3 will be installed
---> Package libqtkeychain0.x86_64 0:0.4-6.1 will be installed
---> Package neon.x86_64 0:0.30.0-3.el7 will be installed
--> Processing Dependency: libgnutls.so.28(GNUTLS_2_12)(64bit) for package: neon-0.30.0-3.el7.x86_64
--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: neon-0.30.0-3.el7.x86_64
--> Processing Dependency: libproxy.so.1()(64bit) for package: neon-0.30.0-3.el7.x86_64
--> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-3.el7.x86_64
--> Processing Dependency: libgnutls.so.28()(64bit) for package: neon-0.30.0-3.el7.x86_64
---> Package owncloud-client-l10n.x86_64 0:1.7.1-1.3 will be installed
---> Package qt.x86_64 1:4.8.5-8.el7 will be installed
--> Processing Dependency: qt-settings for package: 1:qt-4.8.5-8.el7.x86_64
---> Package qt-x11.x86_64 1:4.8.5-8.el7 will be installed
--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libtiff.so.5()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libmng.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libfreetype.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libfontconfig.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libasound.so.2()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXrandr.so.2()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXinerama.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXi.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXfixes.so.3()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXext.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libXcursor.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libSM.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libICE.so.6()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
--> Processing Dependency: libGL.so.1()(64bit) for package: 1:qt-x11-4.8.5-8.el7.x86_64
---> Package qtwebkit.x86_64 0:2.3.3-3.el7 will be installed
--> Processing Dependency: libxslt.so.1(LIBXML2_1.1.9)(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libxslt.so.1()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libwebp.so.4()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstvideo-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstreamer-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstpbutils-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstinterfaces-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstbase-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Processing Dependency: libgstapp-0.10.so.0()(64bit) for package: qtwebkit-2.3.3-3.el7.x86_64
--> Running transaction check
---> Package alsa-lib.x86_64 0:1.0.27.2-3.el7 will be installed
---> Package fontconfig.x86_64 0:2.10.95-7.el7 will be installed
--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-7.el7.x86_64
---> Package freetype.x86_64 0:2.4.11-9.el7 will be installed
---> Package gnutls.x86_64 0:3.1.18-10.el7_0 will be installed
--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.1.18-10.el7_0.x86_64
--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.1.18-10.el7_0.x86_64
---> Package gstreamer.x86_64 0:0.10.36-7.el7 will be installed
--> Processing Dependency: gstreamer-tools >= 0.10.36 for package: gstreamer-0.10.36-7.el7.x86_64
---> Package gstreamer-plugins-base.x86_64 0:0.10.36-10.el7 will be installed
--> Processing Dependency: libtheoraenc.so.1(libtheoraenc_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libtheoradec.so.1(libtheoradec_1.0)(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: iso-codes for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libvorbisenc.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libvorbis.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libvisual-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libtheoraenc.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libtheoradec.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: liborc-test-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: liborc-0.4.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libogg.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libcdda_paranoia.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libcdda_interface.so.0()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libcairo.so.2()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
--> Processing Dependency: libXv.so.1()(64bit) for package: gstreamer-plugins-base-0.10.36-10.el7.x86_64
---> Package libICE.x86_64 0:1.0.8-7.el7 will be installed
---> Package libSM.x86_64 0:1.2.1-7.el7 will be installed
---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64
---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
---> Package libXext.x86_64 0:1.3.2-2.1.el7 will be installed
---> Package libXfixes.x86_64 0:5.0.1-2.1.el7 will be installed
---> Package libXi.x86_64 0:1.7.2-2.1.el7 will be installed
---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libXrandr.x86_64 0:1.4.1-2.1.el7 will be installed
---> Package libXrender.x86_64 0:0.9.8-2.1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libmng.x86_64 0:1.0.10-14.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
---> Package libproxy.x86_64 0:0.4.11-6.el7 will be installed
--> Processing Dependency: libmodman.so.1()(64bit) for package: libproxy-0.4.11-6.el7.x86_64
---> Package libtiff.x86_64 0:4.0.3-14.el7 will be installed
--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-14.el7.x86_64
---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package mesa-libGL.x86_64 0:9.2.5-6.20131218.el7_0 will be installed
--> Processing Dependency: mesa-libglapi = 9.2.5-6.20131218.el7_0 for package: mesa-libGL-9.2.5-6.20131218.el7_0.x86_64
--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-9.2.5-6.20131218.el7_0.x86_64
--> Processing Dependency: libdrm.so.2()(64bit) for package: mesa-libGL-9.2.5-6.20131218.el7_0.x86_64
--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-9.2.5-6.20131218.el7_0.x86_64
--> Processing Dependency: libXdamage.so.1()(64bit) for package: mesa-libGL-9.2.5-6.20131218.el7_0.x86_64
---> Package pakchois.x86_64 0:0.4-10.el7 will be installed
---> Package qt-settings.noarch 0:19-23.4.el7 will be installed
--> Processing Dependency: pciutils for package: qt-settings-19-23.4.el7.noarch
--> Running transaction check
---> Package cairo.x86_64 0:1.12.14-6.el7 will be installed
--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.12.14-6.el7.x86_64
--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.12.14-6.el7.x86_64
---> Package cdparanoia-libs.x86_64 0:10.2-17.el7 will be installed
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package gstreamer-tools.x86_64 0:0.10.36-7.el7 will be installed
---> Package iso-codes.noarch 0:3.46-2.el7 will be installed
--> Processing Dependency: xml-common for package: iso-codes-3.46-2.el7.noarch
---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
---> Package libXv.x86_64 0:1.0.9-2.1.el7 will be installed
---> Package libXxf86vm.x86_64 0:1.1.3-2.1.el7 will be installed
---> Package libdrm.x86_64 0:2.4.50-1.1.el7 will be installed
--> Processing Dependency: libpciaccess.so.0()(64bit) for package: libdrm-2.4.50-1.1.el7.x86_64
---> Package libmodman.x86_64 0:2.0.1-8.el7 will be installed
---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed
---> Package libtheora.x86_64 1:1.1.1-8.el7 will be installed
---> Package libvisual.x86_64 0:0.4.0-16.el7 will be installed
---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed
---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
---> Package mesa-libglapi.x86_64 0:9.2.5-6.20131218.el7_0 will be installed
---> Package nettle.x86_64 0:2.7.1-2.el7 will be installed
---> Package orc.x86_64 0:0.4.17-5.el7 will be installed
---> Package pango.x86_64 0:1.34.1-5.el7 will be installed
--> Processing Dependency: libthai >= 0.1.9 for package: pango-1.34.1-5.el7.x86_64
--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.34.1-5.el7.x86_64
--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.34.1-5.el7.x86_64
--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.34.1-5.el7.x86_64
---> Package pciutils.x86_64 0:3.2.1-4.el7 will be installed
--> Processing Dependency: pciutils-libs = 3.2.1-4.el7 for package: pciutils-3.2.1-4.el7.x86_64
--> Processing Dependency: libpci.so.3(LIBPCI_3.2)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
--> Processing Dependency: libpci.so.3(LIBPCI_3.1)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
--> Processing Dependency: libpci.so.3(LIBPCI_3.0)(64bit) for package: pciutils-3.2.1-4.el7.x86_64
--> Processing Dependency: hwdata for package: pciutils-3.2.1-4.el7.x86_64
--> Processing Dependency: libpci.so.3()(64bit) for package: pciutils-3.2.1-4.el7.x86_64
--> Running transaction check
---> Package harfbuzz.x86_64 0:0.9.20-3.el7 will be installed
--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-0.9.20-3.el7.x86_64
---> Package hwdata.noarch 0:0.252-7.3.el7 will be installed
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
---> Package libXft.x86_64 0:2.3.1-5.1.el7 will be installed
---> Package libpciaccess.x86_64 0:0.13.1-4.1.el7 will be installed
---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
---> Package mesa-libEGL.x86_64 0:9.2.5-6.20131218.el7_0 will be installed
--> Processing Dependency: mesa-libgbm = 9.2.5-6.20131218.el7_0 for package: mesa-libEGL-9.2.5-6.20131218.el7_0.x86_64
--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-9.2.5-6.20131218.el7_0.x86_64
---> Package pciutils-libs.x86_64 0:3.2.1-4.el7 will be installed
---> Package pixman.x86_64 0:0.32.4-3.el7 will be installed
---> Package xml-common.noarch 0:0.6.3-39.el7 will be installed
--> Running transaction check
---> Package graphite2.x86_64 0:1.2.2-5.el7 will be installed
---> Package mesa-libgbm.x86_64 0:9.2.5-6.20131218.el7_0 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
 Package               Arch   Version                Repository            Size
================================================================================
Installing:
 owncloud-client       x86_64 1.7.1-1.3              isv_ownCloud_desktop 595 k
Installing for dependencies:
 alsa-lib              x86_64 1.0.27.2-3.el7         base                 389 k
 cairo                 x86_64 1.12.14-6.el7          base                 697 k
 cdparanoia-libs       x86_64 10.2-17.el7            base                  56 k
 fontconfig            x86_64 2.10.95-7.el7          base                 228 k
 fontpackages-filesystem
                       noarch 1.44-8.el7             base                 9.9 k
 freetype              x86_64 2.4.11-9.el7           base                 389 k
 gnutls                x86_64 3.1.18-10.el7_0        updates              609 k
 graphite2             x86_64 1.2.2-5.el7            base                  81 k
 gstreamer             x86_64 0.10.36-7.el7          base                 958 k
 gstreamer-plugins-base
                       x86_64 0.10.36-10.el7         base                 1.2 M
 gstreamer-tools       x86_64 0.10.36-7.el7          base                  27 k
 harfbuzz              x86_64 0.9.20-3.el7           base                 144 k
 hwdata                noarch 0.252-7.3.el7          base                 1.9 M
 iso-codes             noarch 3.46-2.el7             base                 2.7 M
 jbigkit-libs          x86_64 2.0-11.el7             base                  46 k
 libICE                x86_64 1.0.8-7.el7            base                  63 k
 libSM                 x86_64 1.2.1-7.el7            base                  38 k
 libX11                x86_64 1.6.0-2.1.el7          base                 605 k
 libX11-common         noarch 1.6.0-2.1.el7          base                 181 k
 libXau                x86_64 1.0.8-2.1.el7          base                  29 k
 libXcursor            x86_64 1.1.14-2.1.el7         base                  30 k
 libXdamage            x86_64 1.1.4-4.1.el7          base                  20 k
 libXext               x86_64 1.3.2-2.1.el7          base                  38 k
 libXfixes             x86_64 5.0.1-2.1.el7          base                  18 k
 libXft                x86_64 2.3.1-5.1.el7          base                  57 k
 libXi                 x86_64 1.7.2-2.1.el7          base                  39 k
 libXinerama           x86_64 1.1.3-2.1.el7          base                  14 k
 libXrandr             x86_64 1.4.1-2.1.el7          base                  25 k
 libXrender            x86_64 0.9.8-2.1.el7          base                  25 k
 libXv                 x86_64 1.0.9-2.1.el7          base                  18 k
 libXxf86vm            x86_64 1.1.3-2.1.el7          base                  17 k
 libdrm                x86_64 2.4.50-1.1.el7         base                 121 k
 libjpeg-turbo         x86_64 1.2.90-5.el7           base                 134 k
 libmng                x86_64 1.0.10-14.el7          base                 171 k
 libmodman             x86_64 2.0.1-8.el7            base                  28 k
 libogg                x86_64 2:1.3.0-7.el7          base                  24 k
 libowncloudsync0      x86_64 1.7.1-1.3              isv_ownCloud_desktop 337 k
 libpciaccess          x86_64 0.13.1-4.1.el7         base                  25 k
 libpng                x86_64 2:1.5.13-5.el7         base                 212 k
 libproxy              x86_64 0.4.11-6.el7           base                  65 k
 libqtkeychain0        x86_64 0.4-6.1                isv_ownCloud_desktop  51 k
 libthai               x86_64 0.1.14-9.el7           base                 187 k
 libtheora             x86_64 1:1.1.1-8.el7          base                 136 k
 libtiff               x86_64 4.0.3-14.el7           base                 167 k
 libvisual             x86_64 0.4.0-16.el7           base                 138 k
 libvorbis             x86_64 1:1.3.3-8.el7          base                 204 k
 libwebp               x86_64 0.3.0-3.el7            base                 170 k
 libxcb                x86_64 1.9-5.el7              base                 169 k
 libxslt               x86_64 1.1.28-5.el7           base                 242 k
 mesa-libEGL           x86_64 9.2.5-6.20131218.el7_0 updates               69 k
 mesa-libGL            x86_64 9.2.5-6.20131218.el7_0 updates              142 k
 mesa-libgbm           x86_64 9.2.5-6.20131218.el7_0 updates               30 k
 mesa-libglapi         x86_64 9.2.5-6.20131218.el7_0 updates               34 k
 neon                  x86_64 0.30.0-3.el7           base                 165 k
 nettle                x86_64 2.7.1-2.el7            base                 326 k
 orc                   x86_64 0.4.17-5.el7           base                 164 k
 owncloud-client-l10n  x86_64 1.7.1-1.3              isv_ownCloud_desktop 285 k
 pakchois              x86_64 0.4-10.el7             base                  14 k
 pango                 x86_64 1.34.1-5.el7           base                 283 k
 pciutils              x86_64 3.2.1-4.el7            base                  90 k
 pciutils-libs         x86_64 3.2.1-4.el7            base                  45 k
 pixman                x86_64 0.32.4-3.el7           base                 254 k
 qt                    x86_64 1:4.8.5-8.el7          base                 4.5 M
 qt-settings           noarch 19-23.4.el7            base                  17 k
 qt-x11                x86_64 1:4.8.5-8.el7          base                  13 M
 qtwebkit              x86_64 2.3.3-3.el7            epel                 9.9 M
 xml-common            noarch 0.6.3-39.el7           base                  26 k
Transaction Summary
================================================================================
Install  1 Package (+67 Dependent packages)
Total download size: 43 M
Installed size: 144 M
Downloading packages:
warning: /var/cache/yum/x86_64/7/isv_ownCloud_desktop/packages/libqtkeychain0-0.4-6.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID ba684223: NOKEY
Public key for libqtkeychain0-0.4-6.1.x86_64.rpm is not installed
warning: /var/cache/yum/x86_64/7/epel/packages/qtwebkit-2.3.3-3.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for qtwebkit-2.3.3-3.el7.x86_64.rpm is not installed
--------------------------------------------------------------------------------
Total                                              4.2 MB/s |  43 MB  00:10     
Retrieving key from http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_7/repodata/repomd.xml.key
Importing GPG key 0xBA684223:
 Userid     : "isv:ownCloud OBS Project "
 Fingerprint: f9ea 4996 7473 10ae 7947 4f44 977c 43a8 ba68 4223
 From       : http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_7/repodata/repomd.xml.key
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
Importing GPG key 0x352C64E5:
 Userid     : "Fedora EPEL (7) "
 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 test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
fakesystemd-1-17.el7.centos.noarch has installed conflicts systemd: fakesystemd-1-17.el7.centos.noarch
  Installing : freetype-2.4.11-9.el7.x86_64                                1/68 
  Installing : libjpeg-turbo-1.2.90-5.el7.x86_64                           2/68 
  Installing : 2:libogg-1.3.0-7.el7.x86_64                                 3/68 
  Installing : 2:libpng-1.5.13-5.el7.x86_64                                4/68 
  Installing : mesa-libglapi-9.2.5-6.20131218.el7_0.x86_64                 5/68 
  Installing : libICE-1.0.8-7.el7.x86_64                                   6/68 
  Installing : hwdata-0.252-7.3.el7.noarch                                 7/68 
  Installing : alsa-lib-1.0.27.2-3.el7.x86_64                              8/68 
  Installing : libpciaccess-0.13.1-4.1.el7.x86_64                          9/68 
  Installing : libdrm-2.4.50-1.1.el7.x86_64                               10/68 
  Installing : mesa-libgbm-9.2.5-6.20131218.el7_0.x86_64                  11/68 
  Installing : libSM-1.2.1-7.el7.x86_64                                   12/68 
  Installing : 1:libvorbis-1.3.3-8.el7.x86_64                             13/68 
  Installing : 1:libtheora-1.1.1-8.el7.x86_64                             14/68 
  Installing : libmng-1.0.10-14.el7.x86_64                                15/68 
  Installing : libwebp-0.3.0-3.el7.x86_64                                 16/68 
  Installing : libmodman-2.0.1-8.el7.x86_64                               17/68 
  Installing : libproxy-0.4.11-6.el7.x86_64                               18/68 
  Installing : pakchois-0.4-10.el7.x86_64                                 19/68 
  Installing : libXau-1.0.8-2.1.el7.x86_64                                20/68 
  Installing : libxcb-1.9-5.el7.x86_64                                    21/68 
  Installing : jbigkit-libs-2.0-11.el7.x86_64                             22/68 
  Installing : libtiff-4.0.3-14.el7.x86_64                                23/68 
  Installing : gstreamer-tools-0.10.36-7.el7.x86_64                       24/68 
  Installing : gstreamer-0.10.36-7.el7.x86_64                             25/68 
  Installing : nettle-2.7.1-2.el7.x86_64                                  26/68 
install-info: No such file or directory for /usr/share/info/nettle.info
  Installing : gnutls-3.1.18-10.el7_0.x86_64                              27/68 
  Installing : neon-0.30.0-3.el7.x86_64                                   28/68 
  Installing : xml-common-0.6.3-39.el7.noarch                             29/68 
  Installing : iso-codes-3.46-2.el7.noarch                                30/68 
  Installing : libxslt-1.1.28-5.el7.x86_64                                31/68 
  Installing : libvisual-0.4.0-16.el7.x86_64                              32/68 
  Installing : graphite2-1.2.2-5.el7.x86_64                               33/68 
  Installing : harfbuzz-0.9.20-3.el7.x86_64                               34/68 
  Installing : libthai-0.1.14-9.el7.x86_64                                35/68 
  Installing : cdparanoia-libs-10.2-17.el7.x86_64                         36/68 
  Installing : fontpackages-filesystem-1.44-8.el7.noarch                  37/68 
  Installing : fontconfig-2.10.95-7.el7.x86_64                            38/68 
  Installing : pixman-0.32.4-3.el7.x86_64                                 39/68 
  Installing : libX11-common-1.6.0-2.1.el7.noarch                         40/68 
  Installing : libX11-1.6.0-2.1.el7.x86_64                                41/68 
  Installing : libXext-1.3.2-2.1.el7.x86_64                               42/68 
  Installing : libXrender-0.9.8-2.1.el7.x86_64                            43/68 
  Installing : libXfixes-5.0.1-2.1.el7.x86_64                             44/68 
  Installing : libXcursor-1.1.14-2.1.el7.x86_64                           45/68 
  Installing : libXdamage-1.1.4-4.1.el7.x86_64                            46/68 
  Installing : libXft-2.3.1-5.1.el7.x86_64                                47/68 
  Installing : libXrandr-1.4.1-2.1.el7.x86_64                             48/68 
  Installing : libXxf86vm-1.1.3-2.1.el7.x86_64                            49/68 
  Installing : mesa-libGL-9.2.5-6.20131218.el7_0.x86_64                   50/68 
  Installing : libXinerama-1.1.3-2.1.el7.x86_64                           51/68 
  Installing : libXv-1.0.9-2.1.el7.x86_64                                 52/68 
  Installing : libXi-1.7.2-2.1.el7.x86_64                                 53/68 
  Installing : mesa-libEGL-9.2.5-6.20131218.el7_0.x86_64                  54/68 
  Installing : cairo-1.12.14-6.el7.x86_64                                 55/68 
  Installing : pango-1.34.1-5.el7.x86_64                                  56/68 
  Installing : pciutils-libs-3.2.1-4.el7.x86_64                           57/68 
  Installing : pciutils-3.2.1-4.el7.x86_64                                58/68 
  Installing : qt-settings-19-23.4.el7.noarch                             59/68 
  Installing : 1:qt-4.8.5-8.el7.x86_64                                    60/68 
  Installing : 1:qt-x11-4.8.5-8.el7.x86_64                                61/68 
  Installing : libqtkeychain0-0.4-6.1.x86_64                              62/68 
  Installing : orc-0.4.17-5.el7.x86_64                                    63/68 
  Installing : gstreamer-plugins-base-0.10.36-10.el7.x86_64               64/68 
  Installing : qtwebkit-2.3.3-3.el7.x86_64                                65/68 
  Installing : libowncloudsync0-1.7.1-1.3.x86_64                          66/68 
  Installing : owncloud-client-l10n-1.7.1-1.3.x86_64                      67/68 
  Installing : owncloud-client-1.7.1-1.3.x86_64                           68/68 
  Verifying  : libXxf86vm-1.1.3-2.1.el7.x86_64                             1/68 
  Verifying  : orc-0.4.17-5.el7.x86_64                                     2/68 
  Verifying  : libXfixes-5.0.1-2.1.el7.x86_64                              3/68 
  Verifying  : pciutils-libs-3.2.1-4.el7.x86_64                            4/68 
  Verifying  : libXinerama-1.1.3-2.1.el7.x86_64                            5/68 
  Verifying  : libX11-common-1.6.0-2.1.el7.noarch                          6/68 
  Verifying  : 1:qt-x11-4.8.5-8.el7.x86_64                                 7/68 
  Verifying  : gstreamer-plugins-base-0.10.36-10.el7.x86_64                8/68 
  Verifying  : mesa-libglapi-9.2.5-6.20131218.el7_0.x86_64                 9/68 
  Verifying  : pixman-0.32.4-3.el7.x86_64                                 10/68 
  Verifying  : libdrm-2.4.50-1.1.el7.x86_64                               11/68 
  Verifying  : alsa-lib-1.0.27.2-3.el7.x86_64                             12/68 
  Verifying  : libXft-2.3.1-5.1.el7.x86_64                                13/68 
  Verifying  : libqtkeychain0-0.4-6.1.x86_64                              14/68 
  Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                  15/68 
  Verifying  : libtiff-4.0.3-14.el7.x86_64                                16/68 
  Verifying  : mesa-libEGL-9.2.5-6.20131218.el7_0.x86_64                  17/68 
  Verifying  : libXcursor-1.1.14-2.1.el7.x86_64                           18/68 
  Verifying  : pciutils-3.2.1-4.el7.x86_64                                19/68 
  Verifying  : libXrandr-1.4.1-2.1.el7.x86_64                             20/68 
  Verifying  : mesa-libgbm-9.2.5-6.20131218.el7_0.x86_64                  21/68 
  Verifying  : 1:libvorbis-1.3.3-8.el7.x86_64                             22/68 
  Verifying  : hwdata-0.252-7.3.el7.noarch                                23/68 
  Verifying  : 2:libpng-1.5.13-5.el7.x86_64                               24/68 
  Verifying  : libjpeg-turbo-1.2.90-5.el7.x86_64                          25/68 
  Verifying  : cdparanoia-libs-10.2-17.el7.x86_64                         26/68 
  Verifying  : libthai-0.1.14-9.el7.x86_64                                27/68 
  Verifying  : libXv-1.0.9-2.1.el7.x86_64                                 28/68 
  Verifying  : graphite2-1.2.2-5.el7.x86_64                               29/68 
  Verifying  : libXrender-0.9.8-2.1.el7.x86_64                            30/68 
  Verifying  : cairo-1.12.14-6.el7.x86_64                                 31/68 
  Verifying  : 1:libtheora-1.1.1-8.el7.x86_64                             32/68 
  Verifying  : libmng-1.0.10-14.el7.x86_64                                33/68 
  Verifying  : libproxy-0.4.11-6.el7.x86_64                               34/68 
  Verifying  : libxcb-1.9-5.el7.x86_64                                    35/68 
  Verifying  : libXdamage-1.1.4-4.1.el7.x86_64                            36/68 
  Verifying  : libvisual-0.4.0-16.el7.x86_64                              37/68 
  Verifying  : 1:qt-4.8.5-8.el7.x86_64                                    38/68 
  Verifying  : libxslt-1.1.28-5.el7.x86_64                                39/68 
  Verifying  : xml-common-0.6.3-39.el7.noarch                             40/68 
  Verifying  : pango-1.34.1-5.el7.x86_64                                  41/68 
  Verifying  : libICE-1.0.8-7.el7.x86_64                                  42/68 
  Verifying  : qtwebkit-2.3.3-3.el7.x86_64                                43/68 
  Verifying  : 2:libogg-1.3.0-7.el7.x86_64                                44/68 
  Verifying  : nettle-2.7.1-2.el7.x86_64                                  45/68 
  Verifying  : libSM-1.2.1-7.el7.x86_64                                   46/68 
  Verifying  : gnutls-3.1.18-10.el7_0.x86_64                              47/68 
  Verifying  : gstreamer-tools-0.10.36-7.el7.x86_64                       48/68 
  Verifying  : qt-settings-19-23.4.el7.noarch                             49/68 
  Verifying  : libX11-1.6.0-2.1.el7.x86_64                                50/68 
  Verifying  : jbigkit-libs-2.0-11.el7.x86_64                             51/68 
  Verifying  : mesa-libGL-9.2.5-6.20131218.el7_0.x86_64                   52/68 
  Verifying  : harfbuzz-0.9.20-3.el7.x86_64                               53/68 
  Verifying  : gstreamer-0.10.36-7.el7.x86_64                             54/68 
  Verifying  : owncloud-client-l10n-1.7.1-1.3.x86_64                      55/68 
  Verifying  : neon-0.30.0-3.el7.x86_64                                   56/68 
  Verifying  : freetype-2.4.11-9.el7.x86_64                               57/68 
  Verifying  : libXau-1.0.8-2.1.el7.x86_64                                58/68 
  Verifying  : libowncloudsync0-1.7.1-1.3.x86_64                          59/68 
  Verifying  : libXi-1.7.2-2.1.el7.x86_64                                 60/68 
  Verifying  : libXext-1.3.2-2.1.el7.x86_64                               61/68 
  Verifying  : fontconfig-2.10.95-7.el7.x86_64                            62/68 
  Verifying  : iso-codes-3.46-2.el7.noarch                                63/68 
  Verifying  : pakchois-0.4-10.el7.x86_64                                 64/68 
  Verifying  : owncloud-client-1.7.1-1.3.x86_64                           65/68 
  Verifying  : libpciaccess-0.13.1-4.1.el7.x86_64                         66/68 
  Verifying  : libmodman-2.0.1-8.el7.x86_64                               67/68 
  Verifying  : libwebp-0.3.0-3.el7.x86_64                                 68/68 
Installed:
  owncloud-client.x86_64 0:1.7.1-1.3                                            
Dependency Installed:
  alsa-lib.x86_64 0:1.0.27.2-3.el7                                              
  cairo.x86_64 0:1.12.14-6.el7                                                  
  cdparanoia-libs.x86_64 0:10.2-17.el7                                          
  fontconfig.x86_64 0:2.10.95-7.el7                                             
  fontpackages-filesystem.noarch 0:1.44-8.el7                                   
  freetype.x86_64 0:2.4.11-9.el7                                                
  gnutls.x86_64 0:3.1.18-10.el7_0                                               
  graphite2.x86_64 0:1.2.2-5.el7                                                
  gstreamer.x86_64 0:0.10.36-7.el7                                              
  gstreamer-plugins-base.x86_64 0:0.10.36-10.el7                                
  gstreamer-tools.x86_64 0:0.10.36-7.el7                                        
  harfbuzz.x86_64 0:0.9.20-3.el7                                                
  hwdata.noarch 0:0.252-7.3.el7                                                 
  iso-codes.noarch 0:3.46-2.el7                                                 
  jbigkit-libs.x86_64 0:2.0-11.el7                                              
  libICE.x86_64 0:1.0.8-7.el7                                                   
  libSM.x86_64 0:1.2.1-7.el7                                                    
  libX11.x86_64 0:1.6.0-2.1.el7                                                 
  libX11-common.noarch 0:1.6.0-2.1.el7                                          
  libXau.x86_64 0:1.0.8-2.1.el7                                                 
  libXcursor.x86_64 0:1.1.14-2.1.el7                                            
  libXdamage.x86_64 0:1.1.4-4.1.el7                                             
  libXext.x86_64 0:1.3.2-2.1.el7                                                
  libXfixes.x86_64 0:5.0.1-2.1.el7                                              
  libXft.x86_64 0:2.3.1-5.1.el7                                                 
  libXi.x86_64 0:1.7.2-2.1.el7                                                  
  libXinerama.x86_64 0:1.1.3-2.1.el7                                            
  libXrandr.x86_64 0:1.4.1-2.1.el7                                              
  libXrender.x86_64 0:0.9.8-2.1.el7                                             
  libXv.x86_64 0:1.0.9-2.1.el7                                                  
  libXxf86vm.x86_64 0:1.1.3-2.1.el7                                             
  libdrm.x86_64 0:2.4.50-1.1.el7                                                
  libjpeg-turbo.x86_64 0:1.2.90-5.el7                                           
  libmng.x86_64 0:1.0.10-14.el7                                                 
  libmodman.x86_64 0:2.0.1-8.el7                                                
  libogg.x86_64 2:1.3.0-7.el7                                                   
  libowncloudsync0.x86_64 0:1.7.1-1.3                                           
  libpciaccess.x86_64 0:0.13.1-4.1.el7                                          
  libpng.x86_64 2:1.5.13-5.el7                                                  
  libproxy.x86_64 0:0.4.11-6.el7                                                
  libqtkeychain0.x86_64 0:0.4-6.1                                               
  libthai.x86_64 0:0.1.14-9.el7                                                 
  libtheora.x86_64 1:1.1.1-8.el7                                                
  libtiff.x86_64 0:4.0.3-14.el7                                                 
  libvisual.x86_64 0:0.4.0-16.el7                                               
  libvorbis.x86_64 1:1.3.3-8.el7                                                
  libwebp.x86_64 0:0.3.0-3.el7                                                  
  libxcb.x86_64 0:1.9-5.el7                                                     
  libxslt.x86_64 0:1.1.28-5.el7                                                 
  mesa-libEGL.x86_64 0:9.2.5-6.20131218.el7_0                                   
  mesa-libGL.x86_64 0:9.2.5-6.20131218.el7_0                                    
  mesa-libgbm.x86_64 0:9.2.5-6.20131218.el7_0                                   
  mesa-libglapi.x86_64 0:9.2.5-6.20131218.el7_0                                 
  neon.x86_64 0:0.30.0-3.el7                                                    
  nettle.x86_64 0:2.7.1-2.el7                                                   
  orc.x86_64 0:0.4.17-5.el7                                                     
  owncloud-client-l10n.x86_64 0:1.7.1-1.3                                       
  pakchois.x86_64 0:0.4-10.el7                                                  
  pango.x86_64 0:1.34.1-5.el7                                                   
  pciutils.x86_64 0:3.2.1-4.el7                                                 
  pciutils-libs.x86_64 0:3.2.1-4.el7                                            
  pixman.x86_64 0:0.32.4-3.el7                                                  
  qt.x86_64 1:4.8.5-8.el7                                                       
  qt-settings.noarch 0:19-23.4.el7                                              
  qt-x11.x86_64 1:4.8.5-8.el7                                                   
  qtwebkit.x86_64 0:2.3.3-3.el7                                                 
  xml-common.noarch 0:0.6.3-39.el7                                              
Complete!
 ---> c3b0a9130921
Removing intermediate container d53d7e0fc1c5
Step 10 : RUN rpm -q --changelog owncloud-client | head -20
 ---> Running in 202eea3ad499
* Thu Dec 18 2014 danimo@owncloud.com
- version 1.7.1 (release 2014-12-18)
  * Documentation fixes and updates
  * Nautilus Python plugin fixed for Python 3
  * GUI wording fixes plus improved log messages
  * Fix hidning of the database files in the sync directories
  * Compare http download size with the header value to avoid broken
    downloads, bug #2528
  * Avoid initial ETag fetch job at startup, which is not needed.
  * Add chunk size http header to PUT requests
  * Fixed deteteCookie method of our CookieJar, fix for Shibboleth
  * Added fallback for distros where XDG_RUNTIME_DIR is undefined
  * Fix the setup wizard, bug #1989, #2264
  * Fix scheduling of ETag check jobs, bug #2553
  * Fix to avoid syncing more than one folder at a time, bug #2407
  * Use fife minutes timeout for all network jobs
  * Cleanup for Folderwizard wording
  * Improve journal check: Remove corrupted journal files, bug #2547
  * Fix item count in progress dialog for deletes, bug #1132
  * Display correct file count on deletion (#1132)
 ---> 1a2f3c510c48
Removing intermediate container 202eea3ad499
Step 11 : RUN echo 'yum install -y owncloud-client' >> ~/.bash_history
 ---> Running in d8b972224a11
 ---> 15aff0602f7f
Removing intermediate container d8b972224a11
Step 12 : RUN : "docker run -ti owncloud-client-1.7.1-1.3-centos_7"
 ---> Running in ddf30b2fd3de
 ---> e4e619b512e9
Removing intermediate container ddf30b2fd3de
Step 13 : CMD /bin/bash
 ---> Running in 44695763be5c
 ---> aff9fd1580f9
Removing intermediate container 44695763be5c
Successfully built aff9fd1580f9
guess_obs_api: prj=isv:ownCloud:desktop -> https://api.opensuse.org
testing http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/ ...
 ... 4383 bytes read, containing 'CentOS_7', good.
#+ docker run -ti owncloud-client-1.7.1-1.3-centos_7
+ ['docker', 'build', '-t', 'owncloud-client-1.7.1-1.3-centos_7', '-'] (<< '
FROM centos:centos7
RUN yum install -y wget
RUN wget -nv http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
RUN rpm -ivh epel-release-7*.rpm
ENV TERM ansi
ENV HOME /root
RUN yum clean expire-cache
RUN yum install -y wget
RUN wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/CentOS_7/isv:ownCloud:desktop.repo -O /etc/yum.repos.d/isv:ownCloud:desktop.repo
RUN date=201501161352 yum clean expire-cache && yum install -y owncloud-client
RUN rpm -q --changelog owncloud-client | head -20
RUN echo 'yum install -y owncloud-client' >> ~/.bash_history
RUN : "docker run -ti owncloud-client-1.7.1-1.3-centos_7"
CMD /bin/bash
')
Image successfully created. Check for warnings in the above log.
You may remove unused container/images with e.g.
  docker ps -a  | grep Exited   | awk '{ print $1 }' | xargs docker rm
  docker images | grep '' | awk '{ print $3 }' | xargs docker rmi
You can run the new image with:
 docker run -ti owncloud-client-1.7.1-1.3-centos_7
cdamken commented 9 years ago

I'm still waiting for RHEL 6 + 7. Are they ready now?

jnweiger commented 9 years ago

We only build for CentOS. I'll try a fake setup. RHEL_7 looks promising. RHEL_6 will probably not build.

dragotin commented 9 years ago

@cdamken pls. refer to https://github.com/owncloud/enterprise/wiki/Linux-Packages

RHEL as base operation system for the client is not supported.

jnweiger commented 9 years ago

Best effort done. Closing.

danimo commented 9 years ago

You can call the packages RHEL but use CentOS as a base system. This worked well in the past.

jnweiger commented 9 years ago

@danimo That is what I tried today, but it keeps failing. :-(