Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842465 - gui-apps/kanshi-1.1.0 - meson.build: ERROR: Program .../scdoc not found or not executable
Summary: gui-apps/kanshi-1.1.0 - meson.build: ERROR: Program .../scdoc not found or no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Aaron Bauman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-03 17:02 UTC by Toralf Förster
Modified: 2022-05-03 18:41 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.51 KB, text/plain)
2022-05-03 17:02 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,127.93 KB, application/x-bzip)
2022-05-03 17:02 UTC, Toralf Förster
Details
environment (environment,96.25 KB, text/plain)
2022-05-03 17:02 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,57.26 KB, application/x-bzip)
2022-05-03 17:02 UTC, Toralf Förster
Details
gui-apps:kanshi-1.1.0:20220503-130216.log (gui-apps:kanshi-1.1.0:20220503-130216.log,4.03 KB, text/plain)
2022-05-03 17:02 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,2.68 KB, application/x-bzip)
2022-05-03 17:02 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,23.26 KB, application/x-bzip)
2022-05-03 17:02 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-05-03 17:02:26 UTC
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (1.8.0)
Build-time dependency scdoc found: YES 1.11.2
Program /usr/local/bin/scdoc found: NO

meson.build:59:1: ERROR: Program '/usr/local/bin/scdoc' not found or not executable

A full log can be found at /var/tmp/portage/gui-apps/kanshi-1.1.0/work/kanshi-1.1.0-build/meson-logs/meson-log.txt

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220421-185427

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.0.1 *
clang/llvm (if any):
/usr/lib/llvm/14
14.0.3
Python 3.9.12
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.60.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 11.0.14_p9 [openjdk-bin-11]
2)	Eclipse Temurin JDK 8.322_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit b5cc5c224c256b47768e864570fd5a72bd886fc1
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue May 3 12:03:13 2022 +0000

    2022-05-03 12:03:12 UTC

emerge -qpvO gui-apps/kanshi
[ebuild  N    ] gui-apps/kanshi-1.1.0  USE="man"
Comment 1 Toralf Förster gentoo-dev 2022-05-03 17:02:27 UTC
Created attachment 776468 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-05-03 17:02:29 UTC
Created attachment 776471 [details]
emerge-history.txt.bz2
Comment 3 Toralf Förster gentoo-dev 2022-05-03 17:02:30 UTC
Created attachment 776474 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-05-03 17:02:31 UTC
Created attachment 776477 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-05-03 17:02:32 UTC
Created attachment 776480 [details]
gui-apps:kanshi-1.1.0:20220503-130216.log
Comment 6 Toralf Förster gentoo-dev 2022-05-03 17:02:33 UTC
Created attachment 776483 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-05-03 17:02:34 UTC
Created attachment 776486 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-05-03 18:41:03 UTC
The bug has been closed via the following commit(s):

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

commit 569515aaae02628db02e1ba7b81ada12ea2f6cd5
Author:     Alfred Wingate <parona@protonmail.com>
AuthorDate: 2022-05-03 17:20:54 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-03 18:39:50 +0000

    app-text/scdoc: fix incorrect prefix in pc file
    
    * Removal of PREFIX in make all breaks sed'ing @prefix@ leading to
      default value of /usr/local to be used leading to breakage in packages
      that depend on the value being correct to find the scdoc binary.
    
    Closes: https://bugs.gentoo.org/842282
    Closes: https://bugs.gentoo.org/842285
    Closes: https://bugs.gentoo.org/842288
    Closes: https://bugs.gentoo.org/842399
    Closes: https://bugs.gentoo.org/842465
    Closes: https://bugs.gentoo.org/842402
    Closes: https://bugs.gentoo.org/842279
    Signed-off-by: Alfred Wingate <parona@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/25301
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/scdoc/scdoc-1.11.2-r1.ebuild | 45 +++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)