[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sbcl-devel
Subject:    Re: [Sbcl-devel] upgrade to 1.0.15.40 from 1.0.15.38 causes
From:       "Eugene Ossintsev" <eugoss () gmail ! com>
Date:       2008-03-27 20:19:00
Message-ID: 6ba04de90803271319t18c24c8at5163e05fcb2ca3c9 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


... and if we stick with the latter method for the time being,
1.0.15.41should be modified to chown the directories, too (to delete
'-type d' as in
the attached patch).

But the former method with *.FASL is cleaner, I believe :-( It seems that
we've narrowed all we need to install. It's kind of self-documented now in
the code.

On Thu, Mar 27, 2008 at 4:04 PM, Matthew D. Swank <
akopa.gmane.poster@gmail.com> wrote:

> Nikodemus Siivola <nikodemus <at> random-state.net> writes:
>
> >
> > On Thu, Mar 27, 2008 at 7:03 PM,
> > Richard M Kreuter <kreuter <at> progn.net> wrote:
> > > Matthew D. Swank writes:
> > >  Can you apply the following patch to your source tree and report back
> > >  whether you find the same results?
> >
> > I just reverted (as 1.0.15.41) to the old tar-based version
>
> Well, both methods seem to work ok on win32.
>
> Matt

[Attachment #5 (text/html)]

... and if we stick with the latter method for the time being, <a \
href="http://1.0.15.41">1.0.15.41</a> should be modified to chown the directories, \
too (to delete &#39;-type d&#39; as in the attached patch).<br><br>But the former \
method with *.FASL is cleaner, I believe :-( It seems that we&#39;ve narrowed all we \
need to install. It&#39;s kind of self-documented now in the code.<br> <br><div \
class="gmail_quote">On Thu, Mar 27, 2008 at 4:04 PM, Matthew D. Swank &lt;<a \
href="mailto:akopa.gmane.poster@gmail.com">akopa.gmane.poster@gmail.com</a>&gt; \
wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, \
204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div class="Ih2E3d">Nikodemus \
Siivola &lt;nikodemus &lt;at&gt; <a href="http://random-state.net" \
target="_blank">random-state.net</a>&gt; writes:<br> <br>
&gt;<br>
&gt; On Thu, Mar 27, 2008 at 7:03 PM,<br>
</div><div class="Ih2E3d">&gt; Richard M Kreuter &lt;kreuter &lt;at&gt; <a \
href="http://progn.net" target="_blank">progn.net</a>&gt; wrote:<br> &gt; &gt; \
Matthew D. Swank writes:<br> </div><div class="Ih2E3d">&gt; &gt; &nbsp;Can you apply \
the following patch to your source tree and report back<br> &gt; &gt; &nbsp;whether \
you find the same results?<br> &gt;<br>
</div><div class="Ih2E3d">&gt; I just reverted (as <a href="http://1.0.15.41" \
target="_blank">1.0.15.41</a>) to the old tar-based version<br> <br>
</div>Well, both methods seem to work ok on win32.<br>
<br>
Matt</blockquote></div><br>


["asdf-module.mk.diff" (text/x-patch)]

diff -ru sbcl.orig/contrib/asdf-module.mk sbcl/contrib/asdf-module.mk
--- sbcl.orig/contrib/asdf-module.mk	2008-03-27 16:04:38.000000000 -0400
+++ sbcl/contrib/asdf-module.mk	2008-03-27 16:05:14.000000000 -0400
@@ -31,4 +31,4 @@
 # preserve owner, so chown after installing for the current user.
 install: $(EXTRA_INSTALL_TARGETS)
 	tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - )
-	find "$(BUILD_ROOT)$(INSTALL_DIR)" -type f -exec chown `id -u`:`id -g` {} \;
+	find "$(BUILD_ROOT)$(INSTALL_DIR)" -exec chown `id -u`:`id -g` {} \;


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

_______________________________________________
Sbcl-devel mailing list
Sbcl-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sbcl-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic