FTBFS due to gcc 14 changes.
https://gist.github.com/glitsj16/499b865c5c0c0a540d08e7b965c776c9
Git Clone URL: | https://aur.archlinux.org/xbindkeys_config-gtk2.git (read-only, click to copy) |
---|---|
Package Base: | xbindkeys_config-gtk2 |
Description: | XBindKeys_Config is an easy to use gtk program for configuring Xbindkeys. GTK2 version. |
Upstream URL: | https://github.com/rgeorgiev583/xbindkeys_config |
Keywords: | gtk gui xbindkeys |
Licenses: | GPL |
Submitter: | jakob |
Maintainer: | maximaman |
Last Packager: | maximaman |
Votes: | 64 |
Popularity: | 0.001715 |
First Submitted: | 2013-09-10 14:00 (UTC) |
Last Updated: | 2021-03-06 20:03 (UTC) |
FTBFS due to gcc 14 changes.
https://gist.github.com/glitsj16/499b865c5c0c0a540d08e7b965c776c9
@rado84 The executable is named xbindkeys_config
.
The package built seemingly without errors but when I type $ xbindkeys_config-gtk2 in terminal, I get a message "bash: xbindkeys_config-gtk2: command not found". Any ideas what to do?
To everyone who has had issues with the build: I've taken over as maintainer of this package and I've fixed them.
==> ERROR: Failure while downloading http://ftp.de.debian.org/debian/pool/main/x/xbindkeys-config/xbindkeys-config_0.1.3-2.1.diff.gz
Aborting...
It seems that the upstream for the xbindkeys-config_0.1.3-2.1.diff.gz
file is missing.
Regarding the bug, see also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957969
I encountered the same issues with building this package.
I have the same issue as m0cha
build failed
gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt xbindkeys_config.o menu.o middle.o speedc.o `pkg-config --cflags --libs gtk+-2.0` -o xbindkeys_config
/usr/bin/ld: menu.o:(.bss+0x30): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: menu.o:(.bss+0x28): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: middle.o:(.bss+0x218): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
/usr/bin/ld: middle.o:(.bss+0x210): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x0): multiple definition of `Speed_config'; middle.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7ba8): multiple definition of `label_warning'; xbindkeys_config.o:(.bss+0x0): first defined here
/usr/bin/ld: speedc.o:(.bss+0x7bb0): multiple definition of `button_undo_menu'; xbindkeys_config.o:(.bss+0x8): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:18: main] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Error making: xbindkeys_config-gtk2
I have BUILDDIR=/tmp/makepkg in my makepkg.conf, I wonder if that has an incidence? I compile in tmpfs. EDIT: I can confirm, if I restore BUILDDIR to default I compile fine.
Pinned Comments