Re: [sage-devel] Re: Build problem with sage 4.3

2009-12-14 Thread William Stein
On Mon, Dec 14, 2009 at 1:48 PM, VictorMiller  wrote:
> This is the last error that's in the sage install.log, before it
> quits:

Victor,

Why don't you try installing this spkg:

  http://www.sagemath.org/packages/optional/openssl-0.9.8d.p1.spkg

then continue the build by typing "make".

  ./sage -i openssl-0.9.8d.p1

>
>
> 'import site' failed; use -v for traceback
> Traceback (most recent call last):
>  File "", line 1, in ?
>  File "/east/u/victor/sage-4.3.rc0/local/lib/python/hashlib.py", line
> 136, in ?
>    md5 = __get_builtin_constructor('md5')
>  File "/east/u/victor/sage-4.3.rc0/local/lib/python/hashlib.py", line
> 63, in __get_builtin_constructor
>    import _md5
> ImportError: No module named _md5
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to 
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org
>



-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Build problem with sage 4.3

2009-12-14 Thread VictorMiller
This is the last error that's in the sage install.log, before it
quits:


'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "", line 1, in ?
  File "/east/u/victor/sage-4.3.rc0/local/lib/python/hashlib.py", line
136, in ?
md5 = __get_builtin_constructor('md5')
  File "/east/u/victor/sage-4.3.rc0/local/lib/python/hashlib.py", line
63, in __get_builtin_constructor
import _md5
ImportError: No module named _md5

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Build problem with sage 4.3

2009-12-14 Thread VictorMiller
Thanks, indeed it does appear to be a warning.  Now I have to go back
to the install.log  for sage and see what are REALLY errors.

On Dec 14, 4:34 pm, mhampton  wrote:
> The following forum post:
>
> http://forums.fedoraforum.org/showthread.php?t=234146
>
> makes it sound like that error message might just be warning, but its
> hard to tell.
>
> -Marshall
>
> On Dec 14, 3:22 pm, VictorMiller  wrote:
>
> > More data.  I downloaded the Python-2.6.4 source from python.org and
> > tried to build it.  I get the same sort of errors mentioning
> > bsddb185 and sunaudiodev, so this appears to be a python problem.
> > Does anyone know how to resolve this?  Note that I do not have
> > permission to change system files, so that anything involving sudo is
> > out.
>
> > Victor
>
> > On Dec 14, 2:49 pm, VictorMiller  wrote:
>
> > > When trying to build sage 4.3 on a 64 bit Redhat system, the first
> > > error that I get is:
>
> > > Failed to find the necessary bits to build these modules:
> > > bsddb185           dl                 imageop
> > > sunaudiodev
> > > To find the necessary bits, look in setup.py in detect_modules() for
> > > the module's name.
>
> > > Question: there are many setup.py files.  It would be nice if the
> > > error indicated which one!
>
> > > Victor
>
>

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Build problem with sage 4.3

2009-12-14 Thread mhampton
The following forum post:

http://forums.fedoraforum.org/showthread.php?t=234146

makes it sound like that error message might just be warning, but its
hard to tell.

-Marshall

On Dec 14, 3:22 pm, VictorMiller  wrote:
> More data.  I downloaded the Python-2.6.4 source from python.org and
> tried to build it.  I get the same sort of errors mentioning
> bsddb185 and sunaudiodev, so this appears to be a python problem.
> Does anyone know how to resolve this?  Note that I do not have
> permission to change system files, so that anything involving sudo is
> out.
>
> Victor
>
> On Dec 14, 2:49 pm, VictorMiller  wrote:
>
> > When trying to build sage 4.3 on a 64 bit Redhat system, the first
> > error that I get is:
>
> > Failed to find the necessary bits to build these modules:
> > bsddb185   dl imageop
> > sunaudiodev
> > To find the necessary bits, look in setup.py in detect_modules() for
> > the module's name.
>
> > Question: there are many setup.py files.  It would be nice if the
> > error indicated which one!
>
> > Victor

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: Build problem with sage 4.3

2009-12-14 Thread VictorMiller
More data.  I downloaded the Python-2.6.4 source from python.org and
tried to build it.  I get the same sort of errors mentioning
bsddb185 and sunaudiodev, so this appears to be a python problem.
Does anyone know how to resolve this?  Note that I do not have
permission to change system files, so that anything involving sudo is
out.

Victor

On Dec 14, 2:49 pm, VictorMiller  wrote:
> When trying to build sage 4.3 on a 64 bit Redhat system, the first
> error that I get is:
>
> Failed to find the necessary bits to build these modules:
> bsddb185           dl                 imageop
> sunaudiodev
> To find the necessary bits, look in setup.py in detect_modules() for
> the module's name.
>
> Question: there are many setup.py files.  It would be nice if the
> error indicated which one!
>
> Victor

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org