[PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Igor Gnatenko
Hello, While fixing mesa build which was slow due to a lot off debug stuff (assert()), I've added -Db_ndebug=true into the %meson macro. This seemed like good approach because in Fedora we should not use debug bits in runtime (not related to debuginfo). However this caused some breakage in some p

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Peter Hutterer
On Mon, Apr 08, 2019 at 09:20:35AM +0200, Igor Gnatenko wrote: > Hello, > > While fixing mesa build which was slow due to a lot off debug stuff > (assert()), I've added -Db_ndebug=true into the %meson macro. > > This seemed like good approach because in Fedora we should not use debug > bits in ru

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Florian Weimer
* Peter Hutterer: > On Mon, Apr 08, 2019 at 09:20:35AM +0200, Igor Gnatenko wrote: >> Hello, >> >> While fixing mesa build which was slow due to a lot off debug stuff >> (assert()), I've added -Db_ndebug=true into the %meson macro. >> >> This seemed like good approach because in Fedora we should

Could not execute import_srpm

2019-04-08 Thread Antonio Trande
Hi all. I can't upload source archive of new package 'smoldyn' $ fedpkg import ../../smoldyn-2.58-1.fc29.src.rpm Uploading: /home/sagitter/rpmbuild/SRPMS/fedora-scm/smoldyn/smoldyn-2.58.tgz 100.0% Could not execute import_sr

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Kalev Lember
On 4/8/19 11:13, Florian Weimer wrote: * Peter Hutterer: On Mon, Apr 08, 2019 at 09:20:35AM +0200, Igor Gnatenko wrote: Hello, While fixing mesa build which was slow due to a lot off debug stuff (assert()), I've added -Db_ndebug=true into the %meson macro. This seemed like good approach bec

Re: vanishing abrt logs

2019-04-08 Thread jfilak
Hi Kevin, I was under the impression that the problem with many emails from Bugzilla has already been fixed: https://bugzilla.redhat.com/show_bug.cgi?id=1660157 (https://bugzilla.redhat.com/show_bug.cgi?id=1660157) https://github.com/abrt/libreport/commit/569bf0e3fed698e93b8e098bf6a0bb2f773 a

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Igor Gnatenko
Ok, I have reverted change: * https://bodhi.fedoraproject.org/updates/FEDORA-2019-42ea21c6e4 * https://bodhi.fedoraproject.org/updates/FEDORA-2019-660ccd306c * https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-eb940f069c * https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-d229e

Re: vanishing abrt logs

2019-04-08 Thread jfilak
Hi Zbyszek, If you want more files attached to ABRT Bugzilla reports, please add them to systemd-coredump first :) https://github.com/systemd/systemd/blob/master/src/coredump/coredump.c#L1074 (https://github.com/systemd/systemd/blob/master/src/coredump/coredump.c#L1074) so ABRT folks can s

python-zstd?

2019-04-08 Thread Neal Becker
mercurial 4.9 packages zstd and python wrapper. I think we need to use system zstd. But I don't see python2-zstd. Is anyone working on packaging python2-zstd? It would be needed to proceed with mercurial 4.9. (I haven't yet checked on version number compatibility). Thanks, Neal

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 08, 2019 at 12:50:06PM +0200, Kalev Lember wrote: > > On 4/8/19 11:13, Florian Weimer wrote: > >* Peter Hutterer: > > > >>On Mon, Apr 08, 2019 at 09:20:35AM +0200, Igor Gnatenko wrote: > >>>Hello, > >>> > >>>While fixing mesa build which was slow due to a lot off debug stuff > >>>(asse

hg + zstd packaging

2019-04-08 Thread Neal Becker
Hi, I'm helping to maintain hg on Fedora. Fedora has a policy of using system libraries where possible. Fedora currently has libzstd (1.3.8), but does not appear to have python2- zstd module. I think we need to build hg to use the system libzstd, and to also package python2-zstd seperately. D

Re: python-zstd?

2019-04-08 Thread Miro Hrončok
On 08. 04. 19 13:28, Neal Becker wrote: mercurial 4.9 packages zstd and python wrapper. I think we need to use system zstd. But I don't see python2-zstd. Is anyone working on packaging python2-zstd? It would be needed to proceed with mercurial 4.9. (I haven't yet checked on version number co

Re: vanishing abrt logs

2019-04-08 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 08, 2019 at 01:27:10PM +0200, jfi...@fedoraproject.org wrote: > Hi Zbyszek, > > > > If you want more files attached to ABRT Bugzilla reports, please add them to > systemd-coredump first :) > > https://github.com/systemd/systemd/blob/master/src/coredump/coredump.c#L1074 > (https://gi

