Skip to content

add dependency on pacman-contrib#9

Open
nwmahoney wants to merge 1 commit intoseblu:masterfrom
nwmahoney:patch-2
Open

add dependency on pacman-contrib#9
nwmahoney wants to merge 1 commit intoseblu:masterfrom
nwmahoney:patch-2

Conversation

@nwmahoney
Copy link

this line in archive.sh calls pacsort, which is included in the pacman-contrib package (which was split out of the pacman package a while ago). Without pacsort, we see the following error in the logs:

==> Updating package index
/usr/bin/archive: line 207: pacsort: command not found
sort: write failed: 'standard output': Broken pipe
sort: write error

[this line](https://github.com/seblu/archivetools/blob/master/archive.sh#L205) in `archive.sh` calls `pacsort`, which is included in the `pacman-contrib` package ([which was split out of the `pacman` package a while ago](https://www.reddit.com/r/archlinux/comments/8mu6de/notice_pacman_and_pacmancontrib_split/)). Without `pacsort`, we see the following error in the logs:
```
==> Updating package index
/usr/bin/archive: line 207: pacsort: command not found
sort: write failed: 'standard output': Broken pipe
sort: write error
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant