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: RESOLVED PKGREMOVED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: yongxiang
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 21:41 UTC by Toralf Förster
Modified: 2024-12-20 20:26 UTC (History)
2 users (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()
Comment 5 Larry the Git Cow gentoo-dev 2024-12-20 20:26:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cedb5109a10827a222148d3f1cf28605509f0ac9

commit cedb5109a10827a222148d3f1cf28605509f0ac9
Author:     Yongxiang Liang <tanekliang@gmail.com>
AuthorDate: 2024-12-16 07:33:55 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-12-20 20:26:34 +0000

    profiles: profiles.mask: drop app-i18n/fcitx:4 mask
    
    Closes: https://bugs.gentoo.org/650350 (pkgremoved)
    Closes: https://bugs.gentoo.org/650344 (pkgremoved)
    Closes: https://bugs.gentoo.org/769119 (pkgremoved)
    Closes: https://bugs.gentoo.org/830879 (pkgremoved)
    Closes: https://bugs.gentoo.org/857930 (pkgremoved)
    Closes: https://bugs.gentoo.org/939887 (pkgremoved)
    Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/39651
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 profiles/package.mask | 17 -----------------
 1 file changed, 17 deletions(-)