https://bugzilla.redhat.com/show_bug.cgi?id=2180613
Bug ID: 2180613
Summary: Feature Request: compile blender with oneAPI support
for Cycles
Product: Fedora
Version: 38
Hardware: x86_64
OS: Linux
Status: NEW
Component: blender
Severity: medium
Assignee: luya_tfz(a)thefinalzone.net
Reporter: koppe(a)posteo.de
QA Contact: extras-qa(a)fedoraproject.org
CC: code(a)musicinmybrain.net,
design-devel(a)lists.fedoraproject.org,
epel-packagers-sig(a)lists.fedoraproject.org,
kwizart(a)gmail.com, luya_tfz(a)thefinalzone.net,
negativo17(a)gmail.com, promac(a)gmail.com
Target Milestone: ---
Classification: Fedora
With Intel Level Zero now available in the Fedora repositories, I think the
version of Blender shipped with Fedora should be compiled with Cycles oneAPI
support for Intel GPUs enabled, currently only CUDA and HIP are enabled
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2180613
https://bugzilla.redhat.com/show_bug.cgi?id=2234827
Bug ID: 2234827
Summary: CVE-2020-21679 GraphicsMagick: heap buffer overflow in
WritePCXImage() [epel-all]
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: GraphicsMagick
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: rdieter(a)gmail.com
Reporter: mcascell(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: andreas(a)bawue.net, davide(a)cavalca.name,
epel-packagers-sig(a)lists.fedoraproject.org,
michel(a)michel-slm.name, ngompa13(a)gmail.com,
rdieter(a)gmail.com
Target Milestone: ---
Classification: Fedora
More information about this security flaw is available in the following bug:
http://bugzilla.redhat.com/show_bug.cgi?id=2234826
Disclaimer: Community trackers are created by Red Hat Product Security team on
a best effort basis. Package maintainers are required to ascertain if the flaw
indeed affects their package, before starting the update process.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2234827
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2223039
Bug ID: 2223039
Summary: Something is preventing unicorn from building on s390x
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: unicorn
Severity: medium
Assignee: redhat(a)flyn.org
Reporter: mike(a)flyn.org
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
mail(a)fabian-affolter.ch, redhat(a)flyn.org
Target Milestone: ---
Classification: Fedora
Building unicorn on Fedora's s390x build hosts fails with the error message
below. I suspect this is due to a compiler change or perhaps a change to a
dependency.
Reproducible: Always
Steps to Reproduce:
Run "fedpkg build" from the package's Git repository.
Actual Results:
See https://kojipkgs.fedoraproject.org//work/tasks/8545/103368545/build.log.
Here is a summary:
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_ldo_le_mmu_ppc64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_ldo_be_mmu_ppc64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_cmpxchgo_le_mmu_aarch64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_cmpxchgo_be_mmu_aarch64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_sto_be_mmu_s390x'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_ldo_be_mmu_s390x'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_cmpxchgo_be_mmu_s390x'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_cmpxchgo_be_mmu_ppc64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_sto_be_mmu_ppc64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_cmpxchgo_le_mmu_ppc64'
/usr/bin/ld: libunicorn.so.2: undefined reference to
`helper_atomic_sto_le_mmu_ppc64'
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/sample_batch_reg.dir/build.make:98: sample_batch_reg]
Error 1
gmake[1]: *** [CMakeFiles/Makefile2:779: CMakeFiles/sample_batch_reg.dir/all]
Error 2
A similar report upstream:
https://github.com/unicorn-engine/unicorn/issues/1840
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2223039
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2241490
Bug ID: 2241490
Summary: python-zarr: FTBFS on s390x
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: python-zarr
Severity: low
Assignee: quantum.analyst(a)gmail.com
Reporter: code(a)musicinmybrain.net
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
jonathan(a)almalinux.org,
python-packagers-sig(a)lists.fedoraproject.org,
quantum.analyst(a)gmail.com
Target Milestone: ---
Classification: Fedora
The python-zarr package fails to build from source on s390x builders due to
several test failures, presumably due to little-endian assumptions in zarr or
its dependencies.
Reproducible: Always
Steps to Reproduce:
1. fedpkg co python-zarr
2. cd python-zarr
3. fedpkg scratch-build --arches s390x
Actual Results:
FAILED zarr/tests/test_core.py::TestArrayWithN5Store::test_hexdigest -
Assert...
FAILED zarr/tests/test_core.py::TestArrayWithN5FSStore::test_hexdigest -
Asse...
FAILED zarr/tests/test_core.py::TestArrayWithCustomMapping::test_nbytes_stored
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d_fill_value
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_1d_selections
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d_edge_case
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_2d_partial
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_array_order
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_resize_2d
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_append_2d
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_append_2d_axis
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_np_ufuncs
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_iter -
...
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_islice
FAILED zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_non_cont
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_read_nitems_less_than_blocksize_from_multiple_chunks
FAILED
zarr/tests/test_core.py::TestArrayWithFSStorePartialRead::test_read_from_all_blocks
FAILED zarr/tests/test_storage.py::test_format_compatibility -
AssertionError...
=== 20 failed, 2781 passed, 2324 skipped, 8 xfailed, 194 warnings in 59.50s
====
Expected Results:
All tests pass; successful build.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2241490
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2238041
Bug ID: 2238041
Summary: [abrt] gnome-calendar: g_source_get_ready_time():
gnome-calendar killed by SIGSEGV
Product: Fedora
Version: rawhide
Hardware: x86_64
Status: NEW
Whiteboard: abrt_hash:5a4552917cadf034646236e501c99c138310a894;VAR
IANT_ID=workstation;
Component: gnome-calendar
Assignee: gnome-sig(a)lists.fedoraproject.org
Reporter: mikhail.v.gavrilov(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
gnome-sig(a)lists.fedoraproject.org,
igor.raits(a)gmail.com, klember(a)redhat.com
Target Milestone: ---
Classification: Fedora
Description of problem:
Crash happened when I disabled Location Services in the gnome control center
Version-Release number of selected component:
gnome-calendar-45~rc-1.fc40
Additional info:
reporter: libreport-2.17.11
type: CCpp
reason: gnome-calendar killed by SIGSEGV
journald_cursor:
s=f827a241bc594a8692c445e9c63f51b7;i=11d891;b=bd0203c34ca145b6bc6aa492cdf6f76b;m=1304070f1;t=604db4e402ae1;x=3634a4e15c20a5e8
executable: /usr/bin/gnome-calendar
cmdline: /usr/bin/gnome-calendar --gapplication-service
cgroup:
0::/user.slice/user-1000.slice/user@1000.service/app.slice/dbus-:1.2-org.gnome.Calendar@0.service
rootdir: /
uid: 1000
kernel: 6.6.0-0.rc0.20230907git7ba2090ca64e.9.fc40.x86_64+debug
package: gnome-calendar-45~rc-1.fc40
runlevel: N 5
backtrace_rating: 4
crash_function: g_source_get_ready_time
comment: Crash happened when I disabled Location Services in the gnome
control center
Truncated backtrace:
Thread no. 1 (15 frames)
#0 g_source_get_ready_time at ../glib/gmain.c:2100
#1 gcal_timer_is_running at ../src/core/gcal-timer.c:233
#2 update_location at ../src/weather/gcal-weather-service.c:619
#4 signal_emit_unlocked_R.isra.0 at ../gobject/gsignal.c:3980
#5 signal_emit_valist_unlocked at ../gobject/gsignal.c:3612
#9 g_object_notify_by_spec_internal at ../gobject/gobject.c:1551
#12 gclue_client_proxy_g_properties_changed at libgeoclue/gclue-client.c:1389
#14 signal_emit_unlocked_R.isra.0 at ../gobject/gsignal.c:4020
#15 signal_emit_valist_unlocked at ../gobject/gsignal.c:3612
#18 on_properties_changed at ../gio/gdbusproxy.c:1102
#19 emit_signal_instance_in_idle_cb at ../gio/gdbusconnection.c:3802
#22 g_main_context_dispatch_unlocked at ../glib/gmain.c:4284
#23 g_main_context_iterate_unlocked.isra.0 at ../glib/gmain.c:4349
#24 g_main_context_iteration at ../glib/gmain.c:4414
#25 g_application_run at ../gio/gapplication.c:2577
Potential duplicate: bug 1846955
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2238041
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2126814
Bug ID: 2126814
Summary: CVE-2021-40647 man2html: sys-apps/man2html: multiple
vulnerabilities [fedora-all]
Product: Fedora
Version: 36
Status: NEW
Component: man2html
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: sergio(a)serjux.com
Reporter: ybuenos(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
orion(a)nwra.com, sergio(a)serjux.com,
tchollingsworth(a)gmail.com, viktor.vix.jancik(a)gmail.com
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2126814
https://bugzilla.redhat.com/show_bug.cgi?id=2126073
Bug ID: 2126073
Summary: CVE-2021-40647 sys-apps/man2html: multiple
vulnerabilities
Product: Security Response
Hardware: All
OS: Linux
Status: NEW
Component: vulnerability
Keywords: Security
Severity: medium
Priority: medium
Assignee: security-response-team(a)redhat.com
Reporter: ybuenos(a)redhat.com
CC: epel-packagers-sig(a)lists.fedoraproject.org,
orion(a)nwra.com, sergio(a)serjux.com,
tchollingsworth(a)gmail.com, viktor.vix.jancik(a)gmail.com
Target Milestone: ---
Classification: Other
CVE-2021-40647:
In man2html 1.6g, a specific string being read in from a file will overwrite
the size parameter in the top chunk of the heap. This at least causes the
program to segmentation abort if the heap size parameter isn't aligned
correctly. In version before GLIBC version 2.29 and aligned correctly, it
allows arbitrary write anywhere in the programs memory.
https://gist.github.com/untaman/cb58123fe89fc65e3984165db5d40933
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2126073
https://bugzilla.redhat.com/show_bug.cgi?id=2126813
Bug ID: 2126813
Summary: CVE-2021-40647 man2html: sys-apps/man2html: multiple
vulnerabilities [epel-all]
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: man2html
Keywords: Security, SecurityTracking
Severity: medium
Priority: medium
Assignee: sergio(a)serjux.com
Reporter: ybuenos(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
orion(a)nwra.com, sergio(a)serjux.com,
tchollingsworth(a)gmail.com, viktor.vix.jancik(a)gmail.com
Target Milestone: ---
Classification: Fedora
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of epel-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora EPEL. While
only one tracking bug has been filed, please correct all affected versions
at the same time. If you need to fix the versions independent of each
other, you may clone this bug as appropriate.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2126813