sekikn commented on pull request #780:
URL: https://github.com/apache/bigtop/pull/780#issuecomment-852599429
Thanks for the advice @iwasakims, updating
bigtop_toolchain/manifests/packages.pp just worked.
I didn't come across the error you mentioned above, but got another one at
least on Debian 9, 10 and Ubuntu 20.04:
```
dh_install
dh_install: warning: Cannot find (any matches for)
"/usr/lib/python2.6/site-packages/ambari_server" (tried in ., debian/tmp)
dh_install: warning: ambari-server missing files:
/usr/lib/python2.6/site-packages/ambari_server
install -d debian/ambari-server//etc
cp --reflink=auto -a debian/tmp/etc/ambari-server
debian/ambari-server//etc/
install -d debian/ambari-server//etc/init.d
cp --reflink=auto -a debian/tmp/etc/init.d/ambari-server
debian/ambari-server//etc/init.d/
install -d debian/ambari-server//usr/sbin
cp --reflink=auto -a debian/tmp/usr/sbin/ambari-server.py
debian/tmp/usr/sbin/ambari_server_main.py debian/ambari-server//usr/sbin/
install -d debian/ambari-server//var/lib
cp --reflink=auto -a debian/tmp/var/lib/ambari-server/
debian/ambari-server//var/lib/
dh_install: warning: Cannot find (any matches for)
"/usr/lib/python2.6/site-packages/ambari_agent" (tried in ., debian/tmp)
dh_install: warning: ambari-agent missing files:
/usr/lib/python2.6/site-packages/ambari_agent
dh_install: error: missing files, aborting
install -d debian/.debhelper/generated/ambari-server
install -d debian/.debhelper/generated/ambari-agent
make: *** [debian/rules:26: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned
exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui -b
failed
> Task :ambari-deb FAILED
FAILURE: Build failed with an exception.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]