errors such as
[maxima-5.45.0.p0] ;;; Loading
"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/../lisp-utils/defsys
tem.lisp"
[maxima-5.45.0.p0] ;;; Loading
#P"/usr/local/Cellar/ecl/21.2.1_2/lib/ecl-21.2.1/cmp.fas"
[maxima-5.45.0.p0]
#P"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/lisp-utils/defsystem.lisp"
[maxima-5.45.0.p0] >
[maxima-5.45.0.p0] ("../src/" "./" (MAKE::HOME-SUBDIRECTORY "lisp/systems/")
[maxima-5.45.0.p0]  "/usr/local/lisp/Registry/")
[maxima-5.45.0.p0] >
[maxima-5.45.0.p0] ;;; Loading
"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima.system"
[maxima-5.45.0.p0]
[maxima-5.45.0.p0] ;  - Compiling defsystem "maxima"
[maxima-5.45.0.p0] ;    - Compiling module "package"
[maxima-5.45.0.p0] ;      - Compiling source file
[maxima-5.45.0.p0] ;
"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima-package.lisp"
[maxima-5.45.0.p0] ;;;
[maxima-5.45.0.p0] ;;; Compiling
/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima-package.lisp
.
[maxima-5.45.0.p0] ;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=2
[maxima-5.45.0.p0] ;;;
[maxima-5.45.0.p0] ;;; End of Pass 1.
[maxima-5.45.0.p0] ;;; Internal error:
[maxima-5.45.0.p0] ;;;   ** Detected access to an invalid or protected
memory address.
[maxima-5.45.0.p0] ;      - Binary file binary-ecl/maxima-package.fas
is old or does not exist.
[maxima-5.45.0.p0] ;        Compile (and load) source file
/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima-package.lisp
instead? y
[maxima-5.45.0.p0] ;      - Should I bother you if this happens again? y
[maxima-5.45.0.p0] ;      - Compiling source file
[maxima-5.45.0.p0] ;
"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima-package.lisp"
[maxima-5.45.0.p0] ;;;
[maxima-5.45.0.p0] ;;; Compiling
/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/maxima-package.lisp.
[maxima-5.45.0.p0] ;;; Internal error:
[maxima-5.45.0.p0] ;;;   ** Internal error: stream #<output stream
#P"binary-ecl/maxima-package.c" 0x10f70c140> has no valid C file
handler.
[maxima-5.45.0.p0] ;      - Loading binary file "binary-ecl/maxima-package.fas"
[maxima-5.45.0.p0] Condition of type: FILE-ERROR
[maxima-5.45.0.p0] Filesystem error with pathname
#P"/Users/dcoudert/sage/local/var/tmp/sage/build/maxima-5.45.0.p0/src/src/binary-ecl/maxima-package.fas".



Are you out of disk space?


On Wed, Jun 15, 2022 at 7:40 AM David Coudert <david.coud...@gmail.com> wrote:
>
> After « make distclean », starting a fresh shell, "./bootstrap", "source 
> .homebrew-build-env », "./configure » and « make build », I now have an error 
> at the end of the compilation of maxima.
>
> [maxima-5.45.0.p0] Now installing the Maxima library as 
> '/Users/dcoudert/sage/local/lib/ecl/maxima.fas'...
> [maxima-5.45.0.p0] cp: src/binary-ecl/maxima.fas: No such file or directory
> [maxima-5.45.0.p0] 
> ********************************************************************************
> [maxima-5.45.0.p0] Failed to install 'src/binary-ecl/maxima.fas' as
> [maxima-5.45.0.p0] '/Users/dcoudert/sage/local/lib/ecl/maxima.fas'.
>
> Log file attached.
>
> Best,
> David.
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/AB87A44E-531C-4645-AA12-8ADB83F3DBEE%40gmail.com.
>
>
> Le 14 juin 2022 à 11:15, Dima Pasechnik <dimp...@gmail.com> a écrit :
>
> On Tue, Jun 14, 2022 at 10:06 AM Dima Pasechnik <dimp...@gmail.com> wrote:
>
>
> On Tue, Jun 14, 2022 at 9:57 AM David Coudert <david.coud...@gmail.com> wrote:
>
>
> I have issues compiling this release. I have openblas 0.3.20 installed with 
> homebrew, but sage searches for 0.3.19.
>
>
> looks like you have a stale ./configure, otherwise I can't explain this.
> Run
>
> ./bootstrap
>
> (making sure it succeeds)
>
>
> In fact, the up to date ./configure will not even check that the
> version is less than 0.3.20.
> So I don't know what's happening, perhaps some mixup in your Homebrew, or
> in the result of "source .homebrew-build-env"
> It could be that the latter was not run since Homebrew update, and
> still points (in, say, LIBRARY_PATH, or in PKG_CONFIG_PATH) at a no
> longer existing on the system 0.3.19
>
> Closing the shell, opening a fresh one, and
> doing
>
> source .homebrew-build-env
>
> should fix this issue.
>
>
>
> laptop: Macbook air (Intel) with macOS 12.3.1
>
> sapristi:sage dcoudert$ gcc --version
> Configured with: --prefix=/Library/Developer/CommandLineTools/usr 
> --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk/usr/include/c++/4.2.1
> Apple clang version 13.0.0 (clang-1300.0.27.3)
> Target: x86_64-apple-darwin21.4.0
> Thread model: posix
> InstalledDir: /Library/Developer/CommandLineTools/usr/bin
>
> log file attached. Let me know if you need more data.
>
> Thank you in advance for your help.
>
> Best,
> David.
>
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/EA0693C7-7391-4E07-8F58-982A7D415083%40gmail.com.
>
> Le 12 juin 2022 à 19:38, Matthias Köppe <matthiaskoe...@gmail.com> a écrit :
>
> On Sunday, June 12, 2022 at 6:16:00 AM UTC-7 Volker Braun wrote:
>
>
> a6e696e91d (tag: 9.7.beta2, trac/develop) Updated SageMath version to 
> 9.7.beta2
>
>
> [...]
>
>
> fa1477350a Trac #32937: Drop Python 3.7 support in Sage 9.7
>
>
>
> Python 3.8 language and library features can now be used in the Sage library
> See https://trac.sagemath.org/ticket/29756 (Meta-ticket: Review of Python 3 
> features)
> := Goo goo g'joob
>
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/4251cff7-e641-44f3-9a41-23a56bc5f081n%40googlegroups.com.
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/EA0693C7-7391-4E07-8F58-982A7D415083%40gmail.com.
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/CAAWYfq1omEA%2BZSb80XNoZmccsp_ikAZENskEefvZQggTtZZqQg%40mail.gmail.com.
>
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/AB87A44E-531C-4645-AA12-8ADB83F3DBEE%40gmail.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1T665JHP4iDB%2BwmXeTu-E_ZSiWRV7A1eXpQG7f_OJ_rg%40mail.gmail.com.

Reply via email to