Re: [sage-devel] jupyter notebook 6.10.beta4 Ubuntu 14.04

2015-11-14 Thread Bruce Cohen
On Sat, Nov 14, 2015 at 3:54 PM, Francois Bissey <
francois.bis...@canterbury.ac.nz> wrote:

>
> > On 15/11/2015, at 12:20, Bruce  wrote:
> >
> >from notebook.notebookapp import NotebookApp
> > ImportError: No module named notebook.notebookapp
> >
>
> It looks like you should re-install the notebook
> ./sage -p notebook
>


Thanks.

 ./sage -p notebook

followed by a

make

did the trick.

-Bruce

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


[sage-devel] Re: Geogebra and Python

2012-04-28 Thread Bruce Cohen
Thanks for the pointer.   I hope to look at this when school ends at
the beginning of June.   I hope others will also be interested at the
SD 41.

-Bruce

On Apr 28, 5:52 pm, kcrisman kcris...@gmail.com wrote:
 Well, Jython - so only Python 2.5.

 http://dev.geogebra.org/trac/wiki/Jython

 At least interesting for those hoping to do more work on this
 potential interface.  Maybe someone needs to be invited to the Edu or
 Notebook days who could do this...

 Anyway, Geogebra development has just been taking off amazingly.
 Their FB page also is a great mix of GeogebraTube links, general math
 announcements, and other links.   Worth checking out, if only for
 inspiration.

 - kcrisman

-- 
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: OS X 10.7 testing again

2012-04-12 Thread Bruce Cohen
 I will try again after installing the latest version:
 XCode 4.3.2 and ctools_late_march12

Update.   Same  problem
make[1]: *** [installed/ecm-6.3.p4] Error 1

-Bruce

On Apr 11, 6:11 pm, Bruce Cohen math.co...@gmail.com wrote:
 I've borrowed a new Mac Air from and installed the following
 MacOS 10.7.3, XCode 4.2, ctools_february12

 I get the same result:
 CC=clang

 make[1]: *** [installed/ecm-6.3.p4] Error 1

 real    94m44.538s
 user    82m42.887s
 sys     10m53.847s
 Error building Sage.
 make: *** [build] Error 1
 $ clang --version
 Apple clang version 3.1 (tags/Apple/clang-318.0.45) (based on LLVM
 3.1svn)
 Target: x86_64-apple-darwin11.3.0
 Thread model: posix

 I will try again after installing the latest version:
 XCode 4.3.2 and ctools_late_march12

 I'm interested in knowing exactly which versions of Xcode and command
 line tools actually produce a clean compile.

 I'll report back.

 Thanks.

 -Bruce

 On Apr 11, 6:21 am, Simon Wyatt simon.d.wy...@gmail.com wrote:







  I have the exactly the same error as Bruce on a brand new MacBook Pro
  that came out of the box last Friday and has a fresh install of the
  newest XCode, without having migrated any remnants of old XCodes from
  any other computer.

  MacOS 10.7.3, XCode 4.3.2

  $ clang --version
  Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
  3.1svn)
  Target: x86_64-apple-darwin11.3.0
  Thread model: posix

  My ecm-6.3.p4.log is practically identical to his.

  On Apr 11, 8:28 am, Bruce Cohen math.co...@gmail.com wrote:

   On Apr 10, 11:36 pm, Jeroen Demeyer jdeme...@cage.ugent.be wrote:

On 2012-04-11 05:33, Bruce Cohen wrote: I believe that I am running 
the latest Xcode 4.3.2

Are you sure?  I have only seen this error with *older* XCode versions.

   I ran the make again last night using clang, get the same error, and
   the clang version is newer than David's.  That said, this machine
   probably has remnants of Xcode's from earlier versions of OSX.   Any
   ideas on how to clean my machine?

   Thanks.

   -Bruce

   bash-3.2$ export CC=clang

   
   make[1]: *** [installed/ecm-6.3.p4] Error 1

   real    98m29.674s
   user    82m6.097s
   sys     11m35.524s
   Error building Sage.
   make: *** [build] Error 1
   bash-3.2$ clang --version
   Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
   3.1svn)
   Target: x86_64-apple-darwin11.3.0
   Thread model: posix

