Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build/pkgs/sagetex: missing dependency on $(PYTHON_TOOLCHAIN) ? #38657

Open
orlitzky opened this issue Sep 13, 2024 · 3 comments · May be fixed by #38752
Open

build/pkgs/sagetex: missing dependency on $(PYTHON_TOOLCHAIN) ? #38657

orlitzky opened this issue Sep 13, 2024 · 3 comments · May be fixed by #38752

Comments

@orlitzky
Copy link
Contributor

It needs python_build, which is part of PYTHON_TOOLCHAIN, though maybe there's a better answer:

[sagetex-3.6.1] No stamp file for package 'sagetex' in /home/mjo/src/sage.git/local/var/lib/sage/venv-python3.12/var/lib/sage/installed
[sagetex-3.6.1] No spkg-legacy-uninstall script; nothing to do
[sagetex-3.6.1] [spkg-install] Installing sagetex-3.6.1
[sagetex-3.6.1] [spkg-install] /home/mjo/src/sage.git/local/var/lib/sage/venv-python3.12/bin/python3: No module named build
[sagetex-3.6.1] [spkg-install] Warning: building with "python3 -m build --wheel --outdir=dist   ." failed.
[sagetex-3.6.1] [spkg-install] Retrying with "python3 -m build --wheel --outdir=dist --no-isolation --skip-dependency-check  .".
[sagetex-3.6.1] [spkg-install] /home/mjo/src/sage.git/local/var/lib/sage/venv-python3.12/bin/python3: No module named build
[sagetex-3.6.1] [spkg-install] ********************************************************************************
[sagetex-3.6.1] [spkg-install] Error building a wheel for sagetex-3.6.1
[sagetex-3.6.1] [spkg-install] ********************************************************************************
@orlitzky
Copy link
Contributor Author

@mkoeppe I could certainly fix this but I see a commit by you changing $(PYTHON_TOOLCHAIN) to pip?

@mkoeppe
Copy link

mkoeppe commented Sep 21, 2024 via email

@mkoeppe
Copy link

mkoeppe commented Sep 26, 2024

... but of course sagetex is not a wheel package. So adding $(PYTHON_TOOLCHAIN) is the correct fix. PR please?

vbraun pushed a commit to vbraun/sage that referenced this issue Sep 27, 2024
    
SageTeX is a standard package, but it isn't used anywhere else in the
sage library or even in the sage distribution. If you know you don't
need it, the new `--disable-sagetex` option lets you avoid downloading
and installing it.

(inspired by sagemath#38657, but I should
have done this a long time ago)
    
URL: sagemath#38658
Reported by: Michael Orlitzky
Reviewer(s): Dima Pasechnik
vbraun pushed a commit to vbraun/sage that referenced this issue Sep 28, 2024
    
SageTeX is a standard package, but it isn't used anywhere else in the
sage library or even in the sage distribution. If you know you don't
need it, the new `--disable-sagetex` option lets you avoid downloading
and installing it.

(inspired by sagemath#38657, but I should
have done this a long time ago)
    
URL: sagemath#38658
Reported by: Michael Orlitzky
Reviewer(s): Dima Pasechnik
orlitzky added a commit to orlitzky/sage that referenced this issue Oct 2, 2024
Our sagetex package needs python_build, included as part of
$(PYTHON_TOOLCHAIN), to build.

Closes: sagemath#38657
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants