Bugs using PeeWee on Mandrake 7.2
Ralph Stickley
[email protected]
Tue, 19 Dec 2000 10:33:18 -0800 (PST)
Adi,
This usually happens if the end of one of the files is cut off...
Run the script with verbose stuff just to test the file:
sh -x pwl_target_functions
which should indicate where the thing is dying. Chances are, the file
has been corrupted (or one of the include files has been corrupted -
dang near all them bits are important :)
Just a guess - Good luck,
Ralph
--- Adi Linden <[email protected]> wrote:
> Hi,
>
> What version of bash does Mandrake 7.2 include? I've had several reports
> of the
>
> > pwl_target_functions-> syntax error :unexpected end of file
>
> type error but have npt been able to recreate the problem at all! I am
> cc'ing this to the [email protected] list for reference.
>
> TTYL,
> Adi
>
>
>
> On Tue, 19 Dec 2000, Herman Theron wrote:
>
> > Hi Adi
> >
> > Must congratulate you on a very nice embedded environment!!
> >
> > I've had trouble using the binaries on a Mandrake 7.2 system (Version
> 0.53.24). I think it might be a bash problem.
> >
> > Bug report:
> > Everything works fine until I want to create a bootable floppy.
> >
> > The script pwl_target complains:
> > pwl_target_functions-> syntax error :unexpected end of file
> > pwl_target_load-> syntax error: unexpected end of file
> > (Not real error messages)
> >
> > I fixed the problem (after some hunting). It has to do when you use
> > something like the following:
> > { dd if ..... } >>$rd_log 2>&1
> >
> > I had to add {} to the above line->
> > {{ dd if ..... } >>$rd_log 2>&1}
> >
> > This helped in both files.
> >
> > Hope this helps.
> >
> > Cheers
> > Herman
> >
>
> ---------------------------------------------------
> See the list archives at http://adis.on.ca/archives/
> See the PWL homepage at http://peeweelinux.com
> ---------------------------------------------------
__________________________________________________
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!
http://photos.yahoo.com/
---------------------------------------------------
See the list archives at http://adis.on.ca/archives/
See the PWL homepage at http://peeweelinux.com
---------------------------------------------------