You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/03/02 18:42:18 UTC

[jira] [Commented] (TS-4250) Clang-format breaks on Centos 6

    [ https://issues.apache.org/jira/browse/TS-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15176070#comment-15176070 ] 

Leif Hedstrom commented on TS-4250:
-----------------------------------

This is because we use the "shasum" that comes from perl. you can yum (or CPAN) install the SHA Perl module, and it would work. E.g.

{code}
yum install perl-Digest-SHA
{code}

I think we should instead use native (sha1sum) commands when available. It ought to be trivial to check for the existence of that first?

> Clang-format breaks on Centos 6
> -------------------------------
>
>                 Key: TS-4250
>                 URL: https://issues.apache.org/jira/browse/TS-4250
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Susan Hinrichs
>              Labels: newbie
>             Fix For: 6.2.0
>
>
> When I run "make clang-format" on my Cento 6 vm it fails saying it cannot find shasum.  If I set the environment variable SHASUM to sha1sum (which is present on my VM), it works.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)