Core Update 172: Do not delete libreadline.so.8.1

Message ID a8a29959-11b2-d9a0-e381-3516ecf9b362@ipfire.org
State Accepted
Commit a3e3e6c3d1c61e59f83aebc030e430014b10a796
Headers
Series Core Update 172: Do not delete libreadline.so.8.1 |

Commit Message

Peter Müller Dec. 2, 2022, 8:56 a.m. UTC
  Doing so causes the shell in which the update script is currently
executed to crash before extracting files, which results in a
completely broken system.

See also: https://community.ipfire.org/t/core-172-testing-fails/9002/1

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/core/172/update.sh | 1 -
 1 file changed, 1 deletion(-)
  

Comments

Adolf Belka Dec. 2, 2022, 9:17 a.m. UTC | #1
Reviewed-by: Adolf Belka <adolf.belka@ipfire.org>

On 02/12/2022 09:56, Peter Müller wrote:
> Doing so causes the shell in which the update script is currently
> executed to crash before extracting files, which results in a
> completely broken system.
>
> See also: https://community.ipfire.org/t/core-172-testing-fails/9002/1
>
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
>   config/rootfiles/core/172/update.sh | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh
> index ecf439a92..a2292b7ae 100644
> --- a/config/rootfiles/core/172/update.sh
> +++ b/config/rootfiles/core/172/update.sh
> @@ -89,7 +89,6 @@ rm -rvf \
>   	/usr/lib/libpoppler-cpp.so.0.9* \
>   	/usr/lib/libpoppler-glib.so.8.23.0 \
>   	/usr/lib/libpoppler.so.120* \
> -	/usr/lib/libreadline.so.8.1 \
>   	/usr/lib/libtasn1.so.6.6.2 \
>   	/usr/lib/libtiff.so.5.7* \
>   	/usr/lib/libtiffxx.so.5.7* \
  

Patch

diff --git a/config/rootfiles/core/172/update.sh b/config/rootfiles/core/172/update.sh
index ecf439a92..a2292b7ae 100644
--- a/config/rootfiles/core/172/update.sh
+++ b/config/rootfiles/core/172/update.sh
@@ -89,7 +89,6 @@  rm -rvf \
 	/usr/lib/libpoppler-cpp.so.0.9* \
 	/usr/lib/libpoppler-glib.so.8.23.0 \
 	/usr/lib/libpoppler.so.120* \
-	/usr/lib/libreadline.so.8.1 \
 	/usr/lib/libtasn1.so.6.6.2 \
 	/usr/lib/libtiff.so.5.7* \
 	/usr/lib/libtiffxx.so.5.7* \