On Tue, Mar 18, 2008 at 3:05 AM, Carlo Calica <[EMAIL PROTECTED]> wrote:
> On 3/17/08, Carlo Calica <[EMAIL PROTECTED]> wrote:
>  > On 3/17/08, Carlo Calica <[EMAIL PROTECTED]> wrote:
>  >  > On 3/17/08, Hisham <[EMAIL PROTECTED]> wrote:
>  >  >  >
>  >
>  > >  >  >  SVN migration.  This requires changes in BuildLiveCD tools.  
> Hopefully
>  >  >  >  >  these changes won't take too long to implement or cause other
>  >  >  >  >  regressions.
>  >  >  >
>  >  >  > Yes. I can look at that later in the week unless someone beats me to 
> it.
>  >  >
>  >  > I've pretty much completed this.  A little testing and I'll commit.
>  >  >
>  >
>  >
>  > Committed.  Unfortunately, we still have .svn dirs (rather than CVS).
>  >  They're not filtered in BuildLiveCD.  Got a fix, or a pointer where to
>  >  look?
>  >
>
>  Looks like I broke something. :-) (actually, I don't think it touch
>  that part)  Some packages (63 out of 299) are included in multiple
>  squashfs images.  For the most part, they're in both P-List-Base and
>  P-List-NonBase and should just be in NonBase.  Table of exceptions:

We had troubles of this kind before. Lucas was struggling with
replicated entries in squashfs images he was generating, while
everything worked fine in my system, and we tried the best we could to
have identical setups. We narrowed the problem down to "find" getting
confused with some bogus timestamp results when run in union-mounted
directories.

http://www.gobolinux.org/cgi-bin/viewvc.cgi/trunk/BuildLiveCD/bin/CompressAndBuildISO?r1=2444&r2=2445

Lucas will probably remember the story better than me, but I think
that fixed it back then. Thinking again about it, I'm not sure why
that fixed it -- may have been a combination of two problems: entries
returned by "find" that shouldn't have been (which we worked around)
and badly filtered search results (which we may have not fixed). I'd
suggest double-checking that mksquashfs command, and echoing $dirs and
$blacklist to see what's going on there.

A wild guess: perhaps it's overflowing the command-line arguments and
the blacklist should switch from using -e to -ef?

(BTW, http://www.gobolinux.org/cgi-bin/viewvc.cgi is running ViewVC on
the tools/ dir. I had this installation lying around when I was
testing online viewers for the recipes tree. ViewVC seemed too slow
back then for the huge recipes/ directory, but it seems good for the
tools/ repository, so it may be a good idea to give this a nicer URL
and link to it from the website...)

-- Hisham
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to