Skip to content

GNUmakefile: Do not depend on tr#11328

Closed
oech3 wants to merge 1 commit intouutils:mainfrom
oech3:make-tr
Closed

GNUmakefile: Do not depend on tr#11328
oech3 wants to merge 1 commit intouutils:mainfrom
oech3:make-tr

Conversation

@oech3
Copy link
Contributor

@oech3 oech3 commented Mar 14, 2026

Closes #11101

@oech3 oech3 closed this Mar 14, 2026
@oech3 oech3 deleted the make-tr branch March 14, 2026 16:37
@github-actions
Copy link

GNU testsuite comparison:

GNU test failed: tests/chroot/chroot-credentials. tests/chroot/chroot-credentials is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/dd/sparse. tests/dd/sparse is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/du/2g. tests/du/2g is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/help/help-version-getopt. tests/help/help-version-getopt is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/misc/arch. tests/misc/arch is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/misc/sync. tests/misc/sync is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/nproc/nproc-override. tests/nproc/nproc-override is passing on 'main'. Maybe you have to rebase?
GNU test failed: tests/nproc/nproc-positive. tests/nproc/nproc-positive is passing on 'main'. Maybe you have to rebase?
Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch)
Skip an intermittent issue tests/misc/usage_vs_getopt (fails in this run but passes in the 'main' branch)
Skipping an intermittent issue tests/pr/bounded-memory (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/tty/tty-eof (passes in this run but fails in the 'main' branch)

PROGS := \
$(shell sed -n '/feat_Tier1 = \[/,/\]/p' Cargo.toml | sed '1d;2d' |tr -d '],"\n')\
$(shell sed -n '/feat_common_core = \[/,/\]/p' Cargo.toml | sed '1d' |tr -d '],"\n')
$(sed -n '/feat_Tier1 = \[/,/\]/{s/[,"]//g;/common_core/d;/^ /p}' Cargo.toml)\

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this use $(shell syntax ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes. Thanyou. But I have another issue for feat_require_unix_utmpx extraction and tapio. So I cannot reopen this soon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still fails on macOS

@oech3 oech3 restored the make-tr branch March 16, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Makefile should fail early when initial info gathering fails

2 participants