-- 
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: OS X 10.7 testing again

2012-04-11 Thread Bruce Cohen


On Apr 10, 11:36 pm, Jeroen Demeyer jdeme...@cage.ugent.be wrote:
 On 2012-04-11 05:33, Bruce Cohen wrote: I believe that I am running the 
 latest Xcode 4.3.2

 Are you sure?  I have only seen this error with *older* XCode versions.

I ran the make again last night using clang, get the same error, and
the clang version is newer than David's.  That said, this machine
probably has remnants of Xcode's from earlier versions of OSX.   Any
ideas on how to clean my machine?

Thanks.

-Bruce

bash-3.2$ export CC=clang


make[1]: *** [installed/ecm-6.3.p4] Error 1

real98m29.674s
user82m6.097s
sys 11m35.524s
Error building Sage.
make: *** [build] Error 1
bash-3.2$ clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix

-- 
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: OS X 10.7 testing again

2012-04-11 Thread Bruce Cohen
I've borrowed a new Mac Air from and installed the following
MacOS 10.7.3, XCode 4.2, ctools_february12

I get the same result:
CC=clang

make[1]: *** [installed/ecm-6.3.p4] Error 1

real94m44.538s
user82m42.887s
sys 10m53.847s
Error building Sage.
make: *** [build] Error 1
$ clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.45) (based on LLVM
3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix

I will try again after installing the latest version:
XCode 4.3.2 and ctools_late_march12

I'm interested in knowing exactly which versions of Xcode and command
line tools actually produce a clean compile.

I'll report back.

Thanks.

-Bruce

On Apr 11, 6:21 am, Simon Wyatt simon.d.wy...@gmail.com wrote:
 I have the exactly the same error as Bruce on a brand new MacBook Pro
 that came out of the box last Friday and has a fresh install of the
 newest XCode, without having migrated any remnants of old XCodes from
 any other computer.

 MacOS 10.7.3, XCode 4.3.2

 $ clang --version
 Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
 3.1svn)
 Target: x86_64-apple-darwin11.3.0
 Thread model: posix

 My ecm-6.3.p4.log is practically identical to his.

 On Apr 11, 8:28 am, Bruce Cohen math.co...@gmail.com wrote:







  On Apr 10, 11:36 pm, Jeroen Demeyer jdeme...@cage.ugent.be wrote:

   On 2012-04-11 05:33, Bruce Cohen wrote: I believe that I am running the 
   latest Xcode 4.3.2

   Are you sure?  I have only seen this error with *older* XCode versions.

  I ran the make again last night using clang, get the same error, and
  the clang version is newer than David's.  That said, this machine
  probably has remnants of Xcode's from earlier versions of OSX.   Any
  ideas on how to clean my machine?

  Thanks.

  -Bruce

  bash-3.2$ export CC=clang

  
  make[1]: *** [installed/ecm-6.3.p4] Error 1

  real    98m29.674s
  user    82m6.097s
  sys     11m35.524s
  Error building Sage.
  make: *** [build] Error 1
  bash-3.2$ clang --version
  Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
  3.1svn)
  Target: x86_64-apple-darwin11.3.0
  Thread model: posix

-- 
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: OS X 10.7 testing again

2012-04-10 Thread Bruce Cohen
My attempt failed:

make[1]: *** [installed/ecm-6.3.p4] Error 1

real99m39.857s
user81m37.692s
sys 11m27.742s
Error building Sage.



[rinehart:~] 1% clang --version
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM
3.1svn)
Target: x86_64-apple-darwin11.3.0
Thread model: posix

