|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20230615-1] openQA test fails in steamcmd, `steamcmd +login anonymous +app_update 90 validate +quit` command fails | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Richard Fan <richard.fan> |
| Component: | Basesystem | Assignee: | Dirk Stoecker <opensuse> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Leap 15.5 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | openSUSE Leap 15.5 | ||
| URL: | https://openqa.opensuse.org/tests/3358372/modules/steamcmd/steps/7 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | dmp file | ||
|
Description
Richard Fan
2023-06-15 04:05:44 UTC
Created attachment 867586 [details]
dmp file
More update, If I tried to install package `libSDL-devel` and then re-run the command, it can pass even I can still see some error messages: susetest:~ # zypper in libSDL-devel Loading repository data... Reading installed packages... Resolving package dependencies... The following NEW package is going to be installed: libSDL-devel 1 new package to install. Overall download size: 331.7 KiB. Already cached: 0 B. After the operation, additional 1.5 MiB will be used. Continue? [y/n/v/...? shows all options] (y): Retrieving: libSDL-devel-1.2.15-150000.3.19.1.x86_64 (Main Repository) (1/1), 331.7 KiB Retrieving: libSDL-devel-1.2.15-150000.3.19.1.x86_64.rpm ...................................................................................................................................................................[done (2.1 MiB/s)] Checking for file conflicts: ...........................................................................................................................................................................................................[done] (1/1) Installing: libSDL-devel-1.2.15-150000.3.19.1.x86_64 .............................................................................................................................................................................[done] susetest:~ # /usr/bin/steamcmd +login anonymous +app_update 90 validate +quit Redirecting stderr to '/root/Steam/logs/stderr.txt' Looks like steam didn't shutdown cleanly, scheduling immediate update check [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation - version 1686781763 -- type 'quit' to exit -- Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory OK Connecting anonymously to Steam Public...OK Waiting for client config...OK Waiting for user info...OK Update state (0x5) verifying install, progress: 9.60 (9437184 / 98310834) Success! App '90' fully installed. === Hello Dirk, can you please help take a look at this issue? I fails to find any packages which provide libSDL3.so.0. is it a new bug or by design? I assume you need SDL3-devel and not libSDL-devel (from games repo). Thought that doesn't come from steamcmd, but somewhere else. steamcmd doesn't contain any libSDL3 strings. (In reply to Dirk Stoecker from comment #3) > I assume you need SDL3-devel and not libSDL-devel (from games repo). Thought > that doesn't come from steamcmd, but somewhere else. steamcmd doesn't > contain any libSDL3 strings. Thank you Dirk, I failed to find the SDL3-devel package for leap15.5. However, good news is that the issue is gone with the latest run at version 1686128896 https://openqa.opensuse.org/tests/3364096#step/steamcmd/8 Even I can still see the messages below: Loading Steam API...dlmopen steamservice.so failed: steamservice.so: cannot open shared object file: No such file or directory dlmopen libSDL3.so.0 failed: libSDL3.so.0: cannot open shared object file: No such file or directory CLosing. fwiw still happening in 15.5. |