Messages when doing eos-update --aur

Unsure why I get these messages. If the packages are not in the AUR and hence are the normal repo, I should be able to reinstall them with sudo pacman -Sy PACKAGE?

  eos-update --aur  && flatpak update -y
eos-update: package updater with additional features
Updating native and AUR apps...
[sudo] password for ***: 
:: Synchronizing package databases...
 core is up to date
 extra                          7.5 MiB  10.5 MiB/s 00:01 [##############################] 100%
:: Starting full system upgrade...
 there is nothing to do
:: Searching AUR for updates...
 -> Packages not in AUR: akm  endeavouros-keyring  endeavouros-mirrorlist  endeavouros-theming  eos-apps-info  eos-bash-shared  eos-dracut  eos-hooks  eos-log-tool  eos-packagelist  eos-plasma-sddm-config  eos-qogir-icons  eos-quickstart  eos-rankmirrors  eos-settings-plasma  eos-translations  welcome
 -> reflector-simple: local (2024.8.1-1) is newer than AUR (3.3-1)
 there is nothing to do
Looking for updates…

Nothing to do.

Also unsure what I should do about reflector-simple. This version oddity might also cause the above message " → Packages not in AUR: …"

Did I mess up something pacdiff related?

Yes. It looks like you overwrote your /etc/pacman.conf

You can overwrite your file with a clean file from here:
https://raw.githubusercontent.com/endeavouros-team/EndeavourOS-ISO/refs/heads/main/airootfs/etc/pacman.conf

2 Likes

Thank you I remember manually editing it. I will look if I have a backup.

Your raw did the trick.
My line
HoldPkg = pacman glibc
had only these 2 entries.

I however am alerted for a missing package now.

eos-update --aur  
eos-update: package updater with additional features
Updating native and AUR apps...
[sudo] password for *******: 
:: Synchronizing package databases...
 endeavouros is up to date
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Searching AUR for updates...
 -> Missing AUR Debug Packages: yay-debug
$ yay -S yay-debug
 -> No AUR package found for yay-debug
 there is nothing to do
$ sudo pacman -S yay-debug
error: target not found: yay-debug
$ yay -Ss yay-debug
$ yay -Yc
checking dependencies...
warning: dependency cycle detected:
warning: libcamera-ipa will be removed after its libcamera dependency

Package (10)          Old Version  Net Change 

go                    2:1.23.1-1   -223.29 MiB
kparts5               5.116.0-1      -2.04 MiB
ktexteditor5          5.116.0-1     -14.25 MiB
libcamera             0.3.2-1        -1.63 MiB
libcamera-ipa         0.3.2-1        -0.52 MiB
libwpe                1.16.0-3       -0.30 MiB
mbedtls2              2.28.8-3       -2.93 MiB
python-future         1.0.0-1        -4.73 MiB
syntax-highlighting5  5.116.0-1      -1.39 MiB
wpebackend-fdo        1.14.3-1       -0.13 MiB

Total Removed Size:  251.20 MiB

:: Do you want to remove these packages? [Y/n] n
 -> exit status 1

Maybe I need to reboot :slight_smile:

You can remove that debug package.

Then check and make sure you have debug disabled in /etc/makepkg.conf

1 Like

Remove it from these (brackets)?

OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto)

Change it to !debug

1 Like

Tyvm @dalto, for helping me out so swiftly!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.