I'm placing files:
html://sage.math.washington.edu/home/bic/sage-5.0.beta13-lion/ecm-6.3.p4.log
html://sage.math.washington.edu/home/bic/sage-5.0.beta13-lion/head-100-install.log
html://sage.math.washington.edu/home/bic/sage-5.0.beta13-lion/install.log
html://sage.math.washington.edu/home/bic/sage-5.0.beta13-lion/tail-100-install.log

I believe that I am running the latest Xcode 4.3.2 and the late March
command line tools.

-Bruce


On Apr 10, 2:11 am, Jeroen Demeyer jdeme...@cage.ugent.be wrote:
 Please build the following source tarball from source on OS X 
 10.7:http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta1...

 I have included a few fixes, now *hopefully* it should work for everybody.

 Report success and failure, include the output of
 $ clang --version

-- 
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: OS X 10.7 testers needed

2012-04-07 Thread Bruce Cohen
I tried again with CC-clang and it fails at
make[1]: *** [installed/mpir-2.1.3.p10] Error 1

Here are pointers to logs:
http://sage.math.washington.edu/home/bic/sage-5.0.beta12-gcc/tail-100-install.log
http://sage.math.washington.edu/home/bic/sage-5.0.beta12-gcc/head-100-install.log
http://sage.math.washington.edu/home/bic/sage-5.0.beta12-gcc/install.log
http://sage.math.washington.edu/home/bic/sage-5.0.beta12-gcc/mpir-2.1.3.p10.log

Thanks.

-Bruce

On Apr 6, 8:49 am, Jeroen Demeyer jdeme...@cage.ugent.be wrote:
 On 2012-04-06 17:01, William Stein wrote: On Thu, Apr 5, 2012 at 9:34 PM, 
 Bruce Cohen math.co...@gmail.com wrote:
  I ran a make last night, but it did not work.  I'm attaching

  For me it fails much earlier:

 Please try

 $ export CC=clang
 $ make

 and report whether that works.

-- 
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: OS X 10.7 testers needed

2012-04-05 Thread Bruce Cohen
I ran a make last night, but it did not work.  I'm attaching
config.log and an edited version of install.log.  The original
install.log is too big to mail.   The error appears to be

Error installing package mpir-2.1.3.p10


If it would be helpful, I can do another run this weekend after you
make some suggestions for getting this to work.

Thanks

-Bruce

SAGE_CHECK=yes
MAKE=make -j4

gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)

Mac OS X Lion 10.7.3 (11D50b)
Processor  2.3 GHz Intel Core i5

bash-3.2$ gcc -print-prog-name=as
/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/as
bash-3.2$ as --version
FATAL:/Developer/usr/bin/../libexec/as/x86_64/as: I don't understand '-' flag!



---


On Apr 3, 6:11 am, Jeroen Demeyer jdeme...@cage.ugent.be wrote:
 Could somebody with an OS X 10.7 machine please try to build the
 following from source, preferably with SAGE_CHECK=yes:

 http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta1...

-- 
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


config.log
Description: Binary data


install.log-edited-down
Description: Binary data


[sage-devel] Re: [sage-edu] Geogebra 4 coming

2011-08-11 Thread Bruce Cohen
Sounds exciting.

Take a look at http://trac.sagemath.org/sage_trac/ticket/11489

-Bruce 
(on the road)

Sent from thing2

On Aug 11, 2011, at 8:49 AM, kcrisman kcris...@gmail.com wrote:

 I was mentioning Geogebra to a student today, and decided to see
 what's up.
 
 Perhaps this gives additional incentive for people to work on
 http://trac.sagemath.org/sage_trac/ticket/7489.  Does anyone know what
 happened to Bruce Cohen's code where he took the stuff already there
 and built a working prototype of the Geogebra integration in the
 notebook?  I don't see anything on that ticket.
 
 

-- 
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] Progress on obtaining 3D plot data files?

2010-06-07 Thread Bruce Cohen
Late last year there were a series of posts (in sage-edu) about
getting 3d data from sage that could be used by a stand-alone jmol
webpage to display a 3d math graphic.  I was excited to try the
example listed in the original posting (see below).  Has any progress
been made on getting sage to generate and save the .zip file needed in
this process?

