Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 916006 - dev-tcltk/iwidgets-4.1.1-r2 - configure: error: "${W}"/itcl4.1.1 directory doesn't contain itclConfig.sh
Summary: dev-tcltk/iwidgets-4.1.1-r2 - configure: error: "${W}"/itcl4.1.1 directory do...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-19 13:06 UTC by Martin Mokrejš
Modified: 2024-02-28 20:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Mokrejš 2023-10-19 13:06:18 UTC
Hi,
  does iwidegts need to be bumped to 4.2.2 to find systenm-wide itcl-4.2.2 or is this an issue that inside the bundled itcl-4.1.1 needs to be run configure before the configure of iwidgets themselves?

>>> Emerging (1 of 1) dev-tcltk/iwidgets-4.1.1-r2::gentoo
 * iwidgets-4.1.1.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                      [ ok ]
 * itcl4.1.1.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                           [ ok ]
 * itk4.1.0.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                                                                                            [ ok ]
>>> Unpacking source...
>>> Unpacking iwidgets-4.1.1.tar.gz to /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work
>>> Unpacking itcl4.1.1.tar.gz to /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work
>>> Unpacking itk4.1.0.tar.gz to /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work
>>> Source unpacked in /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work
>>> Preparing source in /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1 ...
 * Applying iwidgets-4.1.1-dash.patch ...                                                                                                                                                                                                 [ ok ]
 * Running eautoreconf in '/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1' ...
 * Moving configure.in to configure.ac (bug #426262)
 * Running 'autoconf --force' ...                                                                                                                                                                                                         [ ok ]
 * Running elibtoolize in: iwidgets-4.1.1/
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1 ...
checking for correct TEA configuration... ok (TEA 3.10)
configure: configuring itcl 4.1.1
checking whether ln -s works... yes
checking for Tcl configuration... found /usr/lib/tclConfig.sh
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for existence of /usr/lib/tclConfig.sh... loading
checking platform... unix
configure: --prefix defaulting to TCL_PREFIX /usr
configure: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking if the compiler understands -pipe... yes
checking whether byte ordering is bigendian... no
checking for sin... no
checking for main in -lieee... no
checking for main in -linet... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking dirent.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for Tcl public headers... /usr/include
checking for Tcl private include files... configure: error: Cannot find private header tclInt.h in /usr/lib32/tcl8.6/include
 * econf: updating iwidgets-4.1.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating iwidgets-4.1.1/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/iwidgets-4.1.1-r2 --htmldir=/usr/share/doc/iwidgets-4.1.1-r2/html --libdir=/usr/lib64 --with-tcl=/usr/lib64 --with-tk=/usr/lib64 --with-itcl=/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itcl4.1.1 --with-itk=/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itk4.1.0
checking for correct TEA configuration... ok (TEA 3.2)
checking for Tcl configuration... found /usr/lib64/tclConfig.sh
checking for existence of /usr/lib64/tclConfig.sh... loading
checking for Tk configuration... found /usr/lib64/tkConfig.sh
checking for existence of /usr/lib64/tkConfig.sh... loading
checking for itcl configuration... configure: error: /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itcl4.1.1 directory doesn't contain itclConfig.sh

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1/config.log
 * ERROR: dev-tcltk/iwidgets-4.1.1-r2::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  136:  Called src_configure
 *             environment, line 1675:  Called econf '--with-tcl=/usr/lib64' '--with-tk=/usr/lib64' '--with-itcl=/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itcl4.1.1' '--with-itk=/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itk4.1.0'
 *        phase-helpers.sh, line  732:  Called __helpers_die 'econf failed'
 *   isolated-functions.sh, line  112:  Called die
 * The specific snippet of code:
 *   		die "$@"
 * 
 * If you need support, post the output of `emerge --info '=dev-tcltk/iwidgets-4.1.1-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-tcltk/iwidgets-4.1.1-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1'
 * S: '/var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/iwidgets-4.1.1'


# find /usr -name itclConfig.sh
/usr/lib64/itcl4.2.2/itclConfig.sh
#
# equery belongs /usr/lib64/itcl4.2.2/itclConfig.sh
 * Searching for /usr/lib64/itcl4.2.2/itclConfig.sh ... 
dev-tcltk/itcl-4.2.2 (/usr/lib64/itcl4.2.2/itclConfig.sh)
# ls -latr /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itcl4.1.1 
total 444
-rw-r--r-- 1 portage portage    236 Jul 19  2011 TODO
-rw-r--r-- 1 portage portage   2505 Jul 19  2011 license.terms
-rw-r--r-- 1 portage portage   2571 Jul 19  2011 itclConfig.sh.in
-rw-r--r-- 1 portage portage     51 Jul 19  2011 aclocal.m4
-rw-r--r-- 1 portage portage  16794 Jul 12  2016 Makefile.in
-rw-r--r-- 1 portage portage  25334 Dec  8  2017 ChangeLog
-rw-r--r-- 1 portage portage    285 Dec 14  2017 pkgIndex.tcl.in
-rw-r--r-- 1 portage portage   1383 Dec 15  2017 releasenotes.txt
-rw-r--r-- 1 portage portage   1745 Dec 15  2017 README
-rwxr-xr-x 1 portage portage   9456 Dec 15  2017 configure.ac
-rwxr-xr-x 1 portage portage 286858 Dec 15  2017 configure
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 win
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 tools
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 tests
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 tclconfig
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 library
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 generic
drwxr-xr-x 2 portage portage   4096 Dec 21  2017 doc
drwx------ 5 portage portage   4096 Oct 19 14:55 ..
-rw-r--r-- 1 portage portage  33217 Oct 19 14:55 config.log
drwxr-xr-x 9 portage portage   4096 Oct 19 14:55 .
#


The /var/tmp/portage/dev-tcltk/iwidgets-4.1.1-r2/work/itcl4.1.1/config.log shows:

configure:5619: checking for Tcl public headers
configure:5690: result: /usr/include
configure:5705: checking for Tcl private include files
configure:5748: error: Cannot find private header tclInt.h in /usr/lib32/tcl8.6/include


# find /usr -name tclInt.h
/usr/lib64/tcl8.6/include/generic/tclInt.h
/usr/lib/tcl8.6/include/generic/tclInt.h
#

Looks to be ABI issue but primamrily, should it DEPEND on dev-tcltk/itcl-4.2.2 at first instead of a bundled copy?


# emerge -pv dev-lang/tk dev-lang/tcl itcl iwidgets

[ebuild   R    ] dev-lang/tcl-8.6.13-r1:0/8.6::gentoo  USE="threads -debug" 6,222 KiB
[ebuild   R    ] dev-lang/tk-8.6.13:0/8.6::gentoo  USE="threads truetype (-aqua) -debug -test -xscreensaver" 0 KiB
[ebuild   R    ] dev-tcltk/itcl-4.2.2::gentoo  0 KiB
[ebuild     U  ] dev-tcltk/iwidgets-4.1.1-r2::gentoo [4.1.1::gentoo] USE="-test" 0 KiB
Comment 1 Martin Mokrejš 2023-10-19 13:06:38 UTC
# emerge --info
Portage 3.0.52 (python 3.11.6-final-0, default/linux/amd64/17.1/no-multilib, gcc-13, glibc-2.38-r1, 6.4.16 x86_64)
=================================================================
System uname: Linux-6.4.16-x86_64-Intel-R-_Core-TM-_i7-7820HQ_CPU_@_2.90GHz-with-glibc2.38
KiB Mem:    32735928 total,  16079268 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 13 Oct 2023 17:30:01 +0000
Head commit of repository gentoo: 75687d0568b8cf04082ab0ee1e039d011fc4fffa
Head commit of repository jgenco: 71a582c3d8bc78eb2ca66ff2d07cfb9c8e2ee4f8

Head commit of repository randall: 1878db2875a45dfa0a8c37a1f38035da7deb5cbc

Head commit of repository stefantalpalaru: 0f69ec4d0e909c4cc7663da236ead708915851af

sh bash 5.2_p15-r7
ld GNU ld (Gentoo 2.39 p5) 2.39.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r7::gentoo
dev-java/java-config:      2.3.1-r1::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           2.7.18_p112::stefantalpalaru, 3.10.13::gentoo, 3.11.6::gentoo, 3.12.0::gentoo
dev-lang/rust:             1.70.0::gentoo
dev-util/cmake:            3.27.4::gentoo
dev-util/meson:            1.2.2-r1::gentoo
sys-apps/baselayout:       2.14::gentoo
sys-apps/openrc:           0.51::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/autoconf:        2.13-r8::gentoo, 2.69-r5::gentoo, 2.71-r7::gentoo
sys-devel/automake:        1.14.1-r2::gentoo, 1.15.1-r2::gentoo, 1.16.5-r1::gentoo
sys-devel/binutils:        2.39-r4::gentoo, 2.40-r6::gentoo, 2.41-r2::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           14.0.6-r4::gentoo, 15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/gcc:             10.3.0::gentoo, 11.3.0::gentoo, 12.2.1_p20230304::gentoo, 13.2.1_p20230826::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/lld:             14.0.6-r1::gentoo, 15.0.7::gentoo, 16.0.6::gentoo
sys-devel/llvm:            14.0.6-r4::gentoo, 15.0.7-r3::gentoo, 16.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.5-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.38-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: True
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1

jgenco
    location: /var/db/repos/jgenco
    sync-type: git
    sync-uri: https://github.com/jgenco/jgenco-overlay
    masters: gentoo
    volatile: False

randall
    location: /var/db/repos/randall
    sync-type: git
    sync-uri: https://github.com/ran-dall/portage-overlay
    masters: gentoo
    volatile: False

stefantalpalaru
    location: /var/db/repos/stefantalpalaru
    sync-type: git
    sync-uri: https://github.com/stefantalpalaru/gentoo-overlay
    masters: gentoo
    volatile: False

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE dlj-1.1 sun-bcla-java-vm Oracle-BCLA-JavaSE IBM-J1.6 NPSL Nero-EULA-US AdobeFlash-10.3 AdobeFlash-11.x OPERA-2014 RAR Intel-SDP intel-ucode Skype-TOS vmware linux-firmware fasta vienna-rna unafold GRL MSttfEULA hplip-plugin meme mRNAmarkup ApE ICS ipw3945 finchtv modeller gmap master-pdf-editor abyss swiss-prot Aladdin AVASYS truecrypt-3.0 pyvcf Non-profit-OSL-3.0 estscan bcca_2010 oncotator Adobe blat staden CeCILL-1.1 phrap STRIDE cctbx-2.0 bh-luxi ARIADNE unRAR all-rights-reserved trf annovar_personal_only stampy-academic BSD-BroadInstitute UPennState freedist free-noncomm blasr sun-jlfgr FLI-Jena PSTT netperf sun-jsr67 xv vim.org OSGi-Specification-2.0 colt mod_fastcgi googleearth google-chrome ACE AFL churchill genscan no-source-code linux-fw-redistributable ISSL JSON MPEG-4 Apache-2.0 BSD MIT BSD-2 FSFAP unicode Subversion OPERA-2018 ms-teams-pre TeamViewer PSF-2.4 merlin android julius CROSSOVER-3 lha PUEL-11 supermicro microsoft-edge android"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native -ftree-vectorize"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/stunnel/stunnel.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.3/conf /usr/share/maven-bin-3.6/conf /usr/share/maven-bin-3.8/conf /usr/share/maven-bin-3.9/conf /var/lib/hsqldb /var/spool/torque"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.0/ext-active/ /etc/php/apache2-php8.1/ext-active/ /etc/php/apache2-php8.2/ext-active/ /etc/php/cgi-php8.0/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cgi-php8.2/ext-active/ /etc/php/cli-php8.0/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/php/cli-php8.2/ext-active/ /etc/php/fpm-php8.1/ext-active/ /etc/php/fpm-php8.2/ext-active/ /etc/php/phpdbg-php8.1/ext-active/ /etc/php/phpdbg-php8.2/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/vmware-installer"
CXXFLAGS="-O2 -pipe -march=native -ftree-vectorize"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -march=native -ftree-vectorize"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nostrip parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=native -ftree-vectorize"
GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://gentoo.mirror.web4u.cz/"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
LINGUAS="en_US en_GB en cs"
MAKEOPTS="-j5"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl acpi alsa amd64 amr amrenc aom apache apache2 archive armadillo asm audit av1 avx avx2 berkdb blas bluetooth bluray bmp boost bz2 bzip2 cairo caps ccid cdda cdio cdr cdrom cgi chromium cli codec2 coin cpudetection cracklib crypt cryptlib cryptsetup cups curl cxx dav1d dbus device-mapper dhcp directfb directx dri dri3 drm dvbpsi dvd dvda dxf dxva2 egl elogind emboss encode eselect-ldso eudev exif faad fax fbcon fdk ffmpeg fftw flac fontconfig foomatic fortran fuse gbm gcrypt gd gdal gdbm geoip geolocation georeferencer geos gimp glpk gml gmp gnutls gpm gps grass gstreamer gtk gtk3 h.264 h.265 h264 h265 hal haptic hdf5 heif hevc hpijs hwdb iconv id3tag imaging innodb inotify iproute2 ipv6 java javafx javascript jce jpeg jpeg2k jpg js jscript kdrive keymap kms ladspa lapack laptop las lcms libaom libdrm libkms libnotify librtmp libsoxr libtesseract libtirpc libv4l libxml2 live lm-sensors lm_sensors lz4 lzma lzo mad mariadb matroska mjpeg mmal mmx modemmanager mp3 mpeg mtp mysql ncurses netcdf networkmanager nfs nftables nls nptl nptlonly nscd nss ntfsprogs nvenc objc ocr odbc ogdi ogg openal opencl opengl openh264 openmp opensc openssl opus pam parport pbs pcre pcre16 pcsc pcsc-lite pdal pdf perl php png polar policykit polkit postgres ppds pppd python qemu qml qt3support qt4 qt5 rav1e readline rendering resolvconf romio rubberband scanner seccomp server session sha slideshow smartcard sndfile sndio split-usr sqlite srt sse sse2 sse3 sse4_1 sse4_2 ssh ssl sslv3 ssse3 startup-notification suexec svg svt-av1 syslog tcl tcpd test-rust threads tiff tk tkip tools truetype twolame udev unicode unwind upnp usb v4l v4l2 vaapi vidstab vim-syntax virtualbox vmaf vnc vorbis vp8 vp9 vpx vulkan wavpack wayland webp wifi x11 x264 x265 xa xattr xcb xephyr xft xls xml xmp xorg xrandr xv xvfb xvid xvmc zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2021" ALSA_CARDS="hdspm usb-usx2y" APACHE2_MODULES="alias authn_core authz_core socache_shmcb authz_host auth_basic auth_digest cgi cgid deflate dir env filter include info mem_cache mime mime_magic negotiation remoteip setenvif status userdir vhost_alias rewrite usertrack cache file_cache disk_cache charset_lite log_config log_forensic unixd" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="gpsclock navcom ntrip rtcm104v2 rtcm104v3 ublox nmea0183 nmea2000 aivdm passthrough" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en-US en-GB en cs" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" OPENMPI_RM="pbs" PHP_TARGETS="php5-4 php5-5" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python2_7 python3_9 python3_10 python3_11" RUBY_TARGETS="ruby31 ruby32" VIDEO_CARDS="vesa virtualbox vboxvideo vmware vmvga vmwgfx fbdev intel iris i915 i965 d3d12" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 2 Larry the Git Cow gentoo-dev 2024-02-28 20:13:36 UTC
The bug has been closed via the following commit(s):

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

commit add34158d62d3170b3bbfc107908cd488d7aea3e
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2024-02-28 20:12:22 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2024-02-28 20:13:08 +0000

    dev-tcltk/iwidgets: use deployed itcl and itk
    
    Closes: https://bugs.gentoo.org/916006
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/iwidgets/Manifest                 |  2 -
 dev-tcltk/iwidgets/iwidgets-4.1.1-r2.ebuild | 25 +++++-----
 dev-tcltk/iwidgets/iwidgets-4.1.1-r3.ebuild | 71 +++++++++++++++++++++++++++++
 3 files changed, 83 insertions(+), 15 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit acf87d3a3c54690beaa8c0d749648f1c9d058120
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2024-02-28 20:07:32 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2024-02-28 20:13:04 +0000

    dev-tcltk/itk: add a symlink to build iwidgets
    
    Bug: https://bugs.gentoo.org/916006
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/itk/itk-4.1.0-r1.ebuild | 68 +++++++++++++++++++++++++++++++++++++++
 dev-tcltk/itk/itk-4.1.0.ebuild    |  3 +-
 2 files changed, 69 insertions(+), 2 deletions(-)

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

commit 1d0448720984af7f6aa124502ec6e625233896b3
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2024-02-28 19:28:31 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2024-02-28 20:13:00 +0000

    dev-tcltk/itcl: add a link to allow building iwidgets
    
    Bug: https://bugs.gentoo.org/916006
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-tcltk/itcl/{itcl-4.2.4.ebuild => itcl-4.2.4-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)