Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 891239 - x11-terms/wezterm-20221119.145034 fails to compile (DASH-SYSTEM): !!! doexe: target/release/wezterm does not exist
Summary: x11-terms/wezterm-20221119.145034 fails to compile (DASH-SYSTEM): !!! doexe: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-17 21:27 UTC by Agostino Sarubbo
Modified: 2023-03-25 10:05 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,125.20 KB, application/x-xz)
2023-01-17 21:27 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 2023-01-17 21:27:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: x11-terms/wezterm-20221119.145034 fails to compile (DASH-SYSTEM).
Discovered on: amd64 (internal ref: dash_tinderbox)

NOTE:
(DASH-SYSTEM) in the summary means that the bug was found on a machine that runs /bin/sh as dash but this bug MAY or MAY NOT BE related to dash.
Comment 1 Agostino Sarubbo gentoo-dev 2023-01-17 21:27:21 UTC
Created attachment 848759 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-01-17 21:27:22 UTC
Error(s) that match a know pattern:


51 |         formatter.write_str(std::error::Error::description(self))
62 |         f.write_str(error::Error::description(self))
80 |             Error::Utf8(ref err) => error::Error::description(err),
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
Comment 3 Larry the Git Cow gentoo-dev 2023-03-25 10:05:12 UTC
The bug has been closed via the following commit(s):

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

commit e3855b4d868b15900064686d0ca3118d69ddce9b
Author:     Mark Wright <gienah@gentoo.org>
AuthorDate: 2023-03-25 09:56:25 +0000
Commit:     Mark Wright <gienah@gentoo.org>
CommitDate: 2023-03-25 10:00:17 +0000

    x11-terms/wezterm: Fix debug build
    
    Thanks to Agostino Sarubbo for reporting.
    
    Closes: https://bugs.gentoo.org/891239
    Signed-off-by: Mark Wright <gienah@gentoo.org>

 x11-terms/wezterm/wezterm-20221119.145034.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)