[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-27 Thread abe

the spkg available here ( http://trac.sagemath.org/sage_trac/ticket/4176
)
fixed it for me (SL4.2)

thanks a lot.

-E

On Nov 21, 8:59 pm, mabshoff [EMAIL PROTECTED]
dortmund.de wrote:

   I have seen this before and we are tracking the issue 
   http://trac.sagemath.org/sage_trac/ticket/4176



--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-27 Thread mabshoff



On Nov 27, 2:08 pm, abe [EMAIL PROTECTED] wrote:
 the spkg available here (http://trac.sagemath.org/sage_trac/ticket/4176
 )
 fixed it for me (SL4.2)

 thanks a lot.

 -E

Excellent. I will push this and two other small fixes to the upstream
matplotlib people.

Cheers,

Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-21 Thread mabshoff



On Nov 21, 8:01 am, William Stein [EMAIL PROTECTED] wrote:
 On Fri, Nov 21, 2008 at 5:05 AM, abe [EMAIL PROTECTED] wrote:

  hi ,

  installling sage simply with 'make' doesn't work for me anymore
  I think since 3.1.3 (3.1.2 went fine)

  I'm wondering if whether this is a bug or I'nm doing something wrong.

  I get the following error message.

  === 
  =
  BUILDING MATPLOTLIB
             matplotlib: 0.98.3
                 python: 2.5.2 (r252:60911, Nov 21 2008, 12:28:04)
  [GCC
                         3.4.6 20060404 (Red Hat 3.4.6-10)]
               platform: linux2

  REQUIRED DEPENDENCIES
                  numpy: 1.2.0
              freetype2: 9.7.3

  OPTIONAL BACKEND DEPENDENCIES
                 libpng: 1.2.7
  Traceback (most recent call last):
   File setup.py, line 125, in module
     if check_for_tk() or (options['build_tkagg'] is True):
   File /data1/software/src/SAGE/sage-3.2/spkg/build/
  matplotlib-0.98.3.p2/src/setupext.py, line 846, in check_for_tk
     explanation = add_tk_flags(module)
   File /data1/software/src/SAGE/sage-3.2/spkg/build/
  matplotlib-0.98.3.p2/src/setupext.py, line 1106, in add_tk_flags
     module.libraries.extend(['tk' + tk_ver, 'tcl' + tk_ver])
  UnboundLocalError: local variable 'tk_ver' referenced before
  assignment
  Error building matplotlib package.

  earlier in the install.log file I find these messages: not sure if
  this is a problem
  because the files mentioned at 'cannot stat' are present after make. ./
  sage-python
  works, but ./ipython is a directory.

  Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
  Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
  infodir=/usr/share/info --enable-shared --enable-threads=posix --
  disable-checking --with-sy
  stem-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --
  enable-java-awt=gtk --host=i386-redhat-linux
  Thread model: posix
  gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
  
  cp: cannot stat `/home/e.ab/software/src/SAGE/sage-3.2/sage-python':
  No such file or directory

 Was your download corrupted? Are you out of disk space?  ??

 Could you just try again with a fresh download?

I have seen this before and we are tracking the issue at
http://trac.sagemath.org/sage_trac/ticket/4176

Since I have only been hitting that on Cygwin I monkey patches the
detection code to ignore TCL/TK, but this should be fixed properly.
Let me look into this and see what is happening. It would help to know
what distribution you used (well, the exact version of RedHat) so I
can attempt top reproduce this.

 William

Cheers,

Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-21 Thread abe



On Nov 21, 5:01 pm, William Stein [EMAIL PROTECTED] wrote:
 On Fri, Nov 21, 2008 at 5:05 AM, abe [EMAIL PROTECTED] wrote:

  hi ,

  installling sage simply with 'make' doesn't work for me anymore
  I think since 3.1.3 (3.1.2 went fine)

  I'm wondering if whether this is a bug or I'nm doing something wrong.

  I get the following error message.
[...]

 Was your download corrupted? Are you out of disk space?  ??

no and no
I've had consistently the same problem after 3.1.2, IIRC it also
happened when using upgrade.


 Could you just try again with a fresh download?
will try, but I don't expect a difference


-thanks


 William
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-21 Thread abe



On Nov 21, 7:23 pm, mabshoff [EMAIL PROTECTED]
dortmund.de wrote:
 On Nov 21, 8:01 am, William Stein [EMAIL PROTECTED] wrote:



  On Fri, Nov 21, 2008 at 5:05 AM, abe [EMAIL PROTECTED] wrote:

   hi ,

   installling sage simply with 'make' doesn't work for me anymore
   I think since 3.1.3 (3.1.2 went fine)

   I'm wondering if whether this is a bug or I'nm doing something wrong.

   I get the following error message.

   ===
=
   BUILDING MATPLOTLIB
  matplotlib: 0.98.3
  python: 2.5.2 (r252:60911, Nov 21 2008, 12:28:04)
   [GCC
  3.4.6 20060404 (Red Hat 3.4.6-10)]
platform: linux2

   REQUIRED DEPENDENCIES
   numpy: 1.2.0
   freetype2: 9.7.3

   OPTIONAL BACKEND DEPENDENCIES
  libpng: 1.2.7
   Traceback (most recent call last):
File setup.py, line 125, in module
  if check_for_tk() or (options['build_tkagg'] is True):
File /data1/software/src/SAGE/sage-3.2/spkg/build/
   matplotlib-0.98.3.p2/src/setupext.py, line 846, in check_for_tk
  explanation = add_tk_flags(module)
File /data1/software/src/SAGE/sage-3.2/spkg/build/
   matplotlib-0.98.3.p2/src/setupext.py, line 1106, in add_tk_flags
  module.libraries.extend(['tk' + tk_ver, 'tcl' + tk_ver])
   UnboundLocalError: local variable 'tk_ver' referenced before
   assignment
   Error building matplotlib package.

   earlier in the install.log file I find these messages: not sure if
   this is a problem
   because the files mentioned at 'cannot stat' are present after make. ./
   sage-python
   works, but ./ipython is a directory.

   Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
   Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --
   infodir=/usr/share/info --enable-shared --enable-threads=posix --
   disable-checking --with-sy
   stem-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --
   enable-java-awt=gtk --host=i386-redhat-linux
   Thread model: posix
   gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)
   
   cp: cannot stat `/home/e.ab/software/src/SAGE/sage-3.2/sage-python':
   No such file or directory

  Was your download corrupted? Are you out of disk space?  ??

  Could you just try again with a fresh download?

 I have seen this before and we are tracking the issue 
 athttp://trac.sagemath.org/sage_trac/ticket/4176

 Since I have only been hitting that on Cygwin I monkey patches the
 detection code to ignore TCL/TK, but this should be fixed properly.
 Let me look into this and see what is happening. It would help to know
 what distribution you used (well, the exact version of RedHat) so I
 can attempt top reproduce this.

  William

 Cheers,

 Michael

it's scientific linux 4.2, but have seen it on newer systems (will
have alook again)

