http://bugzilla.opensuse.org/show_bug.cgi?id=1201089
Bug ID: 1201089
Summary: [META] GCC 13 package failures
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: screening-team-bugs(a)suse.de
Reporter: martin.liska(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Meta issue that will track all packages that fail with gcc13 package.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1203594
Bug ID: 1203594
Summary: xscreensaver v 6.03 GL Slideshow fails
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.4
Hardware: x86-64
OS: openSUSE Leap 15.4
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X11 Applications
Assignee: screening-team-bugs(a)suse.de
Reporter: suse(a)stanmiller.info
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Trying to run the GL Slideshow screensaver v 6.03 fails with this message.
X error in glslideshow:
glslideshow: Failed request: 158
glslideshow: Major opcode: 151 ()
glslideshow: Resource id: 0x0
glslideshow: Serial number: 117 / 117
It appears (quick test) that all other savers work.
Manually installing xscreensaver v 5.44, from Open Suse 15.3 on 15.4 works with
no problems.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1175587
Bug ID: 1175587
Summary: windows:mingw:win{32|64}/mingw{32|64}-filesystem:
Deprecated external dependency generator is used
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: 3rd party software
Assignee: fstrba(a)suse.com
Reporter: ralf.habacker(a)freenet.de
QA Contact: screening-team-bugs(a)suse.de
CC: fridrich.strba(a)bluewin.ch, hib(a)hiberis.nl,
idonmez(a)suse.com, mkbosmans(a)gmail.com
Found By: ---
Blocker: ---
On building packages there is always a message printed that a 'Deprecated
external dependency generator is used'.
The reason for this message is located in macros.mingw32
(https://build.opensuse.org/package/view_file/windows:mingw:win32/mingw32-fi…)
%_mingw32_package_header \
%global __strip %{_mingw32_strip} \
%global __objdump %{_mingw32_objdump} \
%global _use_internal_dependency_generator 0 \
%global __find_requires %{_mingw32_findrequires} \
%global __find_provides %{_mingw32_findprovides} \
%global __os_install_post %{_mingw32_install_post}
by specifing '_use_internal_dependency_generator 0' and overriding the
__find_requires and __find_provides.
Recent obs dependency support uses *.attr file as shown below:
cat /usr/lib/rpm/fileattrs/cmake.attr
%__cmake_provides %{_rpmconfigdir}/cmake.prov
%__cmake_path
^/usr/lib(64)?/cmake/.*/.*(Config\.cmake|-config\.cmake)
where the mentioned file cmake.prov does the work of generating a list of
packages that are provided by cmake configuration files.
Similar files exists for debuginfo
cat /usr/lib/rpm/fileattrs/debuginfo.attr
%__debuginfo_provides %{_rpmconfigdir}/debuginfo.prov
%__debuginfo_path ^/usr/lib/debug/
for pkgconfig files
cat /usr/lib/rpm/fileattrs/pkgconfig.attr
%__pkgconfig_provides %{_rpmconfigdir}/pkgconfigdeps.sh --provides
%__pkgconfig_requires %{_rpmconfigdir}/pkgconfigdeps.sh --requires
%__pkgconfig_path
^((%{_libdir}|%{_datadir})/pkgconfig/.*\.pc|%{_bindir}/pkg-config)$
for executables
cat /usr/lib/rpm/fileattrs/elf.attr
%__elf_provides %{_rpmconfigdir}/elfdeps --provides
%{?__filter_GLIBC_PRIVATE:--filter-private}
%__elf_requires %{_rpmconfigdir}/elfdeps --requires
%{?__filter_GLIBC_PRIVATE:--filter-private}
%__elf_magic ^(setuid,? )?(setgid,? )?(sticky )?ELF
(32|64)-bit.*executable
%__elf_flags exeonly
%__elf_exclude_path ^/usr/lib/debug/
for shared libraries
cat /usr/lib/rpm/fileattrs/elflib.attr
%__elflib_provides %{_rpmconfigdir}/elfdeps --assume-exec --provides
%{?__filter_GLIBC_PRIVATE:--filter-private}
%__elflib_requires %{_rpmconfigdir}/elfdeps --assume-exec --requires
%{?__filter_GLIBC_PRIVATE:--filter-private}
%__elflib_magic ^(setuid )?(setgid )?(sticky )?ELF (32|64)-bit.*shared
object
%__elflib_exclude_path ^/usr/lib/debug/
and others.
To take advantage of this type of support, the currently used files
mingw32-find-provides.sh and mingw32-find-requres.sh must be split into
implementations that handle a single category of corresponding files.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1166537
Bug ID: 1166537
Summary: osc rq accept - forwarding request causes backtrace
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
Assignee: marco.strigl(a)suse.com
Reporter: suse-beta(a)cboltz.de
QA Contact: qa-bugs(a)suse.de
CC: suse-tux(a)gmx.de
Found By: ---
Blocker: ---
When accepting a SR to a devel project, osc asks if I want to forward the SR to
Factory. I answered "y", but got this nice backtrace instead of a SR to
Factory:
# osc rq accept 784420
Result of change request state: ok
openSUSE:Factory
Forward this submit to it? ([y]/n)y
Traceback (most recent call last):
File "/usr/bin/osc", line 41, in <module>
r = babysitter.run(osccli)
File "/usr/lib/python3.8/site-packages/osc/babysitter.py", line 64, in run
return prg.main(argv)
File "/usr/lib/python3.8/site-packages/osc/cmdln.py", line 344, in main
return self.cmd(args)
File "/usr/lib/python3.8/site-packages/osc/cmdln.py", line 367, in cmd
retval = self.onecmd(argv)
File "/usr/lib/python3.8/site-packages/osc/cmdln.py", line 501, in onecmd
return self._dispatch_cmd(handler, argv)
File "/usr/lib/python3.8/site-packages/osc/cmdln.py", line 1232, in
_dispatch_cmd
return handler(argv[0], opts, *args)
File "/usr/lib/python3.8/site-packages/osc/commandline.py", line 2652, in
do_request
project, package, html.escape(msg, quote=False))
NameError: name 'html' is not defined
Wild guess: missing "import html"?
Note: commandline.py has an "import html" in do_submitrequest(), but this
import isn't visible to do_request(). Also note that there are more functions
in this file that call html.escape() without importing html before and will
probably break in a similar way. Doing the "import html" in the file header
instead of inside the functions might be a good idea.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1204067
Bug ID: 1204067
Summary: [Build 20220915] openQA test fails in grub_test since
upgrade of qemu-ovmf-x86_64 from 202008-150300.10.14.1
to 202202-150400.3.3
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
URL: https://openqa.opensuse.org/tests/2675825/modules/grub
_test/steps/15
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Bootloader
Assignee: screening-team-bugs(a)suse.de
Reporter: tina.mueller(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: openQA
Blocker: Yes
## Observation
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-nvme@uefi fails in
[grub_test](https://openqa.opensuse.org/tests/2675825/modules/grub_test/step…
## Test suite description
Maintainer: rbrown(a)suse.de; Basic installation test to confirm that installing
and booting to an nvme as your root disk works
## Reproducible
Fails since (at least) Build
[20220915](https://openqa.opensuse.org/tests/2675825) (current job)
## Expected result
Last good: [20220914](https://openqa.opensuse.org/tests/2663884) (or more
recent)
## Further details
Always latest result in this scenario:
[latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensus…
We confirmed that the qemu-ovmf-x86_64 upgrade is the culprit, because after
downgrading again the test worked as expected.
We debugged the test and found out that after the installation in the test, the
reboot does show the boot menu of the installation medium again, instead of
offering to boot from hard disk, and selecting "Boot from Hard Disk" resulted
in showing the same installation medium menu again. Ejecting the CD before
reboot resulted in an error message:
BdsDxe: failed to load Boot0007 "opensuse-secureboot" from
HD(...)/\EFI\opensuse\shim.efi: Not found
We also have other tests failing, but in different ways, but this might still
be related.
The ticket for the mentioned failure can be found here:
https://progress.opensuse.org/issues/116704
Our workaround will be to downgrade all openQA workers and add a zypper lock.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1195395
Bug ID: 1195395
Summary: hardware/wpa_supplicant: Not able to connect to WLAN
after wpa_supplicant update to version 2.10
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Hardware: x86-64
OS: openSUSE Tumbleweed
Status: NEW
Severity: Major
Priority: P5 - None
Component: 3rd party software
Assignee: karol(a)babioch.de
Reporter: reiokorn(a)tutanota.com
QA Contact: screening-team-bugs(a)suse.de
CC: cfamullaconrad(a)suse.com
Found By: ---
Blocker: ---
Created attachment 855766
--> http://bugzilla.opensuse.org/attachment.cgi?id=855766&action=edit
log file of wpa_supplicant
Hello,
after the recent update to Tumbleweed, and the wpa_supplicant to version 2.10,
I'm no longer able to connect to my home WLAN with my laptop.
I've included the wpa_supplicant.log file for diagnosis.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1195634
Bug ID: 1195634
Summary: Base Report does not work
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: x86-64
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: LibreOffice
Assignee: screening-team-bugs(a)suse.de
Reporter: hd(a)swiateck.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 855943
--> http://bugzilla.opensuse.org/attachment.cgi?id=855943&action=edit
Error after open
to start a report the error message appears
See attachment
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1200441
Bug ID: 1200441
Summary: go1.19 release tracking
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Development
Assignee: screening-team-bugs(a)suse.de
Reporter: jkowalczyk(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
go1.19 (expected August 2022) is a major release of Go.
Minor releases of go1.19.x will be provided through August 2023.
This issue tracks go1.19.x releases packaged and submitted initially
to openSUSE:Factory and can be referenced in submissions to
additional repositories.
Go Release Cycle
https://github.com/golang/go/wiki/Go-Release-Cycle
Go Release history
https://golang.org/doc/devel/release.html
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1199618
Bug ID: 1199618
Summary: [Build 20220516] openQA test fails in fanotify16 (LTP)
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: aarch64
URL: https://openqa.opensuse.org/tests/2353240/modules/fano
tify16/steps/7
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Kernel
Assignee: kernel-bugs(a)opensuse.org
Reporter: guillaume.gardet(a)arm.com
QA Contact: qa-bugs(a)suse.de
Found By: openQA
Blocker: Yes
## Observation
openQA test in scenario
opensuse-Tumbleweed-JeOS-for-AArch64-aarch64-jeos-ltp-syscalls@aarch64-HD24G
fails in
[fanotify16](https://openqa.opensuse.org/tests/2353240/modules/fanotify16/st…
Error log:
fanotify.h:336: TBROK: fanotify_mark (3, FAN_MARK_ADD, ..., AT_FDCWD, ".")
failed: EXDEV (18)
Test process returned unkown none zero value (2).
Test took approximately 0.581575272008195 seconds
Some test output could not be parsed: 9 lines were ignored.
## Test suite description
## Reproducible
Fails since (at least) Build
[20220302](https://openqa.opensuse.org/tests/2224057)
## Expected result
Last good: (unknown) (or more recent)
## Further details
Always latest result in this scenario:
[latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=opensu…
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1202351
Bug ID: 1202351
Summary: dracut: remove mkinitrd wrapper
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: dracut-maintainers(a)suse.de
Reporter: antonio.feijoo(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Upstream support removed in March 2021
(https://github.com/dracutdevs/dracut/commit/43df4ee2) and deprecation
announcement on factory mailing list in May 2021
(https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/…).
ALP will not ship the mkinitrd wrapper, so it's better to get rid of it in
Tumbleweed first.
Affected packages that need to be updated before (at least):
# zypper se --requires mkinitrd
Loading repository data...
Reading installed packages...
S | Name | Summary |
Type
---+---------------------+----------------------------------------------------+--------
| kernel-debug | A Debug Version of the Kernel |
package
i+ | kernel-default | The Standard Kernel |
package
| kernel-default-base | The Standard Kernel - base modules |
package
| kernel-kvmsmall | The Small Developer Kernel for KVM |
package
| kernel-pae | Kernel with PAE Support |
package
| kernel-vanilla | The Standard Kernel - without any SUSE patches |
package
i | mdadm | Utility for configuring "MD" software RAID devices |
package
--
You are receiving this mail because:
You are on the CC list for the bug.