Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] texlive2019-bin: use historic texlive repository
@ 2020-04-12 13:23 newbluemoon
  2020-04-12 13:37 ` leahneukirchen
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-12 13:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 880 bytes --]

There is a new pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages texlive2019-bin
https://github.com/void-linux/void-packages/pull/20913

texlive2019-bin: use historic texlive repository
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/20913.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive2019-bin-20913.patch --]
[-- Type: text/x-diff, Size: 1692 bytes --]

From 24a36c705794497f3ed70c1056e670cdb9fd920f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 12 Apr 2020 15:02:31 +0200
Subject: [PATCH] texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
---
 srcpkgs/texlive2019-bin/INSTALL  | 4 ++--
 srcpkgs/texlive2019-bin/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL
index ea07e7ab407..bd7b10e2121 100644
--- a/srcpkgs/texlive2019-bin/INSTALL
+++ b/srcpkgs/texlive2019-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2019-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -profile void.profile -repository ftp://tug.org/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -profile void.profile -repository ftp://tug.org/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
 			;;
 		esac
 	esac
diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template
index 009d1d8d973..d7cd1c71664 100644
--- a/srcpkgs/texlive2019-bin/template
+++ b/srcpkgs/texlive2019-bin/template
@@ -1,7 +1,7 @@
-# Template file for 'texlive-bin'
+# Template file for 'texlive2019-bin'
 pkgname=texlive2019-bin
 version=2019
-revision=1
+revision=2
 archs="x86_64* i686 aarch64 arm*"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 homepage="http://tug.org/texlive/"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
@ 2020-04-12 13:37 ` leahneukirchen
  2020-04-12 13:38 ` leahneukirchen
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 13:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612615769

Comment:
Ah yes, I've been meaning to package 2020 too.

Perhaps we can find a mirror that has at least HTTPS?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
  2020-04-12 13:37 ` leahneukirchen
@ 2020-04-12 13:38 ` leahneukirchen
  2020-04-12 13:39 ` leahneukirchen
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 13:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612615884

Comment:
E.g. http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
  2020-04-12 13:37 ` leahneukirchen
  2020-04-12 13:38 ` leahneukirchen
@ 2020-04-12 13:39 ` leahneukirchen
  2020-04-12 14:04 ` leahneukirchen
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612615884

Comment:
E.g. http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (2 preceding siblings ...)
  2020-04-12 13:39 ` leahneukirchen
@ 2020-04-12 14:04 ` leahneukirchen
  2020-04-12 14:06 ` leahneukirchen
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 14:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 202 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612619927

Comment:
Let's use https://ftp.tu-chemnitz.de/pub/tug/historic/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (3 preceding siblings ...)
  2020-04-12 14:04 ` leahneukirchen
@ 2020-04-12 14:06 ` leahneukirchen
  2020-04-12 14:26 ` leahneukirchen
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 14:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612620256

Comment:
Argh, that one is not updated yet.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (4 preceding siblings ...)
  2020-04-12 14:06 ` leahneukirchen
@ 2020-04-12 14:26 ` leahneukirchen
  2020-04-12 18:04 ` newbluemoon
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-12 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612623720

Comment:
I propose to wait until that mirror catched up, then switch to it.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (5 preceding siblings ...)
  2020-04-12 14:26 ` leahneukirchen
@ 2020-04-12 18:04 ` newbluemoon
  2020-04-21 20:42 ` ericonr
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-12 18:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 238 bytes --]

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-612654229

Comment:
Alright. I’ll keep checking the mirror and will update this PR as soon as it’s synced. :)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (6 preceding siblings ...)
  2020-04-12 18:04 ` newbluemoon
@ 2020-04-21 20:42 ` ericonr
  2020-04-21 20:57 ` leahneukirchen
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: ericonr @ 2020-04-21 20:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-617403391

Comment:
@newbluemoon https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/ does this work for this PR? I don't understand much about texlive packaging.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (7 preceding siblings ...)
  2020-04-21 20:42 ` ericonr
@ 2020-04-21 20:57 ` leahneukirchen
  2020-04-23  8:10 ` leahneukirchen
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-21 20:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-617410111

