The library specified in the docs is no longer found in GitHub.
https://codeload.github.com/moxiecode/plupload/zip/v1.5.8

Comments

jeff.hartman created an issue. See original summary.

jeff@eb0.org’s picture

I don't believe the actual revision was deleted, just the tag. Trying to sort out what revision it was based on previous build artifacts I have access to. Then instead of pointing at a tagged release the makefile can just be updated to point at a revision.

jeff@eb0.org’s picture

I've filed an issue with the Plupload devs here: https://github.com/moxiecode/plupload/issues/1450

As stated in that ticket, the 1.5.8 tag was likely vs this SHA: https://github.com/moxiecode/plupload/commit/6b1df264486bf82551236683d2a...

If you want an immediate resolution, you can target the Plupload Module SHA e8138f0f289d1441a16c5a596ca2429845c69387 or the branch 7.x-1.x, and then source that SHA of the Plupload library manually. . . but hopefully the Plupload Devs will just re-add the tag.

mcrittenden’s picture

I just hit this too. Looks like we need a patch to hit that commit instead of the 1.5.8 release in the meantime.

jeff@eb0.org’s picture

The 7.x-1.x branch of the module is a little weird at the moment. The last release (7.x-1.7) includes the .make file which includes the now (hopefully temporarily) dead tag of the Library, but HEAD on 7.x-1.x has swapped the makefile with a .make.example, so it wouldn't automatically include it in the first place.

Right now, rather than updating a makefile with a patch that patches a makefile (aaaaaAAAAAAA), my team is examining the following path:
- In our makefile, swap from Plupload 1.7 to either HEAD of 7.x-1.x or this specific SHA where they renamed .make -> .make.example
- Still in our makefile, right below that, copy the contents of plupload.make.example
- Instead of referencing the 1.5.8 tag, reference this SHA of the Plupload Library

Bonuses:
- No patches of patches of makefiles of patches on makefiles on patches
- All the changes are in one file (your makefile)
- Upstream changes can be made in Plupload the Module or Plupload the Library and they won't break this change

(Still hoping they just re-add the tag, though.)

mcrittenden’s picture

mcrittenden’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.