On Thu, Nov 24, 2022 at 5:25 PM Kenji Iohara <[email protected]> wrote:
>
> In fact, I first did  ''make distclean’’  to redo these steps. And then, I 
> did  '' ./bootstrap’’ and did
>                            ''./configure 
> --enable-download-from-upstream-url’’ . After this, I did <<make -k>>
>                            After compilation, it gave me the message, which 
> sais that <<scipy-1.9.3>> is not
>                            Downloadable.

I don't know what "not Downloadable" means.
You can try to download the needed file manually.

>
> By the way, I also saw some message which sais << Python 3.11>> is too new. 
> Do you think this is related to the problem ?
>
> 24/11/2022 18:19、Dima Pasechnik <[email protected]>のメール:
>
> What exactly didn't work this time?
>
>
> On Thu, 24 Nov 2022, 16:57 Kenji Iohara, <[email protected]> wrote:
>>
>> Even with this, it didn’t work.
>>
>> 24/11/2022 14:28、Dima Pasechnik <[email protected]>のメール:
>>
>> you need to run
>> ./configure --enable-download-from-upstream-url
>> (this will hopefully be default, but not yet)
>>
>>
>> On Thu, 24 Nov 2022, 12:48 Kenji Iohara, <[email protected]> wrote:
>>>
>>>
>>> --
>>> 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 view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/78E64775-F883-401A-A084-E5FB0982BE3D%40gmail.com.
>>> The errors I had is this.. It indicates that it cannot download 
>>> scipy-1.9.3.tar.gz owing to the wrong address…
>>> Something strange.
>>>
>>> 24/11/2022 12:56、Dima Pasechnik <[email protected]>のメール:
>>>
>>> On Thu, Nov 24, 2022 at 2:59 AM Kenji Iohara <[email protected]> 
>>> wrote:
>>>
>>>
>>> I still have a problem on downloading       scipy-1.9.3    Kenji
>>>
>>>
>>> I've just checked that the checksums on
>>> https://pypi.io/packages/source/s/scipy/scipy-1.9.3.tar.gz
>>> match ones given in the branch of https://trac.sagemath.org/ticket/34658
>>>
>>> I suppose your particular copy of scipy-1.9.3.tar.gz in upstream/ is
>>> corrupt for one or another reason.
>>> Remove it, and restart building.
>>>
>>> HTH
>>> Dima
>>>
>>>
>>> 23/11/2022 20:50、John H Palmieri <[email protected]>のメール:
>>>
>>> Maybe you need to run `./bootstrap` and then `./configure 
>>> --enable-download-from-upstream-url`?
>>>
>>>
>>> On Wednesday, November 23, 2022 at 12:09:30 AM UTC-8 Kenji Iohara wrote:
>>>
>>>
>>> Dear Matthias,
>>>
>>> Thanks for your indication. Even with this,It couldn’t download the tar.gz 
>>> files and I had the following errors:
>>>
>>> ************************************************************************
>>> [meson_python-0.11.0] Traceback (most recent call last):
>>> [meson_python-0.11.0]   File 
>>> "/Users/iohara/Desktop/sage-9.8.beta4/build/bin/../sage_bootstrap/download/cmdline.py",
>>>  line 126, in run_safe
>>> [meson_python-0.11.0]     run()
>>> [meson_python-0.11.0]   File 
>>> "/Users/iohara/Desktop/sage-9.8.beta4/build/bin/../sage_bootstrap/download/cmdline.py",
>>>  line 108, in run
>>> [meson_python-0.11.0]     app.download_tarball(args.url_or_tarball, 
>>> args.destination, args.allow_upstream)
>>> [meson_python-0.11.0]   File 
>>> "/Users/iohara/Desktop/sage-9.8.beta4/build/bin/../sage_bootstrap/download/app.py",
>>>  line 41, in download_tarball
>>> [meson_python-0.11.0]     tarball.download(allow_upstream=allow_upstream)
>>> [meson_python-0.11.0]   File 
>>> "/Users/iohara/Desktop/sage-9.8.beta4/build/bin/../sage_bootstrap/tarball.py",
>>>  line 181, in download
>>> [meson_python-0.11.0]     raise ChecksumError('checksum does not match')
>>> [meson_python-0.11.0] sage_bootstrap.tarball.ChecksumError: checksum does 
>>> not match
>>> [meson_python-0.11.0] 
>>> ************************************************************************
>>> [meson_python-0.11.0] 
>>> ************************************************************************
>>> [meson_python-0.11.0] Error downloading meson_python-0.11.0.tar.gz
>>> [meson_python-0.11.0] 
>>> ************************************************************************
>>> [meson_python-0.11.0] Please email sage-devel 
>>> (http://groups.google.com/group/sage-devel)
>>> [meson_python-0.11.0] explaining the problem and including the log files
>>> [meson_python-0.11.0]   
>>> /Users/iohara/Desktop/sage-9.8.beta4/logs/pkgs/meson_python-0.11.0.log
>>> [meson_python-0.11.0] and
>>> [meson_python-0.11.0]   /Users/iohara/Desktop/sage-9.8.beta4/config.log
>>> [meson_python-0.11.0] Describe your computer, operating system, etc.
>>> [meson_python-0.11.0] 
>>> ************************************************************************
>>> make[4]: *** [meson_python-SAGE_VENV-no-deps] Error 1
>>> make[3]: *** 
>>> [/Users/iohara/Desktop/sage-9.8.beta4/local/var/lib/sage/venv-python3.9/var/lib/sage/installed/meson_python-0.11.0]
>>>  Error 2
>>> make[3]: Target `all-sage-docs' not remade because of errors.
>>> make[3]: Target `all-sage' not remade because of errors.
>>> make[2]: *** [all-start] Error 2
>>>
>>> real 0m46.199s
>>> user 0m1.848s
>>> sys 0m0.713s
>>> ***************************************************************
>>> Error building Sage.
>>>
>>> The following package(s) may have failed to build (not necessarily
>>> during this run of 'make all-start'):
>>>
>>> * package:         numpy-1.23.5
>>>  last build time: Nov 23 09:06
>>>  log file:        
>>> /Users/iohara/Desktop/sage-9.8.beta4/logs/pkgs/numpy-1.23.5.log
>>>
>>> * package:         meson_python-0.11.0
>>>  last build time: Nov 23 09:06
>>>  log file:        
>>> /Users/iohara/Desktop/sage-9.8.beta4/logs/pkgs/meson_python-0.11.0.log
>>>
>>> It is safe to delete any log files and build directories, but they
>>> contain information that is helpful for debugging build problems.
>>> WARNING: If you now run 'make' again, the build directory of the
>>> same version of the package will, by default, be deleted. Set the
>>> environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
>>>
>>> make[1]: *** [all-start] Error 1
>>> make: *** [all] Error 2
>>> make: Target `default' not remade because of errors.
>>>
>>>
>>>
>>>
>>> 23/11/2022 5:57、Matthias Köppe <[email protected]>のメール:
>>>
>>> If you're testing https://trac.sagemath.org/ticket/34658, you'll need 
>>> "./configure --enable-download-from-upstream-url".
>>>
>>> On Tuesday, November 22, 2022 at 7:36:28 PM UTC-8 Kenji Iohara wrote:
>>>
>>>
>>> With my Mac OS 13.0.1, with Intel Core i5, and several packages with 
>>> Homebrew, I have a problem with downloading
>>>
>>>
>>> * package:         numpy-1.23.5
>>>  last build time: Nov 23 04:33
>>>  log file:        
>>> /Users/iohara/Desktop/sage-9.8.beta4/logs/pkgs/numpy-1.23.5.log
>>>
>>> * package:         meson_python-0.11.0
>>>  last build time: Nov 23 04:33
>>>  log file:        
>>> /Users/iohara/Desktop/sage-9.8.beta4/logs/pkgs/meson_python-0.11.0.log
>>>
>>>
>>> . Something strange ?      Kenji
>>>
>>> 22/11/2022 22:13、John H Palmieri <[email protected]>のメール:
>>>
>>> Yes, that works for me. (I see the same problem on OS X with Apple Silicon, 
>>> and that ticket also fixes the problem there.)
>>>
>>>
>>> On Tuesday, November 22, 2022 at 11:14:53 AM UTC-8 [email protected] 
>>> wrote:
>>>
>>>
>>> I think this will be fixed by the meson-python upgrade in 
>>> https://trac.sagemath.org/ticket/34658, please test
>>>
>>>
>>> On Tuesday, November 22, 2022 at 10:34:52 AM UTC-8 John H Palmieri wrote:
>>>
>>>
>>> scipy fails to build for me (OS X 13.0.1, Intel, with various homebrew 
>>> packages, Sage built from a new tarball):
>>>
>>> Successfully built scipy
>>> WARNING: Skipping scipy as it is not installed.
>>> Using pip 22.3 from 
>>> /Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.8.beta4/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/pip
>>>  (python 3.10)
>>> Looking in links: 
>>> /Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.8.beta4/local/var/lib/sage/venv-python3.10/var/lib/sage/wheels
>>> ERROR: scipy-1.9.2-cp310-cp310-macosx_13_x86_64.whl is not a supported 
>>> wheel on this platform.
>>> Warning: installing with "python3 -m pip install --verbose --no-index 
>>> --find-links=/Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.8.beta4/local/var/lib/sage/venv-python3.10/var/lib/sage/wheels
>>>  --disable-pip-version-check --isolated --no-cache-dir" failed. Retrying, 
>>> adding "--no-deps --ignore-installed --ignore-requires-python"
>>> Using pip 22.3 from 
>>> /Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.8.beta4/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/pip
>>>  (python 3.10)
>>> Looking in links: 
>>> /Users/palmieri/Desktop/Sage/sage_builds/TESTING/sage-9.8.beta4/local/var/lib/sage/venv-python3.10/var/lib/sage/wheels
>>> ERROR: scipy-1.9.2-cp310-cp310-macosx_13_x86_64.whl is not a supported 
>>> wheel on this platform.
>>> Error: installing with pip  failed
>>>
>>> On Monday, November 21, 2022 at 3:16:00 PM UTC-8 Volker Braun wrote:
>>>
>>>
>>> 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
>>>
>>> 84f02afa5c8 (trac/develop, tag: 9.8.beta4) Updated SageMath version to 
>>> 9.8.beta4
>>> 03f68f4aa96 Trac #34737: less use of gap.eval in linear code
>>> 96c4ae9184a Trac #34735: some details in hyperelliptic_padic_field
>>> f9cee4ddd29 Trac #34731: math display broken because of missing .
>>> 1b9ac4d11cd Trac #34727: .multiplication_by_m_isogeny() fails for negative m
>>> bcabe95d75f Trac #34723: elliptic_curves/hom_velusqrt.py: random test 
>>> failure
>>> 8e1b55bb21e Trac #34710: Keep object entries in TOC in short form
>>> 576ea23021f Trac #34746: Upgrade cmake to 3.24.3, increase minimum system 
>>> cmake version to 3.11
>>> 6cc6cf548ee Trac #34739: get rid of some usage of "long" python2 type in 
>>> pyx files
>>> 80c3f4658dc Trac #34736: cleanup for QQ-curves
>>> e338c18b412 Trac #34733: polynomial quo_rem gives wrong answer for 
>>> noncommutative rings
>>> 6fda98d9de9 Trac #34732: more opportunistic caching of elliptic-curve and 
>>> point orders
>>> d883104bb2e Trac #34692: Frobenius endomorphism creation fail for infinite 
>>> ring extension
>>> df312d1b178 Trac #30217: tox.ini: Add tests with Ubuntu + deadsnakes
>>> b52855ecc64 Trac #34730: Rebase sage_autodoc to sphinx 5.3.0
>>> 1df550e3c3d Trac #34729: topcom now requires autotools
>>> c4edf81bf10 Trac #34709: fix cython warning in blas_dict
>>> a30f206758b Trac #34652: Import NN directly rather than lazily throughout 
>>> the Sage library
>>> 4b9a50080bd Trac #34589: VectorFieldModule, TensorFieldModule, 
>>> DiffFormModule: Add methods tensor_product, tensor_power, update category 
>>> of TensorFieldModule
>>> 9e0f15669b9 Trac #33878: Upgrade cypari2 to 2.1.3
>>> cf0b066c0d9 Trac #32570: tox.ini, GH Actions: Update macOS environments to 
>>> macOS 11, 12
>>> 9574dd15131 Trac #26084: Detect default colorscheme (dark/light)
>>> 94bdf2f12f3 Trac #18917: Speed up NumberField.zeta()
>>> b641e6f0166 Trac #34724: echelonize() on RR matrices should not use 
>>> "classical" algorithm
>>> 5048fd4c544 Trac #34081: Upgrade scipy to 1.9.x, add meson toolchain
>>> 8443dc3d8a5 Trac #34719: move carmichael_lambda() from sage.crypto.util to 
>>> sage.arith.misc
>>> 4edaafebeed Trac #34716: fix assertion failure in _discrete_log_pgroup() 
>>> when group is trivial
>>> 50977491440 Trac #34705: fix and activate W605 and E306 in pyx files
>>> 127c01cd4a9 Trac #34704: clean whitespace W293 in py files
>>> 4f157b7bddc Trac #34703: remove traces of lgtm
>>> 30d86af37d2 Trac #34676: Upgrade pip 22.3 and various other Python packages
>>> 17cc8b3d400 Trac #34654: Pickling frobenius endomorphism is broken
>>> 642f1157431 Trac #24462: Add tests that discriminant() of number fields is 
>>> Integer
>>> 69f026a80d4 Trac #34713: Update IPython to 8.6
>>> a2850f84bd2 Trac #34712: partial pep8 cleanup for number_field.py
>>> 3478e6fa5d3 Trac #34707: Bug in Clifford algebra multiplication
>>> dee975299c2 Trac #34702: fix deprecated use of PyEval_Call*
>>> 3b6033475ee Trac #34681: Error with multiplication of points on elliptic 
>>> curves over Integers(n)
>>> 4b482ce49c9 Trac #34651: Add `multivariate_interpolation` for multivariate 
>>> polynomial rings
>>> 139fe8eaa0b Trac #34611: fast implementation of exp
>>> c709fa42921 Trac #34397: pycodestyle cleanup in 
>>> src/sage/graphs/generic_graph.py (part 9)
>>> 58c9281ec67 Trac #32267: make hadamard_matrix() use all the Hadamard 
>>> matrices Sage knows
>>> edfa1f93738 Trac #30423: F-Matrix Factory
>>> 7aa226ced2f Trac #34699: some details about INPUT and INPUT in the doc
>>> c4079b7488c Trac #34697: minor fixes in doc in pyx files
>>> 813072800d9 Trac #34691: companion matrix of constant polynomial has the 
>>> wrong parent
>>> 6b70584ab66 Trac #34638: refresh the file categories/rings.py
>>> f634f6b0195 Trac #34368: implement the F,H,M triangles
>>> 859c3516190 Trac #34689: make Compositions() an additive monoid
>>> b5082885f9a Trac #34665: openssl spkg-configure.m4: Also require openssl if 
>>> curl needs to be built
>>> 487f2f9bca8 Trac #34662: sage.combinat.permutation.from_cycles produces 
>>> wrong result when 'cycles' is a generator
>>> ab0944d9eaf Trac #34636: make sparsity a decision of the user
>>> 24d0a8a1219 Trac #34381: Add infinite q-Pochhammer symbol
>>> ef1d3d23588 Trac #34260: Implement northwest diagrams
>>> bff11ac3b18 Trac #33176: Fix a few cython "referenced before assignment" 
>>> warnings
>>> 89af3469590 Trac #32267: make hadamard_matrix() use all the Hadamard 
>>> matrices Sage knows
>>> c3028e74d80 (tag: 9.8.beta3) Updated SageMath version to 9.8.beta3
>>>
>>>
>>>
>>> --
>>> 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 view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/a1a0c3fa-4ae0-4572-be51-2449f0764cf5n%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 [email protected].
>>>
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/81593741-b8d4-4567-a12c-d9574ba40ef2n%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 [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/091c66b8-0e64-4213-ad13-5e03aad8f0cdn%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 [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/32A38DF3-9953-41CF-BD1C-1D31CA09E608%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 [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/CAAWYfq1N2smXQ1e9dO%3DfKauN2Q1xaBdW5eY84Vjd9XFCepk%2Bww%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 [email protected].
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/sage-release/78E64775-F883-401A-A084-E5FB0982BE3D%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 [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/CAAWYfq3KbKZw85Ya7iwCRMCuLDjkaZc0jHgAiV4tNCKxUoUAQQ%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 [email protected].
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-release/7931CAE9-A3E3-4B67-9F57-C06271F1F991%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 [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/CAAWYfq04m1hO0JfaWUA2aWd5kD9aZzOLPUuAqzB_MqPuAv933g%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 [email protected].
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/79109A97-DE5D-4766-8EB8-C07BE64F1621%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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq1VBFRkzbHdE2Jm3On1WRy%3D33JdgDAb7GSA7e0eywAFbw%40mail.gmail.com.

Reply via email to