Advertisement
Guest User

Untitled

a guest
May 28th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /OE/build/luneos-nanbield/webos-ports/bitbake/bin/bitbake-worker:210: DeprecationWarning: This process (pid=3627776) is multi-threaded, use of fork() may lead to deadlocks in the child.
  2. pid = os.fork()
  3. /OE/build/luneos-nanbield/webos-ports/bitbake/lib/bb/codeparser.py:258: DeprecationWarning: ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead
  4. if isinstance(node.args[0], ast.Str):
  5. /OE/build/luneos-nanbield/webos-ports/bitbake/lib/bb/codeparser.py:259: DeprecationWarning: Attribute s is deprecated and will be removed in Python 3.14; use value instead
  6. varname = node.args[0].s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement