You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2020/06/19 14:40:00 UTC

[jira] [Created] (IMPALA-9871) Toolchain bootstrap download fails on SLES12 sp5

Laszlo Gaal created IMPALA-9871:
-----------------------------------

             Summary: Toolchain bootstrap download fails on SLES12 sp5 
                 Key: IMPALA-9871
                 URL: https://issues.apache.org/jira/browse/IMPALA-9871
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
    Affects Versions: Impala 4.0
         Environment: SLES12 sp5
            Reporter: Laszlo Gaal


bootstrap_toolchain.py fails to resolve the {{lsb_release -sir}} signature for the recently released SP5:
{code}
22:13:31 2020/06/18 16:43:31 INFO    : Traceback (most recent call last):
22:13:31 2020/06/18 16:43:31 INFO    :   File "./bin/bootstrap_toolchain.py", line 638, in <module>
22:13:31 2020/06/18 16:43:31 INFO    :     if __name__ == "__main__": main()
22:13:31 2020/06/18 16:43:31 INFO    :   File "./bin/bootstrap_toolchain.py", line 617, in main
22:13:31 2020/06/18 16:43:31 INFO    :     downloads += get_toolchain_downloads()
22:13:31 2020/06/18 16:43:31 INFO    :   File "./bin/bootstrap_toolchain.py", line 523, in get_toolchain_downloads
22:13:31 2020/06/18 16:43:31 INFO    :     llvm_package = ToolchainPackage("llvm")
22:13:31 2020/06/18 16:43:31 INFO    :   File "./bin/bootstrap_toolchain.py", line 243, in __init__
22:13:31 2020/06/18 16:43:31 INFO    :     label = get_platform_release_label(release=platform_release).toolchain
22:13:31 2020/06/18 16:43:31 INFO    :   File "./bin/bootstrap_toolchain.py", line 357, in get_platform_release_label
22:13:31 2020/06/18 16:43:31 INFO    :     raise Exception("Could not find package label for OS version: {0}.".format(release))
22:13:31 2020/06/18 16:43:31 INFO    : Exception: Could not find package label for OS version: suse12.5.{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org