LoopPerfect / buckaroo-recipes

The official book of recipes for Buckaroo 📒
https://www.buckaroo.pm
MIT License
6 stars 4 forks source link

Unable to build on windows 10 #82

Closed m8r1x closed 5 years ago

m8r1x commented 7 years ago

Hi. I'm new to buck and buckaroo so bear with me.

I start to build buckaroo but when it gets to job 58 an error occurs and stderr: doesn't exactly print out the error as shown below. I've tried checking for the missing file and it really isn't there so I'm not entirely sure what's going on.

I have zip 3.0 installed and buck version 96cae5bc57cdb3b3ec84044418c8f662f4a4bcc4 which I installed and built today.

> buck build //:buckaroo-cli
[+] PARSING BUCK FILES...8.2s [100%]
[-] CREATING ACTION GRAPH...FINISHED 0.4s

C:\Users\user\Documents\lib_C++\buckaroo\buck-out\gen\jgit-jar-fixed__srcs>copy C:\Users\user\Documents\lib_C++\buckaroo\buck-out\gen\jgit-jar-fixed__srcs\buck-out\gen\jgit-jar\jgit-4.5.0.jar C:\Users\user\Documents\lib_C++\buckaroo\buck-out\gen\jgit-jar-fixed\jgit-4.5.0-fixed.jar   && zip -d C:\Users\user\Documents\lib_C++\buckaroo\buck-out\gen\jgit-jar-fixed\jgit-4.5.0-fixed.jar META-INF/*.RSA META-INF/*.SF META-INF/*.MF
The system cannot find the file specified.

BUILD FAILED: //:jgit-jar-fixed failed with exit code 1:
genrule
stderr:
[-] BUILDING...FINISHED 18.8s [100%] (58/62 JOBS, 58 UPDATED, 1 [1.6%] CACHE MISS)
[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)

Any help would be appreciated.

PS: I've also tried buck build :buckaroo-cli without the forward slashes.

njlr commented 5 years ago

Closing this since we now have Appveyor CI https://github.com/LoopPerfect/buckaroo/blob/master/appveyor.yml