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

Stuck at "NOTE: Starting bitbake server..." #478

Open
VEGA-Processor opened this issue Jun 14, 2024 · 4 comments
Open

Stuck at "NOTE: Starting bitbake server..." #478

VEGA-Processor opened this issue Jun 14, 2024 · 4 comments

Comments

@VEGA-Processor
Copy link

VEGA-Processor commented Jun 14, 2024

Description

Steps to reproduce the issue:

  1. mkdir riscv-yocto && cd riscv-yocto
    repo init -u https://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml
    repo sync
    repo start work --all

  2. repo sync
    repo rebase

  3. . ./meta-riscv/setup.sh

Describe the results you received:

After running ". ./meta-riscv/setup.sh" getting below log:

Init OE
This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake '

Common targets are:
core-image-minimal
core-image-full-cmdline
core-image-sato
core-image-weston
meta-toolchain
meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:

  • 'devtool' and 'recipetool' handle common recipe tasks
  • 'bitbake-layers' handles common layer tasks
  • 'oe-pkgdata-util' handles common target package tasks
    Adding layers
    NOTE: Starting bitbake server...

Describe the results you expected:
Setup Build Environment for Yocto should have completed

Additional information you deem important (e.g. issue happens only occasionally):

Additional details (revisions used, host distro, etc.):

@VEGA-Processor VEGA-Processor changed the title Stuck at "NOTE: Starting bitbake server..." Hung at "NOTE: Reconnecting to bitbake server..." Jun 14, 2024
@VEGA-Processor VEGA-Processor changed the title Hung at "NOTE: Reconnecting to bitbake server..." Stuck at "NOTE: Starting bitbake server..." Jun 14, 2024
@kraj
Copy link
Collaborator

kraj commented Jun 14, 2024

there must be a file called bitbake-cookerdaemon.log in the build tree. This should have some more details about why its getting stuck.

@VEGA-Processor
Copy link
Author

bitbake-cookerdaemon.log
bitbake-cookerdaemon.log file attached

@kraj
Copy link
Collaborator

kraj commented Nov 19, 2024

it seems to be stuck in bitbake-layers add-layer meta-python command. I wonder if its a python version issue. Can you share details about the OS on your build host and python version installed on it.

@VEGA-Processor
Copy link
Author

VEGA-Processor commented Nov 20, 2024

OS version

Static hostname: hdg145
Icon name: computer-desktop
Chassis: desktop 🖥️
Machine ID: 31ad43890c074021a576177b8db0aca3
Boot ID: 9771a6c1901540e3a2085983f0a3adec
Operating System: Ubuntu 24.04.1 LTS
Kernel: Linux 6.8.0-48-generic
Architecture: x86-64
Hardware Vendor: Dell Inc.
Hardware Model: OptiPlex 5090
Firmware Version: 1.29.0
Firmware Date: Mon 2024-09-02
Firmware Age: 2month 2w 4d

Python version

python --version
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3

python3 --version
Python 3.12.3

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

2 participants