AUR builds are failing

I have been having issues with AUR packages failing to update (last 6 months or so), especially while using the GUI (in fact the GUI fails almost all the time). Sometimes they work if I build using pacman via terminal, but it is getting quite old.

Recently an update seems to have taken out the Cura version I was using, but the default AUR package again wasn’t building. A binary version from the AUR repo seems to work for now, but is it possible to be able to smoothly update packages again? I just feel like recently any small update goes through way too many dependency breaks.

Am I doing something wrong?

Current software specs are:

  • GNOME Version: 45.1
  • Windowing System: X11
  • Kernel Version: Linux 5.15.140-1-MANJARO

Thanks.

Hi @Gforce6point0,

I see this isn’t your first post here, so I shouldn’t have to tell you this, but:

Please also note and heed: Forum Rules - Manjaro

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.


Also, the output of this would be useful:

pamac upgrade && pamac upgrade --aur --devel || echo -e '\033[0;91mThere was an error upgrading the system. AUR packages not upgraded.\e[0m'

This will update your system and ONLY if that was successful update any AUR packages.

a Reminder: While use of the AUR is possible, it’s neither recommended nor supported.

I recommend pamac instead of pacman, especially for newcomers as pamac was developed by Manajaro (developers) for Manjaro and just takes care of more thing than pacman. For example:

pacman does not interact with the AUR.
Perhaps you mean pamac?

What are the actual errors?

Do you have the prerequisites to use the AUR?

2 Likes

Perhaps this is because base-devel was changed from a group to a meta package which required a reinstall.

sudo pacman -S base-devel
1 Like

I remember several AUR packages which I abandoned over the years once they started to fail - so it’s VERY important for you to be specific.

  • What package(s)
  • What failure

It might be worth doing it again in your terminal and

pasting the output
\```
using backticks to denote code
\```
1 Like

As I described earlier:

A generic comment on the topic title and the statement

Do you remember what AUR is an acronym for?

Arch User Repositories.

AUR is available but unsupported and in some cases it requires Manjaro Linux unstable branch to be on par with Arch Linux libraries.

While pamac has the ability to rebuild custom packages - does it work? - that depends on the maintainer of the script in question.

Yes, you are.

  • Failing to check the comment trail for the custom script(s) on AUR
  • Assuming that Manjaro endorse the use of AUR
  • Assuming the availability implies a continued stability on Manjaro
  • Assuming Manjaro is responsible for the quality of a custom script

What you can do to rectify