You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2021/06/25 11:05:00 UTC

[jira] [Created] (BIGTOP-3561) Fix build failure of Kibana on ppc64le

Masatake Iwasaki created BIGTOP-3561:
----------------------------------------

             Summary: Fix build failure of Kibana on ppc64le
                 Key: BIGTOP-3561
                 URL: https://issues.apache.org/jira/browse/BIGTOP-3561
             Project: Bigtop
          Issue Type: Improvement
            Reporter: Masatake Iwasaki


{noformat}
...
+ install -d -m 0755 debian/tmp//usr/lib/kibana
+ install -d -m 0755 debian/tmp//etc/kibana
+ install -d -m 0755 debian/tmp//etc/kibana/conf.dist
+ install -d -m 0755 debian/tmp//usr/bin
+ uname -m
+ ARCH=ppc64le
+ [ ppc64le = x86_64 ]
+ [ ppc64le = aarch64 ]
+ chmod 755 debian/tmp//usr/lib/kibana/* -R
chmod: cannot access 'debian/tmp//usr/lib/kibana/*': No such file or directory
debian/rules:33: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory '/bigtop/output/kibana/kibana-5.4.1'
debian/rules:27: recipe for target 'binary' failed
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1152:
{noformat}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)