I guess singular picked up some of its old header files... 

On Sunday, February 2, 2014 9:19:23 PM UTC, Nathann Cohen wrote:
>
> make dist-clean && make fixed it.
>
> Nathann
>
>
> On 2 February 2014 22:12, Nathann Cohen <[email protected] <javascript:>
> > wrote:
>
>> HMmmmmmmm.... 'sage -b' resulted in an error 
>>
>> ---
>> sage/libs/singular/function.cpp: In function ‘sleftv* 
>> __pyx_f_4sage_4libs_8singular_8function_18LibraryCallHandler_handle_call(__pyx_obj_4sage_4libs_8singular_8function_LibraryCallHandler*,
>>  
>> __pyx_obj_4sage_4libs_8singular_8function_Converter*, 
>> __pyx_opt_args_4sage_4libs_8singular_8function_18LibraryCallHandler_handle_call*)’:
>> sage/libs/singular/function.cpp:11286:92: error: invalid conversion from 
>> ‘sleftv*’ to ‘int’ [-fpermissive]
>>    __pyx_v_error = iiMake_proc(__pyx_v_self->proc_idhdl, NULL, 
>> __pyx_v_argument_list->args);
>>                                                                           
>>                   ^
>> sage/libs/singular/function.cpp:11323:38: error: no matching function for 
>> call to ‘sleftv::Copy(sleftv**)’
>>      __pyx_v_res->Copy((&iiRETURNEXPR));
>>                                       ^
>> sage/libs/singular/function.cpp:11323:38: note: candidate is:
>> In file included from ../local/include/singular/lists.h:12:0,
>>                  from ../local/include/libsingular.h:24,
>>                  from sage/libs/singular/function.cpp:319:
>> ../local/include/singular/subexpr.h:60:10: note: void sleftv::Copy(leftv)
>>       void Copy(leftv e);
>>           ^
>> ../local/include/singular/subexpr.h:60:10: note:   no known conversion 
>> for argument 1 from ‘sleftv**’ to ‘leftv {aka sleftv*}’
>> sage/libs/singular/function.cpp:11332:18: error: request for member 
>> ‘Init’ in ‘iiRETURNEXPR’, which is of pointer type ‘sleftv*’ (maybe you 
>> meant to use ‘->’ ?)
>>      iiRETURNEXPR.Init();
>>                   ^
>> ---
>>
>> I then tried to type "make" in the Sage folder, and it ended with :
>>
>> ---
>> [modules  ] writing output... [ 93%] sage/modules/vector_space_homspace
>> [modules  ] writing output... [100%] sage/modules/vector_space_morphism
>> [modules  ] dumping object inventory... done
>> [modules  ] build succeeded.
>> [numerical] reading sources... [ 66%] sage/numerical/knapsack
>> Error building the documentation.
>>
>> Note: incremental documentation builds sometimes cause spurious
>> error messages. To be certain that these are real errors, run
>> "make doc-clean" first and try again.
>> Traceback (most recent call last):
>>   File "/home/ncohen/.Sage/src/doc/common/builder.py", line 1474, in 
>> <module>
>>     getattr(get_builder(name), type)()
>>   File "/home/ncohen/.Sage/src/doc/common/builder.py", line 269, in 
>> _wrapper
>>     getattr(get_builder(document), 'inventory')(*args, **kwds)
>>   File "/home/ncohen/.Sage/src/doc/common/builder.py", line 485, in 
>> _wrapper
>>     x.get(99999)
>>   File "/home/ncohen/.Sage/local/lib/python/multiprocessing/pool.py", 
>> line 554, in get
>>     raise self._value
>> ValueError: sage.rings.padics.pow_computer.PowComputer_class has the 
>> wrong size, try recompiling
>> make: *** [doc-html] Error 1
>> --
>>
>> I will try "make" again.
>>  
>> Nathann
>>
>>
>>
>>
>> On 2 February 2014 21:40, Volker Braun <[email protected] 
>> <javascript:>>wrote:
>>
>>> The "develop" branch on trac is now sage-6.2.rc0. The "master" branch 
>>> remains at sage-6.1. You know the drill :-)  This release updates a number 
>>> of third party packages, so please give it a test and report back!
>>>
>>> Source tarball:
>>>
>>>
>>> http://boxen.math.washington.edu/home/release/sage-6.2.beta0/sage-6.2.beta0.tar.gz
>>>
>>> $ git log --oneline --author "Release Manager" HEAD ^6.1
>>> 322c0bd Trac #13628: refactor xgcd
>>> a5e974f Trac #13441: refactor gcd
>>> 77cb57c Trac #15734: <> is not Python 3 compatible
>>> b989dff Trac #15624: Support "make -jN"
>>> 2b9f096 Trac #15730: small problems with CHomP, followup to #15161
>>> 2c3a621 Trac #15757: Make sage.misc.superseded independent of 
>>> sage.rings.integer_ring
>>> 66f5010 Trac #15654: PARI discriminant speed depends on stack size
>>> cc4c7a4 Trac #15617: Update ncurses to dev version 5.9-20131221
>>> bf03c9d Trac #10058: Segfault in backward and inverse FFT for 2**n 
>>> elements
>>> eb18c4a Trac #15760: Speed up short vector enumeration
>>> c3999b7 Trac #15749: sage -t --new doesn't work when not in SAGE_ROOT
>>> ca66850 Trac #15743: Document cancel_alarm() in alarm()
>>> 2c12324 Trac #15694: Remove deprecation warning for elliptic curve 
>>> isogeny class method
>>> 182efc6 Trac #15682: tachyon (Sage 6.0) does not build on Raspberry Pi 
>>> (armv6l)
>>> 84b6346 Trac #15736: libgd: disable fontconfig on OSX
>>> 2fe5732 Trac #15569: upgrade sagenb to version 0.10.8
>>> a6b945d Trac #15669: Errors with graph complement
>>> 1656653 Trac #15681: Name of immutable graphs
>>> 12b415d Trac #15623: Immutable graph backend for Posets
>>> 35a046d Trac #15697: Upgrade MPC to latest upstream
>>> 1e00a8a Trac #15738: upgrade eclib to version 20140128
>>> 959b2e0 Trac #15717: Add some sig_on() in Singular library
>>> 0e7c4c2 Trac #15589: Update PPL to version 1.1
>>> 184db44 Trac #15615: Put ATLAS archdef tarballs into patches/ARCHS and 
>>> resync ATLAS-lib dir
>>> a6f4c67 Trac #15123: Gitify autotools package and make it uptodate on 
>>> 20140114
>>> 0715fd3 Trac #14349: The cliquer spkg is patching upstream
>>> 6aedb0d Trac #14333: singular-3-1-6 is out
>>> c18f606 Trac #10108: Calling mwrank(-10) hangs Sage, but uses very 
>>> little CPU time
>>> 7d5d097 Trac #14060: Improve minimal_quadratic_twist()
>>> ce8bfd6 Trac #8348: Document that find_root only works in fixed (double) 
>>> precision
>>> 5a0bef5 Trac #15727: Check for doc build errors in "make doc"
>>>
>>>  -- 
>>> 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 [email protected] <javascript:>.
>>> To post to this group, send email to [email protected]<javascript:>
>>> .
>>> Visit this group at http://groups.google.com/group/sage-release.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to