Skip to content

1.12.0-RC1

@haohaoc haohaoc tagged this 16 Apr 04:17
While building mini cluster binaries on centos7, I saw error message
'unknown license: lib/libpcre.so.1' during license check on artifact.
By running lddtree on the binary, I found out libpcre is introduced
as transitive dependency

libcurl.so.4 => /root/kudu/thirdparty/installed/uninstrumented/lib/libcurl.so.4
        libk5crypto.so.3 => /lib64/libk5crypto.so.3
            libkrb5support.so.0 => /lib64/libkrb5support.so.0
                libselinux.so.1 => /lib64/libselinux.so.1
                    libpcre.so.1 => /lib64/libpcre.so.1

This patch excludes 'libpcre' for license check to account for licensing
information only relevant to the binary artifacts.

Change-Id: I0fc69eaf57025b1ce2f7857808e60218dc4f2771
Reviewed-on: http://gerrit.cloudera.org:8080/15738
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
(cherry picked from commit cd95fef01d19674a8c43784bc4f3cd0ef1f4b5ac)
Reviewed-on: http://gerrit.cloudera.org:8080/15744
Tested-by: Hao Hao <[email protected]>
Assets 2
Loading