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

python exception buildmaster console #315

Open
kallisti5 opened this issue Jan 10, 2025 · 1 comment
Open

python exception buildmaster console #315

kallisti5 opened this issue Jan 10, 2025 · 1 comment

Comments

@kallisti5
Copy link
Member

Traceback (most recent call last):
  File "/usr/lib/python3.13/threading.py", line 1041, in _bootstrap_inner
    self.run()
    ~~~~~~~~^^
  File "/usr/lib/python3.13/threading.py", line 992, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/kallisti5/Code/haikuporter/HaikuPorter/BuildMaster.py", line 519, in _buildThread
    self.display.updateHistory(self.buildHistory)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
  File "/home/kallisti5/Code/haikuporter/HaikuPorter/Display.py", line 174, in updateHistory
    '[' + str(int(current['builderId'])+1).zfill(2)[:2] + ']',
              ~~~^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'unmatched_riscv64'
@kallisti5
Copy link
Member Author

kallisti5 commented Jan 10, 2025

./haikuporter.py --build-master --console --licenses /home/kallisti5/Code/haiku/data/system/data/licenses \
    --system-packages-dir /home/kallisti5/sysroot/haiku-master-riscv64 --storage-backend-config buildmaster/storageconfig.conf \
    $PORTS_TO_BUILD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant