tensor5 / arch-atom

Repository of Atom and Electron binary packages for Arch Linux
48 stars 5 forks source link

Electron 1.3.2 fails to build with current PKGBUILD #31

Closed fusion809 closed 8 years ago

fusion809 commented 8 years ago

Hi,

I have taken the electron PKGBUILD from the electron-1.3 branch of this repo and changed its pkgver to 1.3.2 and after it compiled for ~1-2 hours it spit out this error:

npm WARN electron-test@0.1.0 No description.
npm WARN electron-test@0.1.0 No repository field.
npm WARN electron-test@0.1.0 No license field.
npm verb exit [ 0, true ]
npm info ok
ninja: Entering directory 'out/R'
ninja: error: '$srcdir/electron/vendor/brightray/vendor/libchromiumcontent/dist/main/static_library/blink_image_resources_200_percent.pak', needed by 'blink_image_resources_200_percent.pak', missing and no known rule to make it. 

You can find my precise PKGBUILD here. Building Electron 1.3.1 occurs without error. Bumping Atom to 1.9.1 was as simple as simply adjusting the pkgver line in the atom PKGBUILD FYI (in case you want to bump it in this repo).

Thanks for your time, Brenton