[Test-Announce] Proposal to CANCEL: 2018-02-26 blocker review meeting

2018-02-24 Thread Adam Williamson
Hi folks! I'm proposing we cancel the blocker review meeting for Monday. There's only one proposed blocker at this time. Obviously the ongoing troubles with getting composes working are blocking, but we don't really need a blocker meeting to talk about that :) We'll keep working on it. -- Adam Wil

[Test-Announce] Proposal to CANCEL: 2018-02-26 Fedora QA Meeting

2018-02-24 Thread Adam Williamson
Hi folks! I'm proposing we cancel the QA meeting on Monday. I don't think there are any urgent topics at this time. I won't be around to run one at that time either, as it happens. If anyone would like to have a meeting, and is willing to run it in my place, please just go ahead and send an announ

Re: gc-7.6.4 to rawhide, *no* abi bump

2018-02-24 Thread Rex Dieter
Jerry James wrote: > On Tue, Feb 20, 2018 at 12:18 PM, Rex Dieter wrote: >> Yaakov Selkowitz wrote: >> >>> The soname bump appears to have been a mistake; 7.6.4 reverts it. >> >> That's very good news, thanks! > > Are there any plans to build 7.6.4 for f28? Good question, as it's a pure bugfix

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Christoph Junghans
On Sun, Feb 18, 2018 at 10:09 AM, Igor Gnatenko wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Over this weekend I've performed scratch-mass-rebuild without having gcc and > gcc-c++ in buildroot of all Fedora packages, many of which failed due to > random > reasons and I grepped a

Re: gc-7.6.4 to rawhide, *no* abi bump

2018-02-24 Thread Jerry James
On Tue, Feb 20, 2018 at 12:18 PM, Rex Dieter wrote: > Yaakov Selkowitz wrote: > >> The soname bump appears to have been a mistake; 7.6.4 reverts it. > > That's very good news, thanks! Are there any plans to build 7.6.4 for f28? I ask because polyml builds fine in Rawhide, but the F28 build segfa

Re: Change to linker flags injection (#1548397)

2018-02-24 Thread Florian Weimer
This should now be complete in Fedora 28 and rawhide. Note that, as an intentional side effect, libtool will no longer drop the -Wl,0z,now flag in many cases. This could issues for a few packages which depended on the (arguably broken) old libtool behavior. I added some notes to https://src

Review swaps

2018-02-24 Thread Robert-André Mauchin
Hello good folks, A developer tasked me with packaging his small CLI tools so I have a few reviews waiting. They are extremely trivial packages, often a simple Python script or single C file. Here is the list: - Review Request: googler - Google Search, Google Site Search, Google News

looking for a new maintainer for closure-compiler

2018-02-24 Thread Zbigniew Jędrzejewski-Szmek
Hi, closure-compiler in Fedora needs an update [1], possibly with new deps. There's also a bug which prevents it from starting in F28+ [2]. The fix is simple (and I just verified that it works), but the package doesn't build in rawhide because of changes in deps... It's is an interesting and extr

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Louis Lagendijk
On Sat, 2018-02-24 at 16:40 +0100, Andrea Musuruane wrote: > Hi > > On Sun, Feb 18, 2018 at 6:09 PM, Igor Gnatenko project.org> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Over this weekend I've performed scratch-mass-rebuild without > > having gcc and > > gcc-c++ in b

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Richard Fearn
I've fixed disktype, ncdu, and whowatch in rawhide. Thanks for generating the list! Regards, Rich -- Richard Fearn richardfe...@gmail.com ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedorap

Re: Change to linker flags injection (#1548397)

2018-02-24 Thread Florian Weimer
On 02/24/2018 07:13 PM, Philip Kovacs wrote: A scratch build won't find bind now errors as they are discovered at run time when the dlopen occurs. I have been using:%define _hardened_ldflags "-Wl,-z,lazy"to allow the compile-time hardening, stack protection, etc to remain but filter out the -z

Re: Change to linker flags injection (#1548397)

2018-02-24 Thread Philip Kovacs
A scratch build won't find bind now errors as they are discovered at run time when the dlopen occurs. I have been using:%define _hardened_ldflags "-Wl,-z,lazy"to allow the compile-time hardening, stack protection, etc to remain but filter out the -z now linker flag.I assume this won't work anymo

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Ryan O'Hara
I fixed ipvsadm and keepalived. I will also fix foghorn, but I am strongly considering retiring this package. Did this need fixed in the 'f28' branch or is master (Rawhide) sufficient? Thanks. Ryan On Sun, Feb 18, 2018 at 11:09 AM, Igor Gnatenko < ignatenkobr...@fedoraproject.org> wrote: >

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Florian Weimer
On 02/21/2018 04:51 PM, Stephen John Smoogen wrote: OK I understand that, but where is the cutoff. Where as a packager should I stop adding things and expect that libsolv is going to do its job? Do I need to put in BuildRequires: kernel BuildRequires: systemd BuildRequires: bash BuildRequires:

Re: Change to linker flags injection (#1548397)

2018-02-24 Thread Florian Weimer
On 02/24/2018 06:32 PM, Jerry James wrote: On Sat, Feb 24, 2018 at 10:24 AM, Florian Weimer wrote: We currently inject “-z now” hidden behind a -specs= option for the gcc compiler driver. libtool drops this -specs= option from the linker command line, but it preserves -Wl,-z,relro, so I'm tryi

Re: unresponsive maintainer 'jamatos'

2018-02-24 Thread José Abílio Matos
On Friday, 9 February 2018 09.35.34 WET Zbigniew Jędrzejewski-Szmek wrote: > Hi José, > > are you still around? You activity suddenly stops around May 28th > 2017, I hope nothing serious happened. Hi, I am alive. And I have been extremely busy, specially with classes and related work in

Re: Change to linker flags injection (#1548397)

2018-02-24 Thread Jerry James
On Sat, Feb 24, 2018 at 10:24 AM, Florian Weimer wrote: > We currently inject “-z now” hidden behind a -specs= option for the gcc > compiler driver. libtool drops this -specs= option from the linker command > line, but it preserves -Wl,-z,relro, so I'm trying whether listing > -Wl,-z,now directly

Change to linker flags injection (#1548397)

2018-02-24 Thread Florian Weimer
We currently inject “-z now” hidden behind a -specs= option for the gcc compiler driver. libtool drops this -specs= option from the linker command line, but it preserves -Wl,-z,relro, so I'm trying whether listing -Wl,-z,now directly improves the linker flag injection here. I'm doing this in

Re: Fedora mass rebuild 2018

2018-02-24 Thread Todd Zullinger
Paul Howarth wrote: > On Fri, 23 Feb 2018 15:04:44 + > Tom Hughes wrote: > >> On 23/02/18 14:33, Paul Howarth wrote: >>> On Thu, 22 Feb 2018 18:49:02 +0100 >>> Marek Polacek wrote: proftpd: timeouts in tests, but in koji it's fine >>> >>> I get this too. If I build with mock -

xboxdrv package left

2018-02-24 Thread Antonio Trande
Hi all. 'xboxdrv' is now an "orphaned" package. Feel free to adopt it if needed. -- --- Antonio Trande Fedora Project mailto 'sagitter at fedoraproject dot org' GPG key: 0x5E212EE1D35568BE GPG key server: https://keys.fedoraproject.org/ signature.asc Description: OpenPGP digital signature ___

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Andrea Musuruane
Hi On Sun, Feb 18, 2018 at 6:09 PM, Igor Gnatenko < ignatenkobr...@fedoraproject.org> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Over this weekend I've performed scratch-mass-rebuild without having gcc > and > gcc-c++ in buildroot of all Fedora packages, many of which failed d

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Jos de Kloe
fixed g2clib and pyproj. Jos On 02/18/2018 06:09 PM, Igor Gnatenko wrote: > Over this weekend I've performed scratch-mass-rebuild without having gcc and > gcc-c++ in buildroot of all Fedora packages, many of which failed due to > random > reasons and I grepped all logs for some common errors fou

Re: Fedora mass rebuild 2018

2018-02-24 Thread Paul Howarth
On Fri, 23 Feb 2018 15:04:44 + Tom Hughes wrote: > On 23/02/18 14:33, Paul Howarth wrote: > > On Thu, 22 Feb 2018 18:49:02 +0100 > > Marek Polacek wrote: > >> proftpd: timeouts in tests, but in koji it's fine > > > > I get this too. If I build with mock --old-chroot then it works >

Re: Fedora mass rebuild 2018

2018-02-24 Thread Richard W.M. Jones
On Fri, Feb 23, 2018 at 06:33:58PM +0100, Marek Polacek wrote: > On Fri, Feb 23, 2018 at 04:09:26PM +, Richard W.M. Jones wrote: > > On Thu, Feb 22, 2018 at 06:49:02PM +0100, Marek Polacek wrote: > > > libguestfs-1.37.35-2.fc28.src.rpm > > > I'm not sure about these failures, but they don't

Re: [ACTION NEEDED] Missing BuildRequires: gcc/gcc-c++

2018-02-24 Thread Florian Müllner
Hey, On Sun, Feb 18, 2018 at 6:09 PM, Igor Gnatenko wrote: > List of packages and respective maintainers: > https://ignatenkobrain.fedorapeople.org/gcc-removal-pkgs.txt Done: gnome-session gnome-shell-extensions(*) Cheers, Florian (*) accidentally, by changing build systems to meson which ins

Re: Package stops supporting python 2.7 in latest version, what to do now

2018-02-24 Thread Christian Dersch
Hi Sergio, thanks for bringing that up :) I investigated a bit more, at least for astrometry I still need the python2 package. Therefore I suggest we go on with Option 3, I can prepare the python2-astropy package for review. Greetings, Christian On 02/21/2018 10:18 PM, Sergio Pascual wrote: > H