New comment by MGlolenstine on void-packages repository https://github.com/void-linux/void-packages/pull/23541#issuecomment-674584091 Comment: > > > @MGlolenstine you need to rebase this branch on top of latest upstream/master, otherwise it will try to install old dependencies. > > > > > > Oh you're right. Thanks! > > So I'm correct to be compiling that package on my laptop? > > Sorry to bother, but how have you fixed the issue? Getting the exact same error You're not bothering at all... First clone the PR, then add "upstream" repository(add original one using `git remote add upstream https://github.com/void-linux/void-packages`), then do `git fetch upstream` and lastly do `git rebase upstream/master` to move this commit to the top of the upstream and merge it with new changes. Then just repeat steps. I hope this helped and if you manage to create a bootable image, please report back, as I've been having some problems myself, which you can see above. Kind regards, MGlolenstine