make[3]: Entering directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
CC xfdesktop_settings-main.o
CC xfdesktop_settings-xfdesktop-settings-ui.o
GEN xfce-backdrop-settings.desktop
main.c: In function ‘is_our_window’:
main.c:1699:29: warning: implicit declaration of function ‘xfw_window_get_id’; did you mean ‘xfw_window_get_icon’? [-Wimplicit-function-declaration]
1699 | Window window_xid = xfw_window_get_id(window);
| ^~~~~~~~~~~~~~~~~
| xfw_window_get_icon
main.c:1699:29: warning: nested extern declaration of ‘xfw_window_get_id’ [-Wnested-externs]
CCLD xfdesktop-settings
/usr/bin/ld: /tmp/cca2PnIr.ltrans0.ltrans.o: in function `cb_window_opened':
/usr/src/debug/xfdesktop-devel/xfdesktop-4.19.1/settings/main.c:1699:(.text+0x30c1): undefined reference to `xfw_window_get_id'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:586: xfdesktop-settings] Error 1
make[3]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
make[2]: *** [Makefile:501: all] Error 2
make[2]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1/settings'
make[1]: *** [Makefile:586: all-recursive] Error 1
make[1]: Leaving directory '/home/mrtuxa/.cache/yay/xfdesktop-devel/src/xfdesktop-4.19.1'
make: *** [Makefile:497: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
-> error making: xfdesktop-devel-exit status 4
-> Failed to install the following packages. Manual intervention is required:
xfdesktop-devel - exit status 4
Search Criteria
Package Details: xfdesktop-devel 4.19.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xfdesktop-devel.git (read-only, click to copy) |
---|---|
Package Base: | xfdesktop-devel |
Description: | A desktop manager for Xfce (development release) |
Upstream URL: | https://docs.xfce.org/xfce/xfdesktop/start |
Licenses: | GPL2 |
Groups: | xfce4-devel |
Conflicts: | xfce4-menueditor, xfdesktop |
Provides: | xfdesktop |
Replaces: | xfce4-menueditor |
Submitter: | twa022 |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 18 |
Popularity: | 1.24 |
First Submitted: | 2013-10-27 19:37 (UTC) |
Last Updated: | 2024-11-02 00:17 (UTC) |
Dependencies (8)
- garcon (garcon-gitAUR, garcon-develAUR)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxfce4windowing (libxfce4windowing-gitAUR, libxfce4windowing-develAUR)
- libyaml (libyaml-gitAUR)
- thunar (thunar-gitAUR, thunar-extendedAUR, thunar-develAUR)
- glib2-devel (make)
- meson (meson-gitAUR) (make)
Required by (5)
- adapta-gtk-theme-git (requires xfdesktop) (optional)
- backdrop-randomizer (requires xfdesktop)
- kali-undercover (requires xfdesktop)
- xfce4-devel-meta
- xfce4-meta (requires xfdesktop)
Sources (1)
mrtuxa commented on 2024-03-13 00:29 (UTC) (edited on 2024-03-13 00:29 (UTC) by mrtuxa)
bittin commented on 2022-11-01 03:54 (UTC)
4.17.1 PKGBUILD: https://pastebin.com/iSZSnu6r
twa022 commented on 2020-12-26 13:35 (UTC)
Don't flag out of date. This follows development snapshots. Will update once packages in the 4.17 series are published (use the stable packages in extra/community until then).
graysky commented on 2019-06-01 15:19 (UTC)
Can you add this as a dependency? Without it, I cannot build in a clean-chroot against needed libxfconf-0.so.3 (the arch-build scripts will download the wrong version from [extra]).
depends=(... xfconf>=4.13.7-1")
xfdesktop: error while loading shared libraries: libxfconf-0.so.2: cannot open shared object file: No such file or directory
tbeckerson commented on 2018-02-12 01:54 (UTC)
As an FYI, as of Feb 11 2018 if you try to install this with Thunar-devel installed, it fails with:
xfdesktop-xfdesktop-file-icon-manager.o: In function `xfdesktop_file_icon_manager_populate_context_menu':
xfdesktop-file-icon-manager.c:(.text+0x343f): undefined reference to `thunarx_menu_provider_get_file_actions'
xfdesktop-file-icon-manager.c:(.text+0x3691): undefined reference to `thunarx_menu_provider_get_folder_actions'
collect2: error: ld returned 1 exit status
However, if Thunar from the repositories is installed first, xfdesktop-devel installs fine (thunar-devel can be installed after).
Pinned Comments
twa022 commented on 2020-12-26 13:35 (UTC)
Don't flag out of date. This follows development snapshots. Will update once packages in the 4.17 series are published (use the stable packages in extra/community until then).