this post was submitted on 02 Oct 2023
412 points (94.0% liked)

linuxmemes

20707 readers
889 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
412
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 11 months ago (2 children)

fr though why is the AUR specific to Arch when its pretty much an automated build/binary blob installer? I dont know much but it really seems like the AUR could easily be made available on other distros and renamed to LUR.

[–] [email protected] 16 points 11 months ago* (last edited 11 months ago) (1 children)

AUR maintainer for a few niche packages here. It's because it lowers the barrier of entry. Remember this is all a volunteer effort.

What do I do when someone running ubuntu reports an error saying the PKGBUILD doesn't work?

What if the program fails due to a different version of the kernel? (True story, only after 2 weeks of debugging I found out that the user was running Manjaro, which used a different naming convention for the kernel)

What do I do if someone reports a missing library dependency on fedora? Should I also package that library for fedora?

If I'm packaging drivers for specific hardware. I'm not going to install a specific distro just to fix your issue (sorry!). Most of my advice is given on a best effort basis. I made these build scripts for myself since I want native installs for all my software, and thought other people may be interested in them as well. If the responsibility of maintaining them becomes too overwhelming (like with your LUR case). I'll probably host these build scripts in a private repo instead.

[–] [email protected] 2 points 11 months ago (1 children)

Fair enough. Would still be cool if we had a single pkgbuild client that could pull from repositories that host packages that are compatible for a given distro. Keep the AUR for Arch users, but have Fedora, Ubuntu etc. repos for users on those distros and their particular setups/dependencies etc. It's more the technology of AUR that I think would be good for all of linux rather than the AUR's contents itself.

That, or I'll just wait for Vanilla/APX to get less janky.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago)

You're thinking of the OBS (open build service), which does exist.

[–] [email protected] 7 points 11 months ago (1 children)

I think it might be because of dependencies that might not be the same version on other distros

[–] [email protected] 6 points 11 months ago

Now that I think of it, if i follow it to the logical conclusions of using a container to build and manage dependencies for each individual package across multiple distros all I've come up with is a self-building flatpak and/or VanillaOS 👀