zypper dup : ./x86_64/xorg-x11-server-wayland-1.19.6-531.2.x86_64.rpm not found

Hi,

I’m having a problem installing my software update

zypper dup ( or zypper up both behaves the same in this instance)

Every time it stops at

Retrieving package xorg-x11-server-wayland-1.19.6-531.2.x86_64 (451/453), 906.3 KiB ( 2.2 MiB unpacked)
Retrieving: xorg-x11-server-wayland-1.19.6-531.2.x86_64.rpm …[not found]
File ‘./x86_64/xorg-x11-server-wayland-1.19.6-531.2.x86_64.rpm’ not found on medium ‘http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_Tumbleweed/
Abort, retry, ignore? [a/r/i/…? shows all options] (a): a
Problem occurred during or after installation or removal of packages:
Installation aborted by user

when i choose to abort. If i choose to ignore this happens

Retrieving: xorg-x11-server-wayland-1.19.6-531.2.x86_64.rpm …[not found]
File ‘./x86_64/xorg-x11-server-wayland-1.19.6-531.2.x86_64.rpm’ not found on medium ‘http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_Tumbleweed/
Abort, retry, ignore? [a/r/i/…? shows all options] (a): i
Warning: You have chosen to ignore a problem with download or installation of a package which might lead to broken dependencies of other packages. It is recommended to run ‘zypper verify’ after the operation has finished.
In cache gnome-session-wayland-3.28.0-2.1.x86_64.rpm (437/438), 64.5 KiB ( 7.4 KiB unpacked)
In cache patterns-gnome-gnome-20180321-3.1.x86_64.rpm (438/438), 16.0 KiB ( 51 B unpacked)
Installation has completed with error.

which is pretty much the same. I have been trying to locate the rpm, but still no luck. Do I need any other repositories? Currently, the set up is

| Alias | Name | Enabled | GPG Check | Refresh

—±---------------------------------±----------------------------------------±--------±----------±-------
1 | X11_XOrg | X.Org development (openSUSE_Tumbleweed) | Yes | (r ) Yes | No
2 | bin | bin | Yes | ( p) Yes | Yes
3 | google-chrome | google-chrome | Yes | (r ) Yes | Yes
4 | http-ftp.gwdg.de-9892c592 | Packman Repository | Yes | (r ) Yes | Yes
5 | http-opensuse-guide.org-0a36e55d | libdvdcss repository | Yes | (r ) Yes | Yes
6 | repo-debug | openSUSE-Tumbleweed-Debug | No | ---- | ----
7 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss | Yes | (r ) Yes | Yes
8 | repo-oss | openSUSE-Tumbleweed-Oss | Yes | (r ) Yes | Yes
9 | repo-source | openSUSE-Tumbleweed-Source | No | ---- | ----
10 | repo-update | openSUSE-Tumbleweed-Update | Yes | (r ) Yes | Yes

Any help will be appreciated.

/Michael

Hi
The question would be why using the development repository X11 since this will be sure to break something?

There is no .2 rpm only .1
http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_Tumbleweed/x86_64/xorg-x11-server-wayland-1.19.6-536.1.x86_64.rpm.mirrorlist

If you don’t need the development repo (since TW catches up to this…) disable, try a clean and force a refresh, then zypper dup (no up!).


zypper clean -a
zypper ref -f
zypper -vvv dup

The verbosity will show what it’s doing better…