<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Ismet,</p>
<div class="moz-cite-prefix">On 6/12/20 3:04 PM, Ismet Bahadir
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:em3f0502d3-948a-400e-82eb-1f38a14583fb@ismetbahadir">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style id="css_styles" type="text/css"><!--blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: right;'] { list-style-position: inside;}
body { font-family: Calibri; font-size: 11pt; }--></style>
<div>Thank you everyone,</div>
<div><br>
</div>
<div>Sorry for the spam e-mails. I'm trying to get a hold of this.
As you suggested, I installed a new CentOS. This is the
os-release result:</div>
<div><br>
</div>
<div>NAME="CentOS Linux"<br>
VERSION="8 (Core)"<br>
ID="centos"<br>
ID_LIKE="rhel fedora"<br>
VERSION_ID="8"<br>
PLATFORM_ID="platform:el8"<br>
PRETTY_NAME="CentOS Linux 8 (Core)"<br>
ANSI_COLOR="0;31"<br>
CPE_NAME="cpe:/o:centos:centos:8"<br>
HOME_URL=<a class="moz-txt-link-rfc2396E" href="https://www.centos.org/">"https://www.centos.org/"</a><br>
BUG_REPORT_URL=<a class="moz-txt-link-rfc2396E" href="https://bugs.centos.org/">"https://bugs.centos.org/"</a><br>
<br>
CENTOS_MANTISBT_PROJECT="CentOS-8"<br>
CENTOS_MANTISBT_PROJECT_VERSION="8"<br>
REDHAT_SUPPORT_PRODUCT="centos"<br>
REDHAT_SUPPORT_PRODUCT_VERSION="8"<br>
</div>
<div><br>
</div>
<div>However, this command fails: "<b>dnf builddep libreoffice</b>"</div>
</blockquote>
<p><br>
</p>
<p>How does it fail?<br>
</p>
<p><br>
</p>
<blockquote type="cite"
cite="mid:em3f0502d3-948a-400e-82eb-1f38a14583fb@ismetbahadir">
<div><span><br>
</span></div>
<div><span>Is it OK to use Ubuntu? I was able to install all
dependencies under Ubuntu. </span></div>
<div><span><br>
</span></div>
<div><span>BTW, this is the autogen.sh command I want to use. Is
there any oddity?</span></div>
<div><span><br>
</span></div>
<div><b>./autogen.sh --with-distro=LibreOfficeLinux
--with-package-format=deb --enable-epm --without-java
--disable-postgresql-sdbc --disable-gstreamer --without-java
--disable-postgresql-sdbc --disable-gstreamer --without-junit
--without-help --without-doxygen --disable-odk --enable-debug
--without-krb5 --without-gssapi./autogen.sh
--with-distro=LibreOfficeLinux --with-package-format=deb
--enable-epm --without-java --disable-postgresql-sdbc
--disable-gstreamer --without-java --disable-postgresql-sdbc
--disable-gstreamer --without-junit --without-help
--without-doxygen --disable-odk --enable-debug --without-krb5
--without-gssapi</b></div>
</blockquote>
<p><br>
</p>
<p>Except from the (accidental?) double paste, I see repeating
params like '<b>--disable-gstreamer</b>' at 2 different places.
And I would make sure I really need all the '--without-*' and
"--disable-*" params. Some might impact certain
functionalities/features or extensions.</p>
Best,<br>
Muhammet
<p><br>
</p>
<blockquote type="cite"
cite="mid:em3f0502d3-948a-400e-82eb-1f38a14583fb@ismetbahadir">
<div><b><br>
</b></div>
<div>Regards</div>
<div><br>
</div>
<div>------ Original Message ------</div>
<div>From: "Mike Kaganski" <<a
href="mailto:mikekaganski@hotmail.com" moz-do-not-send="true">mikekaganski@hotmail.com</a>></div>
<div>To: "Ismet Bahadir" <<a
href="mailto:ismetbahadir@gmail.com" moz-do-not-send="true">ismetbahadir@gmail.com</a>>;
"Stephan Bergmann" <<a href="mailto:sbergman@redhat.com"
moz-do-not-send="true">sbergman@redhat.com</a>>; <a
href="mailto:libreoffice@lists.freedesktop.org"
moz-do-not-send="true">libreoffice@lists.freedesktop.org</a></div>
<div>Sent: 12-Jun-20 2:53:42 PM</div>
<div>Subject: Re: Building LO from source</div>
<div><br>
</div>
<div id="xe8e98ab464b844a">
<blockquote type="cite" class="cite2">
<div class="plain_line">On 12.06.2020 8:40, Ismet Bahadir
wrote:</div>
<blockquote type="cite" class="cite">
<div class="plain_line"> How can I exclude some of the apps
such as "Draw"? Is it possible that</div>
<div class="plain_line"> each app has its own DEB
installation file so that I won't be installing</div>
<div class="plain_line"> it if I skip its DEB file? Or, is
there a parameter for excluding apps?</div>
</blockquote>
<div class="plain_line"> </div>
<div class="plain_line">We have a concept of "installed" apps
- using</div>
<div class="plain_line">SvtModuleOptions::IsModuleInstalled,
which is initialized from factory</div>
<div class="plain_line">configurations
(SvtModuleOptions_Impl::impl_Read). Likely it only needs</div>
<div class="plain_line">some configuration setting to have all
components installed (making sure</div>
<div class="plain_line">that required functionality is there),
but disabled on UI level.</div>
<div class="plain_line"> </div>
<div class="plain_line">--</div>
<div class="plain_line">Best regards,</div>
<div class="plain_line">Mike Kaganski</div>
</blockquote>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
LibreOffice mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/libreoffice">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a>
</pre>
</blockquote>
</body>
</html>