Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764134 - dev-lisp/sbcl-2.0.11 calls commands that do not exist
Summary: dev-lisp/sbcl-2.0.11 calls commands that do not exist
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-06 17:25 UTC by Agostino Sarubbo
Modified: 2021-01-06 18:37 UTC (History)
0 users

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


Attachments
build.log (build.log,303.77 KB, text/plain)
2021-01-06 17:25 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 2021-01-06 17:25:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lisp/sbcl-2.0.11 calls commands that do not exist.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-01-06 17:25:15 UTC
Created attachment 681553 [details]
build.log

build log and emerge --info
Comment 2 Ulrich Müller gentoo-dev 2021-01-06 18:37:16 UTC
That's by design in the upstream build system, see src/runtime/GNUmakefile:

# || true because we don't want the build to break if etags isn't there.
# ...but it's still nice to have it done by default.
HEADERS=$(wildcard *.h genesis/*.h)
TAGS tags: $(SRCS) $(HEADERS)
        @etags $(SRCS) $(HEADERS) || true

I count this as a false positive.