New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/36508#issuecomment-1138654330 Comment: > > rebase your branch on top of master > ``` > ... > CONFLICT (add/add): Merge conflict in xbps-src > error: could not apply cf536a16a3... jp2a: update to 1.1.1 > hint: Resolve all conflicts manually, mark them as resolved with > hint: "git add/rm ", then run "git rebase --continue". > hint: You can instead skip this commit: run "git rebase --skip". > hint: To abort and get back to the state before "git rebase", run "git rebase --abort". > ``` you didn't rebase on top of this repository's master then, did you run something like `git fetch upstream; git rebase upstream/master` or `git pull --rebase upstrean/master`?