Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kitty: update to 0.27.1.
@ 2023-04-04 20:24 sirkhancision
  2023-04-04 20:35 ` classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-04 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages kitty
https://github.com/void-linux/void-packages/pull/43270

kitty: update to 0.27.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From e462217556fb6beb632d78965072e0e2b7f680c3 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:47:37 -0300
Subject: [PATCH] kitty: update to 0.27.1.

---
 srcpkgs/kitty/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 90eb7261085c..fe0bcf370a65 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,9 +1,9 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.26.5
-revision=2
+version=0.27.1
+revision=1
 pycompile_dirs="usr/lib/kitty"
-hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
+hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols"
 makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
  python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel openssl-devel"
 depends="kitty-terminfo-${version}_${revision}"
@@ -13,14 +13,15 @@ license="GPL-3.0-or-later"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad
+checksum=e57672c5ba1973be139548eb772ff13d79c29b0ed67cbbe4418c87b6f1b1a901
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
+nopie_files="/usr/bin/kitten"
 
 # TIOCSWINSZ on ppc overflows signed int, used in ioctl()
 # glibc defines it with ulong, musl with int (should be harmless)
 case "$XBPS_TARGET_MACHINE" in
-	ppc*-musl) CFLAGS+=" -Wno-error=overflow";;
+ppc*-musl) CFLAGS+=" -Wno-error=overflow" ;;
 esac
 
 do_build() {

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

* Re: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
@ 2023-04-04 20:35 ` classabbyamp
  2023-04-05 18:09 ` [PR PATCH] [Updated] " sirkhancision
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-04 20:35 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#issuecomment-1496571870

Comment:
> A new statically compiled, standalone executable, kitten (written in Go) that can be used on all UNIX-like servers for remote control (kitten @), viewing images (kitten icat), manipulating the clipboard (kitten clipboard), etc.

might be nice to have this be a subpackage (`kitty-kitten`) that the main package depends on, so headless computers can have it without having everything

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

* Re: [PR PATCH] [Updated] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
  2023-04-04 20:35 ` classabbyamp
@ 2023-04-05 18:09 ` sirkhancision
  2023-04-05 18:55 ` [PR REVIEW] " classabbyamp
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-05 18:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages kitty
https://github.com/void-linux/void-packages/pull/43270

kitty: update to 0.27.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 673cc6507b736cd61e3f7d65200b7034513060bd Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:47:37 -0300
Subject: [PATCH] kitty: update to 0.27.1.

---
 srcpkgs/kitty-kitten            |  1 +
 srcpkgs/kitty-shell-integration |  1 +
 srcpkgs/kitty/template          | 40 ++++++++++++++++++++++++---------
 3 files changed, 32 insertions(+), 10 deletions(-)
 create mode 120000 srcpkgs/kitty-kitten
 create mode 120000 srcpkgs/kitty-shell-integration

diff --git a/srcpkgs/kitty-kitten b/srcpkgs/kitty-kitten
new file mode 120000
index 000000000000..659fb6b426aa
--- /dev/null
+++ b/srcpkgs/kitty-kitten
@@ -0,0 +1 @@
+kitty
\ No newline at end of file
diff --git a/srcpkgs/kitty-shell-integration b/srcpkgs/kitty-shell-integration
new file mode 120000
index 000000000000..659fb6b426aa
--- /dev/null
+++ b/srcpkgs/kitty-shell-integration
@@ -0,0 +1 @@
+kitty
\ No newline at end of file
diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 90eb7261085c..48e790a943fc 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,33 +1,38 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.26.5
-revision=2
+version=0.27.1
+revision=1
 pycompile_dirs="usr/lib/kitty"
-hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
- python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel openssl-devel"
-depends="kitty-terminfo-${version}_${revision}"
+hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols"
+makedepends="dbus-devel fontconfig-devel freetype-devel gettext-devel glfw-devel harfbuzz-devel lcms2-devel libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel libcanberra-devel libpng-devel librsync-devel librsync-devel libxcb-devel libxkbcommon-devel openssl-devel ncurses-devel python3-devel python3-setuptools wayland-devel wayland-protocols zlib-devel"
+depends="kitty-terminfo-${version}_${revision} kitty-shell-integration-${version}_${revision} python3-Pygments"
+checkdepends="dejavu-fonts-ttf python3-pytest"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad
+checksum=e57672c5ba1973be139548eb772ff13d79c29b0ed67cbbe4418c87b6f1b1a901
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
+nopie_files="/usr/bin/kitten"
 
 # TIOCSWINSZ on ppc overflows signed int, used in ioctl()
 # glibc defines it with ulong, musl with int (should be harmless)
 case "$XBPS_TARGET_MACHINE" in
