[sage-support] Re: SAGE-2.8.13 released!

2007-11-24 Thread mabshoff



On Nov 24, 5:11 pm, Alexander Dreyer
[EMAIL PROTECTED] wrote:
 Hello William and Michael,

This looks like a 64 bit SuSE 10.1 box - am I correct?
 Yes.
   Also, do you have GMP installed system-wide?  It could be
   some broken weird GMP that confuses the mpfi build
   script.

 Yes, GMP ist installed systemwide.

  Yep, I suspect something similar, but I have a couple more questions:

   It could also be some very weird error in sage the build system
   itself, where maybe it somehow tries to build mpfi but gmp didn't
   get installed correctly -- could you post your install.log online 
   somewhere
   and email us a link to it?

  1) Is this a virgin build or an upgrade?

 This is a complete virgin build. 2) If an upgrade: What version did you 
 upgrade from? Was that a binary
  or also build from source?

  3) Have previous versions build successfully on that particular box?
  If so which ones?


Hello Alexander,

 I realized that 2.8.12 also do not compile. (Your servers were renewed
 recently, so this was a first attempt to build sage on it.)
 Meanwhile, I got sage compiled by changing the configure line in spkg-
 install of mpfi-1.3.4-rc3.p9 to
 ./configure --prefix=$SAGE_LOCAL --with-mpfr-dir=$SAGE_LOCAL
 CFLAGS=-fPIC


Ok, if that does the trick I will merge the fix into 2.8.14 provided
it compiles locally on the test boxen (which it should). I looked at
the configure log in detail and it seems very weired that it fails
that late because it does find a gmp and gmp headers.

Oh well, Sage never builds out of the box for everybody. It is like
playing a whack a mole :)

Michael

  gzipping the install.log and putting it up somewhere for us to
  download would probably help a great bit.

 See here:http://polybori.sourceforge.net/tmp/installlog_sage.tar.bz2

 Best regards,
Alexander Dreyer
--~--~-~--~~~---~--~~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-23 Thread mabshoff



On Nov 23, 9:15 am, Alexander Dreyer
[EMAIL PROTECTED] wrote:

Hello Alexander,

 sage-2.8.13 fails to build on the following system:
 Linux node179 2.6.16.27-0.6-smp-perfctr #2 SMP Thu Oct 11 10:04:48
 CEST 2007 x86_64 x86_64 x86_64 GNU/Linux

