EPIA version 2

Russell Gower russell at abc9986.demon.co.uk
Sun Oct 19 05:11:01 CEST 2003


 ----- Original Message -----
 From: "ron minnich" <rminnich at lanl.gov>
 To: "Russell Gower" <russell at abc9986.demon.co.uk>
 Cc: "LinuxBIOS" <linuxbios at clustermatic.org>
 Sent: Sunday, October 12, 2003 4:42 PM
 Subject: Re: EPIA version 2


 > On Sat, 11 Oct 2003, Russell Gower wrote:
>
> > I'm currently using the v1 tree for my EPIA based project, it looks like
> > it's time for me to move over to the v2 tree. Is there any instructions
on
> > how to build linuxbios from the v2 tree?
> >
>
> cd freebios2/targets
> ./buildtarget via/epia
>
> that's a start to see how it is done.
>
> ron
>
>
When I do that I get the following output.

 Traceback (innermost last):

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 2289,
 in ?

 if (not parse('board', fp.read())):

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1923,
 in parse

 return wrap_error_reporter(P, rule)

 File "/home/russell/linuxbios/freebios2/util/newconfig/yappsrt.py", line
 162, in wrap_error_reporter

 try: return getattr(parser, rule)()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1850,
 in board

 loadoptions()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1004,
 in loadoptions

 if (not parse('options', fp.read())):

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1923,
 in parse

 return wrap_error_reporter(P, rule)

 File "/home/russell/linuxbios/freebios2/util/newconfig/yappsrt.py", line
 162, in wrap_error_reporter

 try: return getattr(parser, rule)()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1916,
 in options

 define = self.define()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1910,
 in define

 defstmts = self.defstmts(ID)

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1876,
 in defstmts

 value = self.value()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1748,
 in value

 expr = self.expr()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1350,
 in expr

 logical = self.logical()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1365,
 in logical

 factor = self.factor()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1380,
 in factor

 term = self.term()

 File "/home/russell/linuxbios/freebios2/targets/epia/config.py", line 1406,
 in term

 return long(NUM, 10)

 TypeError: long requires exactly 1 argument; 2 given



 Russell.






More information about the coreboot mailing list