Comment:
No, that mirror is outdated and doesn't have the final 2019 release.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (8 preceding siblings ...)
  2020-04-21 20:57 ` leahneukirchen
@ 2020-04-23  8:10 ` leahneukirchen
  2020-04-23 11:14 ` newbluemoon
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-04-23  8:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 199 bytes --]

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-618250755

Comment:
The mirror has been updated after I filed a ticket.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (9 preceding siblings ...)
  2020-04-23  8:10 ` leahneukirchen
@ 2020-04-23 11:14 ` newbluemoon
  2020-04-23 17:27 ` [PR PATCH] [Updated] " newbluemoon
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-23 11:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 186 bytes --]

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-618341966

Comment:
Thanks. I’ll update the PR later today.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (10 preceding siblings ...)
  2020-04-23 11:14 ` newbluemoon
@ 2020-04-23 17:27 ` newbluemoon
  2020-04-23 17:28 ` newbluemoon
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-23 17:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 885 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages texlive2019-bin
https://github.com/void-linux/void-packages/pull/20913

texlive2019-bin: use historic texlive repository
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/20913.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive2019-bin-20913.patch --]
[-- Type: text/x-diff, Size: 1734 bytes --]

From f6d3b75b0b7b2dfc0d5a249bc10f71509dfc1187 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 12 Apr 2020 15:02:31 +0200
Subject: [PATCH] texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
---
 srcpkgs/texlive2019-bin/INSTALL  | 4 ++--
 srcpkgs/texlive2019-bin/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL
index ea07e7ab407..c4fde28786b 100644
--- a/srcpkgs/texlive2019-bin/INSTALL
+++ b/srcpkgs/texlive2019-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2019-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
 			;;
 		esac
 	esac
diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template
index 009d1d8d973..d7cd1c71664 100644
--- a/srcpkgs/texlive2019-bin/template
+++ b/srcpkgs/texlive2019-bin/template
@@ -1,7 +1,7 @@
-# Template file for 'texlive-bin'
+# Template file for 'texlive2019-bin'
 pkgname=texlive2019-bin
 version=2019
-revision=1
+revision=2
 archs="x86_64* i686 aarch64 arm*"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 homepage="http://tug.org/texlive/"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (11 preceding siblings ...)
  2020-04-23 17:27 ` [PR PATCH] [Updated] " newbluemoon
@ 2020-04-23 17:28 ` newbluemoon
  2020-04-26  6:25 ` [PR PATCH] [Updated] " newbluemoon
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-23 17:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-618535077

Comment:
It’s updated now. :)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (12 preceding siblings ...)
  2020-04-23 17:28 ` newbluemoon
@ 2020-04-26  6:25 ` newbluemoon
  2020-05-10 17:34 ` newbluemoon
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-04-26  6:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 885 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages texlive2019-bin
https://github.com/void-linux/void-packages/pull/20913

texlive2019-bin: use historic texlive repository
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/20913.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive2019-bin-20913.patch --]
[-- Type: text/x-diff, Size: 1734 bytes --]

From 44f293b4a4cb3f397d8704b8d4dc87f1902ee797 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 12 Apr 2020 15:02:31 +0200
Subject: [PATCH] texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
---
 srcpkgs/texlive2019-bin/INSTALL  | 4 ++--
 srcpkgs/texlive2019-bin/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL
index ea07e7ab407..c4fde28786b 100644
--- a/srcpkgs/texlive2019-bin/INSTALL
+++ b/srcpkgs/texlive2019-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2019-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
 			;;
 		esac
 	esac
diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template
index 009d1d8d973..d7cd1c71664 100644
--- a/srcpkgs/texlive2019-bin/template
+++ b/srcpkgs/texlive2019-bin/template
@@ -1,7 +1,7 @@
-# Template file for 'texlive-bin'
+# Template file for 'texlive2019-bin'
 pkgname=texlive2019-bin
 version=2019
-revision=1
+revision=2
 archs="x86_64* i686 aarch64 arm*"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 homepage="http://tug.org/texlive/"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (13 preceding siblings ...)
  2020-04-26  6:25 ` [PR PATCH] [Updated] " newbluemoon