Thanks.

-Bruce

ps.This is a cross-post from sage-edu via cut-paste

re: 
http://groups.google.com/group/sage-edu/browse_thread/thread/d497a28ac9dcac11/6a004ec90029a1cb#6a004ec90029a1cb

On Dec 8 2009, 4:18 pm, Paul Pearson paultpear...@gmail.com wrote:
 Dear Jonathan and others,

 I am a webwork developer, though not one of the main developers.  I
 have been successful at displaying a SAGE generated 3d plot from
 within webwork using the Jmol applet provided that the plot data file
 uses no pmesh input files.  Sage generates a zipped plot data file
 sage0...stuff...zip which contains a SCRIPT file and may contain
 several pmesh data files.  I am able to get Jmol to read the SCRIPT
 file, but the lines in the SCRIPT file that load the pmesh files are
 not executing correctly.  I have emailed Robert Hanson (the upstream
 Jmol contact) about this, and his advice was as follows

 -- begin email correspondence 

 Jmol opens and reads selected files within a zip file. To do this,
 just use | to specify directories within the zip file:

 script cylinder-jmol.zip|SCRIPT

 since the other files are in that zip file as well, you also have to
 indicate a default path:

 set defaultdirectory cylinder-jmol.zip|

 Note the vertical line to indicate we want files within the zip file's
 main directory.

 then when you execute

 script SCRIPT

 it works.

 -- end email correspondence --

 I am guessing that the SAGE developers have already figured out how to
 make this defaultdirectory issue work for zip files in remote
 directories, and if you would be able to describe to me how you make
 it work, that would be greatly appreciated.  I like your idea of
 having a single input file for Jmol that is portable in the sense
 that it can be put anywhere, read as input to Jmol, and it will work.
 However, I also think that there ought to be a way to make the current
 system of zip files work (even though I haven't fully figured it out
 yet).

 I have been able to get things to work correctly when loading the zip
 file locally (from my own computer) but not remotely (from the webwork
 server).  Here's what I have done.  Get the zip file with the SCRIPT
 and pmesh files from

 http://math.webwork.rochester.edu/webwork2_course_files/fall08mth142/...

 and save it to a local directory that contains Jmol.js and
 JmolApplet.jar.  Notice that the first line of the SCRIPT file was
 added by me and uses verbatim the advice from Robert Hanson about
 setting the default directory.  Create a html file in that same local
 directory with the following code:

 ---  begin html 

 html
 head
 script type=text/javascript src=Jmol.js/script
 /head
 body
 !--
 script
 jmolInitialize(.,useSignedApplet)
 /script
 --

 !-- read cylinder-jmol.zip locally --
 script type=text/javascript
 jmolApplet([450,450],script cylinder-jmol.zip|SCRIPT)
 /script

 !-- read cylinder-jmol.zip remotely --
 script type=text/javascript
 jmolSetAppletColor(white);
 jmolApplet([400,400],scripthttp://math.webwork.rochester.edu/webwork2_course_files/fall08mth142/...SCRIPT;)
 /script

 /body
 /html

 - end html -

 You should see a closed cylinder with some vectors on the left from
 the local copy, and a blank Jmol applet (except for the word Jmol) on
 the right from the remote copy.  The output from the Java Console is
 given below, in case you're interested in tracing the errors.


-- 
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: Ubuntu 10.04, JMOL, Java

2010-05-12 Thread Bruce Cohen
I have just tried jmol on two machines running 32 bit Ubuntu 10.04.
At the command line

var('x y')
plot3d(x^2+y^2, (x,-2,2), (y,-2,2))

works on both machines.

The same commands in the notebook work fine on the machine with the
fresh 10.04 install, but do not work on the one which
was upgraded from 9.10.

On the fresh install, I show this with a url of about:plugins

Java(TM) Plug-in 1.6.0_20

   File: libnpjp2.so
   Version:
   The next generation Java plug-in for Mozilla browsers.

-Bruce

On May 12, 5:05 am, Pablo Angulo pablo.ang...@uam.es wrote:
 My experience before 10.04 was that openjdk worked from the command
 line, but not in the notebook. This appeared to be the case.
 After reading this thread, I tried to drop my .mozilla folder,  which I
 have carried for years and now applets do work. More concretely, I
 renamed .mozilla into .mozilla-no, and got a freash browser.
 I've tried to find the particular file within .mozilla that causes the
 trouble, as I want to keep the bookmarks and history, unsuccessfully.

-- 
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 did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-17 Thread Bruce Cohen
Saturday morning update:
SUCCESS!

Installing the 64-bit Ubuntu did the trick.   Now if only I can get my
scanner to work ...

Sage is a truly great community.  Thanks.

-Bruce

On Apr 16, 10:16 am, Bruce Cohen math.co...@gmail.com wrote:
 A status report:

 Last yesterday's build died with ATLAS -- this time on a truly quiet
 machine.  I tried again with a

 make clean
 export SAGE_FAT_BINARY=yes
 make

 but that also died with ATLAS.

 -Bruce

 On Apr 15, 10:40 am, Robert Bradshaw rober...@math.washington.edu
 wrote:

  On Apr 15, 2010, at 9:28 AM, Bruce Cohen wrote:

   I now remember that I did have a 5 hour scp file transfer running that
   night.  It is a brand new machine, so I was bringing over a tar file
   from an old machine on my network.  I will try again tonight.  It is
   disappointing that that the new quad core i7 (purchased to do Sage
   work) could not handle two tasks.  We'll see.

  That would probably do it. It's probably not a question of being  
  overloaded so much as being inconsistently loaded, making the ATLAS  
  timing/tuning parameter graphs to erratic to optimize against. The  
  suggestions on this thread are good if you're not able to get it going  
  tonight.

  - Robert

 --
 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 athttp://groups.google.com/group/sage-devel
 URL:http://www.sagemath.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 did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-16 Thread Bruce Cohen
A status report:

Last yesterday's build died with ATLAS -- this time on a truly quiet
machine.  I tried again with a

make clean
export SAGE_FAT_BINARY=yes
make

but that also died with ATLAS.

-Bruce

On Apr 15, 10:40 am, Robert Bradshaw rober...@math.washington.edu
wrote:
 On Apr 15, 2010, at 9:28 AM, Bruce Cohen wrote:

  I now remember that I did have a 5 hour scp file transfer running that
  night.  It is a brand new machine, so I was bringing over a tar file
  from an old machine on my network.  I will try again tonight.  It is
  disappointing that that the new quad core i7 (purchased to do Sage
  work) could not handle two tasks.  We'll see.

 That would probably do it. It's probably not a question of being  
 overloaded so much as being inconsistently loaded, making the ATLAS  
 timing/tuning parameter graphs to erratic to optimize against. The  
 suggestions on this thread are good if you're not able to get it going  
 tonight.

 - Robert

-- 
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 did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-16 Thread Bruce Cohen


On Apr 16, 10:50 am, Jason Grout jason-s...@creativetrax.com wrote:

 What kind of i7 do you have?  I have a quad core i7 920 that I compile
 Sage on just fine.  I'm running 64-bit Ubuntu 9.10, though.

I have a quad core i7 860.   I had been hesitant to try 64-bit because
of problems with Java when I last tried 64 bit in 8.04, but I will try
this over the weekend.

Thanks

-Bruce

-- 
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] Build did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-15 Thread Bruce Cohen
I have a new machine with Ubuntu 9.10 (32 bit).   My first build of
Sage (4.3.5) did not work.  Here is a 100 line (maybe too many lines,
maybe too little) of install.log.

