When trying to build any package locally, using osc, opening wallet and providing root password, everything seems to be correct, but it complains about unable to prepare topdir.
4s] now finalizing build dir...
4s] su: cannot open session: Module is unknown
4s] Error: TOPDIR empty
4s]
4s] localhost.localdomain failed "build BonsoleRTA-client-gui-backend.spec" at Mon Jun 14 18:0
2:21 UTC 2021.
4s]
The buildroot was: /var/tmp/build-root/openSUSE_Tumbleweed-x86_64
Hi
Is oscrc configured? I just use visudo and add /usr/bin/build with nopassword for my user. Likewise I point to my own location for building packages.
[/FONT]
[FONT=monospace][FONT=monospace][https://api.opensuse.org]
# set aliases for this apiurl
# aliases = foo, bar
# real name used in .changes, unless the one from osc meta prj <user> will be used
# realname =
# email used in .changes, unless the one from osc meta prj <user> will be used
# email =
# additional headers to pass to a request, e.g. for special authentication
#http_headers = Host: foofoobar,
# User: mumblegack
# Plain text password
#pass =
user=*
credentials_mgr_class=osc.credentials.KeyringCredentialsManager:keyring.backends.kwallet.DBusKeyring
trusted_prj=openSUSE:Tumbleweed
But important is keyring (KWallet) is invoked and I allow to obtain authentication information.
[/FONT] [/FONT]