https://bugzilla.suse.com/show_bug.cgi?id=1203815
Bug ID: 1203815
Summary: Kernel library file
/usr/lib64/../share/pocl/kernel-x86_64-suse-linux-avx_
fma4.bc doesn't exist.
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: x86-64
OS: openSUSE Tumbleweed
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: rskunath(a)gmail.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
This is on the latest kernel - 5.19.10-1-default
This previously worked but now creates this error on an application launch that
needs pocl:
Kernel library file
/usr/lib64/../share/pocl/kernel-x86_64-suse-linux-avx_fma4.bc doesn't exist.
This may be a module name change as the module is actually now named:
/usr/share/pocl/kernel-x86_64-suse-linux-gnu-avx_fma4.bc
and not kernel-x86_64-suse-linux-avx_fma4.bc
To recreate, run Linrad from the command line:
./xlinrad64
You immediately get the error.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203805https://bugzilla.suse.com/show_bug.cgi?id=1203805#c1
Takashi Iwai <tiwai(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jan.kiszka(a)web.de,
| |tiwai(a)suse.com
Flags| |needinfo?(jan.kiszka(a)web.de
| |)
--- Comment #1 from Takashi Iwai <tiwai(a)suse.com> ---
Could you check whether the issue persists with the latest SLE15-SP4 kernel
build, too? The package is found in OBS Kernel:SLE15-SP4 repo,
http://download.opensuse.org/repoisotires/Kernel:/SLE15-SP4/pool/
Note that it's an unofficial build, and it needs Secure Boot turned off.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203974https://bugzilla.suse.com/show_bug.cgi?id=1203974#c2
Takashi Iwai <tiwai(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tiwai(a)suse.com
--- Comment #2 from Takashi Iwai <tiwai(a)suse.com> ---
It's an AMD CPU machine? If so, that's been a known problem.
Does the hibernate (S4) work instead of suspend? It's no right solution, but
maybe better than nothing...
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1203748http://bugzilla.opensuse.org/show_bug.cgi?id=1203748#c4
Stefan Dirsch <sndirsch(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |IN_PROGRESS
CC| |sndirsch(a)suse.com
Flags| |needinfo?(sndirsch(a)suse.com
| |)
--- Comment #4 from Stefan Dirsch <sndirsch(a)suse.com> ---
I can set /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor manually to
'performance' and this stays when switching between powered and battery. Which
is good. So I can test whether this helps.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1175678
Bug ID: 1175678
Summary: complete packages --unneeded featureset (mostly
"apt-mark auto")
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.2
Hardware: Other
OS: openSUSE Leap 15.2
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: libzypp
Assignee: zypp-maintainers(a)suse.de
Reporter: duge(a)pre-sense.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
openSUSE-13.1 (zypper-1.9.*, libzypp-13.9.*) introduced some nice features:
# Remove a package and it's dependencies (if unused)
zypper remove --clean-deps PACKAGE
# Show unused packages, which haven't been explicitly installed
zypper packages --unneeded
Sadly this featureset still misses some points.
This can also be seen in relation to other package managers:
https://wiki.archlinux.org/index.php/Pacman/Rosetta#Basic_operations
Especially a counterpart to this command is missing:
apt-mark auto PACKAGE # remove manually installed property
# Additionally these commands would be nice.
apt-mark manual PACKAGE
apt-mark showmanual # show manually installed packages
# But they can be workarounded. (although it's quite nasty)
# apt-mark manual PACKAGE
zypper install --force PACKAGE
# apt-mark showmanual
zypper search '' | grep -E '^i\+'
Also it would be very helpfull if "zypper packages --unneeded" would work
recursive.
The command "zypper remove --clean-deps PACKAGE" already seems to work
recursive.
And Debian's "apt autoremove" also does.
What I mean when saying "recursive":
Currently "zypper packages --unneeded" only lists packages which are completely
unneeded by other packages (and not manually installed). Let's call them
package set A.
But after removing set A, all packages which where required by packages in set
A also become unneeded. So you have to run "zypper packages --unneeded" again.
This repeats, until you finally removed only packages, that didn't had
requirements to otherwise unneeded packages themselves.
Related: https://bugzilla.opensuse.org/show_bug.cgi?id=1002507
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203968https://bugzilla.suse.com/show_bug.cgi?id=1203968#c1
Takashi Iwai <tiwai(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rf(a)keynet-technology.com,
| |tiwai(a)suse.com
Flags| |needinfo?(rf@keynet-technol
| |ogy.com)
--- Comment #1 from Takashi Iwai <tiwai(a)suse.com> ---
Could you check the behavior with the latest SLE15-SP4 git build? The kernel
package is available at OBS Kernel:SLE15-SP4 repo,
http://download.opensuse.org/repositories/Kernel:/SLE15-SP4/pool/
Note that it's an official build, hence Secure Boot needs to be disabled.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203630https://bugzilla.suse.com/show_bug.cgi?id=1203630#c7
--- Comment #7 from Thomas Fritz <thomas.fritz(a)suse.com> ---
Case 00364348
Customer reports the same...
"2022-10-03T16:51:35.624337+02:00 XXXXXXXXXX kernel: [33475.442489][T19129]
BUG: workqueue leaked lock or atomic: kworker/u40:1/0x00000001/19129"
Entitlement Name: SLES SAP Priority (24x7)
Product: SUSE Linux Enterprise Server for SAP Applications 15 SP4 x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1200568
Bug ID: 1200568
Summary: Bottles 2022.6.15 AttributeError: gi.repository.Adw
object has no attribute EntryRow
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: openSUSE Tumbleweed
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: screening-team-bugs(a)suse.de
Reporter: vortex(a)z-ray.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
During updating Bottles to the latest version I had a few issues launching the
application after a successful build.
I create this bug ticket to keep track of this issue to solve if I have more
time to focus on this.
Traceback (most recent call last):
File "/usr/bin/bottles", line 42, in <module>
from bottles import main
File "/usr/share/bottles/bottles/main.py", line 35, in <module>
from bottles.window import MainWindow
File "/usr/share/bottles/bottles/window.py", line 36, in <module>
from bottles.views.details import DetailsView
File "/usr/share/bottles/bottles/views/details.py", line 35, in <module>
from bottles.views.bottle_preferences import PreferencesView
File "/usr/share/bottles/bottles/views/bottle_preferences.py", line 32, in
<module>
from bottles.dialogs.envvars import EnvVarsDialog
File "/usr/share/bottles/bottles/dialogs/envvars.py", line 25, in <module>
class EnvVarEntry(Adw.EntryRow):
File "/usr/lib64/python3.8/site-packages/gi/module.py", line 123, in
__getattr__
raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Adw' object has no attribute 'EntryRow'
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1203956https://bugzilla.suse.com/show_bug.cgi?id=1203956#c2
Martin Vidner <mvidner(a)suse.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CONFIRMED
Assignee|yast2-maintainers(a)suse.de |mvidner(a)suse.com
Flags|needinfo?(mvidner(a)suse.com) |
--- Comment #2 from Martin Vidner <mvidner(a)suse.com> ---
Thanks for the report.
Yes, I've now reproduced the problem. I broke it with this change but the funny
thing is, it should have broken with the previous change already, WTF. Still
debugging.
--
You are receiving this mail because:
You are on the CC list for the bug.