Re: rawhide protobuf update with new soname

2019-12-19 Thread Adrian Reber
On Wed, Dec 18, 2019 at 08:30:39PM -0700, Orion Poplawski wrote:
> On 12/18/19 8:35 AM, Adrian Reber wrote:
> > On Tue, Dec 17, 2019 at 07:36:25AM +0100, Adrian Reber wrote:
> > > On Mon, Dec 16, 2019 at 09:26:16PM -0700, Orion Poplawski wrote:
> > > > On 12/1/19 10:48 AM, Adrian Reber wrote:
> > > > > I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes 
> > > > > with
> > > > > a soname update and requires its dependencies to be rebuilt.
> > > > > 
> > > > > I tested it all in copr and most of the packages are rebuilding except
> > > > > for the following packages:
> > > > > 
> > > > >* dynafed - compile error:
> > > > >  In file included from 
> > > > > /builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
> > > > >   from 
> > > > > /builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
> > > > >  /usr/include/google/protobuf/io/coded_stream.h:842:16: error: 
> > > > > macro
> > > > >  "Error" requires 2 arguments, but only 1 given
> > > > >842 |   uint8* Error() {
> > > > >|^
> > > > > 
> > > > >* community-mysql:
> > > > >  there is a simple upstream patch to fix the compile error but 
> > > > > the test
> > > > >  fails in copr with:
> > > > >  Failed to connect to systemd notification socket named 
> > > > > /run/systemd/nspawn/notify. Error: 'Permission denied'
> > > > >  Does not sound like it is related to the protobuf update
> > > > > 
> > > > >* mumble - compile error:
> > > > >  In file included from BanEditor.cpp:36:
> > > > >  Global.h:142:11: error: expected ',' or '...' before '(' token
> > > > >142 | #define g (*Global::g_global_struct)
> > > > >|   ^
> > > > >  Global.h:142:11: error: expected ',' or '...' before '(' token
> > > > >142 | #define g (*Global::g_global_struct)
> > > > >|   ^
> > > > >  Global.h:142:11: error: expected ',' or '...' before '(' token
> > > > >142 | #define g (*Global::g_global_struct)
> > > > >|
> > > > > 
> > > > >* paraview - cmake failure:
> > > > >  CMake Error at CommandLineExecutables/CMakeLists.txt:77 
> > > > > (get_property):
> > > > >get_property could not find TARGET pthread.  Perhaps it has 
> > > > > not yet been created.
> > > > > 
> > > > > 
> > > > >* fts: No matching package to install: 'activemq-cpp-devel'
> > > > > 
> > > > >* kismet: error: Invalid version (double separator '-'): 
> > > > > 2019-08-GIT: pkgconfig(kismet) = 2019-08-GIT
> > > > > 
> > > > > 
> > > > > Most of the errors do not sound protobuf related.
> > > > > 
> > > > > I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, 
> > > > > just
> > > > > after the rawhide compose has finished to be able to rebuild all
> > > > > dependencies before the next compose.
> > > > > 
> > > > > Please let me know if you want to rebuild your package yourself or if
> > > > > you see other problems with the protobuf upgrade.
> > > > > 
> > > > 
> > > > This did not appear to have happened.  What's the current plan?
> > > 
> > > Thanks for the reminder. I would do the upgrade of protobuf and the
> > > corresponding rebuilds tomorrow (2019-12-18) once the compose has
> > > finished.
> > 
> > It seems like I will not be able to do all rebuilds today as the actual
> > protobuf build does not finish. I am already waiting a few hours for the
> > armv7hl build to finish. This means that there will be broken dependency
> > reports during the next compose. I will try to do all rebuilds tomorrow.
> > 
> 
> Thanks for getting this started.  I'm kicking off a round of rebuilds now -
> hopefully that's okay.

Thanks for doing all the rebuilds. It seems you managed to rebuild
almost everything besides the known failures I mentioned above and a few
packages requiring pull requests. Thanks.

Adrian


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: rawhide protobuf update with new soname

2019-12-18 Thread Orion Poplawski

On 12/18/19 8:35 AM, Adrian Reber wrote:

On Tue, Dec 17, 2019 at 07:36:25AM +0100, Adrian Reber wrote:

On Mon, Dec 16, 2019 at 09:26:16PM -0700, Orion Poplawski wrote:

On 12/1/19 10:48 AM, Adrian Reber wrote:

I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes with
a soname update and requires its dependencies to be rebuilt.

I tested it all in copr and most of the packages are rebuilding except
for the following packages:

   * dynafed - compile error:
 In file included from 
/builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
  from 
/builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
 /usr/include/google/protobuf/io/coded_stream.h:842:16: error: macro
 "Error" requires 2 arguments, but only 1 given
   842 |   uint8* Error() {
   |^

   * community-mysql:
 there is a simple upstream patch to fix the compile error but the test
 fails in copr with:
 Failed to connect to systemd notification socket named 
/run/systemd/nspawn/notify. Error: 'Permission denied'
 Does not sound like it is related to the protobuf update

   * mumble - compile error:
 In file included from BanEditor.cpp:36:
 Global.h:142:11: error: expected ',' or '...' before '(' token
   142 | #define g (*Global::g_global_struct)
   |   ^
 Global.h:142:11: error: expected ',' or '...' before '(' token
   142 | #define g (*Global::g_global_struct)
   |   ^
 Global.h:142:11: error: expected ',' or '...' before '(' token
   142 | #define g (*Global::g_global_struct)
   |

   * paraview - cmake failure:
 CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property):
   get_property could not find TARGET pthread.  Perhaps it has not yet been 
created.


   * fts: No matching package to install: 'activemq-cpp-devel'

   * kismet: error: Invalid version (double separator '-'): 2019-08-GIT: 
pkgconfig(kismet) = 2019-08-GIT


Most of the errors do not sound protobuf related.

I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, just
after the rawhide compose has finished to be able to rebuild all
dependencies before the next compose.

Please let me know if you want to rebuild your package yourself or if
you see other problems with the protobuf upgrade.

Adrian


This did not appear to have happened.  What's the current plan?


Thanks for the reminder. I would do the upgrade of protobuf and the
corresponding rebuilds tomorrow (2019-12-18) once the compose has
finished.


It seems like I will not be able to do all rebuilds today as the actual
protobuf build does not finish. I am already waiting a few hours for the
armv7hl build to finish. This means that there will be broken dependency
reports during the next compose. I will try to do all rebuilds tomorrow.

Adrian


Thanks for getting this started.  I'm kicking off a round of rebuilds 
now - hopefully that's okay.



--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: rawhide protobuf update with new soname

2019-12-18 Thread Adrian Reber
On Tue, Dec 17, 2019 at 07:36:25AM +0100, Adrian Reber wrote:
> On Mon, Dec 16, 2019 at 09:26:16PM -0700, Orion Poplawski wrote:
> > On 12/1/19 10:48 AM, Adrian Reber wrote:
> > > I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes with
> > > a soname update and requires its dependencies to be rebuilt.
> > > 
> > > I tested it all in copr and most of the packages are rebuilding except
> > > for the following packages:
> > > 
> > >   * dynafed - compile error:
> > > In file included from 
> > > /builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
> > >  from 
> > > /builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
> > > /usr/include/google/protobuf/io/coded_stream.h:842:16: error: macro
> > > "Error" requires 2 arguments, but only 1 given
> > >   842 |   uint8* Error() {
> > >   |^
> > > 
> > >   * community-mysql:
> > > there is a simple upstream patch to fix the compile error but the test
> > > fails in copr with:
> > > Failed to connect to systemd notification socket named 
> > > /run/systemd/nspawn/notify. Error: 'Permission denied'
> > > Does not sound like it is related to the protobuf update
> > > 
> > >   * mumble - compile error:
> > > In file included from BanEditor.cpp:36:
> > > Global.h:142:11: error: expected ',' or '...' before '(' token
> > >   142 | #define g (*Global::g_global_struct)
> > >   |   ^
> > > Global.h:142:11: error: expected ',' or '...' before '(' token
> > >   142 | #define g (*Global::g_global_struct)
> > >   |   ^
> > > Global.h:142:11: error: expected ',' or '...' before '(' token
> > >   142 | #define g (*Global::g_global_struct)
> > >   |
> > > 
> > >   * paraview - cmake failure:
> > > CMake Error at CommandLineExecutables/CMakeLists.txt:77 
> > > (get_property):
> > >   get_property could not find TARGET pthread.  Perhaps it has not yet 
> > > been created.
> > > 
> > > 
> > >   * fts: No matching package to install: 'activemq-cpp-devel'
> > > 
> > >   * kismet: error: Invalid version (double separator '-'): 2019-08-GIT: 
> > > pkgconfig(kismet) = 2019-08-GIT
> > > 
> > > 
> > > Most of the errors do not sound protobuf related.
> > > 
> > > I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, just
> > > after the rawhide compose has finished to be able to rebuild all
> > > dependencies before the next compose.
> > > 
> > > Please let me know if you want to rebuild your package yourself or if
> > > you see other problems with the protobuf upgrade.
> > > 
> > >   Adrian
> > 
> > This did not appear to have happened.  What's the current plan?
> 
> Thanks for the reminder. I would do the upgrade of protobuf and the
> corresponding rebuilds tomorrow (2019-12-18) once the compose has
> finished.

It seems like I will not be able to do all rebuilds today as the actual
protobuf build does not finish. I am already waiting a few hours for the
armv7hl build to finish. This means that there will be broken dependency
reports during the next compose. I will try to do all rebuilds tomorrow.

Adrian


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: rawhide protobuf update with new soname

2019-12-16 Thread Adrian Reber
On Mon, Dec 16, 2019 at 09:26:16PM -0700, Orion Poplawski wrote:
> On 12/1/19 10:48 AM, Adrian Reber wrote:
> > I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes with
> > a soname update and requires its dependencies to be rebuilt.
> > 
> > I tested it all in copr and most of the packages are rebuilding except
> > for the following packages:
> > 
> >   * dynafed - compile error:
> > In file included from 
> > /builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
> >  from 
> > /builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
> > /usr/include/google/protobuf/io/coded_stream.h:842:16: error: macro
> > "Error" requires 2 arguments, but only 1 given
> >   842 |   uint8* Error() {
> >   |^
> > 
> >   * community-mysql:
> > there is a simple upstream patch to fix the compile error but the test
> > fails in copr with:
> > Failed to connect to systemd notification socket named 
> > /run/systemd/nspawn/notify. Error: 'Permission denied'
> > Does not sound like it is related to the protobuf update
> > 
> >   * mumble - compile error:
> > In file included from BanEditor.cpp:36:
> > Global.h:142:11: error: expected ',' or '...' before '(' token
> >   142 | #define g (*Global::g_global_struct)
> >   |   ^
> > Global.h:142:11: error: expected ',' or '...' before '(' token
> >   142 | #define g (*Global::g_global_struct)
> >   |   ^
> > Global.h:142:11: error: expected ',' or '...' before '(' token
> >   142 | #define g (*Global::g_global_struct)
> >   |
> > 
> >   * paraview - cmake failure:
> > CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property):
> >   get_property could not find TARGET pthread.  Perhaps it has not yet 
> > been created.
> > 
> > 
> >   * fts: No matching package to install: 'activemq-cpp-devel'
> > 
> >   * kismet: error: Invalid version (double separator '-'): 2019-08-GIT: 
> > pkgconfig(kismet) = 2019-08-GIT
> > 
> > 
> > Most of the errors do not sound protobuf related.
> > 
> > I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, just
> > after the rawhide compose has finished to be able to rebuild all
> > dependencies before the next compose.
> > 
> > Please let me know if you want to rebuild your package yourself or if
> > you see other problems with the protobuf upgrade.
> > 
> > Adrian
> 
> This did not appear to have happened.  What's the current plan?

Thanks for the reminder. I would do the upgrade of protobuf and the
corresponding rebuilds tomorrow (2019-12-18) once the compose has
finished.

Adrian


signature.asc
Description: PGP signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


Re: rawhide protobuf update with new soname

2019-12-16 Thread Orion Poplawski

On 12/1/19 10:48 AM, Adrian Reber wrote:

I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes with
a soname update and requires its dependencies to be rebuilt.

I tested it all in copr and most of the packages are rebuilding except
for the following packages:

  * dynafed - compile error:
In file included from 
/builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
 from 
/builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
/usr/include/google/protobuf/io/coded_stream.h:842:16: error: macro
"Error" requires 2 arguments, but only 1 given
  842 |   uint8* Error() {
  |^

  * community-mysql:
there is a simple upstream patch to fix the compile error but the test
fails in copr with:
Failed to connect to systemd notification socket named 
/run/systemd/nspawn/notify. Error: 'Permission denied'

Does not sound like it is related to the protobuf update


  * mumble - compile error:
In file included from BanEditor.cpp:36:
Global.h:142:11: error: expected ',' or '...' before '(' token
  142 | #define g (*Global::g_global_struct)
  |   ^
Global.h:142:11: error: expected ',' or '...' before '(' token
  142 | #define g (*Global::g_global_struct)
  |   ^
Global.h:142:11: error: expected ',' or '...' before '(' token
  142 | #define g (*Global::g_global_struct)
  |

  * paraview - cmake failure:
CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property):
  get_property could not find TARGET pthread.  Perhaps it has not yet been 
created.


  * fts: No matching package to install: 'activemq-cpp-devel'

  * kismet: error: Invalid version (double separator '-'): 2019-08-GIT: 
pkgconfig(kismet) = 2019-08-GIT


Most of the errors do not sound protobuf related.

I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, just
after the rawhide compose has finished to be able to rebuild all
dependencies before the next compose.

Please let me know if you want to rebuild your package yourself or if
you see other problems with the protobuf upgrade.

Adrian


This did not appear to have happened.  What's the current plan?


--
Orion Poplawski
Manager of NWRA Technical Systems  720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301 https://www.nwra.com/



smime.p7s
Description: S/MIME Cryptographic Signature
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org


rawhide protobuf update with new soname

2019-12-01 Thread Adrian Reber
I prepared a protobuf upgrade from 3.6 to 3.11 in rawhide. It comes with
a soname update and requires its dependencies to be rebuilt.

I tested it all in copr and most of the packages are rebuilding except
for the following packages:

 * dynafed - compile error:
   In file included from 
/builddir/build/BUILD/dynafed-1.5.1/src/UgrMemcached.pb.h:23,
from 
/builddir/build/BUILD/dynafed-1.5.1/src/LocationInfo.cc:21:
   /usr/include/google/protobuf/io/coded_stream.h:842:16: error: macro
   "Error" requires 2 arguments, but only 1 given
 842 |   uint8* Error() {
 |^

 * community-mysql:
   there is a simple upstream patch to fix the compile error but the test
   fails in copr with: 
   Failed to connect to systemd notification socket named 
/run/systemd/nspawn/notify. Error: 'Permission denied'
   
   Does not sound like it is related to the protobuf update

 * mumble - compile error:
   In file included from BanEditor.cpp:36:
   Global.h:142:11: error: expected ',' or '...' before '(' token
 142 | #define g (*Global::g_global_struct)
 |   ^
   Global.h:142:11: error: expected ',' or '...' before '(' token
 142 | #define g (*Global::g_global_struct)
 |   ^
   Global.h:142:11: error: expected ',' or '...' before '(' token
 142 | #define g (*Global::g_global_struct)
 |  

 * paraview - cmake failure:
   CMake Error at CommandLineExecutables/CMakeLists.txt:77 (get_property):
 get_property could not find TARGET pthread.  Perhaps it has not yet been 
created.


 * fts: No matching package to install: 'activemq-cpp-devel'

 * kismet: error: Invalid version (double separator '-'): 2019-08-GIT: 
pkgconfig(kismet) = 2019-08-GIT


Most of the errors do not sound protobuf related.

I want to do the protobuf upgrade in rawhide on Monday, 2019-12-09, just
after the rawhide compose has finished to be able to rebuild all
dependencies before the next compose.

Please let me know if you want to rebuild your package yourself or if
you see other problems with the protobuf upgrade.

Adrian
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org