Lost ELF library auto-provides since mass rebuild

2020-08-06 Thread Daniel P . Berrangé
This is in relation to this bug https://bugzilla.redhat.com/show_bug.cgi?id=1862745 The last but one build of libgphoto have auto-provides for the ELF libraries: libgphoto2 = 2.5.24-2.fc33 libgphoto2(x86-64) = 2.5.24-2.fc33 libgphoto2.so.6()(64bit) libgphoto2_port.so.12()(64bit) libgphoto2_port.

Re: Lost ELF library auto-provides since mass rebuild

2020-08-06 Thread Florian Weimer
* Daniel P. Berrangé: > This is in relation to this bug > > https://bugzilla.redhat.com/show_bug.cgi?id=1862745 > > The last but one build of libgphoto have auto-provides for the ELF > libraries: > > libgphoto2 = 2.5.24-2.fc33 > libgphoto2(x86-64) = 2.5.24-2.fc33 > libgphoto2.so.6()(64bit) > libgp

Re: Lost ELF library auto-provides since mass rebuild

2020-08-06 Thread Jeff Law
On Thu, 2020-08-06 at 17:04 +0200, Florian Weimer wrote: > * Daniel P. Berrangé: > > > This is in relation to this bug > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1862745 > > > > The last but one build of libgphoto have auto-provides for the ELF > > libraries: > > > > libgphoto2 = 2.5.2

Re: Lost ELF library auto-provides since mass rebuild

2020-08-06 Thread Daniel P . Berrangé
On Thu, Aug 06, 2020 at 05:04:20PM +0200, Florian Weimer wrote: > * Daniel P. Berrangé: > > > This is in relation to this bug > > > > https://bugzilla.redhat.com/show_bug.cgi?id=1862745 > > > > The last but one build of libgphoto have auto-provides for the ELF > > libraries: > > > > libgphoto2 = 2

Re: Lost ELF library auto-provides since mass rebuild

2020-08-06 Thread Florian Weimer
* Daniel P. Berrangé: > This AC_LANG_PROGRAM call puts the code snippet inside a main() { ...} > so what configure was actually attempting to compile is: > > int > main () > { > >int f1() { } >int f2() { } >asm(".symver f1, f@VER1"); >