<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">thanks. Did the patch fix the problem?</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">At the moment I am stuck with the
      packaging of sagemath 9.1 because the doctests are leaking file
      descriptors, see [1].</div>
    <div class="moz-cite-prefix">I am hoping that someone can help with
      that.<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Best,</div>
    <div class="moz-cite-prefix">Tobias<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">[1]
<a class="moz-txt-link-freetext" href="https://alioth-lists.debian.net/pipermail/debian-science-sagemath/2020-May/001610.html">https://alioth-lists.debian.net/pipermail/debian-science-sagemath/2020-May/001610.html</a><br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">On 6/4/20 6:01 PM, John Scott wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:2631511.O7RK9SiTr5@dinosaurs">
      <pre class="moz-quote-pre" wrap="">Hi,

I found this trying to build the Sage 9.1 package in qemu-debootstrap/qemu-
user-static investigating the mipsel/mips64el issues. This made Sage 9.1 (but 
not 9.0) upset:
checking for root user... yes
configure: error: You cannot build Sage as root, switch to an unprivileged 
user.  (If building in a container, use --enable-build-as-root.)

Policy says that builders need not support or honor Rules-Requires-Root, so a 
fix would look something like this in debian/rules
ifeq ($(DEB_RULES_REQUIRES_ROOT), binary-targets)
override_dh_auto_configure:
    dh_auto_configure -- --enable-build-as-root
endif

I was planning to send a patch but I couldn't get one to work. I hope others 
better acquainted with dh and GNU Make's quirks may have better ideas.

Sincerely,
John Scott</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Debian-science-sagemath mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Debian-science-sagemath@alioth-lists.debian.net">Debian-science-sagemath@alioth-lists.debian.net</a>
<a class="moz-txt-link-freetext" href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-sagemath">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-sagemath</a>
</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>