https://bugzilla.redhat.com/show_bug.cgi?id=2256783
Bug ID: 2256783
Summary: FTBFS with autoconf 2.72
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: gmime
Severity: medium
Assignee: alexl(a)redhat.com
Reporter: fberat(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: alexl(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
gnome-sig(a)lists.fedoraproject.org, mclasen(a)redhat.com,
rstrode(a)redhat.com, walter.pete(a)yandex.com
Target Milestone: ---
Classification: Fedora
The component fails to build with autoconf 2.72 due to its use of Autoconf
internal variables in its configure.ac file.
the following section needs to be adapted (or better removed):
dnl *************************************
dnl *** Checks for large file support ***
dnl *************************************
AC_ARG_ENABLE([largefile],
AC_HELP_STRING([--enable-largefile],
[enable support for large files [[default=yes]]]),,
[enable_largefile="yes"])
[...]
if test "x$ac_cv_sys_file_offset_bits" != "xno"; then
LFS_CFLAGS="$LFS_CFLAGS
-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
enable_largefile="yes"
fi
else
LFS_CFLAGS=""
fi
AM_CONDITIONAL(ENABLE_LARGEFILE, test "x$enable_largefile" = "xyes")
The main problem of this section being the check against
`$ac_cv_sys_file_offset_bits` which no longer exists. Leading to further
failures.
AC_SYS_LARGEFILE will define _FILE_OFFSET_BITS if necessary.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2256783
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=2260129
Bug ID: 2260129
Summary: Update Package Versioning Strategy & Version
Product: Fedora
Version: rawhide
Hardware: x86_64
OS: Linux
Status: NEW
Component: spirv-headers
Severity: medium
Assignee: airlied(a)redhat.com
Reporter: jonathansteffan(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: airlied(a)redhat.com, ajax(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
jexposit(a)redhat.com
Target Milestone: ---
Classification: Fedora
As part of the update to vulkan 1.3.275.0, spirv-headers also needs to be
updated. Please consider changing the versioning format to more closely match
the rest of the vulkan packages.
This patch adds an epoch and changes the versioning strategy. It also bumps the
version to prepare for the rest of the updates.
--- a/spirv-headers.spec
+++ b/spirv-headers.spec
@@ -1,15 +1,13 @@
-%global commit e867c06631767a2d96424cbec530f9ee5e78180f
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: spirv-headers
-Version: 1.5.5
+Version: 1.3.275.0
+Epoch: 1
Release: %autorelease
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup/SPIRV-Headers/
-Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
+Source0:
%url/archive/vulkan-sdk-%{version}.tar.gz#/SPIRV-Headers-sdk-%{version}.tar.gz
BuildArch: noarch
@@ -42,7 +40,7 @@ This includes:
* The XML registry fil
%prep
-%autosetup -n SPIRV-Headers-%{commit}
+%autosetup -n SPIRV-Headers-vulkan-sdk-%{version}
chmod a-x include/spirv/1.2/spirv.py
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2260129
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=2254021
Bug ID: 2254021
Summary: Why is cinnamon package summary / description "Window
management and application launching for GNOME"?
Product: Fedora
Version: rawhide
Hardware: All
OS: Linux
Status: NEW
Component: cinnamon
Severity: low
Assignee: leigh123linux(a)googlemail.com
Reporter: rdkracz(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: epel-packagers-sig(a)lists.fedoraproject.org,
leigh123linux(a)googlemail.com, miketwebster(a)gmail.com,
riehecky(a)fnal.gov
Target Milestone: ---
Classification: Fedora
"Window management and application launching for GNOME". GNOME? I looked over
at pkgs.org and Fedora is the only distribution that uses the word GNOME in the
package description/summary
Reproducible: Always
Steps to Reproduce:
dnf se cinnamon
Actual Results:
cinnamon.x86_64 : Window management and application launching for GNOME
Expected Results:
cinnamon.x86_64 : Window management and application launching for Cinnamon
or "Fork of GNOME Shell with layout similar to GNOME 2" / "GNOME3 fork of Linux
Mint with GNOME2 aspect"
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2254021
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…