kAFL icon indicating copy to clipboard operation
kAFL copied to clipboard

kafl.libxdc not found

Open 5angjun opened this issue 2 weeks ago • 0 comments

It appears the dependency repository https://github.com/IntelLabs/kafl.libxdc has been removed, as all build attempts (including our internal CI and your public-facing actions) are failing with a Repository not found error.

Can you confirm if the deletion of the kafl.libxdc repository was intentional? If not, could it please be restored or the new location be provided?

The specific error message is:

fatal: repository 'https://github.com/IntelLabs/kafl.libxdc/' not found


TASK [intellabs.kafl.libxdc : Clone repo] **************************************
fatal: [localhost]: FAILED! => changed=false 
  cmd: /usr/bin/git ls-remote https://github.com/IntelLabs/kafl.libxdc -h refs/heads/v0.2
  msg: |-
    remote: Repository not found.
    fatal: repository 'https://github.com/IntelLabs/kafl.libxdc/' not found
  rc: 128
  stderr: |-
    remote: Repository not found.
    fatal: repository 'https://github.com/IntelLabs/kafl.libxdc/' not found
  stderr_lines: <omitted>
  stdout: ''
  stdout_lines: <omitted>

Thanks

5angjun avatar Dec 15 '25 04:12 5angjun