Machine: Linux fwnc7122.wks.gorlaeus.net 2.6.9-67.0.15.ELsmp #1 SMP
Wed May 7 04:33:01 CDT 2008 i686 i686 i386 GNU/Linux


if you want I can send the install.log

-eiso
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-21 Thread mabshoff



On Nov 21, 11:55 am, abe [EMAIL PROTECTED] wrote:
 On Nov 21, 7:23 pm, mabshoff [EMAIL PROTECTED]

SNIP

  I have seen this before and we are tracking the issue at 
  http://trac.sagemath.org/sage_trac/ticket/4176

  Since I have only been hitting that on Cygwin I monkey patches the
  detection code to ignore TCL/TK, but this should be fixed properly.
  Let me look into this and see what is happening. It would help to know
  what distribution you used (well, the exact version of RedHat) so I
  can attempt top reproduce this.

   William

  Cheers,

  Michael

Hi,

 it's scientific linux 4.2, but have seen it on newer systems (will
 have alook again)

Is that the same as RHEL 4.2 and Centos 4.2, i.e. what is it based on?

 Machine: Linux fwnc7122.wks.gorlaeus.net 2.6.9-67.0.15.ELsmp #1 SMP
 Wed May 7 04:33:01 CDT 2008 i686 i686 i386 GNU/Linux

 if you want I can send the install.log

I don't think that will help much here. What tcl/tl rpms are
installed? It would also be helpful to know the exact version numbers.

 -eiso

Cheers,

Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: make fails for sage3.2 (and 3.1.3/3.1.4)

2008-11-21 Thread abe



On Nov 21, 8:59 pm, mabshoff [EMAIL PROTECTED]
dortmund.de wrote:
 On Nov 21, 11:55 am, abe [EMAIL PROTECTED] wrote:

  On Nov 21, 7:23 pm, mabshoff [EMAIL PROTECTED]

 SNIP

   I have seen this before and we are tracking the issue 
   athttp://trac.sagemath.org/sage_trac/ticket/4176

   Since I have only been hitting that on Cygwin I monkey patches the
   detection code to ignore TCL/TK, but this should be fixed properly.
   Let me look into this and see what is happening. It would help to know
   what distribution you used (well, the exact version of RedHat) so I
   can attempt top reproduce this.

William

   Cheers,

   Michael

 Hi,

  it's scientific linux 4.2, but have seen it on newer systems (will
  have alook again)

 Is that the same as RHEL 4.2 and Centos 4.2, i.e. what is it based on?

most rpms say ,...el4


  Machine: Linux fwnc7122.wks.gorlaeus.net 2.6.9-67.0.15.ELsmp #1 SMP
  Wed May 7 04:33:01 CDT 2008 i686 i686 i386 GNU/Linux

  if you want I can send the install.log

 I don't think that will help much here. What tcl/tl rpms are
 installed? It would also be helpful to know the exact version numbers.

[EMAIL PROTECTED] yum list|grep ^tk
tk.i386  8.4.7-3.el4_6.1
installed
tk-devel.i3868.4.7-3.el4_6.1
installed
tkinter.i386 2.3.4-14.7.el4
installed
[EMAIL PROTECTED] yum list|grep ^tcl
tcl.i386 8.4.7-4.el4
installed
tcl-devel.i386   8.4.7-4.el4
installed
tcl-html.i3868.4.7-4.el4
installed
tclx.i3868.3.5-4
installed
tclx-devel.i386  8.3.5-4
installed
tclx-doc.i3868.3.5-4
installed


let me know if you want to know more

-E



  -eiso

 Cheers,

 Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---