readline/8.2.13 package update
Open AI suggestions to solve the build error:
The error message is: "fatal: detected dubious ownership in repository at '/github/home'
To add an exception for this directory, call:
git config --global --add safe.directory /github/home
WARN warning: Could not find remote branch readline-8.2.13 to clone.
WARN fatal: Remote branch readline-8.2.13 not found in upstream origin
ERRO ERROR: failed to build package. the build environment has been preserved:
INFO workspace dir: /temp/melange-workspace-581852140
INFO guest dir: /temp/melange-guest-890805770
ERRO failed to build package: unable to run package readline pipeline: unable to run pipeline: unable to run pipeline: exit status 128
make[1]: *** [Makefile:111: packages/aarch64/readline-8.2.13-r0.apk] Error 1
make[1]: Leaving directory '/github/home'
make: *** [Makefile:101: package/readline] Error 2
##[error]Process completed with exit code 2."
1. Run `git config --global --add safe.directory /github/home`.
2. Verify the branch `readline-8.2.13` exists in the remote repository.
3. If not, create it or use an existing branch.
4. Ensure Makefile and build scripts reference the correct branch.
5. Re-run the build process.
release monitor is saying there is a new release but the git repo do not have any new tag
Package readline: Click to expand/collapse
Package readline: Modified: /usr/lib/libhistory.so.8.2 Modified: /usr/lib/libreadline.so.8.2
Package readline-dev: Click to expand/collapse
Package readline-dev: Modified: /usr/lib/libhistory.a Modified: /usr/lib/libreadline.a
bincapz found differences: Click to expand/collapse
Changed: /tmp/wolfictl-apk-164802577/readline-dev/var/lib/db/sbom/readline-dev-8.2.13-r0.spdx.json
Moved: readline/var/lib/db/sbom/readline-8.2-r7.spdx.json -> /tmp/wolfictl-apk-164802577/readline/var/lib/db/sbom/readline-8.2.13-r0.spdx.json (similarity: 0.95)
Open AI suggestions to solve the build error:
The error message is: "install: can't stat './rltest2.c': No such file or directory"
Suggestions to fix the error:
1. Ensure that `rltest2.c` exists in the expected directory.
2. Verify the file path and correct any discrepancies.
3. If the file is missing, add it to the directory or update the build script to exclude it.
Package readline: Click to expand/collapse
Package readline: Modified: /usr/lib/libhistory.so.8.2 Modified: /usr/lib/libreadline.so.8.2
Package readline-dev: Click to expand/collapse
Package readline-dev: Modified: /usr/lib/libhistory.a Modified: /usr/lib/libreadline.a
bincapz found differences: Click to expand/collapse
Changed: /tmp/wolfictl-apk-1265483635/readline/var/lib/db/sbom/readline-8.2.13-r0.spdx.json
Moved: readline-dev/var/lib/db/sbom/readline-dev-8.2-r7.spdx.json -> /tmp/wolfictl-apk-1265483635/readline-dev/var/lib/db/sbom/readline-dev-8.2.13-r0.spdx.json (similarity: 0.96)
Package readline: Click to expand/collapse
Package readline: Modified: /usr/lib/libhistory.so.8.2 Modified: /usr/lib/libreadline.so.8.2
Package readline-dev: Click to expand/collapse
Package readline-dev: Modified: /usr/lib/libhistory.a Modified: /usr/lib/libreadline.a
bincapz found differences: Click to expand/collapse
Moved: readline/var/lib/db/sbom/readline-8.2-r7.spdx.json -> /tmp/wolfictl-apk-551983882/readline/var/lib/db/sbom/readline-8.2.13-r0.spdx.json (similarity: 0.95)
Changed: /tmp/wolfictl-apk-551983882/readline-dev/var/lib/db/sbom/readline-dev-8.2.13-r0.spdx.json
Package readline: Click to expand/collapse
Package readline: Modified: /usr/lib/libhistory.so.8.2 Modified: /usr/lib/libreadline.so.8.2
Package readline-dev: Click to expand/collapse
Package readline-dev: Modified: /usr/lib/libhistory.a Modified: /usr/lib/libreadline.a
bincapz found differences: Click to expand/collapse
Moved: readline/var/lib/db/sbom/readline-8.2-r7.spdx.json -> /tmp/wolfictl-apk-2329504778/readline/var/lib/db/sbom/readline-8.2.13-r0.spdx.json (similarity: 0.95)
Changed: /tmp/wolfictl-apk-2329504778/readline-dev/var/lib/db/sbom/readline-dev-8.2.13-r0.spdx.json
Talked with @debasishbsws, all the previous patches are now applied upstream