Re: [sage-release] Sage 6.9 released

2015-10-17 Thread John Cremona
On 17 October 2015 at 08:01, Volker Braun  wrote:
> The sage pkg-config script uses the system pkg-config if it exists (so you
> can use libraries that are installed system-wide), and our own pkgconf
> binary if not. The decision is made at Sage build time, so you need to
> reinstall (sage -f pkg-config) if you delete the /usr/bin/pkg-config. Though
> then its also quite possible that you linked to system-wide libraries via
> said pkg-config, so its probably better to just "make distclean && make" in
> that case.

I will do that, though it is a pity that it is necessary.  This setup
has absolutely no hacking involved, just a straight system-wide
install (one of 6 I do for every release for the machines I manage)
with only the master branch existing and only updated for a full
release (no betas etc).

John

>
>
>
> On Saturday, October 17, 2015 at 1:14:24 PM UTC+2, Jeroen Demeyer wrote:
>>
>> On 2015-10-17 05:21, Francois Bissey wrote:
>> > It looks, to me, like  /usr/local/sage/sage-1/local/bin/pkg-config was
>> > actually a script redirecting to /usr/bin/pkg-config.
>>
>> The problem boils down to: "pkgconf" != "pkg-config"
>>
>> Sage installs "pkgconf" but not "pkg-config"
>>
>> It adds a script redirecting $SAGE_LOCAL/bin/pkg-config to
>> /usr/bin/pkg-config
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-17 Thread Volker Braun
The sage pkg-config script uses the system pkg-config if it exists (so you 
can use libraries that are installed system-wide), and our own pkgconf 
binary if not. The decision is made at Sage build time, so you need to 
reinstall (sage -f pkg-config) if you delete the /usr/bin/pkg-config. 
Though then its also quite possible that you linked to system-wide 
libraries via said pkg-config, so its probably better to just "make 
distclean && make" in that case.



On Saturday, October 17, 2015 at 1:14:24 PM UTC+2, Jeroen Demeyer wrote:
>
> On 2015-10-17 05:21, Francois Bissey wrote: 
> > It looks, to me, like  /usr/local/sage/sage-1/local/bin/pkg-config was 
> > actually a script redirecting to /usr/bin/pkg-config. 
>
> The problem boils down to: "pkgconf" != "pkg-config" 
>
> Sage installs "pkgconf" but not "pkg-config" 
>
> It adds a script redirecting $SAGE_LOCAL/bin/pkg-config to 
> /usr/bin/pkg-config 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-17 Thread Jeroen Demeyer

On 2015-10-17 05:21, Francois Bissey wrote:

It looks, to me, like  /usr/local/sage/sage-1/local/bin/pkg-config was
actually a script redirecting to /usr/bin/pkg-config.


The problem boils down to: "pkgconf" != "pkg-config"

Sage installs "pkgconf" but not "pkg-config"

It adds a script redirecting $SAGE_LOCAL/bin/pkg-config to 
/usr/bin/pkg-config


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-16 Thread Francois Bissey
It looks, to me, like  /usr/local/sage/sage-1/local/bin/pkg-config was
actually a script redirecting to /usr/bin/pkg-config.
And the later seem to have disappeared.
Don’t take it wrong but it looks like you had a hack in place and
that this was done quite out of sage's build system.
I guess re-installing sage’s own pig-config should solve the
problem.

François