This looks like a 64 bit SuSE 10.1 box - am I correct?


 Best regards,
   Alexander Dreyer

 PS: The crucial part of the logs:
 
 GCC Version
 gcc -v
 Es werden eingebaute Spezifikationen verwendet.
 Ziel: x86_64-suse-linux
 Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr --
 with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/
 share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-
 languages=c,c++,objc,fortran,obj-c++,java,ada --enable-
 checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --
 enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --
 with-system-zlib --enable-shared --enable-__cxa_atexit --enable-
 libstdcxx-allocator=new --program-suffix= --enable-version-specific-
 runtime-libs --without-system-libunwind --with-cpu=generic --
 host=x86_64-suse-linux
 Thread-Modell: posix
 gcc-Version 4.1.2 20070115 (prerelease) (SUSE Linux)
 
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 /u/herc/dreyer/tmp/sage-2.8.13/spkg/build/mpfi-1.3.4-rc3.p9/src/
 missing: Unknown `--run' option
 Try `/u/herc/dreyer/tmp/sage-2.8.13/spkg/build/mpfi-1.3.4-rc3.p9/src/
 missing --help' for more information
 configure: WARNING: `missing' script is too old or missing
 checking for a thread-safe mkdir -p... /bin/mkdir -p
 checking for gawk... gawk
 checking whether make sets $(MAKE)... yes
 checking for gcc... gcc
 checking for C compiler default output file name... a.out
 checking whether the C compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables...
 checking for suffix of object files... o
 checking whether we are using the GNU C compiler... yes
 checking whether gcc accepts -g... yes
 checking for gcc option to accept ISO C89... none needed
 checking for style of include used by make... GNU
 checking dependency style of gcc... gcc3
 checking for ranlib... ranlib
 checking how to run the C preprocessor... gcc -E
 checking for grep that handles long lines and -e... /usr/bin/grep
 checking for egrep... /usr/bin/grep -E
 checking for ANSI C header files... yes
 checking for sys/types.h... yes
 checking for sys/stat.h... yes
 checking for stdlib.h... yes
 checking for string.h... yes
 checking for memory.h... yes
 checking for strings.h... yes
 checking for inttypes.h... yes
 checking for stdint.h... yes
 checking for unistd.h... yes
 checking for string.h... (cached) yes
 checking for gmp.h... yes
 checking for valid GMP... yes
 checking for mpfr.h... yes
 checking for main in -lmpfr... yes
 checking for main in -lgmp... no
 configure: error: Library GMP not found
 Error configuring mpfi

I have never seen such a failure before and we haven't touched mpfi
for a couple releases. I need to have a closer look at mpfi's
configure system and debug this.

This is now ticket #1246 - see http://www.sagetrac.org/sage_trac/ticket/1246

 real0m2.685s
 user0m0.608s
 sys 0m0.792s
 sage: An error occurred while installing mpfi-1.3.4-rc3.p9

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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-23 Thread William Stein

On Nov 23, 2007 4:38 AM, mabshoff
[EMAIL PROTECTED] wrote:



 On Nov 23, 9:15 am, Alexander Dreyer
 [EMAIL PROTECTED] wrote:

 Hello Alexander,

  sage-2.8.13 fails to build on the following system:
  Linux node179 2.6.16.27-0.6-smp-perfctr #2 SMP Thu Oct 11 10:04:48
  CEST 2007 x86_64 x86_64 x86_64 GNU/Linux

 This looks like a 64 bit SuSE 10.1 box - am I correct?

Also, do you have GMP installed system-wide?  It could be
some broken weird GMP that confuses the mpfi build
script.

It could also be some very weird error in sage the build system
itself, where maybe it somehow tries to build mpfi but gmp didn't
get installed correctly -- could you post your install.log online somewhere
and email us a link to it?



 
  Best regards,
Alexander Dreyer
 
  PS: The crucial part of the logs:
  
  GCC Version
  gcc -v
  Es werden eingebaute Spezifikationen verwendet.
  Ziel: x86_64-suse-linux
  Konfiguriert mit: ../configure --enable-threads=posix --prefix=/usr --
  with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/
  share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-
  languages=c,c++,objc,fortran,obj-c++,java,ada --enable-
  checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --
  enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib64 --
  with-system-zlib --enable-shared --enable-__cxa_atexit --enable-
  libstdcxx-allocator=new --program-suffix= --enable-version-specific-
  runtime-libs --without-system-libunwind --with-cpu=generic --
  host=x86_64-suse-linux
  Thread-Modell: posix
  gcc-Version 4.1.2 20070115 (prerelease) (SUSE Linux)
  
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  /u/herc/dreyer/tmp/sage-2.8.13/spkg/build/mpfi-1.3.4-rc3.p9/src/
  missing: Unknown `--run' option
  Try `/u/herc/dreyer/tmp/sage-2.8.13/spkg/build/mpfi-1.3.4-rc3.p9/src/
  missing --help' for more information
  configure: WARNING: `missing' script is too old or missing
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... gawk
  checking whether make sets $(MAKE)... yes
  checking for gcc... gcc
  checking for C compiler default output file name... a.out
  checking whether the C compiler works... yes
  checking whether we are cross compiling... no
  checking for suffix of executables...
  checking for suffix of object files... o
  checking whether we are using the GNU C compiler... yes
  checking whether gcc accepts -g... yes
  checking for gcc option to accept ISO C89... none needed
  checking for style of include used by make... GNU
  checking dependency style of gcc... gcc3
  checking for ranlib... ranlib
  checking how to run the C preprocessor... gcc -E
  checking for grep that handles long lines and -e... /usr/bin/grep
  checking for egrep... /usr/bin/grep -E
  checking for ANSI C header files... yes
  checking for sys/types.h... yes
  checking for sys/stat.h... yes
  checking for stdlib.h... yes
  checking for string.h... yes
  checking for memory.h... yes
  checking for strings.h... yes
  checking for inttypes.h... yes
  checking for stdint.h... yes
  checking for unistd.h... yes
  checking for string.h... (cached) yes
  checking for gmp.h... yes
  checking for valid GMP... yes
  checking for mpfr.h... yes
  checking for main in -lmpfr... yes
  checking for main in -lgmp... no
  configure: error: Library GMP not found
  Error configuring mpfi

 I have never seen such a failure before and we haven't touched mpfi
 for a couple releases. I need to have a closer look at mpfi's
 configure system and debug this.

 This is now ticket #1246 - see http://www.sagetrac.org/sage_trac/ticket/1246
 
  real0m2.685s
  user0m0.608s
  sys 0m0.792s
  sage: An error occurred while installing mpfi-1.3.4-rc3.p9

 Cheers,

 Michael

 




