On Mon, 2023-05-29 at 08:56 +0200, Neal Gompa wrote:
> On Mon, May 29, 2023 at 8:50 AM Philip Wyett
> wrote:
> > On Mon, 2023-05-29 at 07:50 +0200, Neal Gompa wrote:
> > > On Sat, May 27, 2023 at 2:52 PM Ali Erdinc Koroglu
> > > wrote:
> > > >
> > > > On 27/05/2023 15:18, Florian Weimer wrote:
On 28/05/2023 17:41, Fabio Valentini wrote:
At least for Rust packages, we do have some amount of automation now
to help with this chore.
I think %autolicense should be added to the rpmautospec project. It will
automatically extract license tags from all BRs "-static" or "crate()"
and concate
> On 28 May 2023, at 15:44, Sam Varshavchik wrote:
>
> Hunspell does not have a functionally-equivalent C++ API. It has a C++ API of
> its own, but it's targeted at applications that come with their own language
> dictionaries. Its C++ API is, basically, a lookup function against a
> diction
Thank you all for the feedback,
Indeed the summary was a bit misleading, I forgot to change it after I
listed the packages. I fixed it now.
I also added that maintainers should decide which spellchecker they prefer
and migrate to that one (hunspell is not mandatory).
On Mon, May 29, 2023 at 9:48
Am 18.05.23 um 00:41 schrieb Julian Sikorski:
Am 17.05.23 um 23:35 schrieb Julian Sikorski:
Hello,
I tried building a signed 6.3 kernel today after a while (6.1
timeframe). Unfortunately, it appears that I am hitting some issues
with pesign:
+ /usr/bin/pesign --certdir /etc/pki/pesign -t
Hey Owen,
On Wed, 2023-05-24 at 13:50 -0400, Owen Taylor wrote:
>
> What if we made the Toolbox container image just one more base image
> and built it with ImageFactory?
>
> - Integrated into the compose process
> - Across all architectures
> - No OSBS dependency
>
> The main disadvantage
OpenCOLLADA has been failing to build with gcc 13 due to[1]:
error: possibly dangling reference to a temporary
[-Werror=dangling-reference]
315 | const auto & parents =
dae.root().selectNodes("//*[@sid]/..");
The code in question[2] is:
// InstanceWithExtra and other with "ur
Dne 29. 05. 23 v 7:03 Kevin Kofler via devel napsal(a):
It*may* indicate priorities (which is a completely different discussion,
and which you might, legitimately, ask if IBM and RH is committed, and at
what level, to Fedora in the long term(*)).
It was pretty clear in IBM's acquisition announc
Richard Shaw writes:
error: possibly dangling reference to a temporary [-Werror=dangling-
reference]
315 | const auto & parents =
dae.root().selectNodes("//*[@sid]/..");
This is a complaint about a potential problem that might, just might be
true. It can't be determined w
OLD: Fedora-Rawhide-20230528.n.0
NEW: Fedora-Rawhide-20230529.n.0
= SUMMARY =
Added images:5
Dropped images: 0
Added packages: 0
Dropped packages:0
Upgraded packages: 39
Downgraded packages: 1
Size of added packages: 0 B
Size of dropped packages:0 B
Size
On Mon, May 29, 2023 at 8:26 AM Sam Varshavchik
wrote:
> Richard Shaw writes:
>
> > error: possibly dangling reference to a temporary [-Werror=dangling-
> > reference]
> > 315 | const auto & parents =
> > dae.root().selectNodes("//*[@sid]/..");
>
> The quickest solution is just
This is case in point for why you should not use -Werror when building
packages. Instead of adding pragmas in various places, I would track
down where the -Werror gets added and patch that out instead.
(Exception: it does make sense to use -Werror=format-security,
-Werror=implicit-function-decl
I am really sorry but this doesn't sound like a problem of DNF or DNF5. DNF and
DNF5 uses the same solver therefore I do not expect any difference in behavior.
May I ask you to verify the behavior with DNF first?
___
devel mailing list -- devel@lists.fe
On pondělí 29. května 2023 13:58:08 CEST Julian Sikorski wrote
> Am 18.05.23 um 00:41 schrieb Julian Sikorski:
> > Am 17.05.23 um 23:35 schrieb Julian Sikorski:
> >> Hello,
> >>
> >> I tried building a signed 6.3 kernel today after a while (6.1
> >> timeframe). Unfortunately, it appears that I am
On Mon, May 29, 2023 at 9:32 AM Vitaly Zaitsev via devel
wrote:
>
> On 28/05/2023 17:41, Fabio Valentini wrote:
> > At least for Rust packages, we do have some amount of automation now
> > to help with this chore.
>
> I think %autolicense should be added to the rpmautospec project. It will
> autom
Am 29.05.23 um 13:58 schrieb Julian Sikorski:
Am 18.05.23 um 00:41 schrieb Julian Sikorski:
Am 17.05.23 um 23:35 schrieb Julian Sikorski:
Hello,
I tried building a signed 6.3 kernel today after a while (6.1
timeframe). Unfortunately, it appears that I am hitting some issues
with pesign:
On Mon, May 29, 2023 at 8:16 AM Debarshi Ray via devel <
devel@lists.fedoraproject.org> wrote:
> Hey Owen,
>
> On Wed, 2023-05-24 at 13:50 -0400, Owen Taylor wrote:
> >
> > What if we made the Toolbox container image just one more base image
> > and built it with ImageFactory?
> >
> > - Integrate
Am 29.05.23 um 17:00 schrieb Pavel Raiskup:
On pondělí 29. května 2023 13:58:08 CEST Julian Sikorski wrote
Am 18.05.23 um 00:41 schrieb Julian Sikorski:
Am 17.05.23 um 23:35 schrieb Julian Sikorski:
Hello,
I tried building a signed 6.3 kernel today after a while (6.1
timeframe). Unfortunately
> Il 24/05/23 09:40, Jaroslav Mracek ha scritto:
>
> I've started to see failing tests upon Bodhi update submission like the
> following:
>
> Error:
> Problem: conflicting requests
> - nothing provides pkgconfig(lz4;pugixml;zlib) needed by
> libXISF-devel-0.2.5-1.fc39.x86_64 from brew-1015
On Mon, May 29, 2023 at 07:49:54AM +0100, Philip Wyett wrote:
> On Mon, 2023-05-29 at 07:50 +0200, Neal Gompa wrote:
> > On Sat, May 27, 2023 at 2:52 PM Ali Erdinc Koroglu
> > wrote:
> > >
> > >
> > > On 27/05/2023 15:18, Florian Weimer wrote:
> > > > * Kevin Fenzi:
> > > >
> > > > > Today we h
I'm not necessarily opposed to this, but I'm not sure I'm in favor of
it. It certainly beats a company using a shared account against policy
to allow for multiple maintainers. On the other hand, what are the
practical use cases here? As Kevin and Zbigniew said in
https://pagure.io/fesco/issue/2929
On Fri, 26 May 2023, Björn Persson wrote:
One way to avoid all the color issues could be to just make the prompt
bold by default. That would probably make it stand out enough in many
situations. I think it wouldn't help much for programmers compiling
software though, because GCC outputs filename
On Mon, 2023-05-29 at 17:08 +, Leigh Scott wrote:
> > Il 24/05/23 09:40, Jaroslav Mracek ha scritto:
> >
> > I've started to see failing tests upon Bodhi update submission like
> > the
> > following:
> >
> > Error:
> > Problem: conflicting requests
> > - nothing provides pkgconfig(lz4;p
Hi all,
I'm planning to do another round of removals of unused Rust crates -
at first. focusing only on compat packages which are no longer useful
since they have no remaining dependent packages in Rawhide.
This includes the gtk-rs v0.16 / gtk4-rs v0.5 compat packages:
- rust-atk0.16
- rust-atk-
Planned Outage - wiki upgrade - 2023-05-31 21:00 UTC
There will be an outage starting at 2023-05-31 21:00 UTC
which will last approximately 3 hours.
To convert UTC to your local time, take a look at
http://fedoraproject.org/wiki/Infrastructure/UTCHowto
or run:
date -d '2023-05-31 21:00UTC'
Reas
Planned Outage - koji database - 2023-06-01 14:30 UTC
There will be an outage starting at 2023-06-01 14:30UTC,
which will last approximately 8 hours.
To convert UTC to your local time, take a look at
http://fedoraproject.org/wiki/Infrastructure/UTCHowto
or run:
date -d '2023-06-01 14:30UTC'
Rea
On Mon, 2023-05-29 at 12:20 -0700, Adam Williamson wrote:
> On Mon, 2023-05-29 at 17:08 +, Leigh Scott wrote:
> > > Il 24/05/23 09:40, Jaroslav Mracek ha scritto:
> > >
> > > I've started to see failing tests upon Bodhi update submission like
> > > the
> > > following:
> > >
> > > Error:
> >
Il 29/05/23 23:33, Adam Williamson ha scritto:
> On Mon, 2023-05-29 at 12:20 -0700, Adam Williamson wrote:
>> On Mon, 2023-05-29 at 17:08 +, Leigh Scott wrote:
Il 24/05/23 09:40, Jaroslav Mracek ha scritto:
I've started to see failing tests upon Bodhi update submission like
28 matches
Mail list logo