Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924116 - app-emulation/vice-3.8-r1 calls commands that do not exist: TOPLINE+=3.8
Summary: app-emulation/vice-3.8-r1 calls commands that do not exist: TOPLINE+=3.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: nonbash
  Show dependency tree
 
Reported: 2024-02-08 16:03 UTC by Agostino Sarubbo
Modified: 2024-02-08 17:47 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,45.89 KB, application/x-xz)
2024-02-08 16:03 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 2024-02-08 16:03:51 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emulation/vice-3.8-r1 calls commands that do not exist.
Discovered on: amd64 (internal ref: dash_tinderbox)
System: DASH-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#DASH)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0018
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-08 16:03:53 UTC
Created attachment 884573 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Ionen Wolkens gentoo-dev 2024-02-08 17:06:10 UTC
These scripts actually have #!/bin/bash at the top but they're called using $(SHELL) instead.

Albeit this issue has 0 impact (beside noise) given this is only used to update the README and index.html (date+version) that.. seem to be already updated in the dist tarball.
Comment 3 Larry the Git Cow gentoo-dev 2024-02-08 17:47:15 UTC
The bug has been closed via the following commit(s):

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

commit 3c153671e9a3f3a155ee7790daa1cbdc7e158efb
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2024-02-08 17:39:37 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2024-02-08 17:46:00 +0000

    app-emulation/vice: force bash during src_compile
    
    No need for a revbump, no real issue beside silencing errors.
    
    Only needed for src_compile's #!/bin/bash scripts called using SHELL,
    nonbash is fine for long'ish multibuild ./configure runs or install.
    
    Closes: https://bugs.gentoo.org/924116
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-emulation/vice/vice-3.8-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)