Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Martin Gansser
Thanks, that fixex the problem. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guideli

Re: The performance impact of various debug options on Fedora Rawhide debug kernels

2022-08-03 Thread Adam Williamson
On Sun, 2022-07-24 at 10:28 +0100, Richard W.M. Jones wrote: > The current Fedora Rawhide kernels are too slow to run libguestfs > tests when doing Koji builds. These run in a qemu VM, running the > Rawhide kernel, emulated using software virtualization (ie. TCG). > They now time out because these

Re: Help needed: build failure trying to upgrade healpix

2022-08-03 Thread Kevin Kofler via devel
Jeff Law wrote: > That would eliminate the need for those crazy macros. The problem is > many packages have configury bits that are ancient and can't be rebuilt > with modern autotools. I have a hard time believing that. Even the gigantic KDE 3 autotools mess last updated by upstream in 2008 can

Re: Help needed: build failure trying to upgrade healpix

2022-08-03 Thread Kevin Kofler via devel
Richard W.M. Jones wrote: > At some point we should just require autoreconf. I have been arguing for that for years. IMHO, it is a logical consequence of the general rule that everything in Fedora must be built from source. Generated files are NOT source code. Patching anything in the configure

Re: The R stack in Rawhide is on fire

2022-08-03 Thread Frantisek Zatloukal
Huge thanks to everybody who'd helped with resolving this! I am deeply sorry about the issues I'd caused, this was the first time I was rebuilding a bunch of packages in a side-tag and merging it back and I didn't realize that this is something I should be cautious about. I'll watch out for this a

Re: The performance impact of various debug options on Fedora Rawhide debug kernels

2022-08-03 Thread Justin Forbes
On Sun, Jul 24, 2022 at 4:29 AM Richard W.M. Jones wrote: > > The current Fedora Rawhide kernels are too slow to run libguestfs > tests when doing Koji builds. These run in a qemu VM, running the > Rawhide kernel, emulated using software virtualization (ie. TCG). > They now time out because these

libarrow (Apache Arrow) soname bump in Rawhide & EPEL9

2022-08-03 Thread Kaleb Keithley
Hi, Apache Arrow 9.0.0 has been released. AFAIK nobody is using libarrow¹ except Ceph. (Which I am the maintainer of.) I will be rebasing libarrow to 9.0.0 within the next few hours. ¹ E.g.: $ sudo dnf repoquery --whatrequires libarrow Last metadata expiration check: 1:36:14 ago on Wed 03 Aug

Re: GNOME 43.alpha builds in rawhide