Re: Anitya not working again?

2019-04-08 Thread Michal Konecny
Hi, it took some time, but it's done now. Regards, mkonecny On 08/04/19 01:18, Robert-André Mauchin wrote: On Wednesday, 3 April 2019 16:53:06 CEST Michal Konecny wrote: Done, you should see new bugs in a few minutes. mkonecny May I ask you to do it again for the following list of Python p

Re: hg + zstd packaging

2019-04-08 Thread Neal Becker
Neal Becker wrote: > Hi, I'm helping to maintain hg on Fedora. > > Fedora has a policy of using system libraries where possible. > > Fedora currently has libzstd (1.3.8), but does not appear to have python2- > zstd module. > > I think we need to build hg to use the system libzstd, and to also p

Re: python-zstd?

2019-04-08 Thread Neal Gompa
On Mon, Apr 8, 2019 at 7:36 AM Miro Hrončok wrote: > > On 08. 04. 19 13:28, Neal Becker wrote: > > mercurial 4.9 packages zstd and python wrapper. > > > > I think we need to use system zstd. But I don't see python2-zstd. > > > > Is anyone working on packaging python2-zstd? It would be needed to

Re: Anitya not working again?

2019-04-08 Thread Robert-André Mauchin
On Monday, 8 April 2019 13:40:15 CEST Michal Konecny wrote: > Hi, > > it took some time, but it's done now. > > Regards, > mkonecny > Thanks! ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fe

Re: python-zstd?

2019-04-08 Thread Neal Becker
Neal Gompa wrote: > On Mon, Apr 8, 2019 at 7:36 AM Miro Hrončok wrote: >> >> On 08. 04. 19 13:28, Neal Becker wrote: >> > mercurial 4.9 packages zstd and python wrapper. >> > >> > I think we need to use system zstd. But I don't see python2-zstd. >> > >> > Is anyone working on packaging python2-z

Re: vanishing abrt logs

2019-04-08 Thread jfilak
I agree, but the file /proc/meminfo is not present, right? And yes, the abrt thing just reads the data from journal and stores them on filesystem to be able to upload them to Bugzilla. Regarding the missing logs, the journal log lines should be extracted by this thing: https://github.com/ab

Re: python-zstd?

2019-04-08 Thread Neal Gompa
On Mon, Apr 8, 2019 at 8:21 AM Neal Becker wrote: > > Neal Gompa wrote: > > > On Mon, Apr 8, 2019 at 7:36 AM Miro Hrončok wrote: > >> > >> On 08. 04. 19 13:28, Neal Becker wrote: > >> > mercurial 4.9 packages zstd and python wrapper. > >> > > >> > I think we need to use system zstd. But I don't

Re: vanishing abrt logs

2019-04-08 Thread Miroslav Suchý
Dne 08. 04. 19 v 13:18 jfi...@fedoraproject.org napsal(a): > Hi Kevin, > > I was under the impression that the problem with many emails from Bugzilla > has already been fixed: > https://bugzilla.redhat.com/show_bug.cgi?id=1660157 > https://github.com/abrt/libreport/commit/569bf0e3fed698e93b8e098b

Re: F31 Self-Contained Change proposal: Include several modules in the EFI build of Grub2 for security use-cases

2019-04-08 Thread Dominik 'Rathann' Mierzejewski
On Friday, 05 April 2019 at 10:00, Petr Pisar wrote: [...] > What's the point of encrypting /boot? All the executed bits from /boot > (grub, kernel, and initramdisk) are measured by TPM. Thus if somebody > tampers them, root file system decryption that uses TPM will fail. Not everyone has a TPM ch

Re: python-zstd?

2019-04-08 Thread Miro Hrončok
On 08. 04. 19 14:01, Neal Gompa wrote: On Mon, Apr 8, 2019 at 7:36 AM Miro Hrončok wrote: On 08. 04. 19 13:28, Neal Becker wrote: mercurial 4.9 packages zstd and python wrapper. I think we need to use system zstd. But I don't see python2-zstd. Is anyone working on packaging python2-zstd?

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread mcatanzaro
On Mon, Apr 8, 2019 at 5:50 AM, Kalev Lember wrote: I agree as well. Please don't override -Db_ndebug in distro-wide %meson macro and instead move the override to mesa packaging if it's needed there. Well hold up. -Db_ndebug defaults to if-release... right? We have only changed the behavior

