[vlc-devel] Re: Building VLC from CVS

Stephane stephane at virtuosomedia.nl
Mon Dec 16 21:37:38 CET 2002



> > Hmm too bad. I hope we'll find the time to fix the problem before
> > 0.5.0 is
> > out.
> >
>
> I tried some options with config.status. The problem seems to be in
> config.status Makefile. The other options (e.g. config.status vlc-config
> ends correctly)
> I will try to pinpoint what is wrong, but my knowledge of sed is not that
> good.
> If I find out anything, I will let you know. The substitution
> split starting
> on line 421ends correctly,
> but it looks like a loop which does not end.
>
Did look further into this problem. When I increase the number of lines from
48 to 976 (the number of substitutions, so only one subs file results), the
config.status file ends correctly.
If the number is 48, the resulting command is
"
 sed -f ./confstat1556-17647/subs-1.sed | sed -f
./confstat1556-17647/subs-2.sed | sed -f ./confstat1556-17647/subs-3.sed |
sed -f ./confstat1556-17647/subs-4.sed | sed -f
./confstat1556-17647/subs-5.sed | sed -f ./confstat1556-17647/subs-6.sed |
sed -f ./confstat1556-17647/subs-7.sed | sed -f
./confstat1556-17647/subs-8.sed | sed -f ./confstat1556-17647/subs-9.sed |
sed -f ./confstat1556-17647/subs-10.sed | sed -f
./confstat1556-17647/subs-11.sed | sed -f ./confstat1556-17647/subs-12.sed |
sed -f ./confstat1556-17647/subs-13.sed | sed -f
./confstat1556-17647/subs-14.sed | sed -f ./confstat1556-17647/subs-15.sed |
sed -f ./confstat1556-17647/subs-16.sed | sed -f
./confstat1556-17647/subs-17.sed | sed -f ./confstat1556-17647/subs-18.sed |
sed -f ./confstat1556-17647/subs-19.sed | sed -f
./confstat1556-17647/subs-20.sed | sed -f ./confstat1556-17647/subs-21.sed
"
This results in a lot of sed commands executed parallel. Was this meant to
happen?

Hope this helps a bit

Stephane

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list