Thanks for your help.

-Bruce


euler:~/src/sage-4.3.5 tail -100 install.log
make[7]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm'
make auxillib zcleanuplib zusergemm
make[8]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm'
cd /home/bic/src/sage-4.3.5/spkg/build/atlas-3.8.3.p12/ATLAS-build/src/
auxil ; make lib
make[9]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/auxil'
make[9]: Nothing to be done for `lib'.
make[9]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/auxil'
cd KERNEL ; make -f zMakefile zlib
make[9]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm/KERNEL'
gcc -DL2SIZE=4194304 -I/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/include -I/home/bic/src/sage-4.3.5/spkg/
build/atlas-3.8.3.p12/ATLAS-build/../src//include -I/home/bic/src/
sage-4.3.5/spkg/build/atlas-3.8.3.p12/ATLAS-build/../src//include/
contrib -DAdd_ -DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -
DATL_ARCH_UNKNOWNx86 -DATL_CPUMHZ=1200 -DATL_SSE3 -DATL_SSE2 -
DATL_SSE1 -DATL_GAS_x8632  -DATL_UCLEANM -DATL_UCLEANN -DATL_UCLEANK -
O -fomit-frame-pointer -fPIC -m32 -c ATL_zupNBmm_b0.c
ATL_zupNBmm_b0.c: In function ‘ATL_zpNBmm_b0’:
ATL_zupNBmm_b0.c:61: error: ‘else’ without a previous ‘if’
ATL_zupNBmm_b0.c:65: error: ‘else’ without a previous ‘if’
make[9]: *** [ATL_zupNBmm_b0.o] Error 1
make[9]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm/KERNEL'
make[8]: *** [zcleanuplib] Error 2
make[8]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm'
make[7]: *** [zlib] Error 2
make[7]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/src/blas/gemm'
make[6]: *** [zmmlib] Error 2
make[6]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/tune/blas/gemm'
make[5]: *** [res/atlas_zdNKB.h] Error 2
make[5]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/tune/blas/gemm'
make[4]: *** [/home/bic/src/sage-4.3.5/spkg/build/atlas-3.8.3.p12/
ATLAS-build/tune/blas/gemm/res/atlas_zdNKB.h] Error 2
make[4]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/bin'
ERROR 664 DURING CACHE EDGE DETECTION!!.
make[4]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/bin'
cd /home/bic/src/sage-4.3.5/spkg/build/atlas-3.8.3.p12/ATLAS-build ;
make error_report
make[5]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build'
make -f Make.top error_report
make[6]: Entering directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build'
uname -a 21  bin/INSTALL_LOG/ERROR.LOG
gcc -v 21   bin/INSTALL_LOG/ERROR.LOG
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.4.1-4ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.4/
README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/
usr --enable-shared --enable-multiarch --enable-linker-build-id --with-
system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-
threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-
suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-targets=all --disable-werror --with-
arch-32=i486 --with-tune=generic --enable-checking=release --
build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu9)
gcc -V 21   bin/INSTALL_LOG/ERROR.LOG
gcc: '-V' option must have argument
make[6]: [error_report] Error 1 (ignored)
gcc --version 21   bin/INSTALL_LOG/ERROR.LOG
tar cf error_UNKNOWNx8632SSE3.tar Make.inc bin/INSTALL_LOG/*
gzip --best error_UNKNOWNx8632SSE3.tar
mv error_UNKNOWNx8632SSE3.tar.gz error_UNKNOWNx8632SSE3.tgz
make[6]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build'
make[5]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build'
make[4]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
atlas-3.8.3.p12/ATLAS-build/bin'
Error report error_ARCH.tgz has been created in your top-level ATLAS
directory.  Be sure to include this file in any help request.
cat: ../../CONFIG/error.txt: No such file or directory
cat: ../../CONFIG/error.txt: No such file or directory
=2, pf=512, nb=36, mu=1, nu=2 ku=36,
 ForceFetch=0, ifetch=3 nfetch=1
 Performance = 3646.82 (33.10 of copy matmul, 303.90
of clock)
make -f Makefile MMinstall pre=z 21 | ./xatlas_tee INSTALL_LOG/

[sage-devel] Re: Build did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-15 Thread Bruce Cohen
The job ran overnight and nothing else was going on.   Perhaps I
should try again tonight.

-Bruce

On Apr 14, 11:18 pm, Robert Bradshaw rober...@math.washington.edu
wrote:
 On Apr 14, 2010, at 11:12 PM, Bruce Cohen wrote:

  I have a new machine with Ubuntu 9.10 (32 bit).   My first build of
  Sage (4.3.5) did not work.  Here is a 100 line (maybe too many lines,
  maybe too little) of install.log.

  Thanks for your help.

  -Bruce

 How loaded is your machine?



  make[3]: *** [build] Error 255
  make[3]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
  atlas-3.8.3.p12/ATLAS-build'
  make[2]: *** [build] Error 2
  make[2]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
  atlas-3.8.3.p12/ATLAS-build'
  Failed to build ATLAS.
  ATLAS failed to build for the 1-th time, possibly because of a
  loaded system, so we will automatically try again up to 4 more times.
  Waiting 9 minutes...
  ATLAS failed to build for the 2-th time, possibly because of a
  loaded system, so we will automatically try again up to 3 more times.
  Waiting 10 minutes...
  ATLAS failed to build for the 3-th time, possibly because of a
  loaded system, so we will automatically try again up to 2 more times.
  Waiting 10 minutes...
  ATLAS failed to build for the 4-th time, possibly because of a
  loaded system, so we will automatically try again up to 1 more times.
  Waiting 7 minutes...
  Too many failures to build ATLAS.  Giving up!

 ATLAS seems to be having issues getting reliable timings for its tuning.

 - Robert

-- 
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

To unsubscribe, reply using remove me as the subject.


[sage-devel] Re: Build did not work 4.3.5 Ubuntu 9.10 (atlas-3.8.3.p12)

2010-04-15 Thread Bruce Cohen
I now remember that I did have a 5 hour scp file transfer running that
night.  It is a brand new machine, so I was bringing over a tar file
from an old machine on my network.  I will try again tonight.  It is
disappointing that that the new quad core i7 (purchased to do Sage
work) could not handle two tasks.  We'll see.

-Bruce

On Apr 15, 7:51 am, Bruce Cohen math.co...@gmail.com wrote:
 The job ran overnight and nothing else was going on.   Perhaps I
 should try again tonight.

 -Bruce

 On Apr 14, 11:18 pm, Robert Bradshaw rober...@math.washington.edu
 wrote:



  On Apr 14, 2010, at 11:12 PM, Bruce Cohen wrote:

   I have a new machine with Ubuntu 9.10 (32 bit).   My first build of
   Sage (4.3.5) did not work.  Here is a 100 line (maybe too many lines,
   maybe too little) of install.log.

   Thanks for your help.

   -Bruce

  How loaded is your machine?

   make[3]: *** [build] Error 255
   make[3]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
   atlas-3.8.3.p12/ATLAS-build'
   make[2]: *** [build] Error 2
   make[2]: Leaving directory `/home/bic/src/sage-4.3.5/spkg/build/
   atlas-3.8.3.p12/ATLAS-build'
   Failed to build ATLAS.
   ATLAS failed to build for the 1-th time, possibly because of a
   loaded system, so we will automatically try again up to 4 more times.
   Waiting 9 minutes...
   ATLAS failed to build for the 2-th time, possibly because of a
   loaded system, so we will automatically try again up to 3 more times.
   Waiting 10 minutes...
   ATLAS failed to build for the 3-th time, possibly because of a
   loaded system, so we will automatically try again up to 2 more times.
   Waiting 10 minutes...
   ATLAS failed to build for the 4-th time, possibly because of a
   loaded system, so we will automatically try again up to 1 more times.
   Waiting 7 minutes...
   Too many failures to build ATLAS.  Giving up!

  ATLAS seems to be having issues getting reliable timings for its tuning.

  - Robert

-- 
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

To unsubscribe, reply using remove me as the subject.