惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

月光博客
月光博客
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
雷峰网
雷峰网
T
Tailwind CSS Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 【当耐特】
博客园 - 聂微东
V
Visual Studio Blog
博客园_首页
Engineering at Meta
Engineering at Meta
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The Cloudflare Blog
人人都是产品经理
人人都是产品经理
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
F
Fortinet All Blogs
C
Check Point Blog
罗磊的独立博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - virtualbox-ext-oracle
2026-06-17 · via AUR Newest Packages

Pinned Comments

eworm commented on 2025-10-28 16:29 (UTC)

Healing_Hands commented on 2026-04-29 18:43 (UTC) (edited on 2026-04-29 18:46 (UTC) by Healing_Hands)

The PKGBUILD for this package does not follow best practices as outlined in ArchWiki. Section 4.1 of the ArchWiki page on PKGBUILD:
https://wiki.archlinux.org/title/PKGBUILD#depends


4.1 depends
An array of packages that must be installed for the software to build and run. Dependencies defined inside the package() function are only required to run the software.

Since the virtualbox package is not required to build the package, the depends line should be moved inside the package() function.

pixup1 commented on 2026-04-26 23:23 (UTC)

Is this dependency issue ever going to get addressed ? It still locks up pacman completely on every update, and I don't know how you could possibly argue that is intended behavior.

Scimmia commented on 2025-10-28 23:37 (UTC) (edited on 2025-10-28 23:38 (UTC) by Scimmia)

MartinX3, the fact that you didn't understand eworm's post doesn't make them wrong. Building in a clean chroot and adding to a local repo DOES work just fine. Your stupid helper script will not.

MartinX3 commented on 2025-10-28 20:43 (UTC)

@eworm: Wrong, doesn't fix the issue.

I won't be able to upgrade to virtualbox 7.2.5, if virtualbox-ext-oracle 7.2.4 is still installed.

Because first system packages get upgraded and THEN AFTER AUR packages get upgraded.

To the the system upgrades won't work because the already installed old virtualbox-ext-oracle requires virtualbox 7.2.4, so I can't upgrade virtualbox to 7.2.5.

I have to remove this AUR package first, to be able to upgrade my system package virtualbox....

eworm commented on 2025-10-28 16:29 (UTC)

thesupertechie commented on 2025-10-26 04:56 (UTC) (edited on 2025-10-26 04:59 (UTC) by thesupertechie)

Also, the pinned comment suggests that a hardcoded version number isn't there when it is. It's just dynamically hardcoded instead of manually done.

thesupertechie commented on 2025-10-26 04:52 (UTC)

@ijann If this is a recurring thing, as the PKGBUILD suggests due to its hardcoded version number, then simply having to do this every single time that you need to upgrade is as annoying as uninstalling and reinstalling. This is a known issue since 2011. It really should just depend on Virtualbox.

ijann commented on 2025-10-24 17:06 (UTC)

@MartinX3 But why should I pin the 2011 comment, the line that @elvisman113 published solved it for me and I was able to install normally. You send me to look for a comment from 2011. Do you know how many comments are written each year? to search again, why don't you anchor that comment from 2011? But if you pin the comment to look for one from 2011, 😤

MartinX3 commented on 2025-10-24 16:22 (UTC) (edited on 2025-10-24 16:22 (UTC) by MartinX3)

@ijann Please read the comments in 2011 before making such claims.

The reason was to prevent incompatibilities between MAJOR version like the jump from v7.x.x to v8.0.0.

But how it is made in this PKGBUILD it breaks whole system upgrades by also check the minor and patch version.

This has to be fixed.
Otherwise this package is a security issue with it's blocking system updates behaviour...

ijann commented on 2025-10-24 16:13 (UTC) (edited on 2025-10-24 16:16 (UTC) by ijann)

You should post the comment where the solution to the problem is, it's simple, but many are new and don't know how to solve it, @elvisman113 already mentioned it but go back to the comment from 2011, don't be bad, here are ways to post the comments to show how to solve the problem and not repeat in comments a problem that has already been solved over time.

The update problem due to the oracle extension virtualbox-ext-oracle
> sudo pacman -Sd virtualbox
o
> yay -Sd virtualbox
then update normally