Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-03 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Nov 02, 2015 at 12:34:03PM -0800, Adam Williamson wrote: > it would be to do a scratch build of libtirpc , download the results, > make a side repository, and do mock builds of the dependent packages. > It's easy to create a mock target which uses a local side repository: > you just copy th

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-03 Thread Adam Williamson
On Tue, 2015-11-03 at 15:06 +0800, Ian Kent wrote: > On Tue, 2015-11-03 at 15:00 +0800, Ian Kent wrote: > > On Mon, 2015-11-02 at 19:55 -0800, Adam Williamson wrote: > > > On Tue, 2015-11-03 at 11:30 +0800, Ian Kent wrote: > > > >   > > > > Still, with COPR I would need to find a suitable location

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Ian Kent
On Tue, 2015-11-03 at 15:00 +0800, Ian Kent wrote: > On Mon, 2015-11-02 at 19:55 -0800, Adam Williamson wrote: > > On Tue, 2015-11-03 at 11:30 +0800, Ian Kent wrote: > > > > > > Still, with COPR I would need to find a suitable location to put > > > the > > > repo. so perhaps the mock method would

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Ian Kent
On Mon, 2015-11-02 at 19:55 -0800, Adam Williamson wrote: > On Tue, 2015-11-03 at 11:30 +0800, Ian Kent wrote: > > > > Still, with COPR I would need to find a suitable location to put > > the > > repo. so perhaps the mock method would suit me better. > > COPR *is* a repo. All you need to do is l

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Adam Williamson
On Tue, 2015-11-03 at 11:30 +0800, Ian Kent wrote: >  > Still, with COPR I would need to find a suitable location to put the > repo. so perhaps the mock method would suit me better. COPR *is* a repo. All you need to do is log in, create a new COPR repo, and you can upload SRPMs and it will build t

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Ian Kent
On Mon, 2015-11-02 at 18:46 -0800, Adam Williamson wrote: > On Tue, 2015-11-03 at 09:49 +0800, Ian Kent wrote: > > > > This policy is clearly sensible and necessary, no question about > > that. > > > > But this appears to be an opportunity for improvement as well. > > > > Fortunately the breaka

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Adam Williamson
On Tue, 2015-11-03 at 09:49 +0800, Ian Kent wrote: >  > This policy is clearly sensible and necessary, no question about > that. > > But this appears to be an opportunity for improvement as well. > > Fortunately the breakage looks like it should be straight forward to > resolve but that obviously

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Ian Kent
On Mon, 2015-11-02 at 11:15 -0800, Adam Williamson wrote: > On Mon, 2015-11-02 at 11:02 +0800, Ian Kent wrote: > > On Sun, 2015-11-01 at 18:48 +0100, Kalev Lember wrote: > > > On 10/30/2015 05:36 PM, Kevin Fenzi wrote: > > > > On Fri, 30 Oct 2015 11:50:48 -0400 > > > > Steve Dickson wrote: > > > >

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Richard Shaw
I often use mockchain locally to make sure all dependent packages rebuild against the new library. The only watchout is that it will still try the next build even if the main one (the one changing) doesn't build so make sure you check in root.log that it used the new build or you will get a false p

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Steve Dickson
On 11/02/2015 03:32 PM, Adam Williamson wrote: > On Mon, 2015-11-02 at 14:59 -0500, Steve Dickson wrote: > >>> Folks, this is not okay. This is not the right way to do things. If >>> you >>> aren't reasonably sure that all the library's consumers can be made >>> to >>> work with the new version

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Adam Williamson
On Mon, 2015-11-02 at 14:59 -0500, Steve Dickson wrote: > > Folks, this is not okay. This is not the right way to do things. If > > you > > aren't reasonably sure that all the library's consumers can be made > > to > > work with the new version of the library, *don't put the new > > version in > >

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Steve Dickson
Hello, On 11/02/2015 02:15 PM, Adam Williamson wrote: > On Mon, 2015-11-02 at 11:02 +0800, Ian Kent wrote: >> On Sun, 2015-11-01 at 18:48 +0100, Kalev Lember wrote: >>> On 10/30/2015 05:36 PM, Kevin Fenzi wrote: On Fri, 30 Oct 2015 11:50:48 -0400 Steve Dickson wrote: > 2) find and r

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-02 Thread Adam Williamson
On Mon, 2015-11-02 at 11:02 +0800, Ian Kent wrote: > On Sun, 2015-11-01 at 18:48 +0100, Kalev Lember wrote: > > On 10/30/2015 05:36 PM, Kevin Fenzi wrote: > > > On Fri, 30 Oct 2015 11:50:48 -0400 > > > Steve Dickson wrote: > > > > 2) find and rebuild all the dependencies? > > > > > > Should be so

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-01 Thread Ian Kent
On Mon, 2015-11-02 at 11:02 +0800, Ian Kent wrote: > On Sun, 2015-11-01 at 18:48 +0100, Kalev Lember wrote: > > On 10/30/2015 05:36 PM, Kevin Fenzi wrote: > > > On Fri, 30 Oct 2015 11:50:48 -0400 > > > Steve Dickson wrote: > > > > 2) find and rebuild all the dependencies? > > > > > > Should be so

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-01 Thread Ian Kent
On Sun, 2015-11-01 at 18:48 +0100, Kalev Lember wrote: > On 10/30/2015 05:36 PM, Kevin Fenzi wrote: > > On Fri, 30 Oct 2015 11:50:48 -0400 > > Steve Dickson wrote: > > > 2) find and rebuild all the dependencies? > > > > Should be something like: > > > > % sudo dnf repoquery --whatrequires 'libt

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-11-01 Thread Kalev Lember
On 10/30/2015 05:36 PM, Kevin Fenzi wrote: > On Fri, 30 Oct 2015 11:50:48 -0400 > Steve Dickson wrote: >> 2) find and rebuild all the dependencies? > > Should be something like: > > % sudo dnf repoquery --whatrequires 'libtirpc.so.1()(64bit)' > Last metadata expiration check performed 0:01:17 a

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-10-31 Thread Steve Dickson
On 10/30/2015 07:57 PM, Ian Kent wrote: > On Fri, 2015-10-30 at 14:16 -0400, Steve Dickson wrote: >> >> On 10/30/2015 12:36 PM, Kevin Fenzi wrote: >>> On Fri, 30 Oct 2015 11:50:48 -0400 >>> Steve Dickson wrote: >>> Hello, Well place sources tell me in the upcoming libtirpc re

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-10-30 Thread Ian Kent
On Fri, 2015-10-30 at 14:16 -0400, Steve Dickson wrote: > > On 10/30/2015 12:36 PM, Kevin Fenzi wrote: > > On Fri, 30 Oct 2015 11:50:48 -0400 > > Steve Dickson wrote: > > > > > Hello, > > > > > > Well place sources tell me in the upcoming > > > libtirpc release the soname will be changing > >

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-10-30 Thread Steve Dickson
On 10/30/2015 12:36 PM, Kevin Fenzi wrote: > On Fri, 30 Oct 2015 11:50:48 -0400 > Steve Dickson wrote: > >> Hello, >> >> Well place sources tell me in the upcoming >> libtirpc release the soname will be changing >> due to some API changes. >> >> The API changes will make the Linux version >>

Re: [HEADS UP] Upcoming soname change for libtirpc

2015-10-30 Thread Kevin Fenzi
On Fri, 30 Oct 2015 11:50:48 -0400 Steve Dickson wrote: > Hello, > > Well place sources tell me in the upcoming > libtirpc release the soname will be changing > due to some API changes. > > The API changes will make the Linux version > more compatible with litbirpc implementations > > Obvio

[HEADS UP] Upcoming soname change for libtirpc

2015-10-30 Thread Steve Dickson
Hello, Well place sources tell me in the upcoming libtirpc release the soname will be changing due to some API changes. The API changes will make the Linux version more compatible with litbirpc implementations Obviously this change will just go in rawhide but how do I 1) request the build rpm