Description of problem: I just started my VM & I'm in Gnome & noticed when doing urpmi --auto-update --auto-select to see updates I see this message: Following packages can't be installed because it's dependent by packages that are older than the installed packages: gvfs-iphone-1.6.7-1.mga1 Continue anyway? (Y/n) All the filelists are downloaded. Version-Release number of selected component (if applicable): 1.6.7 How reproducible: Everytime I do that command. Steps to Reproduce: 1. Boot the following kernel: 2.6.38.2-desktop-2.mga. 2. Use GDM. 3. Login to Gnome. 4. Open a Terminal-window. 5. Login as root (use su -). 6. Type urpmi --auto-update --auto-select & press Enter to start downloading new filelists & wait for the question to appear. 7. Voila! Question appears. Reproducible: Steps to Reproduce:
Priority: Normal => High
1) if you use a development release, then you should subscribe to the -devel mailing list of that distro. This issue has already been addressed on the ML: https://www.mageia.org/pipermail/mageia-dev/20110408/003910.html 2) Please stop changing the Priority for every bug report you file two minutes after filing it, use the "Advanced" bug form, and set the Priority there directly before submitting the bug report.
Status: NEW => RESOLVEDResolution: (none) => WONTFIX
The command rpm -e --nodes $(rpm -qa "*gvfs*" | grep -F 1.7.2-2.mga1) && urpmi gvfs doesn't work. I get the result: --nodes: unknown flag
https://www.mageia.org/pipermail/mageia-dev/20110408/003923.html use --nodeps
CC: (none) => manuel
Done. Now everything works OK. ;)