Live data from Hacker News

Installing Every Arch Package

ta180m.exozy.me

1–10 of 90 posts

Re: Installing Every Arch Package

#7

If you only install supposedly non-conflicting packages, and there are conflicting file locations, isn't that a packaging bug?

Not if you disable file conflict checking, as the author did.

> As we used a lot of unsafe hacks (disabling dependency and file conflict checking, for instance) to get this to actually work, I wouldn’t recommend using this system for anything other than proving it’s possible.

Re: Installing Every Arch Package

#8
post #6

If you only install supposedly non-conflicting packages, and there are conflicting file locations, isn't that a packaging bug?

Sounds like it, yeah.

Some packages give you options for different packages that conflict. E.g. if you install i3 it will let you choose between standard i3, i3-gaps or 5 others. You can only have one installed at a time.

I've been using Pacman for years never had a single problem with conflicts or anything else.

Re: Installing Every Arch Package

#10

If you only install supposedly non-conflicting packages, and there are conflicting file locations, isn't that a packaging bug?

Yes, and they did say they were going to file bugs:

> Investigate the file conflicts and file some Arch Linux bugs.

with a link to https://bugs.archlinux.org/task/73574, which is indeed a bug in the packaging script (it fails to consider python version 3.10 because it only globs 3.?).

Post reply on HN