> On 17/10/2015, at 12:57, John Cremona  wrote:
> 
> Building 6.9 in a directory which had had 6.7, after pulling master
> from trac, ./configure and make, I get a failure building brial:
> 
> checking for pkg-config... /usr/local/sage/sage-1/local/bin/pkg-config
> checking pkg-config is at least version 0.9.0...
> /usr/local/sage/sage-1/local/bin/pkg-config: line 16:
> /usr/bin/pkg-config: No such file or directory
> no
> checking for M4RI... no
> configure: error: in
> `/usr/local/sage/sage-1/local/var/tmp/sage/build/brial-0.8.4.3/src':
> configure: error: The pkg-config script could not be found or is too
> old.  Make sure it
> is in your PATH or set the PKG_CONFIG environment variable to the full
> path to pkg-config.
> 
> Is this saying that I need to upgrade some piece of system software?
> If so, would it not be better to detect this problem during
> ./configure?
> 
> John
> 
> On 15 October 2015 at 20:42, kcrisman  wrote:
>> 
>>> On 2015-10-14 17:25, kcrisman wrote:
 Still annoying: builds fine from scratch and passes all tests.  BUT
 then:
 
 $ ./sage -bdist
 Sage version 6.9, release date 2015-10-10
 rm -rf config configure build/make/Makefile-auto.in
 Attempting to download package configure-119.tar.gz from mirrors
>>> 
>>> Context please... are you building from git or from an source tarball?
>>> 
>> 
>> Source tarball.  From git I wouldn't have minded so much, since that already
>> implies internet connection and downloading the packages.  Sorry if that
>> wasn't clear.
>> 
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sage-release+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-release@googlegroups.com.
>> Visit this group at http://groups.google.com/group/sage-release.
>> For more options, visit https://groups.google.com/d/optout.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-16 Thread John Cremona
On a different machine, similar build (of 6.9 in a place which had had
6.7).  This time python2-2.7.9 fails to build, with

Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/local/sage/sage-2/local/lib/python2.7/hashlib.py", line
138, in 
_hashlib.openssl_md_meth_names)
AttributeError: 'module' object has no attribute 'openssl_md_meth_names'

John

On 16 October 2015 at 19:57, John Cremona  wrote:
> Building 6.9 in a directory which had had 6.7, after pulling master
> from trac, ./configure and make, I get a failure building brial:
>
> checking for pkg-config... /usr/local/sage/sage-1/local/bin/pkg-config
> checking pkg-config is at least version 0.9.0...
> /usr/local/sage/sage-1/local/bin/pkg-config: line 16:
> /usr/bin/pkg-config: No such file or directory
> no
> checking for M4RI... no
> configure: error: in
> `/usr/local/sage/sage-1/local/var/tmp/sage/build/brial-0.8.4.3/src':
> configure: error: The pkg-config script could not be found or is too
> old.  Make sure it
> is in your PATH or set the PKG_CONFIG environment variable to the full
> path to pkg-config.
>
> Is this saying that I need to upgrade some piece of system software?
> If so, would it not be better to detect this problem during
> ./configure?
>
> John
>
> On 15 October 2015 at 20:42, kcrisman  wrote:
>>
>>> On 2015-10-14 17:25, kcrisman wrote:
>>> > Still annoying: builds fine from scratch and passes all tests.  BUT
>>> > then:
>>> >
>>> > $ ./sage -bdist
>>> > Sage version 6.9, release date 2015-10-10
>>> > rm -rf config configure build/make/Makefile-auto.in
>>> > Attempting to download package configure-119.tar.gz from mirrors
>>>
>>> Context please... are you building from git or from an source tarball?
>>>
>>
>> Source tarball.  From git I wouldn't have minded so much, since that already
>> implies internet connection and downloading the packages.  Sorry if that
>> wasn't clear.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "sage-release" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to sage-release+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-release@googlegroups.com.
>> Visit this group at http://groups.google.com/group/sage-release.
>> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-16 Thread John Cremona
Building 6.9 in a directory which had had 6.7, after pulling master
from trac, ./configure and make, I get a failure building brial:

checking for pkg-config... /usr/local/sage/sage-1/local/bin/pkg-config
checking pkg-config is at least version 0.9.0...
/usr/local/sage/sage-1/local/bin/pkg-config: line 16:
/usr/bin/pkg-config: No such file or directory
no
checking for M4RI... no
configure: error: in
`/usr/local/sage/sage-1/local/var/tmp/sage/build/brial-0.8.4.3/src':
configure: error: The pkg-config script could not be found or is too
old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Is this saying that I need to upgrade some piece of system software?
If so, would it not be better to detect this problem during
./configure?

John

On 15 October 2015 at 20:42, kcrisman  wrote:
>
>> On 2015-10-14 17:25, kcrisman wrote:
>> > Still annoying: builds fine from scratch and passes all tests.  BUT
>> > then:
>> >
>> > $ ./sage -bdist
>> > Sage version 6.9, release date 2015-10-10
>> > rm -rf config configure build/make/Makefile-auto.in
>> > Attempting to download package configure-119.tar.gz from mirrors
>>
>> Context please... are you building from git or from an source tarball?
>>
>
> Source tarball.  From git I wouldn't have minded so much, since that already
> implies internet connection and downloading the packages.  Sorry if that
> wasn't clear.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-release" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-15 Thread kcrisman


> On 2015-10-14 17:25, kcrisman wrote: 
> > Still annoying: builds fine from scratch and passes all tests.  BUT 
> then: 
> > 
> > $ ./sage -bdist 
> > Sage version 6.9, release date 2015-10-10 
> > rm -rf config configure build/make/Makefile-auto.in 
> > Attempting to download package configure-119.tar.gz from mirrors 
>
> Context please... are you building from git or from an source tarball? 
>
>
Source tarball.  From git I wouldn't have minded so much, since that 
already implies internet connection and downloading the packages.  Sorry if 
that wasn't clear. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-15 Thread Jeroen Demeyer

On 2015-10-14 17:25, kcrisman wrote:

Still annoying: builds fine from scratch and passes all tests.  BUT then:

$ ./sage -bdist
Sage version 6.9, release date 2015-10-10
rm -rf config configure build/make/Makefile-auto.in
Attempting to download package configure-119.tar.gz from mirrors


Context please... are you building from git or from an source tarball?

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-14 Thread kcrisman
Still annoying: builds fine from scratch and passes all tests.  BUT then:

$ ./sage -bdist
Sage version 6.9, release date 2015-10-10
rm -rf config configure build/make/Makefile-auto.in
Attempting to download package configure-119.tar.gz from mirrors

What the heck?  C'mon, there should be no reason to be connected to the 
internet to MAKE a bdist.  Not to mention how brittle the configure tar.gz 
business is, based on reading other threads...

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-13 Thread Justin C. Walker

On Oct 12, 2015, at 17:17 , Justin C. Walker wrote:

> 
> On Oct 10, 2015, at 15:11 , Volker Braun wrote:
> 
>> The "master" git branch has been updated to Sage-6.9. As always, you can 
>> get the latest beta version from the "develop" git branch. Alternatively, 
>> the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html
> 
> Built from the tarball on OS X, 10.6.8 w/o problems.  Testing ('ptestlong') 
> showed one failure ('bad exit: 2' from 
> "coding/codecan/autgroup_can_label.pyx").
> 
> From 6.9-rc1 on, I have seen these failures (1-3 per build).  I noticed with 
> rc1 that my system ground to a halt during testing (I built the other 
> releases "in absentia", so I can't swear to the same happening there).  Not 
> sure what is going on, but build times for these recent releases noticeably 
> longer than in the good old days (say pre 6.9-xxx) :-}

A bit more on this: for each build, the failures are not reproducible: the 
failed tests always succeed when done one at a time.  If I redo the full test 
run, different tests fail (bad exit, timed out, other failures).

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds

Men are from Earth.
Women are from Earth.
   Deal with it.




-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-13 Thread kcrisman

>
>
> > The "master" git branch has been updated to Sage-6.9. As always, you can 
> > get the latest beta version from the "develop" git branch. 
> Alternatively, 
> > the self-contained source tarball is at 
> > http://www.sagemath.org/download-latest.html 
>
> Built from the tarball on OS X, 10.6.8 w/o problems.  Testing 
> ('ptestlong') showed one failure ('bad exit: 2' from 
> "coding/codecan/autgroup_can_label.pyx"). 
>

If you can build a couple binaries for 10.6 I plan to do this shortly for 
10.7; currently the most recent binaries for < 10.10 are of Sage 6.6. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-12 Thread Justin C. Walker

On Oct 10, 2015, at 15:11 , Volker Braun wrote:

> The "master" git branch has been updated to Sage-6.9. As always, you can 
> get the latest beta version from the "develop" git branch. Alternatively, 
> the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html

Built from the tarball on OS X, 10.6.8 w/o problems.  Testing ('ptestlong') 
showed one failure ('bad exit: 2' from "coding/codecan/autgroup_can_label.pyx").

>From 6.9-rc1 on, I have seen these failures (1-3 per build).  I noticed with 
>rc1 that my system ground to a halt during testing (I built the other releases 
>"in absentia", so I can't swear to the same happening there).  Not sure what 
>is going on, but build times for these recent releases noticeably longer than 
>in the good old days (say pre 6.9-xxx) :-}

FWIW, this system is a Dual 6-core Xeon Mac Pro, with 24GB of memory and plenty 
of disk space (1+ TB).  I haven't tried to paw through the system logs in 
earnest, but a quick check showed nothing of interest (it's hard to pick 
important alerts out of the mass of inane messages in the logs, though).

Justin

--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Enhancement of the Director's Income

Experience is what you get
  when you don't get what you want.




-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-11 Thread Rob Beezer
On SageMathCloud, built from source, passes long tests ("ptestlong"), except for 
two tests which pass when run independently.


local/lib/python2.7/site-packages/sagenb-0.11.4-py2.7.egg/sagenb/notebook/worksheet.py 
 # Bad exit: 1


src/sage/schemes/plane_curves/affine_curve.py  # Timed out

https://cloud.sagemath.com/projects/53b77207-8614-4086-a032-432af4b4cdbd/files/sage-dev-images/



--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-11 Thread Jeroen Demeyer

On 2015-10-11 00:11, Volker Braun wrote:

The "master" git branch has been updated to Sage-6.9. As always, you can
get the latest beta version from the "develop" git branch.
Alternatively, the self-contained source tarball is at
http://www.sagemath.org/download-latest.html


Thanks Volker!

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Sage 6.9 released

2015-10-10 Thread Henri Girard

works fine on 15.10 with latex

Le 11/10/2015 00:11, Volker Braun a écrit :
The "master" git branch has been updated to Sage-6.9. As always, you 
can get the latest beta version from the "develop" git branch. 
Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html


2cc7f6c Updated Sage version to 6.9
657d6ff Trac #19374: LaTeX display broken in Jupyter output cells
aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

--
You received this message because you are subscribed to the Google 
Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to sage-release+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-release@googlegroups.com 
.

Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Sage 6.9 released

2015-10-10 Thread Volker Braun
The "master" git branch has been updated to Sage-6.9. As always, you can 
get the latest beta version from the "develop" git branch. Alternatively, 
the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html

2cc7f6c Updated Sage version to 6.9
657d6ff Trac #19374: LaTeX display broken in Jupyter output cells
aabe6d1 Updated Sage version to 6.9.rc3
c504e6e Trac #19338: Doc for deprecated_function_alias() is wrong
277518c Trac #19347: Source tarball should contain gcc
698579c Updated Sage version to 6.9.rc2
f99f57d Trac #19324: Force reconfiguration after GCC installation
f603730 Updated Sage version to 6.9.rc1
74721d5 Trac #19125: DeprecatedMethod wrapping is broken
1b5a573 Trac #19294: Doctest failure with coxeter3
2f7c727 Updated Sage version to 6.9.rc0

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.