<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"Microsoft YaHei";
        panose-1:2 11 5 3 2 2 4 2 2 4;}
@font-face
        {font-family:"\@Microsoft YaHei";}
@font-face
        {font-family:"\@MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Times New Roman \,serif";
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle23
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Just a note that the python2-ipaddr module has been superseded by the python3 ipaddress module that is now part of the standard library (see
<a href="https://docs.python.org/3.6/howto/ipaddress.html">https://docs.python.org/3.6/howto/ipaddress.html</a>).
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">In the case of sysinv, although the spec file says it Requires python2-ipaddr, I don’t see any code actually using this module (it is using the netaddr module which has a python3 version). So I think it is safe to just delete the python2-ipaddr
 Requires from the sysinv spec file.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Bart<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> fuyong <fuyong@neusoft.com> <br>
<b>Sent:</b> Tuesday, December 1, 2020 1:54 AM<br>
<b>To:</b> Bai, Haiqing <Haiqing.Bai@windriver.com>; starlingx-discuss@lists.starlingx.io<br>
<b>Cc:</b> Wold, Saul <Saul.Wold@windriver.com><br>
<b>Subject:</b> Re: [Starlingx-discuss] [Centos8] build-iso runtime dependency issue<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:solid #9C6500 1.0pt;padding:2.0pt 2.0pt 2.0pt 2.0pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt;background:#FFEB9C">
<span style="font-size:10.0pt;color:red">[Please note this e-mail is from an EXTERNAL e-mail address]</span><o:p></o:p></p>
</div>
<div>
<p>Hi Haiqing Bai<o:p></o:p></p>
<p>Maybe you can run the following command<o:p></o:p></p>
<p>"dnf repo-pkgs -c $MY_WORKSPACE/std/yum.conf local-std list"<o:p></o:p></p>
<p class="MsoNormal">Make sure the rpm you listed is included in the local-std repo<o:p></o:p></p>
<p><b><span style="font-size:10.5pt;font-family:DengXian;color:#E71D2C">config/sysinv</span></b><span style="font-size:10.5pt;font-family:DengXian;color:black"> Requires: python3-ipaddr. But python3-ipaddr package does not exist in centos8</span><br>
<b><span style="font-size:10.5pt;font-family:DengXian;color:#E71D2C">utilites/python-cephclient</span></b><span style="font-size:10.5pt;font-family:DengXian;color:black"> Requires: python3-ipaddress. But python3-ipaddress package does not exist in centos8</span><o:p></o:p></p>
<p><span style="font-size:10.5pt;font-family:DengXian;color:black">Please confirm in sysinv and python-cephclient, and compile  after commenting.</span><o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">B,R<o:p></o:p></p>
<p class="MsoNormal">Yong Fu<o:p></o:p></p>
<div>
<p class="MsoNormal">On 2020/12/1 <span style="font-family:"MS Gothic"">上午</span>11:58, Bai, Haiqing wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal"><span style="color:#1F497D">Yes,  libvirt can be compiled ok and each sub packages are created, for example:
</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751     7784 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751  1921432 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-docs-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751     8740 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-config-network-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751   700736 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    12728 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-config-nwfilter-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751   243360 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-network-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    74268 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-nwfilter-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    48976 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-nodedev-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    49204 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span lang="ZH-CN" style="color:#1F497D">
</span><span style="color:#1F497D">30 22:41 libvirt-daemon-driver-interface-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    37812 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-secret-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751   269600 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-core-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    40708 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-logical-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    39512 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-disk-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    36836 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-scsi-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    36780 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span lang="ZH-CN" style="color:#1F497D">
</span><span style="color:#1F497D">30 22:41 libvirt-daemon-driver-storage-iscsi-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    38952 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-iscsi-direct-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    35020 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-mpath-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    48772 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-gluster-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751    43076 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-rbd-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751     6756 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-storage-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751   612932 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-driver-qemu-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">-rw-r--r-- 1 hbai 751     6540 11</span><span lang="ZH-CN" style="font-family:DengXian;color:#1F497D;mso-fareast-language:ZH-CN">月</span><span style="color:#1F497D"> 30 22:41 libvirt-daemon-lxc-4.7.0-1.tis.101.x86_64.rpm</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">……</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">But “build-iso”  complains:</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">10:19:34 Could not resolve packages:  libvirt libvirt-client libvirt-daemon libvirt-daemon-config-network</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D">It seems version conflicts with “libvirt.so”  and some “python2” upgrading to “python3” runtime dependency issues have not been resolved yet.</span><o:p></o:p></p>
<p class="MsoNormal"><span style="color:#1F497D"> </span><o:p></o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b>From:</b> fuyong <a href="mailto:fuyong@neusoft.com"><fuyong@neusoft.com></a>
<br>
<b>Sent:</b> Tuesday, December 1, 2020 9:12 AM<br>
<b>To:</b> Bai, Haiqing <a href="mailto:Haiqing.Bai@windriver.com"><Haiqing.Bai@windriver.com></a>;
<a href="mailto:starlingx-discuss@lists.starlingx.io">starlingx-discuss@lists.starlingx.io</a><br>
<b>Subject:</b> Re: [Starlingx-discuss] [Centos8] build-iso runtime dependency issue<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"> <o:p></o:p></p>
<div style="border:solid #9C6500 1.0pt;padding:2.0pt 2.0pt 2.0pt 2.0pt">
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;line-height:12.0pt;background:#FFEB9C">
<span style="font-size:10.0pt;color:red">[Please note this e-mail is from an EXTERNAL e-mail address]</span><o:p></o:p></p>
</div>
<div>
<p>Hi Haiqing Bai<o:p></o:p></p>
<p>Has libvirt compiled successfully in your integ directory?<br>
python3-ipaddr has no el8 version.<o:p></o:p></p>
<p>At present, you need to comment out the place where python3-ipaddr is dependent<o:p></o:p></p>
<p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">B,R<o:p></o:p></p>
<p class="MsoNormal">Yong  <o:p></o:p></p>
<div>
<p class="MsoNormal">On 2020/11/30 <span lang="ZH-CN" style="font-family:"Microsoft YaHei",sans-serif;mso-fareast-language:ZH-CN">
上午</span>10:26, Bai, Haiqing wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Build-iso on f/centos8 branch has below runtime dependency list:<o:p></o:p></p>
<p class="MsoNormal">==============================================================<o:p></o:p></p>
<p class="MsoNormal">Warning: Infinite loop detected in dependency resolution.  See /localdisk/loadbuild/hbai/c81nststx/export/deps.txt for details -- exiting<o:p></o:p></p>
<p class="MsoNormal">These RPMS had problems (likely version conflicts)<o:p></o:p></p>
<p class="MsoNormal">        libvirt-daemon<o:p></o:p></p>
<p class="MsoNormal">        libvirt-daemon-driver-network<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0()(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_0.0.3)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_0.1.0)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_0.6.1)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_0.9.0)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_0.9.3)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_1.0.2)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_1.0.6)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_4.5.0)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        libvirt.so.0(LIBVIRT_PRIVATE_4.7.0)(64bit)<o:p></o:p></p>
<p class="MsoNormal">        python3-ipaddr<o:p></o:p></p>
<p class="MsoNormal">        python3-ipaddress<o:p></o:p></p>
<p class="MsoNormal">        python-kubernetes<o:p></o:p></p>
<p class="MsoNormal">        python-pint<o:p></o:p></p>
<p class="MsoNormal">        PyYAML<o:p></o:p></p>
<p class="MsoNormal">        qemu-kvm-ev <o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">I remembered the python3-ipaddr issue had been mentioned before by some guys,  anyone knows the latest status of that issue?  thanks<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">B,R<o:p></o:p></p>
<p class="MsoNormal">Haiqing Bai  <o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman ,serif",serif"><br>
<br>
<br>
</span><o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Starlingx-discuss mailing list<o:p></o:p></pre>
<pre><a href="mailto:Starlingx-discuss@lists.starlingx.io">Starlingx-discuss@lists.starlingx.io</a><o:p></o:p></pre>
<pre><a href="http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss">http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman ,serif",serif">---------------------------------------------------------------------------------------------------<br>
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)<br>
is intended only for the use of the intended recipient and may be confidential and/or privileged of<br>
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication<br>
is not the intended recipient,unauthorized use,forwarding, printing, storing, disclosure or copying<br>
is strictly prohibited, and may be unlawful.If you have received this communication in error,please<br>
immediately notify the sender by return e-mail, and delete the original message and all copies from<br>
your system. Thank you.<br>
---------------------------------------------------------------------------------------------------
</span><o:p></o:p></p>
</div>
</blockquote>
<p class="MsoNormal">---------------------------------------------------------------------------------------------------<br>
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s)<br>
is intended only for the use of the intended recipient and may be confidential and/or privileged of<br>
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication<br>
is not the intended recipient,unauthorized use,forwarding, printing, storing, disclosure or copying<br>
is strictly prohibited, and may be unlawful.If you have received this communication in error,please<br>
immediately notify the sender by return e-mail, and delete the original message and all copies from<br>
your system. Thank you.<br>
---------------------------------------------------------------------------------------------------
<o:p></o:p></p>
</div>
</div>
</body>
</html>