2022-08-03 Thread Luna Jernberg
Hey! tried to test this now in a Virtualbox VM on an Arch Linux host with latest Rawhide 20220803.5 and did not get GNOME 43 Alpha to work at all same with just on the host directly (maybe it does not work with my old NVIDIA GTX 760 card as GNOME 43 wants Wayland instead of Xorg and my GPU is to o

Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Artur Frenszek-Iwicki
Adding "#include " to src/timer.cpp fixes this. A.FI. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-o

Re: cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Richard W.M. Jones
On Wed, Aug 03, 2022 at 03:07:00PM -, Martin Gansser wrote: > Hi, > > when compiling cxxtools-3.0 on Fedora 37 this fails with the following error > message [1]: > error: aggregate 'tm tim' has incomplete type and cannot be defined > > How can this be solved ? > > [1] https://kojipkgs.fedor

cxxtools - error: aggregate 'tm tim' has incomplete type and cannot be defined

2022-08-03 Thread Martin Gansser
Hi, when compiling cxxtools-3.0 on Fedora 37 this fails with the following error message [1]: error: aggregate 'tm tim' has incomplete type and cannot be defined How can this be solved ? [1] https://kojipkgs.fedoraproject.org//work/tasks/3571/89763571/build.log Regards Martin _

Re: Help needed: build failure trying to upgrade healpix

2022-08-03 Thread Jeff Law
On 8/3/2022 6:55 AM, Richard W.M. Jones wrote: On Sun, Jul 31, 2022 at 03:33:51PM +0200, Kevin Kofler via devel wrote: Jerry James wrote: On Sat, Jul 30, 2022 at 10:35 AM Kevin Kofler via devel wrote: What I see is that the hacks that you apply to configure are apparently not working: che

Re: graphlcd-base: udev rules file can't be found for fc37

2022-08-03 Thread Martin Gansser
Many thanks for the fix. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: ht

Re: graphlcd-base: udev rules file can't be found for fc37

2022-08-03 Thread Leigh Scott
Fixed https://src.fedoraproject.org/rpms/graphlcd-base/c/eff3f3c0a0817bd5bdfad4d95eabb4a87bab9440?branch=rawhide ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Co

Re: graphlcd-base: udev rules file can't be found for fc37

2022-08-03 Thread Tomasz Torcz
On Wed, Aug 03, 2022 at 12:58:16PM -, Martin Gansser wrote: > Hi, > > I want to fix the build of graphlcd-base-2.0.3 for fc37 because the udev > rules file cannot be found [1]. > ... > File not found: > /builddir/build/BUILDROOT/graphlcd-base-2.0.3-1.fc37.x86_64/etc/udev/rules.d/*-graphlcd-b

graphlcd-base: udev rules file can't be found for fc37

2022-08-03 Thread Martin Gansser
Hi, I want to fix the build of graphlcd-base-2.0.3 for fc37 because the udev rules file cannot be found [1]. ... File not found: /builddir/build/BUILDROOT/graphlcd-base-2.0.3-1.fc37.x86_64/etc/udev/rules.d/*-graphlcd-base.rules .. I have already added a if condition to the spec file so that for

Re: Help needed: build failure trying to upgrade healpix

2022-08-03 Thread Richard W.M. Jones
On Sun, Jul 31, 2022 at 03:33:51PM +0200, Kevin Kofler via devel wrote: > Jerry James wrote: > > > On Sat, Jul 30, 2022 at 10:35 AM Kevin Kofler via devel > > wrote: > >> What I see is that the hacks that you apply to configure are apparently > >> not working: > >> > >> checking command to parse

Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-03 Thread Martin Gansser
adding missing header files works. Many Thanks ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduc

Re: vdr-epg-daemon-1.2.3: error: 'time' was not declared in this scope

2022-08-03 Thread Martin Gansser
adding missing header files works. Many Thanks ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduc

[Test-Announce] Fedora 37 Rawhide 20220803.n.0 nightly compose nominated for testing

2022-08-03 Thread rawhide
Announcing the creation of a new nightly release validation test event for Fedora 37 Rawhide 20220803.n.0. Please help run some tests for this nightly compose if you have time. For more information on nightly release validation testing, see: https://fedoraproject.org/wiki

Re: Heads-up: libgnome-desktop soname bump

2022-08-03 Thread Kalev Lember
On Wed, Jul 27, 2022 at 6:28 PM Kalev Lember wrote: > > Hi all, > > libgnome-desktop (gnome-desktop3 rpm package) bumps its soname in > 43.alpha release. This breaks the following packages that are currently > FTBFS in rawhide: > > budgie-control-center-1.0.2-3.fc37.src.rpm > chatty-0.6.7-1.fc37.

Re: Important changes to software license information in Fedora packages (SPDX and more!)

2022-08-03 Thread José Abílio Matos
On Tuesday, 2 August 2022 11.16.32 WEST Daniel P. Berrangé wrote: > (I manually editted the above to put in line breaks as email servers/clients > may not be so happy with 10,000 char long lines That is so true that your message was labelled spam by my mail server (in this case using spamassassi

Re: vdr-epg-daemon-1.2.3: error: 'pthread_mutexattr_init' was not declared in this scope

2022-08-03 Thread Florian Weimer
* Martin Gansser: > In file included from lib/epgservice.h:13, > from epgdconfig.c:8: > lib/common.h: In member function 'void MemoryStruct::clear()': > lib/common.h:218:20: error: 'time' was not declared in this scope; did you > mean 'tm'? > 218 | modTime = time(0); >

Re: vdr-epg-daemon-1.2.3: error: 'time' was not declared in this scope

2022-08-03 Thread Vitaly Zaitsev via devel
On 03/08/2022 08:07, Martin Gansser wrote: lib/common.h:218:20: error: 'time' was not declared in this scope; did you mean 'tm'? #include common.c:1552:3: error: 'pthread_mutexattr_init' was not declared in this scope; did you mean 'pthread_mutexattr_t'? #include -- Sincerely, Vitaly