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

Bug 781185

Summary: x11-misc/ktsuss-2.1 - configure: error: Could not find su in PATH
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
temp.tar.bz2
x11-misc:ktsuss-2.1:20210408-170945.log

Description Toralf Förster gentoo-dev 2021-04-08 17:42:07 UTC
checking for gtk+-2.0 >= 2.2 glib-2.0 >= 2.2... yes
checking whether we can locate the su program... 
configure: error: Could not find su in PATH

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-misc/ktsuss-2.1/work/ktsuss-2.1/config.log

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-20210330-091524

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.1.0
Python 3.8.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Thu Apr  8 16:11:21 UTC 2021

emerge -qpvO x11-misc/ktsuss
[ebuild  N    ] x11-misc/ktsuss-2.1  USE="-sudo"
Comment 1 Toralf Förster gentoo-dev 2021-04-08 17:42:09 UTC
Created attachment 698655 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-08 17:42:10 UTC
Created attachment 698658 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-08 17:42:12 UTC
Created attachment 698661 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-08 17:42:13 UTC
Created attachment 698664 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-08 17:42:14 UTC
Created attachment 698667 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-08 17:42:15 UTC
Created attachment 698670 [details]
temp.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-04-08 17:42:16 UTC
Created attachment 698673 [details]
x11-misc:ktsuss-2.1:20210408-170945.log
Comment 8 Larry the Git Cow gentoo-dev 2022-10-21 15:49:02 UTC
The bug has been closed via the following commit(s):

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

commit 2789250e7e776e19599bab2da0fd20b4e8ddbe2d
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-21 15:10:13 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-21 15:48:10 +0000

    x11-misc/ktsuss: EAPI6->8, fix deps and build w/ clang16
    
    bug #781185 could have two causes, either no su(1) or
    no which(1) given neither are guaranteed.
    
    Closes: https://bugs.gentoo.org/781185
    Closes: https://bugs.gentoo.org/874540
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 x11-misc/ktsuss/files/ktsuss-2.1-clang16.patch  | 29 ++++++++++++++++
 x11-misc/ktsuss/files/ktsuss-2.1-no-which.patch | 13 +++++++
 x11-misc/ktsuss/ktsuss-2.1-r1.ebuild            | 45 +++++++++++++++++++++++++
 x11-misc/ktsuss/ktsuss-2.1.ebuild               | 32 ------------------
 4 files changed, 87 insertions(+), 32 deletions(-)