dpkg-query: no packages found matching xorg-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libx11-xcb-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-render0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-render-util0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xkb-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-icccm4-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-image0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-keysyms1-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-randr0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-shape0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-sync-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xfixes0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching libxcb-xinerama0-dev debconf: delaying package configuration, since apt-utils is not installed dpkg-query: no packages found matching xkb-data debconf: delaying package configuration, since apt-utils is not installed configure: WARNING: Different --prefix selected for Tk and Tcl! [package require Tk] may not work correctly in tclsh. In file included from /usr/include/string.h:494, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixPort.h:32, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:27, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkClipboard.c:15: In function ‘strncpy’, inlined from ‘ClipboardAppHandler’ at /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkClipboard.c:150:5: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkClipboard.c: In function ‘ClipboardAppHandler’: /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkClipboard.c:142:14: note: length computed here 142 | length = strlen(p); | ^~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c: In function ‘TkPostscriptImage’: /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1183:49: warning: ‘cdata.red_shift’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1183 | #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.red_shift’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1185:37: warning: ‘cdata.blue_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1185 | #define GetBValue(rgb) ((rgb & cdata->blue_mask) >> cdata->blue_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.blue_mask’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1185:50: warning: ‘cdata.blue_shift’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1185 | #define GetBValue(rgb) ((rgb & cdata->blue_mask) >> cdata->blue_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.blue_shift’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1184:37: warning: ‘cdata.green_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1184 | #define GetGValue(rgb) ((rgb & cdata->green_mask) >> cdata->green_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.green_mask’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1183:37: warning: ‘cdata.red_mask’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1183 | #define GetRValue(rgb) ((rgb & cdata->red_mask) >> cdata->red_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.red_mask’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1184:51: warning: ‘cdata.green_shift’ may be used uninitialized in this function [-Wmaybe-uninitialized] 1184 | #define GetGValue(rgb) ((rgb & cdata->green_mask) >> cdata->green_shift) | ^~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkCanvPs.c:1263:20: note: ‘cdata.green_shift’ was declared here 1263 | TkColormapData cdata; | ^~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkTextImage.c: In function ‘EmbImageDisplayProc’: /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkTextImage.c:689:5: warning: ‘imageY’ may be used uninitialized in this function [-Wmaybe-uninitialized] 689 | Tk_RedrawImage(image, 0, 0, width, height, dst, imageX, imageY); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c: In function ‘TkpGetKeySym’: /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:366:5: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 366 | sym = TkKeycodeToKeysym(dispPtr, eventPtr->xkey.keycode, 0, | ^~~ In file included from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tk.h:96, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:21, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:13: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:381:6: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 381 | sym = TkKeycodeToKeysym(dispPtr, eventPtr->xkey.keycode, | ^~~ In file included from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tk.h:96, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:21, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:13: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:392:2: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 392 | sym = TkKeycodeToKeysym(dispPtr, eventPtr->xkey.keycode, | ^~~ In file included from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tk.h:96, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:21, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:13: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c: In function ‘TkpInitKeymapInfo’: /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:442:2: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 442 | keysym = TkKeycodeToKeysym(dispPtr, *codePtr, 0, 0); | ^~~~~~ In file included from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tk.h:96, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:21, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:13: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:468:2: warning: ‘XKeycodeToKeysym’ is deprecated [-Wdeprecated-declarations] 468 | keysym = TkKeycodeToKeysym(dispPtr, *codePtr, 0, 0); | ^~~~~~ In file included from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tk.h:96, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkPort.h:21, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../generic/tkInt.h:19, from /home/conan/w/cci_PR-3458/.conan/data/tk/8.6.10/_/_/build/3354b3bb8e9648ad2f36aef99ced3784f9313b07/source_subfolder/unix/../unix/tkUnixKey.c:13: /usr/include/X11/Xlib.h:1687:15: note: declared here 1687 | extern KeySym XKeycodeToKeysym( | ^~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY Tk_Init failed: no display name and no $DISPLAY environment variable But ignore it: there may not be a X server running.