<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I got the same results as you did in my Ubuntu.  So the reference
    for libxslt only be removed for Ubuntu?<br>
    <br>
    <div class="moz-cite-prefix">On 10/20/2015 09:53 AM, Aline Manera
      wrote:<br>
    </div>
    <blockquote cite="mid:56267183.90409@linux.vnet.ibm.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <br>
      I've just done some verification here.<br>
      <br>
      We use the 'xsltproc' command to build the help pages.<br>
      <br>
      From my system I got:<br>
      <br>
      # get the full path to the xsltproc command<br>
      alinefm@alinefm-ThinkPad-T440:~/kimchi$ which xsltproc<br>
      /usr/bin/xsltproc<br>
      <br>
      # identify which package provides this command<br>
      alinefm@alinefm-ThinkPad-T440:~/kimchi$ dpkg -S /usr/bin/xsltproc<br>
      <b>xsltproc</b>: /usr/bin/xsltproc<br>
      <br>
      Could you do the same in your system and confirm xsltproc command
      comes with xsltproc package?<br>
      <br>
      So instead of depending on libxslt, we should depend on xsltproc
      package for Ubuntu!<br>
      <br>
      Does all that make sense? =)<br>
      <br>
      Regards,<br>
      Aline Manera<br>
      <br>
      <div class="moz-cite-prefix">On 20/10/2015 14:41, Socorro Stoppler
        wrote:<br>
      </div>
      <blockquote cite="mid:56266EC8.1010903@linux.vnet.ibm.com"
        type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        According to Paulo, the package name is libxslt1-dev.  As I was
        just following the readme, since it stated that libxslt was a
        dependency, I went with that and didn't<br>
        bother trying to run Kimchi without it.  Since all other distros
        referred to it as a dependency as well, I just assumed it was
        needed :).  If indeed we don't need it at all,<br>
        then it's one less package to deal with and we'll need to remove
        references to it.  Let me know what the next steps should be. 
        Thanks!<br>
        <br>
        <div class="moz-cite-prefix">On 10/20/2015 09:32 AM, Aline
          Manera wrote:<br>
        </div>
        <blockquote cite="mid:56266CA1.1010606@linux.vnet.ibm.com"
          type="cite">
          <meta content="text/html; charset=windows-1252"
            http-equiv="Content-Type">
          <br>
          I am asking because I have the following packages installed:<br>
          <br>
          alinefm@alinefm-ThinkPad-T440:~/kimchi$ sudo dpkg
          --get-selections | grep libxslt<br>
          libxslt1.1:amd64                install<br>
          python-libxslt1                   install<br>
          <br>
          And even without libxslt-dev I can build/run Kimchi without
          problems.<br>
          <br>
          Should the right package name be libxslt1 ?<br>
          <br>
          Regards,<br>
          Aline Manera<br>
          <br>
          <div class="moz-cite-prefix">On 20/10/2015 14:28, Socorro
            Stoppler wrote:<br>
          </div>
          <blockquote cite="mid:56266BA2.3090607@linux.vnet.ibm.com"
            type="cite">
            <meta content="text/html; charset=windows-1252"
              http-equiv="Content-Type">
            Hi Aline,<br>
            <br>
            In readme, we have the following dependencies to be
            installed.  When installing them, it couldn't install
            libxslt due to wrong name.  <br>
            For Ubuntu, it had the following packages to be installed:<br>
            <br>
            <pre><code>sudo apt-get install gcc make autoconf automake gettext git \
                       python-cherrypy3 python-cheetah python-imaging \
                       python-pam python-m2crypto python-jsonschema \
                       python-psutil python-ldap python-lxml nginx \
                       libxslt openssl python-dev python-pip \
                       g++ fonts-font-awesome texlive-fonts-extra


</code></pre>
            I don't have the error anymore.  Would you like me to
            uninstall to get exact message?  (but I believe it's a
            generic msg - not finding the package).<br>
            <br>
            Thanks<br>
            -Socorro<br>
            <br>
            <div class="moz-cite-prefix">On 10/20/2015 09:13 AM, Aline
              Manera wrote:<br>
            </div>
            <blockquote cite="mid:56266815.1010409@linux.vnet.ibm.com"
              type="cite"> <br>
              Hi Socorro, <br>
              <br>
              Sorry to not confirm earlier, but I don't have this
              package installed in my Ubuntu system and I don't see
              problems to build/run Kimchi. <br>
              <br>
              What is the problem you are having without this package
              installed? <br>
              <br>
              Regards, <br>
              Aline Manera <br>
              <br>
              On 16/10/2015 19:09, Socorro Stoppler wrote: <br>
              <blockquote type="cite">v1 - first version <br>
                v2 - Update control.in file as well for libxslt pkg name
                <br>
                <br>
                Socorro Stoppler (1): <br>
                   Add correct package name for libxslt in Ubuntu <br>
                <br>
                  contrib/DEBIAN/control.in | 2 +- <br>
                  docs/README.md            | 2 +- <br>
                  2 files changed, 2 insertions(+), 2 deletions(-) <br>
                <br>
              </blockquote>
              <br>
            </blockquote>
            <br>
          </blockquote>
          <br>
        </blockquote>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>