Ponce / slackbuilds

fork of master branch from git://git.slackbuilds.org/slackbuilds.git (read more on wiki). If you want to fork/pull request do it only over master (the other branches are temporary and are always rebased on master). alternative interface https://cgit.ponce.cc/slackbuilds/
https://slackware.ponce.cc
163 stars 62 forks source link

mumble 1.5 broken slackbuild #208

Closed kovmir closed 1 year ago

kovmir commented 1 year ago

mumble 1.5.517 build fails with the following errors:


[ 47%] Building CXX object src/CMakeFiles/shared.dir/__/3rdparty/arc4random/arc4random_uniform.cpp.o
In file included from /tmp/SBo/mumble-1.5.517/build/src/MumbleUDP.pb.cc:4:
/tmp/SBo/mumble-1.5.517/build/src/MumbleUDP.pb.h:13:2: error: #error "This file was generated by a newer version of protoc which is"
   13 | #error "This file was generated by a newer version of protoc which is"
      |  ^~~~~
/tmp/SBo/mumble-1.5.517/build/src/MumbleUDP.pb.h:14:2: error: #error "incompatible with your Protocol Buffer headers. Please update"
   14 | #error "incompatible with your Protocol Buffer headers. Please update"
      |  ^~~~~
/tmp/SBo/mumble-1.5.517/build/src/MumbleUDP.pb.h:15:2: error: #error "your headers."
   15 | #error "your headers."
      |  ^~~~~
In file included from /tmp/SBo/mumble-1.5.517/build/src/Mumble.pb.cc:4:
/tmp/SBo/mumble-1.5.517/build/src/Mumble.pb.h:13:2: error: #error "This file was generated by a newer version of protoc which is"
   13 | #error "This file was generated by a newer version of protoc which is"
      |  ^~~~~
/tmp/SBo/mumble-1.5.517/build/src/Mumble.pb.h:14:2: error: #error "incompatible with your Protocol Buffer headers. Please update"
   14 | #error "incompatible with your Protocol Buffer headers. Please update"
      |  ^~~~~
/tmp/SBo/mumble-1.5.517/build/src/Mumble.pb.h:15:2: error: #error "your headers."
   15 | #error "your headers."
      |  ^~~~~
In file included from /tmp/SBo/mumble-1.5.517/src/ProtoUtils.h:9,
                 from /tmp/SBo/mumble-1.5.517/src/ProtoUtils.cpp:6:```
Ponce commented 1 year ago

hi @kovmir , I'm not able to reproduce this (mumble builds fine here on current)... are you sure you have the dependency protobuf3 installed (not just "protobuf")?

rizitis commented 1 year ago

here build-ed fine also.

kovmir commented 1 year ago

I am currently away from that computer, so I close for now. I will re-open if the problem persist. Thanks for the response.