tullis commented on PR #906:
URL: https://github.com/apache/bigtop/pull/906#issuecomment-1172513421
> +1, tested on Debian 10 x86_64.
@sekikn - Would you be able to share your build and testing method for
Debian 10 please?
I'm getting a build failure for Debian 10 x86_64 and I'd be interested to
know if I'm doing something wrong before I go and create a JIRA ticket.
The command I'm using is as follows:
```
docker run --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:1.5.0-debian-10
bash -c '. /etc/profile.d/bigtop.sh; ./gradlew allclean hadoop-pkg'
```
The errors I'm getting are when it's packaging the hdfs-native-client, I
think.
Looks like missing binaries, so perhaps there was an earlier linker error.
```
+ cp '/build/libexec/*' debian/tmp/usr/lib/hadoop/libexec//
cp: cannot stat '/build/libexec/*': No such file or directory
make[1]: *** [debian/rules:55: override_dh_auto_install] Error 1
make[1]: Leaving directory '/ws/output/hadoop/hadoop-2.10.2'
make: *** [debian/rules:27: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b
failed
> Task :hadoop-deb FAILED
FAILURE: Build failed with an exception.
* Where:
Script '/ws/packages.gradle' line: 354
* What went wrong:
Execution failed for task ':hadoop-deb'.
```
Many thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]