[ https://issues.apache.org/jira/browse/AMBARI-15659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272599#comment-15272599 ]
Arun Singh commented on AMBARI-15659: ------------------------------------- Hi Jaromir, Yes, these version are sensitive to each other (good to use SUSE Update Channel to avoid dependency trouble). I will suggest to give a try to creating "SLES11 SP3 appliance with gcc & gcc-fortran @ susestudio.com" . It's very simple to verify versions used there. It works fine, as you can see: #rpm -qa |grep gcc gcc-4.3-62.200.2 gcc-fortran-4.3-62.200.2 libgcc_s1-4.7.2_20130108-0.19.3 libgcc43-4.6.9-0.13.22 gcc43-4.3.4_20091019-0.37.30 gcc43-fortran-4.3.4_20091019-0.37.30 libgcc46-4.6.9-0.13.22 #zypper if gcc Loading repository data... Reading installed packages... Information for package gcc: Repository: @System Name: gcc Version: 4.3-62.200.2 Arch: x86_64 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Support Level: unknown Installed: Yes Status: up-to-date Installed Size: 0 B Summary: The system GNU C Compiler Description: The system GNU C Compiler. #zypper if gcc43 Loading repository data... Reading installed packages... Information for package gcc43: Repository: @System Name: gcc43 Version: 4.3.4_20091019-0.37.30 Arch: x86_64 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Support Level: unknown Installed: Yes Status: up-to-date Installed Size: 7.2 MiB Summary: The GNU C Compiler and Support Files Description: Core package for the GNU Compiler Collection, including the C language frontend. Language frontends other than C are split to different sub-packages, namely gcc-ada, gcc-c++, gcc-fortran, gcc-java, gcc-objc and gcc-obj-c++. #zypper if gcc-fortran Loading repository data... Reading installed packages... Information for package gcc-fortran: Repository: @System Name: gcc-fortran Version: 4.3-62.200.2 Arch: x86_64 Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany Support Level: unknown Installed: Yes Status: up-to-date Installed Size: 0 B Summary: The system GNU Fortran Compiler Description: The system GNU Fortran Compiler. Thanks, Arun > HortonWorks Zeppelin SUSE Install issue in HDP 2.4 > -------------------------------------------------- > > Key: AMBARI-15659 > URL: https://issues.apache.org/jira/browse/AMBARI-15659 > Project: Ambari > Issue Type: Bug > Environment: SLES11 SP4 > Reporter: Arun Singh > > Issue 2: Zeppelin. Zeppelin is a new component in Tech Preview in the latest > HDP stack (2.4). I've been following this guide: > http://hortonworks.com/hadoop-tutorial/apache-zeppelin-hdp-2-4/ > When installing Zeppelin through the Ambari interface, it errors out with > a message saying it can't install the package gcc-gfortran > > If you open the file: > /var/lib/ambari-server/resources/stacks/HDP/2.4/services/ZEPPELIN/metainfo.xml > > Line 72: > <osSpecific> > <osFamily>redhat7,redhat6,redhat5,suse11</osFamily> > <packages> > <package> > <name>gcc-gfortran</name> > </package> > <package> > <name>blas-devel</name> > </package> > <package> > <name>lapack-devel</name> > </package> > <package> > <name>python-devel</name> > </package> > <package> > <name>python-pip</name> > </package> > <package> > <name>zeppelin</name> > </package> > </packages> > </osSpecific> > This list packages to install on SUSE11, but you don't find these packages on > SUSE11 as they have different names than the RHEL ones... > Eg: > RHEL: gcc-gfortran > SUSE: gcc-fortran > RHEL: blas-devel > SUSE: libblas3 ? > RHEL: lapack-devel > SUSE: liblapack3 ? > RHEL: python-dev > SUSE: python-devel > RHEL: python-pip > SUSE: doesn't seem to be part of the standard repo > Solution: Make a custom <osSpecific></osSpecific> for SUSE 11, with the > correct named packages as they are named on SUSE 11 -- This message was sent by Atlassian JIRA (v6.3.4#6332)