-- 
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org

--~--~-~--~~~---~--~~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-22 Thread Simon King

Dear Michael,

On Nov 22, 11:25 am, mabshoff [EMAIL PROTECTED]
dortmund.de wrote:
  1) The upgrade was interactive. At some point, vim opened, and apparently
 i was supposed to insert some text. Is there some hg commit involved
 in the upgrading process?

 This is because you have local changes. Before 2.8.11 or so when you
 upgraded instead of merging the repo it was overwritten.

Good idea!
I remember that after previous upgrades, i had to redo changes in sage-
env.

 The system compiler on OpenSuSE 10.2 is rather broken, but you seem to
 use gcc 4.2.1, which works perfectly fine on sage.math. I will have a
 look at the logs later and see if I can come up with the problem.

I succeeded to upgrade on a different machine:
- Again openSUSE 10.2 (X86-64),
- four Dual Core AMD Opteron(tm) Processors 270
- gcc (GCC) 4.1.2 20061115 (prerelease) (SUSE Linux)

So, gcc 4.1.2 did the job, but 4.2.1 didn't.

 It would be better if you put log files up on the web somewhere and
 posted a link. That way 100+ people do not end up with a 1.4MB
 attachment in their inbox ;)

Ok, i hope i will remember it.

Best regards
   Simon

--~--~-~--~~~---~--~~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-21 Thread Jaap Spies

William Stein wrote:
 Hello folks,

 
 2.8.14 is planned for next week, depending on how close the release
 will be to Sage Bug Day 6 on November 2nd, 2007 we might do another

December 2nd?

Jaap


--~--~-~--~~~---~--~~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-21 Thread William Stein

On Nov 21, 2007 4:04 PM, Jaap Spies [EMAIL PROTECTED] wrote:

 William Stein wrote:
  Hello folks,

 
  2.8.14 is planned for next week, depending on how close the release
  will be to Sage Bug Day 6 on November 2nd, 2007 we might do another

 December 2nd?

Is there something wrong with you time machine yacht?


(yes, dec 2.  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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---



[sage-support] Re: SAGE-2.8.13 released!

2007-11-21 Thread Jaap Spies

William Stein wrote:
 On Nov 21, 2007 4:04 PM, Jaap Spies [EMAIL PROTECTED] wrote:
 William Stein wrote:
 Hello folks,
 2.8.14 is planned for next week, depending on how close the release
 will be to Sage Bug Day 6 on November 2nd, 2007 we might do another
 December 2nd?
 
 Is there something wrong with you time machine yacht?
 

No, heading to the stars :)!

 
 (yes, dec 2.  Thanks.)
 



--~--~-~--~~~---~--~~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---