Displaying 7 results from an estimated 7 matches for "fc33".
Did you mean:
fc30
2020 Aug 10
4
Rebuild against FlexiBLAS
Hi,
R has been built against FlexiBLAS in rawhide [1, 2]. These are the R
packages that need to be rebuilt:
R-ape-0:5.4-2.fc33.x86_64
R-expm-0:0.999.4-7.fc33.x86_64
R-gee-0:4.13.20-4.fc33.x86_64
R-gss-0:2.2.2-3.fc33.x86_64
R-igraph-0:1.2.5-3.fc33.x86_64
R-msm-0:1.6.8-5.fc33.x86_64
R-preprocessCore-0:1.50.0-4.fc33.x86_64
R-qtl-0:1.46.2-4.fc33.x86_64
R-quadprog-0:1.5.8-5.fc33.x86_64
Could somebody with provenpackager superp...
2020 Aug 05
5
[PATCH NOT WORKING nbdkit 0/3] python: Allow thread model to be set from Python plugins.
...nes/d/nbdkit/server/nbdkit -v -P test-python-thread-model.pid -U /tmp/'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007fc4b943e97c in find_name_in_mro (type=<optimized out>,
name=0x7fc4aba406b0, error=0x7fc4aa21e7d4)
at /usr/src/debug/python3.9-3.9.0~b3-1.fc33.x86_64/Python/errors.c:221
221 PyErr_Occurred(void)
[Current thread is 1 (Thread 0x7fc4aa21f640 (LWP 109870))]
glibc-2.31.9000-21.fc33.x86_64 gmp-6.1.2-12.fc32.x86_64 libidn2-2.3.0-1.fc32.x86_64 libselinux-3.1-1.fc33.x86_64 libtasn1-4.15.0-1.fc32.x86_64 p11-kit-0.23.18.1-1.fc32.x86_64 pcre2-10.34-...
2020 Sep 13
2
libva-utils test siuite is crashing in nouveau sriver
...at ../src/gallium/state_trackers/va/context.c:229
229 ../src/gallium/state_trackers/va/context.c: No such file or
directory.
[Current thread is 1 (Thread 0x7f4e2ddbf4c0 (LWP 3926866))]
elfutils-libelf-0.181-2.fc34.x86_64 expat-2.2.9-2.2.fc34.x86_64
glibc-2.32.9000-5.fc34.x86_64 gmp-6.2.0-5.fc33.x86_64
libX11-1.6.12-2.fc34.x86_64 libX11-xcb-1.6.12-2.fc34.x86_64
libXau-1.0.9-5.fc33.x86_64 libXdmcp-1.1.3-5.fc33.x86_64
libdrm-2.4.102-3.fc34.x86_64 libedit-3.1-34.20191231cvs.fc34.x86_64
libffi-3.2.1-2.3.fc32.x86_64 libgcc-10.2.1-3.fc34.x86_64
libstdc++-10.2.1-3.fc34.x86_64 libva-2.9.0-2.fc34.x...
2020 Oct 30
0
Re: Fail to build libvirt upstream rpm on fedora 33
On Fri, Oct 30, 2020 at 10:30:00AM +0800, Han Han wrote:
> Hello,
> I encountered errors when building rpm on fedora33:
>
> Versions:
> libvirt: v6.9.0-rc2
> gcc-10.2.1-5.fc33.x86_64
> meson-0.55.3-1.fc33.noarch
> ninja-build-1.10.1-2.fc33.x86_64
> binutils-2.35-11.fc33.x86_64
>
> Steps:
> 1. Archive libvirt source code to ~/rpmbuild/SOURCES/libvirt-6.9.0.tar.xz
> 2. Copy libvirt.spec.in to ~/rpmbuild/SPECS/libvirt.spec. Then `sed -i
> s/@VERSION...
2020 Oct 30
2
Fail to build libvirt upstream rpm on fedora 33
Hello,
I encountered errors when building rpm on fedora33:
Versions:
libvirt: v6.9.0-rc2
gcc-10.2.1-5.fc33.x86_64
meson-0.55.3-1.fc33.noarch
ninja-build-1.10.1-2.fc33.x86_64
binutils-2.35-11.fc33.x86_64
Steps:
1. Archive libvirt source code to ~/rpmbuild/SOURCES/libvirt-6.9.0.tar.xz
2. Copy libvirt.spec.in to ~/rpmbuild/SPECS/libvirt.spec. Then `sed -i
s/@VERSION@/6.9.0/g ~/rpmbuild/SPECS/libvirt.spec`...
2020 May 05
1
LIBGUESTFS_PATH is broken in Fedora Rawhide
$ libguestfs-test-tool
...
libguestfs: launch: version=1.42.0fedora=33,release=5.fc33,libvirt
...
libguestfs: build appliance
libguestfs: error: cannot find any suitable libguestfs supermin, fixed or old-style appliance on LIBGUESTFS_PATH (search path: /usr/lib/guestfs)
...
It appears that this configure test is now failing:
https://github.com/libguestfs/libguestfs/blob/26324d5445...
2020 May 21
1
RPM package builds backed by nbdkit
...mpdisk/tmpdisk.c#L182
I did a bit of testing to try to see if this is really feasible, and
yes I think it is. Discussion below, experimental results first ...
I compiled qt5-qtwebkit from Rawhide dist-git by running the
"fedpkg local" command.
Version: qt5-qtwebkit-5.212.0-0.46.alpha4.fc33
Host: AMD Ryzen 9 3900X 12-Core Processor
Disks: Fast NVME disks, but using dm-crypt and LVM.
Compiling qtwebkit normally (baseline): 28m19.921s
baseline with nosync enabled: 28m12.67s
nbdkit file plugin backed by a local LV 28m53.259s (baseline + 2%)
over a local Unix...