Schedule for Monday's FESCo Meeting (2019-04-08)

2019-04-08 Thread Stephen Gallagher
Following is the list of topics that will be discussed in the FESCo meeting Monday at 15:00UTC in #fedora-meeting-1 on irc.freenode.net. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/UTCHowto or run: date -d '2019-04-08 15:00 UTC' Links to all issues to be

Re: Rawhide issue with python3-wxpython4

2019-04-08 Thread Steven A. Falco
On 4/7/19 8:35 PM, Scott Talbert wrote: > On Sun, 7 Apr 2019, Steven A. Falco wrote: > >> The KiCad package uses python3-wxpython4 - I'm one of the package >> maintainers.  KiCad is building correctly on Fedora 30, but my rawhide >> builds are failing with the following error: >> >> BUILDSTDERR:

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Kalev Lember
On 4/8/19 15:16, mcatanz...@gnome.org wrote: - Plain builds should match the behavior of release builds, and Fedora plain builds should match the behavior of upstream plain builds. This is what we briefly had but just reverted. (Option one) I believe this is the case already in upstream meson

Fedora rawhide compose report: 20190408.n.0 changes

2019-04-08 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20190407.n.1 NEW: Fedora-Rawhide-20190408.n.0 = SUMMARY = Added images:4 Dropped images: 2 Added packages: 2 Dropped packages:0 Upgraded packages: 13 Downgraded packages: 0 Size of added packages: 1.05 MiB Size of dropped packages:0 B

Re: HEADS UP: Pytest 4 in rawhide

2019-04-08 Thread Miro Hrončok
On 08. 04. 19 8:00, Miro Hrončok wrote: Pytest has been updated to 4.3.1 and most likely will get updated to 4.4 soon. We had pytest 3.9 before. This is backward incompatible update. See removed things at: https://docs.pytest.org/en/latest/deprecations.html#removed-features https://docs.pytes

Fedora Rawhide-20190408.n.0 compose check report

2019-04-08 Thread Fedora compose checker
Missing expected images: Atomichost raw-xz x86_64 Atomichost qcow2 x86_64 Compose FAILS proposed Rawhide gating check! 30 of 47 required tests failed, 17 results missing openQA tests matching unsatisfied gating requirements shown with **GATING** below Unsatisfied gating requirements that could n

Re: Sphinx and xindy

2019-04-08 Thread Jerry James
On Mon, Apr 1, 2019 at 9:36 PM Jerry James wrote: > That was, in fact, an s390x-specific gcc bug, now fixed in Rawhide. > Sadly, the clisp build is still failing in Rawhide, with failures in > the socket tests: The failing test attempts to bind to localhost:9090. Apparently something on the s390

Fedora 30 compose report: 20190408.n.0 changes

2019-04-08 Thread Fedora Branched Report
OLD: Fedora-30-20190407.n.0 NEW: Fedora-30-20190408.n.0 = SUMMARY = Added images:8 Dropped images: 7 Added packages: 6 Dropped packages:0 Upgraded packages: 31 Downgraded packages: 0 Size of added packages: 58.47 MiB Size of dropped packages:0 B Size of

Re: python-zstd?

2019-04-08 Thread Neal Becker
According to the discussion here: https://www.mercurial-scm.org/pipermail/mercurial-devel/2019-April/130061.html I think maybe we may instead ask to bundle a statically linked zstd with mercurial 4.9. Thanks, Neal Neal Gompa wrote: > On Mon, Apr 8, 2019 at 8:21 AM Neal Becker wrote: >> >>

Re: Orphaned some Java packages

2019-04-08 Thread Mikolaj Izdebski
On Fri, Mar 29, 2019 at 11:25 AM Aleksandra Fedorova wrote: > if I understand correctly, you say that javapackages-tools module is not > included in any Fedora Modular repositories. That is correct. > But you want it to be included in Fedora buildroot through Ursa Major. No, not any longer. >

Re: Catch 22 in epel7 for %selinux_requires

2019-04-08 Thread Vit Mojzis
On 05. 04. 19 15:58, Dridi Boukelmoune wrote: On Fri, Apr 5, 2019 at 3:36 PM Dridi Boukelmoune wrote: I think I found the solution here: https://fedoraproject.org/wiki/PackagingDrafts/SELinux_Independent_Policy BuildRequires: selinux-policy %{?selinux_requires} This way its expans

Re: Orphaned some Java packages

