Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864753 - mail-client/mutt-2.2.8 calls commands that do not exist: lynx
Summary: mail-client/mutt-2.2.8 calls commands that do not exist: lynx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-10 06:45 UTC by Agostino Sarubbo
Modified: 2022-11-06 19:46 UTC (History)
0 users

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


Attachments
build.log (build.log,280.57 KB, text/plain)
2022-08-10 06:45 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-08-10 06:45:29 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: mail-client/mutt-2.2.7 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)

NOTE:
Please look for 'command not found' and/or 'no such file or directory'.
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-10 06:45:31 UTC
Created attachment 799063 [details]
build.log

build log and emerge --info
Comment 2 Fabian Groffen gentoo-dev 2022-08-10 08:13:25 UTC
LC_ALL=C lynx -localhost -dump -nolist -nonumbers -with_backspaces -display_charset=us-ascii manual.html > manual.txt || \
LC_ALL=C w3m -T text/html -I utf-8 -O utf-8 -dump < manual.html > manual.txt || \
LC_ALL=C elinks -dump -no-numbering -no-references manual.html | sed -e 's,\\001, ,g' > manual.txt
/bin/sh: line 1: lynx: command not found

This is intentional (upstream) to try any of the three.  We have a dep for any of those.  I'll see if I can somehow make this less YOLO.
Comment 3 Agostino Sarubbo gentoo-dev 2022-11-06 18:25:05 UTC
ci has reproduced this issue with version 2.2.8 - Updating summary.
Comment 4 Larry the Git Cow gentoo-dev 2022-11-06 19:46:14 UTC
The bug has been closed via the following commit(s):

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

commit dc2cc4dce10d100fd26137232983645097008367
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-11-06 19:43:47 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-11-06 19:46:07 +0000

    mail-client/mutt-2.2.8: drop userpatches, avoid command not found
    
    - eapply_user doesn't have a return-code that indicates user patches
      were applied, so don't falsely report we did
    - drop usage of commands that we don't have installed to avoid
      false-positives #864753
    
    Closes: https://bugs.gentoo.org/864753
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 mail-client/mutt/mutt-2.2.8.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)