Re: [sage-devel] Error installing package brial-0.8.4.3 when compiling sage-7.2

2016-12-20 Thread Hai Cheng
Thanks. It succeed when compiling Sage7.3. 在 2016年12月20日星期二 UTC+8下午10:57:24,Erik Bray写道: > > On Tue, Dec 20, 2016 at 2:27 PM, 程海 > > wrote: > > Hi, > > > > I was trying to compiling sage-7.2 in a CentOS with release 7.0.1406 > version > > and gcc version " 4.8.2 20140120 (Red Hat 4.8.2-16)

Re: [sage-devel] Re: Problems Authenticating to Trac Server with Public Key

2016-12-20 Thread Maxie Schmidt
This is now the output of running "ssh -vv g...@trac.sagemath.org info": OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Applying options for * debug2: resolving "trac.sagemath.org" port 22 deb

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
I'm not sure either. It's definitely a connection issue locally. I'm just going to use a different connection. Thanks. On Tuesday, December 20, 2016 at 5:54:14 PM UTC-6, Volker Braun wrote: > > Clearly its a network connectivity issue on your side... don't know whats > causing it though. For the

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Volker Braun
Clearly its a network connectivity issue on your side... don't know whats causing it though. For the record, here is a tracerout. Anything past hop #7 is google infrastructure. $ traceroute trac.sagemath.org traceroute to trac.sagemath.org (104.197.143.230), 30 hops max, 60 byte packets 1 rou

Re: [sage-devel] Re: trac is down

2016-12-20 Thread Maxie Schmidt
I'm still having trouble accessing the trac server by web and over ssh. Here is the output when I run "ssh -vvv g...@trac.sagemath.org info": OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016 debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 19: Ap

Re: [sage-devel] Error installing package brial-0.8.4.3 when compiling sage-7.2

2016-12-20 Thread Erik Bray
On Tue, Dec 20, 2016 at 2:27 PM, 程海 wrote: > Hi, > > I was trying to compiling sage-7.2 in a CentOS with release 7.0.1406 version > and gcc version " 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)" . After a long > time waiting, i get the following error: > > Error building Sage. > > The following packag

[sage-devel] Error installing package brial-0.8.4.3 when compiling sage-7.2

2016-12-20 Thread 程海
Hi, I was trying to compiling sage-7.2 in a CentOS with release 7.0.1406 version and gcc version " 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC)" . After a long time waiting, i get the following error: Error building Sage. The following package(s) may have failed to build (not necessarily during thi

[sage-devel] Re: Implementation of Gamma in Sage

2016-12-20 Thread Ralf Stephan
On Tuesday, December 20, 2016 at 3:36:19 AM UTC+1, saad khalid wrote: > > 1. It appears we don't have a native q-gamma or q-digamma function. We do > have access to q-gamma from mpmath. However, a wrapper function in Sage > hasn't been added yet: > https://trac.sagemath.org/ticket/19032 > Would