On ഞാ, Nov 17, 2019 at 17:33, Nilesh Patra <npatra...@gmail.com>
wrote:
But the latest available package version is 3.10.1-1 and the rebuild
should be done with that.
Rebuilt with the new version, these are the newer failing depends:
anbox, astroidmail, bookkeeper, collectd, containerd,
cubemap,docker.io <http://docker.io/>, etcd, gazebo, go-dep, gobgp,
ignition-transport, mahimahi, nageru, ola, opencv, osmosis, shogun,
vlc
mahimahi already FTBFS with gcc 9
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925774
nageru - possibly failed due to ccache in chroot, try without ccache in
chroot
ola - seems a related failure
g++ -DHAVE_CONFIG_H -I. -Wdate-time -D_FORTIFY_SOURCE=2 -I./include
-I./include -Wall -Wformat -W -fvisibility-inlines-hidden -pthread
-Werror -Werror -Wno-error=unused-parameter
-Wno-error=deprecated-declarations -Wno-error=sign-compare
-Wno-error=deprecated-declarations -Wno-error=unused-parameter
-std=gnu++11 -Wno-error=deprecated-declarations -pthread -c -o
protoc/ola_protoc_plugin-ola-protoc-generator-plugin.o `test -f
'protoc/ola-protoc-generator-plugin.cpp' || echo
'./'`protoc/ola-protoc-generator-plugin.cpp
protoc/StrUtil.cpp: In function ‘char* ola::FastHexToBuffer(int,
char*)’:
protoc/StrUtil.cpp:256:3: error: ‘GOOGLE_CHECK’ was not declared in
this scope
256 | GOOGLE_CHECK(i >= 0)
| ^~~~~~~~~~~~
protoc/StrUtil.cpp: In function ‘char*
ola::FastUInt64ToBufferLeft(uint64_t, char*)’:
protoc/StrUtil.cpp:436:3: error: ‘GOOGLE_DCHECK_LT’ was not
declared in this scope
436 | GOOGLE_DCHECK_LT(digits, 100);
| ^~~~~~~~~~~~~~~~
opencv - possibly ccache related failure, try without ccache in chroot
shogun - ftbfs with gcc 9
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925827
osmosis - seems related failure
/<<PKGBUILDDIR>>/osmosis-osm-binary/gen-src/main/java/org/openstreetmap/osmosis/osmbinary/Osmformat.java:13871:
error: cannot find symbol
Visitor visitor = (Visitor) arg0;
^
symbol: class Visitor
location: class Relation
/<<PKGBUILDDIR>>/osmosis-osm-binary/gen-src/main/java/org/openstreetmap/osmosis/osmbinary/Osmformat.java:13871:
error: cannot find symbol
Visitor visitor = (Visitor) arg0;
^
symbol: class Visitor
location: class Relation
/<<PKGBUILDDIR>>/osmosis-osm-binary/gen-src/main/java/org/openstreetmap/osmosis/osmbinary/Osmformat.java:13882:
error: cannot find symbol
if (visitor ==
com.google.protobuf.GeneratedMessageLite.MergeFromVisitor
^
symbol: variable MergeFromVisitor
location: class GeneratedMessageLite
/<<PKGBUILDDIR>>/osmosis-osm-binary/gen-src/main/java/org/openstreetmap/osmosis/osmbinary/Osmformat.java:13888:
error: an enum switch case label must be the unqualified name of an
enumeration constant
case MERGE_FROM_STREAM: {
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note:
/<<PKGBUILDDIR>>/osmosis-osm-binary/src/main/java/org/openstreetmap/osmosis/osmbinary/StringTable.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
98 errors
:osmosis-osm-binary:compileJava FAILED
:osmosis-osm-binary:compileJava (Thread[Task worker for ':' Thread
2,5,main]) completed. Took 6.226 secs.
:osmosis-core:compileJava (Thread[Task worker for ':',5,main])
completed. Took 6.785 secs.
:osmosis-hstore-jdbc:javadoc (Thread[main,5,main]) completed. Took 4.72
secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':osmosis-osm-binary:compileJava'.
> Compilation failed; see the compiler error output for details.