On Fri, May 29, 2020 at 4:58 PM Miro Hrončok wrote:
> Hello,
>
> the pytest package (python3-pytest) has been updated to 5.4.2.
>
> In case it gives you trouble, you can pin an older version:
>
>BuildRrequires: %{py3_dist pytest} < 5
>
> Or:
>
>BuildRrequires: python3dist(pytest) < 5
>
>
On Wed, Jun 3, 2020 at 8:08 PM Richard Shaw wrote:
> Ok, one problem after another with FreeCAD, maybe I'll get them fixed
> before f33 is released :)
>
> /builddir/build/BUILD/FreeCAD-0.18.4/src/Gui/DAGView/DAGView.cpp: In
> constructor 'Gui::DAG::View::View(QWidget*)':
> /builddir/build/BUILD/F
On Thu, Jun 4, 2020 at 4:01 PM Richard Shaw wrote:
> I'm trying to install Fedora 32 to a MS Surface GO which has some sort of
> non-standard UEFI install. It refuses to boot anything but Windows from the
> ESP partition even though I can see it using efibootmgr.
>
> In troubleshooting this and w
On Thu, Jun 4, 2020 at 4:48 PM Felipe Borges wrote:
> On Thu, Jun 4, 2020 at 5:21 PM Ian McInerney
> wrote:
> >
> > On Thu, Jun 4, 2020 at 4:01 PM Richard Shaw
> wrote:
> >>
> >> I'm trying to install Fedora 32 to a MS Surface GO which has some sor
On Fri, Jun 5, 2020 at 1:51 PM Stephan Bergmann wrote:
> On 05/06/2020 10:15, Frantisek Zatloukal wrote:
> > [...] Apart from
> > browsers, LibreOffice is going to use LLVM/Clang from Release 7.0 too,
> > so that would potentially be another added work to LibreOffice packagers
> > in the future.
Can you be more specific about the package structure (or provide a link to
the spec)? Does the new package X-2 (or X-b-2) still contain the same
functionality that was present inside X-a-1, so if a user installs one of
those, they get the same program just without the dependency?
-Ian
On Fri, Jun
>
> ...snip...
>
> What I propose is: As part of the retirement process we add the to
> fedora-retired-packages:
> Obsoletes: foo < %{latestversion+1}
> And during upgrade from F37->F38 the package will be removed.
>
>
I am not a fan of this part. One release cycle seems awfully tight for
this, a
...snip...
>
> - There's now more fair build scheduler. Previously, no matter whether the
> "background" attribute was set or not for the build - once builder was
> allocated for a concrete copr user - copr never terminated the builder
> as long as the user kept filling the build queue with
If you take a look inside the root.log of the build task here:
https://kojipkgs.fedoraproject.org//work/tasks/4647/45824647/root.log, you
will see the actual error that is being reported. It appears that a
depoendency of the package (aqsis-core) cannot be installed due to an issue
with how it is pa
There is an akmod-wireguard package in RPMFusion, so you probably installed
it from there are somepoint. You should be able to just uninstall the akmod.
-Ian
On Wed, Jun 24, 2020 at 10:03 PM Przemek Klosowski via devel <
devel@lists.fedoraproject.org> wrote:
> On 6/24/20 4:35 PM, Laura Abbott wr
>
> ...snip...
> == Scope ==
> * Proposal owners:
> ** Modify comps to include nano Fedora wide.
> ** Create a new subpackage of nano, called
> nano-editor.
> ** nano-editor to include
> /usr/lib/environment.d/10-nano.conf, which sets
> $EDITOR to nano.
>
> With this approach, if nano is uninstalle
On Thu, Jun 25, 2020 at 9:04 PM Neal Gompa wrote:
> On Thu, Jun 25, 2020 at 3:41 PM Ian McInerney
> wrote:
> >>
> >> ...snip...
> >> == Scope ==
> >> * Proposal owners:
> >> ** Modify comps to include nano Fedora wide.
> >>
On Thu, Jun 25, 2020 at 9:58 PM Kamil Dudka wrote:
> ...snip...
>
> Gentoo Linux uses the /etc/env.d tree to globally set environment
> variables:
>
> https://devmanual.gentoo.org/tasks-reference/environment/index.html
>
> It worked there long time before systemd was invented. But clearing t
On Thu, Jun 25, 2020 at 10:49 PM Justin Forbes wrote:
> ...snip...
>
> That would be a rather serious flaw in the wireguard tools package to
> have a dep on akmod-wireguard when it has been upstream and included
> in the Fedora kernel-modules package for a few months at this point.
>
>
The wire
On Fri, Jun 26, 2020 at 10:49 AM Kamil Dudka wrote:
> On Thursday, June 25, 2020 11:44:06 PM CEST Ian McInerney wrote:
> > On Thu, Jun 25, 2020 at 9:58 PM Kamil Dudka wrote:
> > > ...snip...
> > >
> > > Gentoo Linux uses the /etc/env.d tree to globally s
>
>
> If the only case is git... which by the way behaves in that way even
> on Windows... isn't it a git problem?
> I like not having a default editor and a more user-friendly approach
> would be to ask the user what they want on the installation or on the
> first run.
>
>
git is not the only prog
It's failing because OSL needs C++14 or higher for LLVM 10 (as the CMake
error hints at). Try passing in "-DCMAKE_CXX_STANDARD=14" to you CMake
arguments.
-Ian
On Sun, Jun 28, 2020 at 4:48 PM Luya Tshimbalanga
wrote:
> Hello team,
>
> I am getting OpenShadingLanguage package needed for Blender
I have been going through the packages listed in the comps file for rawhide
(given in here https://pagure.io/fedora-comps) to clean it up and remove any
packages that are currently not in any Fedora rawhide repos, and to update the
architectures for packages that are only available on certain on
On Sun, Jul 12, 2020 at 12:15 PM Andy Mender
wrote:
> On Sat, 11 Jul 2020 at 21:47, Robert-André Mauchin
> wrote:
>
>> %build
>> %cmake \
>>-B build \
>>-DUSE_BOOST_WAVE=ON \
>>-DUSE_PARTIO=OFF \
>>-DCMAKE_CXX_STANDARD=14 \
>>-DLLVM_STATIC=0 \
>>-DENABLERTTI=ON \
>>-D
On Sun, Jul 12, 2020 at 12:46 PM Jonathan Wakely
wrote:
> On 12/07/20 12:33 +0100, Ian McInerney wrote:
>This is what the upstream project explicitly says to do when using LLVM10:
> >
> https://github.com/imageworks/OpenShadingLanguage/blob/master/src/cmake/externalpackages.cmake
Leigh,
> Do you know how many
>> existing integrations with pagure there are?
>
>
> No. Our analysis will tell us that in due course
>
I am concerned by this approach to the decision-making. In many of your
replies, you mention wanting to get feature-parity with the current tooling
and systems,
>
>
> x11vnc hubbitus
>
It looks like this one just needs a new build kicked off for Rawhide and
the Rawhide spec merged into f32, since it was a GCC10 failure and it
appears the spec has been fixed for rawhide since then.
-Ian
___
devel m
On Mon, Apr 6, 2020 at 12:00 PM Miro Hrončok wrote:
> [...]
> Orphaned:
>
> audacity
>
Taken. Will start builds that fix this later today.
-Ian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.f
On Mon, Apr 6, 2020 at 2:30 PM Leigh Scott wrote:
> > On Mon, Apr 6, 2020 at 12:00 PM Miro Hrončok wrote:
> >
> >
> > Taken. Will start builds that fix this later today.
> >
> > -Ian
> You could try
> https://pkgs.rpmfusion.org/cgit/free/audacity-freeworld.git/tree/Fix-gcc-10-compile-issue.patch
The Audacity package is currently getting desktop lint errors on x86_64 and
armv7hl saying:
"diag" : "Exec file /usr/bin/env not found, even in noarch",
when it uses the exec line:
"Exec=env UBUNTU_MENUPROXY=0 audacity %F"
inside its .desktop file.
To me, I don't see anything wrong with this
On Fri, Apr 10, 2020 at 8:06 PM Mattia Verga via devel <
devel@lists.fedoraproject.org> wrote:
>
> For pam_url I need help from someone with C skills, since there's an
> error at build time:
> https://koji.fedoraproject.org/koji/taskinfo?taskID=43192974
>
>
Looks like another GCC10 fno-common prob
On Thu, May 7, 2020 at 4:03 PM Juan Orti Alcaine
wrote:
> Hello,
>
> I'm looking for these packages to be reviewed. Anyone interested in some
> reviews in exchange?
>
> python-ovirt-engine-sdk4 - Python SDK for version 4 of the oVirt Engine API
> https://bugzilla.redhat.com/show_bug.cgi?id=183297
On Sat, May 16, 2020 at 11:39 AM Dominique Martinet
wrote:
> Hi,
>
> Ankur Sinha wrote on Sat, May 16, 2020:
> > As subject says:
> >
> https://ask.fedoraproject.org/t/comparing-fedora-centos-security-fix-lag/7117
> >
> > (I looked around a bit and couldn't find any documentation on this).
>
> I'
A repoquery for build-requires on the OCE-devel package only gives these 4
packages:
gmsh-0:4.4.1-3.fc32.src
kicad-1:5.1.4-5.fc32.src
netgen-mesher-0:6.2.1810-4.fc32.src
smesh-0:6.7.5-7.fc31.src
I know that switching KiCad to use opencascade instead should be simple
(just switch a CMake flag), but
I would be willing to take on Zulucrypt, since I use it, but I will need
someone to sponsor me as a packager (I am not in the group).
Thanks,
-Ian
On Sun, Nov 17, 2019 at 1:47 PM Raphael Groner wrote:
> Hi,
>
> due to lack of time I've to orphan zulucrypt and sirikali packages.
>
> Both package
Richard,
FYI, it appears that you can actually download the source packages from a
public-facing git repository on their site (instead of having to link
through the login page as your spec currently does).
The Git repository is: https://git.dev.opencascade.org/gitweb/?p=occt.git
The source links
Is it needed to build any packages in the main Fedora repo? If not, then
why not just make a COPR for it instead of putting it in the mainline repos.
-Ian
On Fri, Nov 22, 2019 at 1:42 PM Frantisek Zatloukal
wrote:
> On Fri, Nov 22, 2019 at 12:47 PM Leigh Scott
> wrote:
>
>> > Please don't revi
Tex isn't really the best example for the insane package numbers (since the
main Tex system, CTAN, actually does define them as separate packages). It
would be interesting to know if anyone actually does just install one or
two rather than all... I know that I usually just install all of them on
ne
Has that change been accepted yet? I don't see it mentioned on the main F32
changes page, and I can't seem to find a FESCO ticket for it.
-Ian
On Tue, Feb 11, 2020 at 10:45 AM Tom Hughes wrote:
> On 11/02/2020 10:29, Iñaki Ucar wrote:
> > On Tue, 11 Feb 2020 at 11:26, Vitaly Zaitsev via devel
>
On Sun, Mar 1, 2020 at 9:31 PM Orion Poplawski wrote:
> I have too many packages that I am the maintainer for and need help. If
> you would like to help out by either becoming a co-maintainer or
> becoming the primary maintainer, please let me know. The full list
> follows. Many of these I jus
What is supposed to happen with any packages that depend on python2 that
are currently installed on the system? I know that the actual packages have
been retired since python2 is retired now, but currently DNF is blocking
the upgrade of the system (not just marking them for removal).
Here are the
-03-04 at 18:19 +0000, Ian McInerney wrote:
> > > What is supposed to happen with any packages that depend on python2
> that
> > > are currently installed on the system? I know that the actual packages
> have
> > > been retired since python2 is retired now, but curren
> Problem 3: problem with installed package
> texlive-stix-9:svn47652-15.fc31.noarch
> - package texlive-stix-9:svn47652-18.fc32.noarch requires
> stix-math-fonts, but none of the providers can be installed
> - texlive-stix-9:svn47652-15.fc31.noarch does not belong to a
> distupgrade repositor
Unfortunately, Qucs appears to be in a problematic state right now. There
are two main issues with it:
1) It has a requires on freehdl, but freehdl was orphaned a year ago so it
is not in F30/31/32.
2) It fails to build in F32, the Bugzilla entry seems to suggest that this
is fixed if Qucs gets up
>
> On Sun, Mar 8, 2020 at 5:55 PM wrote:
>
>> Thank you for the update on the status of the qucs package.
>> I will try to create a package and if that goes well I will get back to
>> you.
>> Best Regards,
>> Gonçalo Pereira
>>
>> On 8 Mar 2020
On Sun, Mar 8, 2020 at 8:12 PM Gonçalo Camelo Neves Pereira <
goncalo_pere...@outlook.pt> wrote:
> Hello Alain and Ian,
>
> I definitely understand your struggle Alain, as an electrical engineer I
> also find myself dealing with this kind of problems, it is really
> frustrating. I have been using
On Fri, Mar 6, 2020 at 8:37 PM Fabio Valentini wrote:
> Hi all,
>
> With the fedora 32 release drawing near, it might be a good time to
> check if any of your packages still have broken dependencies in the
> fedora 32 (+testing) repositories. I've been working on just the thing
> you need:
>
>
It
On Mon, Mar 9, 2020 at 11:14 AM Fabio Valentini
wrote:
> On Mon, Mar 9, 2020 at 12:06 PM Ian McInerney
> wrote:
> >
> > On Fri, Mar 6, 2020 at 8:37 PM Fabio Valentini
> wrote:
> >>
> >> Hi all,
> >>
> >> With the fedora 32 release draw
On Sat, Oct 17, 2020 at 8:46 PM José Abílio Matos wrote:
> Hi,
> I found that postscript files that do not open with either evince or
> okular
> in F33 (I am aware that they use poppler as backend so probably the
> culprit is
> here). Evince tells me that it loading the file but it never ends.
On Mon, Nov 9, 2020 at 12:25 PM Wolfgang Ulbrich wrote:
> > Affected (co)maintainers (either directly or via packages' dependencies):
>
> < cut >
> > raveit65: sgpio
>
> I am still wondering why i am listed here as (co)maintainers.
> I do not maintain this package.
>
> Cheers
> Wolfgang
>
It is
On Mon, Nov 9, 2020 at 9:32 PM Todd Zullinger wrote:
> Hi,
>
> Sérgio Basto wrote:
> > Like tftp we may replace xinetd by systemd service files [1] ,
> > if we replace cvs-inetd by a systemd service, the problem is solved.
> >
> > [1]
> >
> https://src.fedoraproject.org/rpms/tftp/c/15a26fcde8a007
On Wed, Nov 11, 2020 at 5:40 PM Wolfgang Ulbrich wrote:
> I know where my package are listed at
> https://src.fedoraproject.org/dashboard/projects :)
> But...
> [root@mother rave]# dnf repoquery --whatrequires sgpio
> Letzte Prüfung auf abgelaufene Metadaten: vor 1:28:41 am Mi 11 Nov 2020
> 17:0
On Fri, Dec 4, 2020 at 4:21 PM Gary Buhrmaster
wrote:
> On Fri, Dec 4, 2020 at 12:55 PM Miro Hrončok wrote:
>
> > For what's it worth I think that packages that only use make via cmake
> should
> > not have an explcit dependency on make. Packages that use make directly
> should
> > have an expli
gnome-software doesn't ingest the appdata file directly, it is instead
looking at bundled data from appstream-builder. I think the local file
gnome-software wants to ingest should be created by running
appstream-builder on the RPM of the program with your updated appdata file.
-Ian
On Mon, Dec 21
On Wed, Dec 30, 2020 at 7:54 PM Ben Cotton wrote:
> https://fedoraproject.org/wiki/Changes/LTOBuildImprovements
>
>
> == Summary ==
> Currently all packages that are not opted out of LTO include
> -ffat-lto-objects in their build flags. This proposal would remove
> -ffat-lto-objects from the def
In your original email you said that this resolves CVE bug [1], which says
in it:
"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
On Sat, Jan 2, 2021 at 5:33 PM Jeff Law wrote:
>
>
> On 12/30/20 3:48 PM, Ian McInerney wrote:
> >
> >
> > On Wed, Dec 30, 2020 at 7:54 PM Ben Cotton > <mailto:bcot...@redhat.com>> wrote:
> >
> > https://fedoraproject.org/wiki/Changes/LTOB
I noticed due to an upstream bug report for a project I am on that the Fedora
packaging guidelines still say that GUI applications should install their files
as appdata.xml files and not metainfo.xml files
(https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/). The
upstream spec f
On Mon, Jan 4, 2021 at 7:28 PM Jeff Law wrote:
>
> snip...
> >
> > What is this macro going to be called? I would like to get an early
> > start on updating my packages.
> No idea. I'm open to suggestions.
>
>
Any update on the name of this macro/its implementation? I am working on
revising a s
It looks like upstream CMake hasn't updated the FindBoost.cmake file they
bundle (
https://gitlab.kitware.com/cmake/cmake/-/blob/master/Modules/FindBoost.cmake#L1604).
I have opened an upstream issue with CMake at
https://gitlab.kitware.com/cmake/cmake/-/issues/21773 since this also
affects some of
On Tue, Feb 9, 2021 at 5:58 PM Germano Massullo
wrote:
> Can anybody please help updating Audacity package? I cannot help this
> time. Despite this package has 2 maintainers, the software is no
> up-to-date and is highly unstable and crashes every time you use it
> https://bugzilla.redhat.com/sho
I notice now that this change has broken web links to items in the master
branch of a repo - since there seems to be no forwarding to the rawhide
branch on the web UI. This is slightly annoying because sometimes links to
spec files are added in bug reports, and now those links end up on a page
cann
On Wed, Feb 10, 2021 at 5:04 PM Pierre-Yves Chibon
wrote:
> On Wed, Feb 10, 2021 at 09:59:24AM -0500, Matthew Miller wrote:
> > On Wed, Feb 10, 2021 at 03:50:06PM +0100, Fabio Valentini wrote:
> > > This is something we explicitly did not want on the git level, which
> > > is why there is a main
On Tue, Feb 23, 2021 at 10:38 AM Ondrej Dubaj wrote:
> Hello,
>
> please see attached rebuild of autoconf-dependencies [1]. I would like to
> ask maintainers of the dependent packages to check if their packages are
> buildable with autoconf-2.71. It seems that lots of packages are checking
> for
On Tue, Mar 9, 2021 at 10:12 PM Chris Adams wrote:
> Once upon a time, Ben Cotton said:
> > This change isn't big — it is simply expanding
> >
> > * NAME=Fedora to NAME="Fedora Linux" and
> > * PRETTY_NAME="Fedora Linux [##] ([edition or spin])
> >
> > in the file /etc/os-release.
>
> I have se
On Tue, Mar 9, 2021 at 2:34 PM Ben Cotton wrote:
> https://fedoraproject.org/wiki/Changes/Fedora_Linux_in_os-release
>
> == Summary ==
>
> "Fedora" is the name of our project. Our general-purpose Linux
> distribution is "Fedora Linux". Let's refer to it that way in the OS itself.
>
> == Owner ==
Is there a way I can disable the creation of updates automatically in Bodhi
for builds I submit to rawhide? I find it very inconvenient because it
means I can't add the appropriate bugzilla references/description to the
update when I submit package updates that need them. I would prefer the
behavio
On Sun, 4 Apr 2021, 21:53 Germano Massullo,
wrote:
> Good day, I am creating a spec file [0] for memleax memory leaks
> analyzer [1], but during build [2] I am getting error "invalid option:
> --build=x86_64-redhat-linux-gnu.". Where can be the problem?
> Thank you
>
> [0]: https://pagure.io/meml
On Sat, May 1, 2021 at 7:42 PM Samuel Sieb wrote:
> On 2021-05-01 2:42 a.m., Germano Massullo wrote:
> > Il 30/04/21 18:33, Kevin Fenzi ha scritto:
> >> On Fri, Apr 30, 2021 at 02:19:31PM +0200, Germano Massullo wrote:
> >>> After running
> >>> dnf system-upgrade download --releasever=34
> >>> an
On Sun, May 2, 2021 at 8:28 AM Johannes Lips
wrote:
> Dear all,
>
> after quite some years, I would like to hand over the following packages
> to new maintainers. I will not orphan them if no one picks them up, but it
> would be great if someone with an interest in these packages could take
> the
I was just experimenting after poking at this bug http
s://bugzilla.redhat.com/show_bug.cgi?id=1847265, and I found some
interesting behavior.
This is how to reproduce it:
1) Use the Cinnamon live CD
2) Install a random flatpak (note, since this is on live you have to deal
with the space issue fir
> emacs-auctex orphan 1 weeks
> ago
>
> This one is going to break some non-emacs packages as well because the
spec actually provides a "tex-preview" package that is just preview.sty and
is used by several packages to do tex rendering and preview:
$ r
On Wed, May 19, 2021 at 2:39 PM Michael J Gruber
wrote:
> > spec
> > actually provides a "tex-preview" package that is just preview.sty and
> > is used by several packages to do tex rendering and preview:
> > $ repoquery --repo=rawhide{,-source} --whatrequires tex-preview
> > Last metadata expira
On Wed, May 19, 2021 at 9:56 PM Jerry James wrote:
> On Wed, May 19, 2021 at 7:39 AM Michael J Gruber
> wrote:
> > I'd say that packaging a texlive file in another package is wrong
> anyways, so I'd suggest 3) in any case, with the possibility that someone
> can still take up auctex, fix the ema
On Tue, Jun 8, 2021 at 2:46 PM Zbigniew Jędrzejewski-Szmek <
zbys...@in.waw.pl> wrote:
> On Tue, Jun 08, 2021 at 03:18:10PM +0200, Björn 'besser82' Esser wrote:
> > Am Di., 8. Juni 2021 um 14:35 Uhr schrieb Richard W.M. Jones
> > :
> > >
> > > On Mon, Jun 07, 2021 at 02:59:54PM -0400, Ben Cotton w
On Fri, Jun 11, 2021 at 4:56 PM Martin Gansser
wrote:
> Hi,
>
> I received a message from bugzilla [1] that my package cmst cannot be
> installed on f35.
> How can I solve this ?
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=1964628
>
The bugzilla is saying that it can't find the package c
I was just trying amock build of Audacity to test some updates and I am now
having trouble installing it on F34 because of a conflict between
jack-audio-connection-kit and pipewire-jack-audio-connection-kit:
$ sudo dnf install ./audacity-3.0.2-3.fc34.src.rpm
Last metadata expiration check: 2:19:21
On Thu, Jun 17, 2021 at 8:40 PM Leigh Scott wrote:
> Why are you trying to install a srpm?
>
>
D'oh *facepalm*. That is what I get when I don't pay attention when copying
the rpm from one folder to another. Yep, it works on the actual RPM now.
-Ian
___
On Tue, Jun 29, 2021 at 9:26 PM Ben Cotton wrote:
> https://fedoraproject.org/wiki/Changes/Filtered_Flathub_Applications
>
> == Summary ==
> Enabling third-party repositories will now create a Flathub remote
> that is a filtered view of Flathub.
>
>
> == Detailed Description ==
> 'Note that t
On Wed, Jun 30, 2021 at 12:47 PM Neal Gompa wrote:
> On Wed, Jun 30, 2021 at 7:43 AM Ian McInerney
> wrote:
> >
> > On Tue, Jun 29, 2021 at 9:26 PM Ben Cotton wrote:
> >>
> >> https://fedoraproject.org/wiki/Changes/Filtered_Flathub_Applications
> >>
Was this change coordinated at all with the maintainers of other display
managers? Because I updated my install from F41 to F42, and now lightdm is not
displaying any background and the logs are stating:
[+0.29s] DEBUG: background.vala:605: Regenerating backgrounds
[+0.29s] DEBUG: background.val
I'm not using lightdm-gtk though, just lightdm, and I don't see any background
settings inside /etc/lightdm/lightdm.conf (and I also haven't modified it, so
there isn't any rpmnew version of it).
-Ian
--
___
devel mailing list -- devel@lists.fedorapro
On Sat, Mar 25, 2023 at 5:07 AM wrote:
The GCC spec file already contains
Provides: g++ = %{version}-%{release}
and doing a `dnf install g++` does try to install gcc-c++. So please be
specific about the error you are seeing and provide more information, and
especially why you say this is requir
I decided to put F38 onto my new machine from the start (so a clean
install), and now it seems to have some errors with DNF/RPM that I haven't
seen before on F37 when I tried the same thing.
Specifically, I am trying to install packages from a 3rd-party repository
(the Intel oneAPI repo), and it i
On Mon, Apr 10, 2023 at 12:16 AM Samuel Sieb wrote:
> On 4/9/23 16:05, Ian McInerney via devel wrote:
> > I decided to put F38 onto my new machine from the start (so a clean
> > install), and now it seems to have some errors with DNF/RPM that I
> > haven't seen befo
On Mon, Apr 10, 2023 at 12:39 PM Stephen Smoogen
wrote:
>
>
> On Sun, 9 Apr 2023 at 20:19, Ian McInerney via devel <
> devel@lists.fedoraproject.org> wrote:
>
>>
>>
>> On Mon, Apr 10, 2023 at 12:16 AM Samuel Sieb wrote:
>>
>>> On 4/9/23 16
On Mon, Apr 10, 2023 at 2:35 PM Stephen Smoogen wrote:
>
>
> On Mon, 10 Apr 2023 at 08:24, Ian McInerney via devel <
> devel@lists.fedoraproject.org> wrote:
>
>>
>>
>> On Mon, Apr 10, 2023 at 12:39 PM Stephen Smoogen
>> wrote:
>>
>>>
On Thu, Apr 13, 2023 at 11:21 AM Alexander Ploumistos <
alex.ploumis...@gmail.com> wrote:
>
>
> On Thu, Apr 13, 2023, 10:28 Miro Hrončok wrote:
>
>> On 13. 04. 23 10:18, Sébastien Le Roux wrote:
>> > Dear all,
>> > yesterday I created my first package repository:
>> >
>> > https://src.fedoraproje
On Thu, Apr 27, 2023 at 3:25 AM Alexander Bokovoy
wrote:
> On ke, 26 huhti 2023, Gary Buhrmaster wrote:
> >On Wed, Apr 26, 2023 at 9:04 AM Alexander Bokovoy
> wrote:
> >>
> >> Hi,
> >>
> >> This morning I woke up to find that packages I maintain were orphaned
> >> out of blue. Nobody contacted t
On Thu, Dec 22, 2022 at 1:55 PM Richard Shaw wrote:
> I just had a chance to check out a bug[1] recently submitted against
> trustedqsl and it appears that a new version of wxGTK with a SONAME bump
> was built for f37+ but not all dependencies rebuilt.
>
>
This was announced back in July while F
On Wed, Dec 28, 2022 at 5:42 PM Richard Shaw wrote:
> I'm working on updating the opencasecade package[1] but the main downloads
> require a login.
>
>
Is there a specific reason it needs to be their premade tarballs? If not,
it looks like you should be able to pull the tarball from the tag in th
On Thu, Feb 9, 2023 at 2:30 PM Scott Talbert wrote:
> On Wed, 8 Feb 2023, Brandon Nielsen via devel wrote:
>
> > On 2/8/23 9:30 PM, Reon Beon via devel wrote:
> >> wxGTK should have that...
> >
> > It should, and they fixed it, but the fix never made it to the 3.1.X
> series
> > as far as I can t
On Wed, Feb 15, 2023 at 6:42 PM Ben Cotton wrote:
> https://fedoraproject.org/wiki/Changes/F39ModernizeTBB
>
> This document represents a proposed Change. As part of the Changes
> process, proposals are publicly announced in order to receive
> community feedback. This proposal will only be implem
Upstream appears to be disabling position independent code for some reason
in the crispy-core library:
https://github.com/contour-terminal/contour/blob/master/src/crispy/CMakeLists.txt#L100
(although they are using no-pie, which is odd since it is a library and I
would have expected no-pic instead,
On Mon, Feb 27, 2023 at 12:21 PM Felix Wang wrote:
> Thanks for your advice. I tried and it can be built with no error, but
> when installing built contour package, it shows the following error:
> ```
> Error:
> Problem: conflicting requests
> - nothing provides libContourTerminalDisplay.so()(
On Thu, Mar 2, 2023 at 9:24 PM Benson Muite
wrote:
> Would like to unretire Include What You Use
> https://bugzilla.redhat.com/show_bug.cgi?id=2175012
Taken,
>
> ___
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email
Gwyn Ciesla wrote:
> libreoffice is done.
> inkscape, sadly, uses the unstable API and fails:
> In file included from /usr/include/poppler/Object.h:44,
> from /usr/include/poppler/GfxState.h:41,
> from /usr/include/poppler/Gfx.h:40,
> from
> /buil
Miroslav Suchý wrote:
> Dne 28. 08. 24 v 12:38 odp. Miro Hrončok napsal(a):
> > Please exclude pythran:
> > https://src.fedoraproject.org/rpms/pythran/pull-request/31
> > Ack. Excluded. (But still included in the files below)
> > Also, could you please send a plain list of packages you plan to cha
On Thu, Jul 6, 2023 at 11:12 AM Jonathan Wakely wrote:
> This is a status update for
> https://fedoraproject.org/wiki/Changes/F39ModernizeTBB
>
> The tbb2020.3 compat package has now been added to rawhide:
> https://bodhi.fedoraproject.org/updates/FEDORA-2023-15ccd1cedb
>
> It doesn't include the
I think it is actually because of a change proposal, there was a recent
email about the webkit2gtk4.0 package changing:
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/IFRPWZNEFEGXGQFRNTH4LTFFLTJ5DOCL/,
so it is actually a problem I think.
-Ian
On Mon, Aug 21,
On Thu, 14 Sep 2023, 00:17 Neal Gompa, wrote:
> On Wed, Sep 13, 2023 at 7:02 PM Steven A. Falco
> wrote:
> >
> > On 9/13/23 05:23 PM, Neal Gompa wrote:
> > > Right. And I want to stress we are not dropping support for X11
> > > applications. Anything running as an X client in a desktop should wo
On Thu, 14 Sep 2023, 09:24 Michael J Gruber, wrote:
> Am Mi., 13. Sept. 2023 um 23:29 Uhr schrieb Neal Gompa >:
> >
> > On Wed, Sep 13, 2023 at 5:24 PM Fabio Valentini
> wrote:
> > >
> > > On Wed, Sep 13, 2023 at 11:19 PM Steven A. Falco <
> stevenfa...@gmail.com> wrote:
> > > >
> > > > A quest
On Thu, Sep 21, 2023 at 7:50 PM Zbigniew Jędrzejewski-Szmek <
zbys...@in.waw.pl> wrote:
> Minutes:
> https://meetbot.fedoraproject.org/fedora-meeting-2/2023-09-21/fesco.2023-09-21-17.03.html
> Minutes (text):
> https://meetbot.fedoraproject.org/fedora-meeting-2/2023-09-21/fesco.2023-09-21-17.03.tx
On Tue, Oct 10, 2023 at 11:59 AM Neal Gompa wrote:
> Hey all,
>
> Recently, one of the folks working on packaging stuff in Fedora KDE
> nearly missed an issue caused by GCC emitting a warning about missing
> include dirs:
>
> > cc1plus: warning: /usr/include/qt6/QtCore/6.5.3: No such file or
> di
On Thu, Oct 12, 2023 at 6:39 AM Gwyn Ciesla via devel <
devel@lists.fedoraproject.org> wrote:
> Libcmis 0.6.0 is coming to rawhide, and libreoffice-TexMaths,
> openoffice.org-diafilter, python-paperwork-backend, and libreoffice are
> being rebuild against it.
>
>
Thanks for taking care of this, bu
1 - 100 of 138 matches
Mail list logo