proot icon indicating copy to clipboard operation
proot copied to clipboard

Build failure due to undefined references to talloc

Open PhysixProject opened this issue 3 years ago • 3 comments

Expected Behavior

Complete compilation

Actual Behavior

Fails to build due to undefined references to talloc (which is present on the system)

Steps to Reproduce the Problem

  1. make -C src loader.elf loader-m32.elf build.h
  2. make -C src proot care

Specifications

  • Proot/Care version: Master branch commit f0e3bfc5e621838d1ae4dce85e5fb2407a72cf11
  • Kernel version:5.7.8
  • Host distribution:Fedora
  • Guest distribution:

Command Output

https://pastebin.com/KL2k8X7J

PhysixProject avatar Aug 04 '20 01:08 PhysixProject

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Aug 04 '20 01:08 issue-label-bot[bot]

Looks like some dependencies are missing. Can you provide the output from yum showing all installed packages?

oxr463 avatar Aug 04 '20 02:08 oxr463

https://pastebin.com/4sRvMgGL

PhysixProject avatar Aug 04 '20 03:08 PhysixProject