-
Notifications
You must be signed in to change notification settings - Fork 53
utils-std-0.1.1 instead of coreutils-6.10 #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lanodan
wants to merge
8
commits into
fosslinux:master
Choose a base branch
from
lanodan:utils-std
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5dbd54b
steps/utils-std-0.1.1: add
lanodan c588f24
steps/linux-headers-4.14.341-openela: Fix option ordering of mkdir -p
lanodan 9f5e463
steps/e2fsprogs-1.45.7: Add -D to $INSTALL so parent dirs get created
lanodan d38fef1
use utils-std-0.1.1 instead of coreutils-6.10
lanodan 8cde6de
steps/utils-std-0.1.1: toss out getconf(1)
lanodan 044cc7b
steps/utils-std-0.1.1: add upstream patches for reallocarray fallback
lanodan 9fb6322
steps/utils-std-0.1.1: toss out which(1)
lanodan 2f75ecf
steps/SHA256SUMS.pkgs: update gettext-0.26_0.tar.bz2 checksum
lanodan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| Copyright (C) YEAR by AUTHOR EMAIL | ||
|
|
||
| Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. | ||
|
|
||
| THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # SPDX-FileCopyrightText: 2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me> | ||
| # | ||
| # SPDX-License-Identifier: GPL-3.0-or-later | ||
|
|
||
| src_prepare() { | ||
| default | ||
|
|
||
| sed -i s/_Noreturn// libutils/err.h | ||
|
|
||
| # getconf: to avoid changing libtool checksums, although likely means better values | ||
| # which: to avoid changing checksums of packages like perl-5.36.3_0 | ||
| sed -i '/^commands="$/,/^"$/{ s,getconf,, ; s,which,, }' configure | ||
| } | ||
|
|
||
| src_configure() { | ||
| # patch(1) strips out permissions | ||
| chmod +x configure | ||
|
|
||
| ./configure PREFIX="${PREFIX}" CC=tcc AR=tcc\ -ar | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really sure what's happening with this one, fetching CI artifacts from master branch it seems like
javaversion.classisn't getting removed while running this branch on both CI and my workstation it is getting properly removed, withfind(1)being from findutils and touch fromcoreutils-9.4