Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830879 - app-i18n/fcitx-4.2.9.8[-autostart] - CMake Warning: Manually-specified variables were not used by the project: SYSCONFDIR
Summary: app-i18n/fcitx-4.2.9.8[-autostart] - CMake Warning: Manually-specified variab...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 21:41 UTC by Toralf Förster
Modified: 2022-01-10 01:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-i18n:fcitx-4.2.9.8:20220109-203052.log (app-i18n:fcitx-4.2.9.8:20220109-203052.log,384.90 KB, text/plain)
2022-01-09 21:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,27.32 KB, text/plain)
2022-01-09 21:41 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.76 KB, application/x-bzip)
2022-01-09 21:41 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
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()