Skip to content
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

using static apk provided does not allow building #3

Open
darkjake opened this issue Feb 13, 2025 · 0 comments
Open

using static apk provided does not allow building #3

darkjake opened this issue Feb 13, 2025 · 0 comments

Comments

@darkjake
Copy link

OS - Arch x64
How to reproduce - run build
Error -
Traceback (most recent call last):
File "/home/jakepc/chimera-linux-flx1/cports/./cbuild", line 13, in
early.fire()
~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/early.py", line 39, in fire
runner.fire()
~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/runner.py", line 2417, in fire
chroot.set_host(cli.get_arch())
~~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/cbuild/apk/cli.py", line 432, in get_arch
sr = subprocess.run([paths.apk(), "--print-arch"], capture_output=True)
File "/usr/lib/python3.13/subprocess.py", line 554, in run
with Popen(*popenargs, **kwargs) as process:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1036, in init
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1966, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'apk'
Traceback (most recent call last):
File "/home/jakepc/chimera-linux-flx1/cports/./cbuild", line 13, in
early.fire()
~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/early.py", line 39, in fire
runner.fire()
~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/runner.py", line 2417, in fire
chroot.set_host(cli.get_arch())
~~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/cbuild/apk/cli.py", line 432, in get_arch
sr = subprocess.run([paths.apk(), "--print-arch"], capture_output=True)
File "/usr/lib/python3.13/subprocess.py", line 554, in run
with Popen(*popenargs, **kwargs) as process:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1036, in init
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1966, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'apk'
Traceback (most recent call last):
File "/home/jakepc/chimera-linux-flx1/cports/./cbuild", line 13, in
early.fire()
~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/early.py", line 39, in fire
runner.fire()
~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/runner.py", line 2417, in fire
chroot.set_host(cli.get_arch())
~~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/cbuild/apk/cli.py", line 432, in get_arch
sr = subprocess.run([paths.apk(), "--print-arch"], capture_output=True)
File "/usr/lib/python3.13/subprocess.py", line 554, in run
with Popen(*popenargs, **kwargs) as process:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1036, in init
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1966, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'apk'
Traceback (most recent call last):
File "/home/jakepc/chimera-linux-flx1/cports/./cbuild", line 13, in
early.fire()
~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/early.py", line 39, in fire
runner.fire()
~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/runner.py", line 2417, in fire
chroot.set_host(cli.get_arch())
~~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/cbuild/apk/cli.py", line 432, in get_arch
sr = subprocess.run([paths.apk(), "--print-arch"], capture_output=True)
File "/usr/lib/python3.13/subprocess.py", line 554, in run
with Popen(*popenargs, **kwargs) as process:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1036, in init
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1966, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'apk'
Traceback (most recent call last):
File "/home/jakepc/chimera-linux-flx1/cports/./cbuild", line 13, in
early.fire()
~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/early.py", line 39, in fire
runner.fire()
~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/runner.py", line 2417, in fire
chroot.set_host(cli.get_arch())
~~~~~~~~~~~~^^
File "/home/jakepc/chimera-linux-flx1/cports/src/cbuild/apk/cli.py", line 432, in get_arch
sr = subprocess.run([paths.apk(), "--print-arch"], capture_output=True)
File "/usr/lib/python3.13/subprocess.py", line 554, in run
with Popen(*popenargs, **kwargs) as process:
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1036, in init
self._execute_child(args, executable, preexec_fn, close_fds,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
pass_fds, cwd, env,
^^^^^^^^^^^^^^^^^^^
...<5 lines>...
gid, gids, uid, umask,
^^^^^^^^^^^^^^^^^^^^^^
start_new_session, process_group)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/subprocess.py", line 1966, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: 'apk'

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

No branches or pull requests

1 participant