Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aura fails to notice package update from AUR #962

Open
cfinnberg opened this issue Dec 3, 2024 · 5 comments
Open

Aura fails to notice package update from AUR #962

cfinnberg opened this issue Dec 3, 2024 · 5 comments
Labels

Comments

@cfinnberg
Copy link

This issue is related to #898, although the package is different this time.

I'm using the package thunderbird-localized-beta-bin. The package just was updated from 134.0b1-1 to 134.0b2-1, but aura doesn't notice the update

Debug log - aura -Ayu --log-level debug:

20:36:09 [DEBUG] (1) aura: Args {
    english: false,
    japanese: false,
    german: false,
    polish: false,
    croatian: false,
    swedish: false,
    spanish: false,
    portuguese: false,
    french: false,
    russian: false,
    italian: false,
    serbian: false,
    norwegian: false,
    indonesian: false,
    simplified_chinese: false,
    esperanto: false,
    dutch: false,
    turkish: false,
    arabic: false,
    ukrainian: false,
    romanian: false,
    vietnamese: false,
    czech: false,
    korean: false,
    hindi: false,
    bengali: false,
    log_level: Some(
        Debug,
    ),
    noconfirm: false,
    subcmd: Aur(
        Aur {
            info: [],
            search: [],
            provides: None,
            abc: false,
            limit: None,
            reverse: false,
            quiet: false,
            open: None,
            pkgbuild: None,
            build: None,
            builduser: None,
            diff: false,
            hotedit: false,
            shellcheck: false,
            delmakedeps: false,
            clean: false,
            asdeps: false,
            sysupgrade: true,
            git: false,
            ignore: [],
            dryrun: false,
            wclone: [],
            unsuppress: false,
            refresh: true,
            nocheck: false,
            skipdepcheck: false,
            skipinteg: false,
            skippgpcheck: false,
            packages: [],
        },
    ),
}
20:36:09 [DEBUG] (1) aura::env: Reading: /home/christian/.config/aura/config.toml
20:36:09 [DEBUG] (1) aura::env: Raw config parse successful: true
20:36:09 [DEBUG] (1) i18n_embed: Attempting to load language file: "en-US/aura_pm.ftl"
20:36:09 [DEBUG] (1) i18n_embed::fluent: Loaded language file: "en-US/aura_pm.ftl" for language: "en-US"
20:36:09 [INFO] Language: en
20:36:09 [INFO] Upgrading all AUR packages.
20:36:09 [DEBUG] (1) aura::command::aur: Will ignore: {}
20:36:09 [DEBUG] (1) aura::command::aur: Foreign packages: 43
20:36:09 [DEBUG] (1) aura::command::aur: After excluding ignores and debugs: 43
aura :: Fetching package information...
20:36:09 [DEBUG] (3) aura::fetch: CURL calling https://faur.fosskers.ca/packages?names=gddccontrol
20:36:10 [DEBUG] (1) aura::command::aur: Unique clones: 42
aura :: Comparing package versions...
20:36:10 [INFO] Reading .SRCINFO files...
20:36:10 [INFO] Pulling AUR data...
20:36:10 [DEBUG] (1) aura::fetch: CURL calling https://faur.fosskers.ca/packages?names=ddccontrol,onedrive-abraunegg,marcel-git,pacnew-chaser,visual-studio-code-bin,droidcam-obs-plugin,thunderbird-localized-beta-bin,rustdesk-bin,ddcui,yle-dl,aura-bin,010editor,autofirma-bin,anydesk-bin,dnieremote-bin,litecli-git,debtap,ncspot-bin,onedriver,configuradorfnmt,powershell-bin,skypeforlinux-bin,whdd,gtkglext,onedrivegui-git,ca-certificates-fnmt,vmware-keymaps,dcmtk,vmware-workstation,simplescreenrecorder-git,ttf-vista-fonts,cpuburn,cryptomator-bin,microsoft-edge-stable-bin,youtube-dl,enpass-bin,sekiro-grub-theme-git,simplenote-electron-bin,ytfzf-git,ddccontrol-db-git,wireguard-dkms,ca-certificates-dnie
20:36:11 [DEBUG] (1) aura::command::aur: Packages pulled: 42
20:36:11 [DEBUG] (1) aura::command::aur: Packages to upgrade: 0
20:36:11 [DEBUG] (1) aura::command::aur: VCS packages to consider: []
@fosskers fosskers added the bug? label Dec 6, 2024
@fosskers
Copy link
Owner

fosskers commented Dec 6, 2024

Thanks for the report.

@amigthea
Copy link

it happens to me too from time to time
this time I have the package winbox 4.0beta14-1 currently installed but winbox 4.0beta16-1 is available on AUR

@fosskers
Copy link
Owner

That's likely due to the malformed version number, in particular the section 0beta14.

@cfinnberg
Copy link
Author

cfinnberg commented Jan 22, 2025

But that's a valid version number in Arch: https://wiki.archlinux.org/title/Arch_package_guidelines#Package_versioning.
So it's not "malformed".

I suppose then, that the problem I have with Thunderbird it's from the same reason.

@fosskers
Copy link
Owner

I will have to confirm the parsing behaviour of that particular version chunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants