all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
@ 2024-01-30 18:58 msglm via Guix-patches via
  2024-02-07 20:41 ` [bug#68828] msglm via Guix-patches via
  2024-04-25 21:21 ` [bug#68828] msglm via Guix-patches via
  0 siblings, 2 replies; 7+ messages in thread
From: msglm via Guix-patches via @ 2024-01-30 18:58 UTC (permalink / raw)
  To: 68828; +Cc: msglm

* gnu/packages/xorg.scm (libxft): Update to 2.3.8

Change-Id: I93190dd5ce204df6bd8c68220ea4f1d2d57f4e2d
---
 gnu/packages/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b7279d0633..bbb686c819 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1341,7 +1341,7 @@ (define-public libxdmcp
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.4")
+    (version "2.3.8")
     (source
       (origin
         (method url-fetch)

base-commit: 2c5293afffa39d5d4aaec248a1973c7f62b1a0b4
-- 
2.41.0





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

* [bug#68828]
  2024-01-30 18:58 [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 msglm via Guix-patches via
@ 2024-02-07 20:41 ` msglm via Guix-patches via
  2024-04-25 21:21 ` [bug#68828] msglm via Guix-patches via
  1 sibling, 0 replies; 7+ messages in thread
From: msglm via Guix-patches via @ 2024-02-07 20:41 UTC (permalink / raw)
  To: 68828

Of note, this is to fix a problem with emojis crashing lukesmithxyz-st
(and perhaps proper st as well, but I haven't checked).
The current version of libxft has a known problem with causing these
crashes, see this FAQ for documentation:
https://git.suckless.org/st/file/FAQ.html#l224




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

* [bug#68828]
  2024-01-30 18:58 [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 msglm via Guix-patches via
  2024-02-07 20:41 ` [bug#68828] msglm via Guix-patches via
@ 2024-04-25 21:21 ` msglm via Guix-patches via
  2024-04-26  6:45   ` [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 Ricardo Wurmus
  1 sibling, 1 reply; 7+ messages in thread
From: msglm via Guix-patches via @ 2024-04-25 21:21 UTC (permalink / raw)
  To: 68828; +Cc: zimon.toutoune, paren, ludo, me, rekado, jgart, othacehe, guix

Adding more maintainers to this issue since I didn't before




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

* [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
  2024-04-25 21:21 ` [bug#68828] msglm via Guix-patches via
@ 2024-04-26  6:45   ` Ricardo Wurmus
  2024-04-26 22:13     ` msglm via Guix-patches via
  0 siblings, 1 reply; 7+ messages in thread
From: Ricardo Wurmus @ 2024-04-26  6:45 UTC (permalink / raw)
  To: msglm; +Cc: zimon.toutoune, paren, ludo, me, jgart, othacehe, guix, 68828

Hi,

this patch cannot be applied because it misses the update of the hash.

As the upgrade would require thousands of rebuilds, this change should
be applied on a separate branch.

-- 
Ricardo




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

* [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
  2024-04-26  6:45   ` [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 Ricardo Wurmus
@ 2024-04-26 22:13     ` msglm via Guix-patches via
  2024-05-06 11:28       ` Simon Tournier
  0 siblings, 1 reply; 7+ messages in thread
From: msglm via Guix-patches via @ 2024-04-26 22:13 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 68828

>misses the update of the hash.
Oops! Sorry about that.

I'm trying to update that now on my end, and im getting a lot of errors
relating to finding a mirror. Can you confirm this is happening on your
end as well?

error exmaples:
download failed "http://mirror.csclub.uwaterloo.ca/x.org/individual/lib/libXft-2.3.8.tar.bz2" 404 "Not Found"

Starting download of /gnu/store/lcqg1f8z9y86amrpim5j5gci7s94ldd4-libXft-2.3.8.tar.bz2
From http://xorg.mirrors.pair.com/individual/lib/libXft-2.3.8.tar.bz2...
In procedure connect*: Connection timed out

I do know that libxft tarballs live here as well:
https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.8.tar.gz

I don't know if you would be opinionated on changing the source link if
you can reproduce the problem i'm having.

>this should be applied on a separate branch.
I'm new to email-based patches, would I just make a new branch in my
local repo and then make a patch targeting it? Or is there something
else I may need to do.

On Fri Apr 26, 2024 at 1:45 AM CDT, Ricardo Wurmus wrote:
> Hi,
>
> this patch cannot be applied because it misses the update of the hash.
>
> As the upgrade would require thousands of rebuilds, this change should
> be applied on a separate branch.





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

* [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
  2024-04-26 22:13     ` msglm via Guix-patches via
@ 2024-05-06 11:28       ` Simon Tournier
  2024-05-11 18:51         ` msglm via Guix-patches via
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Tournier @ 2024-05-06 11:28 UTC (permalink / raw)
  To: msglm, Ricardo Wurmus; +Cc: 68828

HI,

On ven., 26 avril 2024 at 17:13, msglm via Guix-patches via <guix-patches@gnu.org> wrote:

> I'm trying to update that now on my end, and im getting a lot of errors
> relating to finding a mirror. Can you confirm this is happening on your
> end as well?
>
> error exmaples:
> download failed "http://mirror.csclub.uwaterloo.ca/x.org/individual/lib/libXft-2.3.8.tar.bz2" 404 "Not Found"
>
> Starting download of /gnu/store/lcqg1f8z9y86amrpim5j5gci7s94ldd4-libXft-2.3.8.tar.bz2
> From http://xorg.mirrors.pair.com/individual/lib/libXft-2.3.8.tar.bz2...
> In procedure connect*: Connection timed out
>
> I do know that libxft tarballs live here as well:
> https://xorg.freedesktop.org/archive/individual/lib/libXft-2.3.8.tar.gz

The problem is because the extension is not same: compare .bz2 vs .gz.

Indeed, the extension .bz2 does not exist on mirror servers.

--8<---------------cut here---------------start------------->8---
Starting download of /gnu/store/sbrx9br6h2n98z1xgg6ww11jr8fdln6q-libXft-2.3.8.tar.bz2
From http://www.x.org/releases/individual/lib/libXft-2.3.8.tar.bz2...
following redirection to `https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.bz2'...
download failed "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.bz2" 404 "Not Found"
--8<---------------cut here---------------end--------------->8---

But the extension .gz is there:

--8<---------------cut here---------------start------------->8---
Starting download of /gnu/store/kqkqfp80cz3ldh40r4zbn67rhlgxrg4m-libXft-2.3.8.tar.gz
From http://www.x.org/releases/individual/lib/libXft-2.3.8.tar.gz...
following redirection to `https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.gz'...
downloading from http://www.x.org/releases/individual/lib/libXft-2.3.8.tar.gz ...
 libXft-2.3.8.tar.gz  446KiB                                               103KiB/s 00:04 ▕██████████████████▏ 100.0%
--8<---------------cut here---------------end--------------->8---

The correct patch is thus:

--8<---------------cut here---------------start------------->8---
1 file changed, 3 insertions(+), 3 deletions(-)
gnu/packages/xorg.scm | 6 +++---

modified   gnu/packages/xorg.scm
@@ -1341,17 +1341,17 @@ (define-public libxdmcp
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.4")
+    (version "2.3.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXft-"
                version
-               ".tar.bz2"))
+               ".tar.gz"))
         (sha256
           (base32
-            "1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
+           "1a3qybcvhdshgj1wynhsahdnrlmfv2wrjklyh1j2whj4v3i8zr1j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
--8<---------------cut here---------------end--------------->8---

Do you want to send an updated (v2) patch?


Cheers,
simon






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

* [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8
  2024-05-06 11:28       ` Simon Tournier
@ 2024-05-11 18:51         ` msglm via Guix-patches via
  0 siblings, 0 replies; 7+ messages in thread
From: msglm via Guix-patches via @ 2024-05-11 18:51 UTC (permalink / raw)
  To: Simon Tournier; +Cc: 68828


[-- Attachment #1.1: Type: text/plain, Size: 58 bytes --]

Hey, attached is the new patch. I hope I did this right.

[-- Attachment #2: 0001-gnu-libxft-Update-to-2.3.8.patch --]
[-- Type: text/plain, Size: 1342 bytes --]

From 3dfa506a6f54badd24171e1941fd79c429876070 Mon Sep 17 00:00:00 2001
Message-ID: <3dfa506a6f54badd24171e1941fd79c429876070.1715453363.git.msglm@techchud.xyz>
From: msglm <msglm@techchud.xyz>
Date: Sat, 11 May 2024 13:37:17 -0500
Subject: [PATCH] gnu: libxft: Update to 2.3.8

* gnu/packages/xorg.scm (libxft): update to 2.3.8

Change-Id: I27b1e10ba700c700445c93267605ea53c481f122
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 74059a2691..24022b7e20 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1341,17 +1341,17 @@ (define-public libxdmcp
 (define-public libxft
   (package
     (name "libxft")
-    (version "2.3.4")
+    (version "2.3.8")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXft-"
                version
-               ".tar.bz2"))
+               ".tar.gz"))
         (sha256
           (base32
-            "1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp"))))
+            "1a3qybcvhdshgj1wynhsahdnrlmfv2wrjklyh1j2whj4v3i8zr1j"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))

base-commit: 6f595eca59c00412b80657495d30ed110d9166c0
-- 
2.41.0


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

end of thread, other threads:[~2024-05-11 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-30 18:58 [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 msglm via Guix-patches via
2024-02-07 20:41 ` [bug#68828] msglm via Guix-patches via
2024-04-25 21:21 ` [bug#68828] msglm via Guix-patches via
2024-04-26  6:45   ` [bug#68828] [PATCH] gnu: libxft: Update to 2.3.8 Ricardo Wurmus
2024-04-26 22:13     ` msglm via Guix-patches via
2024-05-06 11:28       ` Simon Tournier
2024-05-11 18:51         ` msglm via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.