2019-04-08 Thread Mikolaj Izdebski
On Sat, Mar 30, 2019 at 1:34 AM Christopher wrote: > > On Fri, Mar 29, 2019 at 5:24 AM Mikolaj Izdebski wrote: > > > > On Thu, Mar 28, 2019 at 7:46 PM Christopher > > wrote: > > > > > > On Thu, Mar 28, 2019 at 9:50 AM Mikolaj Izdebski > > > wrote: > > > > - javapackages-tools, stream 201801 (

Summary/Minutes from today's FESCo Meeting (2019-04-08)

2019-04-08 Thread Stephen Gallagher
= #fedora-meeting-1: FESCO (2019-04-08) = Meeting started by sgallagh at 15:00:03 UTC. The full logs are available at https://meetbot.fedoraproject.org/fedora-meeting-1/2019-04-08/fesco.2019-04-08-15.00.log.html . Meeting

Fedora 30-20190408.n.0 compose check report

2019-04-08 Thread Fedora compose checker
Missing expected images: Atomichost qcow2 x86_64 Atomichost raw-xz x86_64 Failed openQA tests: 14/144 (x86_64), 1/2 (arm), 2/24 (i386) ID: 379607 Test: x86_64 KDE-live-iso install_no_user URL: https://openqa.fedoraproject.org/tests/379607 ID: 379608 Test: x86_64 KDE-live-iso base_updat

Re: Catch 22 in epel7 for %selinux_requires

2019-04-08 Thread Dridi Boukelmoune
> > BuildRequires: selinux-policy > > BuildRequires: /usr/share/selinux/devel/Makefile > > > Thank you for the feedback. You are correct that the BuildRequires in > the macro are useless. At this point I have no idea how to get around > the macro expansion. I will at least add selinux-pol

Orphaned packages to be retired

2019-04-08 Thread Miro Hrončok
The following packages are orphaned and will be retired when they are orphaned for six weeks, unless someone adopts them. If you know for sure that the package should be retired, please do so now with a proper reason: https://fedoraproject.org/wiki/How_to_remove_a_package_at_end_of_life Note: If

Introduction for new maintainer

2019-04-08 Thread Karsten Andreas Artz
Hi guys, my name is Andi, 29 and I'm from Germany.  I'm using Fedora almost 2 years (Fedora 26). My programming skills are on Python, Java/Java Script, and C/C++. But acutally I prefer mostly Python hacking. I studied B.A. of Arts History, Archaeology and Cath.Theology. Besides this, I can speak

Re: Orphaned some Java packages

2019-04-08 Thread Christopher
On Mon, Apr 8, 2019 at 12:21 PM Mikolaj Izdebski wrote: > > On Sat, Mar 30, 2019 at 1:34 AM Christopher > wrote: > > > > On Fri, Mar 29, 2019 at 5:24 AM Mikolaj Izdebski > > wrote: > > > > > > On Thu, Mar 28, 2019 at 7:46 PM Christopher > > > wrote: > > > > > > > > On Thu, Mar 28, 2019 at 9:

Re: Catch 22 in epel7 for %selinux_requires

2019-04-08 Thread Dridi Boukelmoune
> Breaking the line with back-slashes didn't work, the modules weren't > considered arguments to the macro: > > > %selinux_modules_install \ > >%{_datadir}/selinux/%{selinuxtype}/mod1.cil \ > >%{_datadir}/selinux/%{selinuxtype}/mod2.pp > > I tried %{selinux_modules_install} and other shenan

Introduction for gaming packaging/maintaining

2019-04-08 Thread Karsten Andreas Artz
Hi guys, my name is Andi, 29 and I'm from Germany.  I'm using Fedora almost 2 years (Fedora 26). My programming skills are on Python, Java/Java Script, and C/C++. But acutally I prefer mostly Python hacking. I studied B.A. of Arts History, Archaeology and Cath.Theology. Besides this, I can speak

Re: Could not execute import_srpm

2019-04-08 Thread Paulo César Pereira de Andrade
Em seg, 8 de abr de 2019 às 10:09, Antonio Trande escreveu: > > Hi all. Hi, Just a guess that it was the same issue as for me a few days ago. But it might be something else, like an offline server for some reason. I did not do much work on Fedora for some time, then, when uploading a new

Re: Introduction for gaming packaging/maintaining

2019-04-08 Thread Karsten Andreas Artz
Mit freundlichen Grüßen Karsten Andreas ArtzSchaal 1335435 Wettenberg Am Montag, 8. April 2019, 19:32:42 MESZ hat Karsten Andreas Artz Folgendes geschrieben: Hi guys, my name is Andi, 29 and I'm from Germany.  I'm using Fedora almost 2 years (Fedora 26). My programming skills are o

Re: Registering Python packages with Anitya and the "no-monitoring" option

2019-04-08 Thread Robert-André Mauchin
On Monday, 8 April 2019 07:42:25 CEST Miro Hrončok wrote: > On 08. 04. 19 1:32, Robert-André Mauchin wrote: > > Hello, > > > > I have worked on my script to register packages with Anitya this week-end: > > https://gist.github.com/eclipseo/fbc52aeebccb7f560221bd40ec28b6af > > > > It now handles al

Updating/rebuilding of coin-or packages

2019-04-08 Thread Antonio Trande
Hi all. Updates of coin-or-Sample/CoinUtils/Ipopt packages are coming on Rawhide; involved packages: $ dnf repoquery --release rawhide --enablerepo=*-source --disablerepo=rpmfusion* --disablerepo=*modular* --whatrequires coin-or-CoinUtils-devel Last metadata expiration check: 0:00:02 ago on lun 0

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread Benjamin Tissoires
On Mon, Apr 8, 2019 at 3:17 PM wrote: > > On Mon, Apr 8, 2019 at 5:50 AM, Kalev Lember > wrote: > > I agree as well. Please don't override -Db_ndebug in distro-wide > > %meson > > macro and instead move the override to mesa packaging if it's needed > > there. > > Well hold up. -Db_ndebug defaults

Re: Registering Python packages with Anitya and the "no-monitoring" option

2019-04-08 Thread Jeremy Cline
On 4/7/19 9:27 PM, Charalampos Stratakis wrote: - Original Message - From: "Robert-André Mauchin" To: "Miro Hrončok" Cc: devel@lists.fedoraproject.org Sent: Monday, April 8, 2019 1:32:58 AM Subject: Registering Python packages with Anitya and the "no-monitoring" option Hello, I hav

Planned Outage - Fedora Staging/Proxies Updates/Reboots - 2019-04-09 21:00 UTC

2019-04-08 Thread Stephen John Smoogen
Planned Outage - Fedora Staging/Proxies Updates/Reboots - 2019-04-09 21:00 UTC There will be an outage starting at 2019-04-09 21:00 UTC, which will last approximately 4 hours. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/Infrastructure/UTCHowto or run: date -d

Planned Outage - Fedora Core Services 2019-04-10 21:00 UTC

2019-04-08 Thread Stephen John Smoogen
Planned Outage - Fedora Core Services 2019-04-10 21:00 UTC There will be an outage starting at 2019-04-10 21:00 UTC , which will last approximately 5 hours. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/Infrastructure/UTCHowto or run: date -d '2019-04-10 21:00UT

Re: Introduction for gaming packaging/maintaining

2019-04-08 Thread Benson Muite
Hi Andi, Welcome to Fedora. Some general information is at: https://docs.fedoraproject.org/en-US/project/ The get involved page still needs an update: https://docs.fedoraproject.org/en-US/project/join/ but packaging guidelines are here: https://docs.fedoraproject.org/en-US/packaging-guidelines/

Re: Registering Python packages with Anitya and the "no-monitoring" option

2019-04-08 Thread Dominik 'Rathann' Mierzejewski
On Monday, 08 April 2019 at 20:13, Robert-André Mauchin wrote: > On Monday, 8 April 2019 07:42:25 CEST Miro Hrončok wrote: > > On 08. 04. 19 1:32, Robert-André Mauchin wrote: > > > Hello, > > > > > > I have worked on my script to register packages with Anitya this week-end: > > > https://gist.gith

Re: [PSA] %meson contains -Db_ndebug=true

2019-04-08 Thread mcatanzaro
On Mon, Apr 8, 2019 at 1:39 PM, Benjamin Tissoires wrote: That's not how I read it: https://github.com/mesonbuild/meson/blob/master/docs/markdown/Builtin-options.md#base-options -DB-ndebug defaults to false. OK, then I was totally wrong, thanks. Shame the docs are so hard to search through.

Re: Please revert the python-impacket package removal

2019-04-08 Thread Miro Hrončok
On 04. 04. 19 18:03, Miro Hrončok wrote: On 04. 04. 19 17:46, Michal Ambroz wrote: Package python-impacket was providing whole bunch of utilities with additional functionality like *wmiexec.py* and *psexec.py*, which currently do not have replacement (process automation from linux to windows ho

Re: Introduction for gaming packaging/maintaining

2019-04-08 Thread Karsten Andreas Artz
Hi Benson, thx for welcoming me on Fedora and thx for providing the links.  I’ve read through them and skimmed them.  Should I start reviewing packages or do you have another idea? Regards Andi  Sent from Yahoo Mail for iPhone On Monday, April 8, 2019, 9:35 PM, Benson Muite wrote: Hi Andi,

Re: Fork a 119MB pagure project to updating monitoring?

2019-04-08 Thread Robert-André Mauchin
On Monday, 25 March 2019 21:45:06 CEST Jason L Tibbitts III wrote: > > "JC" == Jeremy Cline writes: > > > JC> The effort would be a 1-2 line change in the-new-hotness, and > JC> distributing the config to each package repository (some proven > JC> packager could do this easily). > > Well th

Re: Orphaned packages to be retired

2019-04-08 Thread Raphael Groner
Hi Miro, volumeicon should be fixed in rawhide. It turns out that the BuildRequires line wasn't needed at all in volumeicon.spec because upstream bundles partly its own copy of the needed functions with code obviously copied from keybinder. Therefore I dropped this BR and added a new Provides

OpenVPN 3 Linux client - v5 beta release

2019-04-08 Thread David Sommerseth
Hi, Just a shameless update again from the OpenVPN 3 Linux project. We published the v5 beta release earlier yesterday (Monday). This release is taking a good step forward in regards to reach a release candidate quality level. There are several changes since the last announcement we did in en

Re: Orphaned packages to be retired

2019-04-08 Thread Miro Hrončok
On 09. 04. 19 0:03, Raphael Groner wrote: Hopefully, it's sufficient to rebuild in rawhide only. It is. No idea why the original try to unbundle failed and your script cares about other as just looking into really generated dependencies of binary rpm instead of analysis done in spec file.

Re: Orphaned packages to be retired

2019-04-08 Thread Fabio Valentini
ooks like we got to the bottom of things with the last round of unretired packages. I've kicked off the generation of another Stewardship SIG report with the latest package list and the 20190408.n.0 rawhide compose as sources - I will let it run overnight. Fabio > > Request package

Re: Introduction for gaming packaging/maintaining

2019-04-08 Thread Justin W. Flory
On 4/8/19 1:32 PM, Karsten Andreas Artz wrote: > Hi guys, > > my name is Andi, 29 and I'm from Germany.  I'm using Fedora almost 2 > years (Fedora 26). My programming skills are on Python, Java/Java > Script, and C/C++. But acutally I prefer mostly Python hacking. I > studied B.A. of Arts History,

Basic graphics mode / 'nomodeset' testing request, round 2

2019-04-08 Thread Adam Williamson
em, e.g. this one: https://kojipkgs.fedoraproject.org/compose/branched/Fedora-30-20190408.n.0/compose/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-30-20190408.n.0.iso ensure you boot in UEFI mode. Please report back whether it works. If it doesn't work, please check the logs - you should be able to log in

[Fedocal] Reminder meeting : Modularity Team (weekly)

2019-04-08 Thread nils
Dear all, You are kindly invited to the meeting: Modularity Team (weekly) on 2019-04-09 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.freenode.net The meeting will be about: Meeting of the Modularity Team. More information available at: [Modularity Team Docs](https://docs.pagure.o

Re: Updating/rebuilding of coin-or packages

2019-04-08 Thread Jerry James
Hi Antonio, On Mon, Apr 8, 2019 at 12:26 PM Antonio Trande wrote: > Hi all. > > Updates of coin-or-Sample/CoinUtils/Ipopt packages are coming on > Rawhide; involved packages: I didn't know you were working on this. I noticed a week or so ago that several of the coin-or packages have FTBFS bugs

Re: Could not execute import_srpm

2019-04-08 Thread Jerry James
Hi Paulo! It's good to hear from you. On Mon, Apr 8, 2019 at 11:46 AM Paulo César Pereira de Andrade wrote: > I did not do much work on Fedora for some time, then, when uploading > a new source I was getting all kinds of errors. I've been operating under the assumption that you weren't availa

Re: vanishing abrt logs

2019-04-08 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 08, 2019 at 02:21:47PM +0200, jfi...@fedoraproject.org wrote: > I agree, but the file /proc/meminfo is not present, right? > And yes, the abrt thing just reads the data from journal and > > stores them on filesystem to be able to upload them to Bugzilla. > > > > > > Regarding the