@ 2020-05-10 17:34 ` newbluemoon
  2020-05-11 20:10 ` newbluemoon
  2020-05-11 20:16 ` [PR PATCH] [Merged]: " leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-05-10 17:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 885 bytes --]

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages texlive2019-bin
https://github.com/void-linux/void-packages/pull/20913

texlive2019-bin: use historic texlive repository
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

A patch file from https://github.com/void-linux/void-packages/pull/20913.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-texlive2019-bin-20913.patch --]
[-- Type: text/x-diff, Size: 1734 bytes --]

From c4c8a4b31c231ad780f22f9fac912593a3b63b62 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 12 Apr 2020 15:02:31 +0200
Subject: [PATCH] texlive2019-bin: use historic texlive repository

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.
---
 srcpkgs/texlive2019-bin/INSTALL  | 4 ++--
 srcpkgs/texlive2019-bin/template | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/texlive2019-bin/INSTALL b/srcpkgs/texlive2019-bin/INSTALL
index ea07e7ab407..c4fde28786b 100644
--- a/srcpkgs/texlive2019-bin/INSTALL
+++ b/srcpkgs/texlive2019-bin/INSTALL
@@ -5,10 +5,10 @@ post)
 		cd opt/texlive2019-installer
 		case "${ARCH}" in
 			x86_64-musl)
-			./install-tl -profile void.profile -force-platform x86_64-linuxmusl
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads -force-platform x86_64-linuxmusl
 			;;
 			*)
-			./install-tl -profile void.profile
+			./install-tl -profile void.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2019/tlnet-final/ -no-verify-downloads
 			;;
 		esac
 	esac
diff --git a/srcpkgs/texlive2019-bin/template b/srcpkgs/texlive2019-bin/template
index 009d1d8d973..d7cd1c71664 100644
--- a/srcpkgs/texlive2019-bin/template
+++ b/srcpkgs/texlive2019-bin/template
@@ -1,7 +1,7 @@
-# Template file for 'texlive-bin'
+# Template file for 'texlive2019-bin'
 pkgname=texlive2019-bin
 version=2019
-revision=1
+revision=2
 archs="x86_64* i686 aarch64 arm*"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 homepage="http://tug.org/texlive/"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (14 preceding siblings ...)
  2020-05-10 17:34 ` newbluemoon
@ 2020-05-11 20:10 ` newbluemoon
  2020-05-11 20:16 ` [PR PATCH] [Merged]: " leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: newbluemoon @ 2020-05-11 20:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by newbluemoon on void-packages repository

https://github.com/void-linux/void-packages/pull/20913#issuecomment-626931859

Comment:
Tested on x86_64-musl and i686. No problems.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Merged]: texlive2019-bin: use historic texlive repository
  2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
                   ` (15 preceding siblings ...)
  2020-05-11 20:10 ` newbluemoon
@ 2020-05-11 20:16 ` leahneukirchen
  16 siblings, 0 replies; 18+ messages in thread
From: leahneukirchen @ 2020-05-11 20:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 713 bytes --]

There's a merged pull request on the void-packages repository

texlive2019-bin: use historic texlive repository
https://github.com/void-linux/void-packages/pull/20913

Description:
Currently a fresh texlive installation fails.

As texlive2020 has been released the default repository no longer
contains the 2019 version. Make the installer use the frozen
historic one.

Also the signing key seems to be expired so the installer fails. A workaround
is disabling the verification. However, not sure if this is a good idea, but I couldn’t
make it work otherwise.

This is likely a problem for the other historic texlive versions in Void’s repository, too, I didn’t test, however.

@leahneukirchen 

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-05-11 20:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-12 13:23 [PR PATCH] texlive2019-bin: use historic texlive repository newbluemoon
2020-04-12 13:37 ` leahneukirchen
2020-04-12 13:38 ` leahneukirchen
2020-04-12 13:39 ` leahneukirchen
2020-04-12 14:04 ` leahneukirchen
2020-04-12 14:06 ` leahneukirchen
2020-04-12 14:26 ` leahneukirchen
2020-04-12 18:04 ` newbluemoon
2020-04-21 20:42 ` ericonr
2020-04-21 20:57 ` leahneukirchen
2020-04-23  8:10 ` leahneukirchen
2020-04-23 11:14 ` newbluemoon
2020-04-23 17:27 ` [PR PATCH] [Updated] " newbluemoon
2020-04-23 17:28 ` newbluemoon
2020-04-26  6:25 ` [PR PATCH] [Updated] " newbluemoon
2020-05-10 17:34 ` newbluemoon
2020-05-11 20:10 ` newbluemoon
2020-05-11 20:16 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).