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

texlive.bin.dvisvgm: texlive 2.8.1 -> upstream 2.11 #105490

Merged
merged 1 commit into from Dec 1, 2020

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Nov 30, 2020

Motivation for this change

Closes: #104847

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@veprbl
Copy link
Member Author

veprbl commented Nov 30, 2020

@GrahamcOfBorg build tests.texlive.dvisvgm

@ofborg ofborg bot added 6.topic: TeX Issues regarding texlive and TeX in general 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10 labels Nov 30, 2020
@veprbl
Copy link
Member Author

veprbl commented Nov 30, 2020

@spacekitteh Can you try this?

@spacekitteh
Copy link
Contributor

@veprbl how?

@veprbl
Copy link
Member Author

veprbl commented Nov 30, 2020

@spacekitteh I thought you could use it the way you describe in #104847 (comment) and see if it produces broken svg. I don't know how you use nixpkgs, but perhaps you could use

nix-shell -p texlive.bin.dvisvgm -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/9ef277209a5c7151da308244bbabc50b80864453.tar.gz

to get dvisvgm from this PR in a new shell environment.

@spacekitteh
Copy link
Contributor

Hmm, I'm not sure if this error is due to it being in nix-shell or not, but:

warning: kpathsea: configuration file texmf.cnf not found in these directories: /nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/share/texmf-local/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/share/texmf-dist/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/share/texmf/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/texmf-local/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/texmf-dist/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/bin/texmf/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/share/texmf-local/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/share/texmf-dist/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/share/texmf/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/texmf-local/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/texmf-dist/web2c:/nix/store/f8skxd8hjzyh19l8r4pmvljb108m84nl-texlive-dvisvgm.bin-2.11/texmf/web2c:/nix/texmf-local/web2c:/nix/store:/nix/store/share/texmf-local/web2c:/nix/store/share/texmf-dist/web2c:/nix/store/share/texmf/web2c:/nix/store/texmf-local/web2c:/nix/store/texmf-dist/web2c:/nix/store/texmf/web2c.
WARNING: map file ps2pk.map not found
WARNING: map file pdftex.map not found
WARNING: map file dvipdfm.map not found
WARNING: map file psfonts.map not found
WARNING: none of the default map files could be found
pre-processing DVI file (format version 2)
WARNING: PostScript header file tex.pro not found
WARNING: PostScript header file texps.pro not found
WARNING: PostScript header file special.pro not found
WARNING: PostScript header file color.pro not found
PostScript error: undefined in TeXDict

@spacekitteh
Copy link
Contributor

I'll try with texlive.combined.scheme-full.

@spacekitteh
Copy link
Contributor

Yup! It works! <3

@veprbl
Copy link
Member Author

veprbl commented Nov 30, 2020

And by works it means also addresses the #104847?

@spacekitteh
Copy link
Contributor

Yup.

@veprbl veprbl merged commit d527419 into NixOS:master Dec 1, 2020
@veprbl veprbl deleted the pr/dvisvgm_2_11 branch December 1, 2020 23:57
@spacekitteh
Copy link
Contributor

\o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: TeX Issues regarding texlive and TeX in general 10.rebuild-darwin: 1-10 10.rebuild-linux: 1-10
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dvisvgm 2.10.1
2 participants