<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=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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">Hi piuparts devs,<o:p></o:p></p>
<p class="MsoNormal">First off, I wanted to say thanks for your efforts on maintaining piuparts! I recently started using piuparts to check some packages that I’m working on and I’m finding it super useful.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">With that said, I’ve encountered a situation which seems like a false positive from piuparts (or at least inconsistent behavior). Specifically, if a package has a dependency on python3-clang and I invoke it like this:<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">sudo piuparts --defaults='ubuntu' --warn-on-others --no-upgrade-test python3-fakeapp_1.0.0_all.deb<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">piuparts fails with this error:<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">6m44.7s ERROR: FAIL: After purging files have disappeared:<o:p></o:p></p>
<p class="MsoNormal">              /usr/lib32/         owned by: lib32gcc-s1, lib32stdc++6, libc6-i386<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">(the ‘python3-fakeapp’ package is just a single-line Python script that prints a message, so it’s not doing anything that should involve /usr/lib32). Incidentally, I’m running piuparts 1.1.1build1 under Ubuntu 20.04 (64-bit).<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">If I remove the dependency on python3-clang from my package, piuparts does not report any errors.
<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">And if I run piuparts on python3-clang directly, like this:<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">sudo piuparts --defaults=’ubuntu’ --warn-on-others --no-upgrade-test python3-clang<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">that also does not report any errors. <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Out of curiousity, I added pre_install and post_purge scripts to check for the presence of /usr/lib32 during the pre_install and post_purge phases for both the fakeapp (with clang dependency) and clang package checks. For both packages,
 the scripts reported that the directory is present in the pre_install phase, and absent in the post_purge phase, yet piuparts does not raise an error when checking the python3-clang package directly but only when it is a dependency of the python3-fakeapp package.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Is this a bug in piuparts? Am I misusing it? Is there a way to supress this failure?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks for any help or guidance you can supply!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Paul Kerchen <o:p></o:p></p>
</div>
</body>
</html>