-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling latest GIT from source on WSL bash #1711
Comments
Hi @n3rd4i -- thanks for reporting this! I see that you've included a log of the program's output in the "strace" section above. Would it be possible for you to include an actual strace of the failing command? You can gather an strace by finding the specific command that causes this error and running |
Hello @aseering strace.out.txt.229.txt Thanks for fast reply. |
Colons in the filename again. #1514. You need to build it on VolFS ( Even on VolFS (and I am sure Real Linux™) you'll get a nonfatal warning:
Which speaks for itself. |
I've moved the tar content to linux file system and then I worked like a charm. Thanks for the responses |
in terms of steps, |
I was able to build git from both DrvFs and LxFs on 1803. |
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
A brief description
I'm trying to build GIT from source code downloaded from GIT
Expected results
Build and installation successful.
Actual results (with terminal output if applicable)
SUBDIR git-gui
SUBDIR gitk-git
SUBDIR perl
Manifying 8 pod documents
Can't write-open blib/man3/Git::I18N.3pm: Invalid argument at /usr/share/perl/5.22/ExtUtils/Command/MM.pm line 147.
perl.mak:472: recipe for target 'manifypods' failed
make[2]: *** [manifypods] Error 22
Makefile:16: recipe for target 'all' failed
make[1]: *** [all] Error 2
Makefile:1706: recipe for target 'all' failed
make: *** [all] Error 2
Your Windows build number
10.0.15031
Steps / All commands required to reproduce the error from a brand new installation
make configure
./configure --prefix=/usr
make all doc info
Strace of the failing command
SUBDIR git-gui
SUBDIR gitk-git
SUBDIR perl
Manifying blib/man3/Git::I18N.3pm
Can't write-open blib/man3/Git::I18N.3pm: Invalid argument at /usr/share/perl/5.18/ExtUtils/Command/MM.pm line 141.
make[2]: *** [manifypods] Error 22
make[1]: *** [all] Error 2
make: *** [all] Error 2
Required packages and commands to install
dh-autoreconf libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev
asciidoc xmlto docbook2x
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: