You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/06/10 09:13:21 UTC

[jira] [Created] (INFRA-12076) Filename too long in windows build

Michael Dürig created INFRA-12076:
-------------------------------------

             Summary: Filename too long in windows build
                 Key: INFRA-12076
                 URL: https://issues.apache.org/jira/browse/INFRA-12076
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
            Reporter: Michael Dürig


Our builds fail on Windows with "Filename too long" during git checkout:

Caused by: hudson.plugins.git.GitException: Command "git checkout -f 44da5722df6e580e2f80ede2be7a4ff0fcfbaea4" returned status code 128:
stdout: 
stderr: error: unable to create file oak-auth-external/src/main/java/org/apache/jackrabbit/oak/spi/security/authentication/external/ExternalIdentity.java (Filename too long)

See e.g. https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix%20(Windows)/5/jdk=jdk1.8.0_11,label=Windows,nsfixtures=SEGMENT_MK,profile=unittesting/console

I suspect this is caused by https://issues.jenkins-ci.org/browse/JENKINS-1895

Can you set 

git config --add core.longpaths true

globally to enable support for long paths?



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