Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 830879

Summary: app-i18n/fcitx-4.2.9.8[-autostart] - CMake Warning: Manually-specified variables were not used by the project: SYSCONFDIR
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Arfrever Frehtes Taifersar Arahesis <arfrever.fta>
Status: CONFIRMED ---    
Severity: normal CC: cjk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: app-i18n:fcitx-4.2.9.8:20220109-203052.log
emerge-history.txt
etc.portage.tar.bz2

Description Toralf Förster gentoo-dev 2022-01-09 21:41:38 UTC
 * One or more CMake variables were not used by the project:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220109-120005

  -------------------------------------------------------------------

  The log matches a QA pattern or a pattern requested by a Gentoo developer.
Comment 1 Toralf Förster gentoo-dev 2022-01-09 21:41:40 UTC
Created attachment 761723 [details]
app-i18n:fcitx-4.2.9.8:20220109-203052.log
Comment 2 Toralf Förster gentoo-dev 2022-01-09 21:41:41 UTC
Created attachment 761724 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-01-09 21:41:42 UTC
Created attachment 761725 [details]
etc.portage.tar.bz2
Comment 4 Arfrever Frehtes Taifersar Arahesis 2022-01-10 01:16:43 UTC
> CMake Warning:
>   Manually-specified variables were not used by the project:
> 
>     SYSCONFDIR


CMakeLists.txt defines SYSCONFDIR.

data/CMakeLists.txt uses SYSCONFDIR when ENABLE_XDGAUTOSTART is true (USE="autostart"):

if(_ENABLE_DBUS AND ENABLE_XDGAUTOSTART)
  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fcitx-autostart.desktop"
    DESTINATION "${SYSCONFDIR}/xdg/autostart")
endif()