Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 842279 - [guru] gui-apps/swaync-0.5-r1 fails to compile: meson.build:95:4: ERROR: Program scdoc not found or not executable
Summary: [guru] gui-apps/swaync-0.5-r1 fails to compile: meson.build:95:4: ERROR: Prog...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jonas Frei
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-05-03 06:05 UTC by Agostino Sarubbo
Modified: 2022-05-03 18:41 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,52.40 KB, text/plain)
2022-05-03 06:05 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,29.91 KB, text/plain)
2022-05-03 06:05 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-05-03 06:05:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-apps/swaync-0.5-r1 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2022-05-03 06:05:52 UTC
Created attachment 776168 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-05-03 06:05:53 UTC
Created attachment 776171 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 Agostino Sarubbo gentoo-dev 2022-05-03 06:05:54 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Program /usr/local/bin/scdoc found: NO
Run-time dependency fish found: NO (tried pkgconfig and cmake)
Run-time dependency systemd found: NO (tried pkgconfig and cmake)
meson.build:95:4: ERROR: Program '/usr/local/bin/scdoc' not found or not executable
Comment 4 Larry the Git Cow gentoo-dev 2022-05-03 18:41:07 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(+)