-
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/coreutils and builder crash 9475754221987515599 #96
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
SjnExe
wants to merge
13
commits into
main
Choose a base branch
from
fix/coreutils-and-builder-crash-9475754221987515599
base: main
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.
+120
−594
Conversation
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
…ng/site
- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present.
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` in configure args.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- Fix coreutils build failure by disabling `tzalloc` code paths in configure args (`ac_cv_type_timezone_t=no`, etc.).
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#undef HAVE_TZALLOC` and `#undef HAVE_LOCALTIME_RZ` in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#undef HAVE_TZALLOC` and `#undef HAVE_LOCALTIME_RZ` in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
- Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
- Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix coreutils build failure by forcing `#define tzalloc(z) NULL` and other stubs in `lib/config.h` via post-configure hook.
- Updated `packages/coreutils/build.sh` to use block redirection (`{ ... } >> lib/config.h`) to resolve ShellCheck SC2129 style warning.
- Fixed `ckd_add` bool invalid operand error in `lib/posixtm.c` by casting argument to int.
- Modularize build engine: `entry_point.sh` now sources `build.${TERMUX_ARCH}.sh` if present (fixed ShellCheck SC1090).
- Implement robust caching/promotion:
- Inject `X-RepoExe-Hash` into package control file.
- `builder.py` now checks `main` and `beta` channels for existing artifacts with matching hash and downloads them to skip rebuilds.
- Fixed URL construction for relative paths in `Packages` index.
- Fixed `ModuleNotFoundError` by importing `requests` lazily inside `check_remote_cache`.
- Improve website and install script:
- Remove Size badge.
- Update Author badge and footer branding ("By SjnExe").
- Optimize CSS Grid for desktop/mobile.
- Add branding to install script.
- **Fix:** Ensure `site_generator.py` executes `generate_html` logic in `main()` by restoring the accidentally deleted block.
- Fix `AttributeError: 'Builder' object has no attribute 'sysroot'` in `scripts/repoexe/builder.py` by using `self.get_sysroot(arch)`. - Fix `coreutils` build failure by using absolute path `$TERMUX_PKG_SRCDIR/lib/posixtm.c` in `sed` command within `termux_step_pre_configure`.
Manually inject function prototypes for `sig2str` and `str2sig` into `lib/config.h` in `termux_step_post_configure`. This resolves "call to undeclared function" errors in `src/timeout.c` and `src/operand2sig.c` during compilation on Android/Bionic.
Stub `gethostid()` as `0` in `lib/config.h` via `termux_step_post_configure`. This resolves the "call to undeclared function 'gethostid'" error, as the function is missing on Android.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.