<div dir="ltr">Hi Holger, Hi Linux/unix build people <div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 19, 2017 at 3:22 AM, Holger Freyther <span dir="ltr"><<a href="mailto:holger@freyther.de" target="_blank">holger@freyther.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-"><br>
<br>
> On 19 Feb 2017, at 17:09, Ben Coman <<a href="mailto:btc@openinworld.com">btc@openinworld.com</a>> wrote:<br>
><br>
><br>
> I hit a snag building pharo debug VM...<br>
<br>
><br>
</span><span class="gmail-">> By doing... $ sudo chattr +i libtool<br>
><br>
> I found libtool was created by configure...<br>
>   rm: cannot remove 'libtool': Operation not permitted<br>
>   chmod: changing permissions of 'libtool': Operation not permitted<br>
><br>
> $ ./mvm invokes...<br>
> ../../../platforms/unix/<wbr>config/configure<br>
<br>
</span>pushd ../../../platforms/unix/config<br>
make configure<br>
<br>
sorry about that. Normally one would not check-in a configure script (and related files such as libtool) and I thought I could avoid having to delete these files and just re-generate it when needed/wanted. I had to add the --preserve-dup-deps option to be able to link with newer libtool and didn't consider that the old copy of libtool would bail out with an error.<br></blockquote><div><br></div><div><br></div><div>Then let's rewrite the system so that configure is always made, precisely once.  We can arrange that there's a real configure (e.g. ../../../platforms/unix/<wbr>configure/configure) which is invoked from ../../../platforms/unix/<wbr>config/configure.  And we can add a check to ../../../platforms/unix/<wbr>config/configure that will make ../../../platforms/unix/<wbr>configure/configure if necessary.</div><div><br></div><div>Please, who will volunteer to do this?</div></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div>
</div></div>