-	ppc*-musl) CFLAGS+=" -Wno-error=overflow";;
+ppc*-musl) CFLAGS+=" -Wno-error=overflow" ;;
 esac
 
 do_build() {
 	if [ "$CROSS_BUILD" ]; then
 		CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_inc}"
 	fi
-	python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --verbose
+	python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --ignore-compiler-warnings --verbose
+}
+
+do_check() {
+	pytest -v --ignore kitty_tests/file_transmission.py kitty_tests/crypto.py
 }
 
 do_install() {
@@ -36,7 +41,22 @@ do_install() {
 
 kitty-terminfo_package() {
 	short_desc+=" - terminfo data"
+	depends="ncurses"
 	pkg_install() {
 		vmove usr/share/terminfo
 	}
 }
+
+kitty-shell-integration_package() {
+	short_desc+=" - shell integration scripts"
+	pkg_install() {
+		vmove usr/lib/kitty/shell-integration
+	}
+}
+
+kitty-kitten_package() {
+	short_desc+=" - standalone executable"
+	pkg_install() {
+		vmove usr/bin/kitten
+	}
+}

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

* Re: [PR REVIEW] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (3 preceding siblings ...)
  2023-04-05 18:55 ` classabbyamp
@ 2023-04-05 18:55 ` classabbyamp
  2023-04-05 19:03 ` sirkhancision
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-05 18:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#discussion_r1158893238

Comment:
```suggestion
depends="kitty-terminfo>=${version}_${revision} kitty-shell-integration>=${version}_${revision} python3-Pygments"
```
should depend on kitty-kitten too

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

* Re: [PR REVIEW] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
  2023-04-04 20:35 ` classabbyamp
  2023-04-05 18:09 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-04-05 18:55 ` classabbyamp
  2023-04-05 18:55 ` classabbyamp
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-05 18:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#discussion_r1158896369

Comment:
why is this needed? none of the other terminfo packages need it

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

* Re: [PR REVIEW] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (2 preceding siblings ...)
  2023-04-05 18:55 ` [PR REVIEW] " classabbyamp
@ 2023-04-05 18:55 ` classabbyamp
  2023-04-05 18:55 ` classabbyamp
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-05 18:55 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#discussion_r1158898918

Comment:
```suggestion
	short_desc+=" - kitten client"
```
[alpine](https://pkgs.alpinelinux.org/package/edge/community/aarch64/kitty-kitten) describes it as this

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

* Re: [PR REVIEW] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (4 preceding siblings ...)
  2023-04-05 18:55 ` classabbyamp
@ 2023-04-05 19:03 ` sirkhancision
  2023-04-05 19:10 ` [PR PATCH] [Updated] " sirkhancision
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-05 19:03 UTC (permalink / raw)
  To: ml

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

New review comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#discussion_r1158907789

Comment:
It was from this text in kitty's website:
> You need a couple of extra dependencies to build linux-package. tic to compile terminfo files, usually found in the development package of ncurses.

But yeah, if it compiles properly, then indeed there's no reason to have it there.

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

* Re: [PR PATCH] [Updated] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (5 preceding siblings ...)
  2023-04-05 19:03 ` sirkhancision
@ 2023-04-05 19:10 ` sirkhancision
  2023-04-05 19:22 ` [PR REVIEW] " classabbyamp
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-05 19:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages kitty
https://github.com/void-linux/void-packages/pull/43270

kitty: update to 0.27.1.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 9355f3b4cd15193853b4ffca1a37faac7387e73f Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Mon, 3 Apr 2023 00:47:37 -0300
Subject: [PATCH] kitty: update to 0.27.1.

---
 srcpkgs/kitty-kitten            |  1 +
 srcpkgs/kitty-shell-integration |  1 +
 srcpkgs/kitty/template          | 39 ++++++++++++++++++++++++---------
 3 files changed, 31 insertions(+), 10 deletions(-)
 create mode 120000 srcpkgs/kitty-kitten
 create mode 120000 srcpkgs/kitty-shell-integration

diff --git a/srcpkgs/kitty-kitten b/srcpkgs/kitty-kitten
new file mode 120000
index 000000000000..659fb6b426aa
--- /dev/null
+++ b/srcpkgs/kitty-kitten
@@ -0,0 +1 @@
+kitty
\ No newline at end of file
diff --git a/srcpkgs/kitty-shell-integration b/srcpkgs/kitty-shell-integration
new file mode 120000
index 000000000000..659fb6b426aa
--- /dev/null
+++ b/srcpkgs/kitty-shell-integration
@@ -0,0 +1 @@
+kitty
\ No newline at end of file
diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template
index 90eb7261085c..df3e81984a10 100644
--- a/srcpkgs/kitty/template
+++ b/srcpkgs/kitty/template
@@ -1,33 +1,38 @@
 # Template file for 'kitty'
 pkgname=kitty
-version=0.26.5
-revision=2
+version=0.27.1
+revision=1
 pycompile_dirs="usr/lib/kitty"
-hostmakedepends="pkg-config python3 wayland-devel wayland-protocols"
-makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
- python3-devel wayland-devel wayland-protocols librsync-devel libcanberra-devel openssl-devel"
-depends="kitty-terminfo-${version}_${revision}"
+hostmakedepends="go pkg-config python3 wayland-devel wayland-protocols"
+makedepends="dbus-devel fontconfig-devel freetype-devel gettext-devel glfw-devel harfbuzz-devel lcms2-devel libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel libcanberra-devel libpng-devel librsync-devel librsync-devel libxcb-devel libxkbcommon-devel openssl-devel ncurses-devel python3-devel python3-setuptools wayland-devel wayland-protocols zlib-devel"
+depends="kitty-kitten>=${version}_${revision} kitty-terminfo>=${version}_${revision} kitty-shell-integration>=${version}_${revision} python3-Pygments"
+checkdepends="dejavu-fonts-ttf python3-pytest"
 short_desc="Modern, hackable, featureful, OpenGL based terminal emulator"
 maintainer="Benjamin Slade <slade@jnanam.net>"
-license="GPL-3.0-or-later"
+license="GPL-3.0-only"
 homepage="https://sw.kovidgoyal.net/kitty/"
 changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
 distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
-checksum=5544a580314fec7711187ce28162909b5ecff6780071444fe96fb97f8be5c9ad
+checksum=e57672c5ba1973be139548eb772ff13d79c29b0ed67cbbe4418c87b6f1b1a901
 python_version=3
 LDFLAGS+=" -Wl,-z,stack-size=2097152"
+nopie_files="/usr/bin/kitten"
 
 # TIOCSWINSZ on ppc overflows signed int, used in ioctl()
 # glibc defines it with ulong, musl with int (should be harmless)
 case "$XBPS_TARGET_MACHINE" in
-	ppc*-musl) CFLAGS+=" -Wno-error=overflow";;
+ppc*-musl) CFLAGS+=" -Wno-error=overflow" ;;
 esac
 
 do_build() {
 	if [ "$CROSS_BUILD" ]; then
 		CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_inc}"
 	fi
-	python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --verbose
+	python3 setup.py linux-package --prefix=${DESTDIR}/usr --update-check-interval=0 --ignore-compiler-warnings --verbose
+}
+
+do_check() {
+	pytest -v --ignore kitty_tests/file_transmission.py kitty_tests/crypto.py
 }
 
 do_install() {
@@ -40,3 +45,17 @@ kitty-terminfo_package() {
 		vmove usr/share/terminfo
 	}
 }
+
+kitty-shell-integration_package() {
+	short_desc+=" - shell integration scripts"
+	pkg_install() {
+		vmove usr/lib/kitty/shell-integration
+	}
+}
+
+kitty-kitten_package() {
+	short_desc+=" - kitten client"
+	pkg_install() {
+		vmove usr/bin/kitten
+	}
+}

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

* Re: [PR REVIEW] kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (6 preceding siblings ...)
  2023-04-05 19:10 ` [PR PATCH] [Updated] " sirkhancision
@ 2023-04-05 19:22 ` classabbyamp
  2023-04-05 19:29 ` sirkhancision
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-05 19:22 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#discussion_r1158923846

Comment:
tic compilation should be done at build-time

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

* Re: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (7 preceding siblings ...)
  2023-04-05 19:22 ` [PR REVIEW] " classabbyamp
@ 2023-04-05 19:29 ` sirkhancision
  2023-04-05 19:33 ` paper42
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-05 19:29 UTC (permalink / raw)
  To: ml

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

New comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#issuecomment-1498008657

Comment:
I don't really know why it is failing compilation. I'm building it just fine for my architecture, and even that one fails.

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

* Re: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (8 preceding siblings ...)
  2023-04-05 19:29 ` sirkhancision
@ 2023-04-05 19:33 ` paper42
  2023-04-07 19:11 ` sirkhancision
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2023-04-05 19:33 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#issuecomment-1498012631

Comment:
> I don't really know why it is failing compilation. I'm building it just fine for my architecture, and even that one fails.

It's failing to run tests, you can run tests by passing -Q to xbps-src. It's also failing to cross compile because it's trying to run the kitty binary which is build for a different architecture than what is the host system. You can reproduce that by passing for example `-a armv7l` to xbps-src.

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

* Re: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (9 preceding siblings ...)
  2023-04-05 19:33 ` paper42
@ 2023-04-07 19:11 ` sirkhancision
  2023-04-07 19:12 ` classabbyamp
  2023-06-14  6:50 ` [PR PATCH] [Closed]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: sirkhancision @ 2023-04-07 19:11 UTC (permalink / raw)
  To: ml

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

New comment by sirkhancision on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#issuecomment-1500561061

Comment:
> > I don't really know why it is failing compilation. I'm building it just fine for my architecture, and even that one fails.
> 
> It's failing to run tests, you can run tests by passing -Q to xbps-src. It's also failing to cross compile because it's trying to run the kitty binary which is build for a different architecture than what is the host system. You can reproduce that by passing for example `-a armv7l` to xbps-src.

Sorry, but I'm a bit stumped on how to solve that binary architecture issue. Do you have any ideas on how I could fix that?

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

* Re: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (10 preceding siblings ...)
  2023-04-07 19:11 ` sirkhancision
@ 2023-04-07 19:12 ` classabbyamp
  2023-06-14  6:50 ` [PR PATCH] [Closed]: " classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-04-07 19:12 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43270#issuecomment-1500561880

Comment:
we'd need to patch in a way to make it use qemu, I think

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

* Re: [PR PATCH] [Closed]: kitty: update to 0.27.1.
  2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
                   ` (11 preceding siblings ...)
  2023-04-07 19:12 ` classabbyamp
@ 2023-06-14  6:50 ` classabbyamp
  12 siblings, 0 replies; 14+ messages in thread
From: classabbyamp @ 2023-06-14  6:50 UTC (permalink / raw)
  To: ml

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

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

kitty: update to 0.27.1.
https://github.com/void-linux/void-packages/pull/43270

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2023-06-14  6:50 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 20:24 [PR PATCH] kitty: update to 0.27.1 sirkhancision
2023-04-04 20:35 ` classabbyamp
2023-04-05 18:09 ` [PR PATCH] [Updated] " sirkhancision
2023-04-05 18:55 ` [PR REVIEW] " classabbyamp
2023-04-05 18:55 ` classabbyamp
2023-04-05 18:55 ` classabbyamp
2023-04-05 19:03 ` sirkhancision
2023-04-05 19:10 ` [PR PATCH] [Updated] " sirkhancision
2023-04-05 19:22 ` [PR REVIEW] " classabbyamp
2023-04-05 19:29 ` sirkhancision
2023-04-05 19:33 ` paper42
2023-04-07 19:11 ` sirkhancision
2023-04-07 19:12 ` classabbyamp
2023-06-14  6:50 ` [PR PATCH] [Closed]: " classabbyamp

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).