should no longer run into the diff compat.c errors from now on
Search Criteria
Package Details: weechat-xmpp-git r1.r45.g0efe037-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/weechat-xmpp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | weechat-xmpp-git |
| Description: | A weechat plugin in C/++ for XMPP support, minimal but idealy maximal set of XEPs |
| Upstream URL: | https://github.com/bqv/weechat-xmpp |
| Keywords: | weechat xmpp |
| Licenses: | MIT |
| Provides: | weechat-xmpp |
| Submitter: | Ckat |
| Maintainer: | Ckat |
| Last Packager: | Ckat |
| Votes: | 1 |
| Popularity: | 0.008885 |
| First Submitted: | 2025-08-12 17:41 (UTC) |
| Last Updated: | 2025-08-12 17:41 (UTC) |
Dependencies (12)
- fmt (fmt-gitAUR)
- gpgme (gpgme-gitAUR)
- libomemo-c
- libsignal-protocol-c
- libstrophe (libstrophe-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- lmdbxx
- weechat (weechat-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- doctest (make)
- flex (flex-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Required by (0)
Sources (1)
Latest Comments
Ckat commented on 2026-04-02 16:47 (UTC)
Ckat commented on 2026-03-31 20:49 (UTC) (edited on 2026-03-31 20:50 (UTC) by Ckat)
I dont know why people keep running into the undefined __progname. a guy with debian was running into it as well. it comes form this part in the diff lib: https://github.com/kristapsdz/libdiff/blob/aadb3d7fe4dcb4b212c77e4fc6c2599826aeb50a/compats.c#L176-L193 checkout issue #32 on the github repo I opened about it for the time being, I'd like some input and testing on these systems
lnoferin commented on 2026-03-03 21:35 (UTC)
I cannot install this plugin because I have the error in the paste https://paste.debian.net/hidden/08c02de0
In particular:
make[1]: Entering directory '/home/leandro/.cache/yay/weechat-xmpp-git/src/weechat-xmpp-git/deps/diff'
cc -fPIC -c -o diff.o diff.c
cc -fPIC -c -o compats.o compats.c
compats.c:191:2: error: #error No getprogname available.
191 | #error No getprogname available.
| ^~~~~
compats.c: In function 'memmem':
compats.c:509:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
509 | return memchr(l, *cs, l_len);
| ^~~~~~
make[1]: *** [<builtin>: compats.o] Error 1
make[1]: Leaving directory '/home/leandro/.cache/yay/weechat-xmpp-git/src/weechat-xmpp-git/deps/diff'
make: *** [makefile:185: deps/diff/libdiff.a] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: weechat-xmpp-git-exit status 4
-> Failed to install the following packages. Manual intervention is required:
weechat-xmpp-git - exit status 4
Ckat commented on 2025-08-21 15:06 (UTC)
since this compiles against weechat you will have to install it again after each weechat update.
if theres any issue building or while running it's most likely fixable upstream so make an issue on the github unless you are 100% sure its just this pkgbuild related
Pinned Comments
Ckat commented on 2025-08-21 15:06 (UTC)
since this compiles against weechat you will have to install it again after each weechat update.
if theres any issue building or while running it's most likely fixable upstream so make an issue on the github unless you are 100% sure its just this pkgbuild related