Re: [sage-support] Problems with Pre-built sage binaries 5.1 on Debian(Testing)

2012-07-25 Thread Jeroen Demeyer
On 2012-07-25 07:31, Daniel M. wrote: it's worth to mention that i've used the 5.0.1 version on the last week without errors Which binary did you download for this? Or did you compile sage-5.0.1 from source? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe

[sage-support] Re: Problems with Pre-built sage binaries 5.1 on Debian(Testing)

2012-07-25 Thread Johan Grönqvist
2012-07-25 07:31, Daniel M. skrev: python: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found My OS is a Debian Testing with the Linux kernel 3.2.0-3-amd64 (wheezy) Debian testing uses glibc version 2.13. The binary package built for ubuntu appears to ask for version 2.14, which

Re: [sage-support] Re: Error building eclib

2012-07-25 Thread John Cremona
So this error is occurring in building the gcc spkg, and not eclib. Hence not my problem... John Cremona On 25 July 2012 10:32, kfiz mitun...@gmx.de wrote: downloaded the source code from source and tried again, and got this: (...) checking command to parse

Re: [sage-support] Re: Error building eclib

2012-07-25 Thread Jeroen Demeyer
On 2012-07-25 11:32, kfiz wrote: downloaded the source code from source and tried again, and got this: Weird, are you sure your XCode setup is up-to-date? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to

[sage-support] Re: Build on Debian squeeze 64bit - import crypto fails

2012-07-25 Thread shortmanikos
I had libc6-dev installed. Nothing was installed in /usr/local. That's why sage failed to compile - it was looking in /usr/local/ for libcrypt.so and couldn't find it. I made a symbolic link from /usr/lib to /usr/local so that sage could find it and compile the relevent log part was: gcc

Re: [sage-support] Re: Error building eclib

2012-07-25 Thread kfiz
I have the newest version of command line tools...but I'll re-download XCode and try again, just to check. Am Mittwoch, 25. Juli 2012 11:51:37 UTC+2 schrieb Jeroen Demeyer: On 2012-07-25 11:32, kfiz wrote: downloaded the source code from source and tried again, and got this: Weird, are

Re: [sage-support] Public worksheets

2012-07-25 Thread Javier López Peña
On Wednesday, July 25, 2012 1:20:24 AM UTC+1, William wrote: Somebody needs to write Python code that takes an input html and outputs definitely safe html, then run it on all published worksheets, and integrate it with the notebook. There is a python html sanitizer in lxml [1] with plenty

Re: [sage-support] Re: Error building eclib

2012-07-25 Thread kfiz
re-installed XCode. this time: /usr/bin/ranlib: archive member: libbackend.a(ude) size too large (archive member extends past the end of the file) ar: internal ranlib command failed make[5]: *** [libbackend.a] Error 1 make[4]: *** [all-stage2-gcc] Error 2 make[3]: *** [stage2-bubble] Error 2

[sage-support] Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Daniel M.
Any one knows if * sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz*http://sagemath.c3sl.ufpr.br/linux/64bit/sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz precompiled binaries needs the libc6 version 2.14 to run? I'm using Debian Testing and the (latest) version avaible

Re: [sage-support] Public worksheets

2012-07-25 Thread Volker Braun
On Wednesday, July 25, 2012 12:01:50 AM UTC-4, Jason Grout wrote: What is definitely safe? No executing javascript? That is easy. Is it? scriptscript alert(Haha, I hacked your page.); //scriptscript -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe

[sage-support] Re: Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Dima Pasechnik
Ubuntu 8 is really old (they now have version 12). It will expect you to run libc 2.7, IMHO. http://packages.ubuntu.com/hardy/libc6 On Wednesday, 25 July 2012 20:54:45 UTC+8, Daniel M. wrote: Any one knows if *

[sage-support] Re: Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Daniel M.
Many thanks!, it seems that the only option i've by now it's use the 5.0.1 prebuilt package that i found in my files. I'm goint to ask, but i really think that it's not possible: i wonder if there is a way to compile the source on mi desktop and then move it to my netbook, both are almost the

[sage-support] How to compute Weyl character formula using Sage?

2012-07-25 Thread jianrong
Consider type $B_3$ Lie algebra. Given a weight Λ=λ1ω1+λ2ω2+λ3ω3, I want to compute the character χ(Λ) using Weyl character formula. How to do this using Sage? How to do this for general $B_n$ or other types? Thank you very much.B3 -- To post to this group, send email to

Re: [sage-support] Public worksheets

2012-07-25 Thread Javier López Peña
On Wednesday, July 25, 2012 4:11:28 PM UTC+1, Volker Braun wrote: Is it? scriptscript alert(Haha, I hacked your page.); //scriptscript The html5lib sanitizer seems to handle that graciously: In [18]: import html5lib In [19]: from html5lib import sanitizer In [20]: p =

[sage-support] Re: How to compute Weyl character formula using Sage?

2012-07-25 Thread jianrong
Here the weight is $\Lambda= \lambda_1 \omega_1 + \lambda_2 \omega_2 + \lambda_3 \omega_3$, where $\omega_1, \omega_2, \omega_3$ are fundamental weights, $\lambda_1, \lambda_2, \lambda_3$ are arbitrary integers. I would like to have the formula for $\chi(\Lambda)$ in terms of $\lambda_1,

Re: [sage-support] Re: Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Jeroen Demeyer
On 2012-07-25 17:53, Daniel M. wrote: Many thanks!, it seems that the only option i've by now it's use the 5.0.1 prebuilt package that i found in my files. I ask again: which 5.0.1 prebuilt package are you referring to? I'm goint to ask, but i really think that it's not possible: i wonder if

[sage-support] Re: Public worksheets

2012-07-25 Thread LFS
Oh - I wondered why they were disabled. Finally saw this. I am wondering does disabling javascript mean no embedded GeoGebra worksheets? Could we have a list of safe users? Thanks, Linda -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send

Re: [sage-support] Problems with Pre-built sage binaries 5.1 on Debian(Testing)

2012-07-25 Thread Daniel M.
Which binary did you download for this? Or did you compile sage-5.0.1 from source? Well, i just go to *http://sagemath.c3sl.ufpr.br/linux/64bit/index.html*and pick the newer ubuntu version (in this case, the 12.04 LTS) that's why a just put the name of the binary package, if you take a look

Re: [sage-support] Re: Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Daniel M.
I ask again: which 5.0.1 prebuilt package are you referring to? An old downloaded package that i obtained from * http://sagemath.c3sl.ufpr.br/linux/64bit/index.html* the last package that worked last week was * 5.0.1-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux.tar.lzma*. I hope that this

[sage-support] Re: Public worksheets

2012-07-25 Thread Jason Grout
On 7/25/12 9:58 AM, LFS wrote: Oh - I wondered why they were disabled. Finally saw this. I am wondering does disabling javascript mean no embedded GeoGebra worksheets? It would mean no working geogebra in a published worksheet, but if you edit a copy, it would work in your own copy. Could

Re: [sage-support] Re: Question about sage-5.1-linux-64bit-ubuntu_8.04.4_lts-x86_64-Linux.tar.gz

2012-07-25 Thread Dima Pasechnik
On Thursday, 26 July 2012 08:35:03 UTC+8, Daniel M. wrote: I ask again: which 5.0.1 prebuilt package are you referring to? An old downloaded package that i obtained from * http://sagemath.c3sl.ufpr.br/linux/64bit/index.html* the last package that worked last week was *