Search Criteria
Package Details: kitty-terminfo-git 1:0.35.2.r247.gd93e91d11-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/kitty-git.git (read-only, click to copy) |
---|---|
Package Base: | kitty-git |
Description: | Terminfo for kitty, an OpenGL-based terminal emulator |
Upstream URL: | https://sw.kovidgoyal.net/kitty/ |
Licenses: | GPL3 |
Conflicts: | kitty-terminfo |
Provides: | kitty-terminfo |
Submitter: | mkindshofer |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 26 |
Popularity: | 0.21 |
First Submitted: | 2017-01-10 15:54 (UTC) |
Last Updated: | 2024-07-14 09:33 (UTC) |
Dependencies (21)
- ncurses (ncurses-gitAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, go-sylixosAUR, gcc-go) (make)
- libcanberra (make)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd) (make)
- libxcursor (make)
- libxi (libxi-gitAUR) (make)
- libxinerama (libxinerama-randr-gitAUR) (make)
- libxkbcommon (libxkbcommon-gitAUR) (make)
- libxrandr (libxrandr-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-wsl2-gitAUR, mesa-amber) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx-copybutton (make)
- python-sphinx-furo (make)
- python-sphinx-inline-tabs (make)
- python-sphinxext-opengraph (make)
- simde (make)
- ttf-nerd-fonts-symbols-mono (make)
- Show 1 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
xiota commented on 2024-07-14 13:10 (UTC)
Thanks for your help. Some build system problem. Have similar results to yours now.
FabioLolix commented on 2024-07-14 12:14 (UTC)
@xiota can't replicate https://github.com/FabioLolix/buildlogs/commit/f00d785ece8ee26f9e9deced3f64410e1043f21a, despite the error/warning you see in my logs the packages are being created and run
FabioLolix commented on 2024-07-14 09:37 (UTC)
@xiota yes
RealOrRandom commented on 2024-04-04 08:19 (UTC) (edited on 2024-04-04 08:20 (UTC) by RealOrRandom)
I reported the
D_FORTIFY_SOURCE
issue upstream, see https://github.com/kovidgoyal/kitty/issues/7310 .alekgr commented on 2024-03-19 23:10 (UTC)
so @FabioLolix did you get a chance to update the package?
iano200 commented on 2024-03-16 15:34 (UTC)
Looks like the developer of kitty has added in custom build flags for
gcc
orclang
so thesetup.py
is adding in the flags that he has added in plus the flags that are specified in theCFLAGS
var located in/etc/makepkg.conf
together resulting in specifically an error bygcc
in my case, complaining that_FORTIFY_SOURCE
has been redefined. He has specified-D_FORTIFY_SOURCE=2
and the value flag in/etc/makepkg.conf
is set to-D_FORTIFY_SOURCE=3
which causes the build to fail with a not very helpful error message.@FabioLolix to get around this add:
Into the
PKGBUILD
file and it should be able to build properly again, I have ran it multiple times with that set.zomgugoff commented on 2024-03-15 22:39 (UTC)
Thanks for the assistance. It would be nice to know what the issue is with the OS detection.
FabioLolix commented on 2024-03-15 22:33 (UTC)
that's because they aren't already in a repository
1 2 3 4 5 6 7 Next › Last »