public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] Core Update 172: Do not delete libreadline.so.8.1
@ 2022-12-02  8:56 Peter Müller
  2022-12-02  9:17 ` Adolf Belka
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Müller @ 2022-12-02  8:56 UTC (permalink / raw)
  To: development

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

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(a)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* \
-- 
2.34.1


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

* Re: [PATCH] Core Update 172: Do not delete libreadline.so.8.1
  2022-12-02  8:56 [PATCH] Core Update 172: Do not delete libreadline.so.8.1 Peter Müller
@ 2022-12-02  9:17 ` Adolf Belka
  0 siblings, 0 replies; 2+ messages in thread
From: Adolf Belka @ 2022-12-02  9:17 UTC (permalink / raw)
  To: development

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

Reviewed-by: Adolf Belka <adolf.belka(a)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(a)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* \

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

end of thread, other threads:[~2022-12-02  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-02  8:56 [PATCH] Core Update 172: Do not delete libreadline.so.8.1 Peter Müller
2022-12-02  9:17 ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox