New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36910#issuecomment-1173676551 Comment: you have to fetch upstream first, you rebased on old master ``` git fetch upstream git rebase upstream/master ``` or with one command: ``` git pull --rebase upstream/master ```