You're probably not doing anything wrong---looks like the ImageMagick folks have changed the format of the binary downloads again. Try removing the ">" in front of the Regex match in that "build.jl" file referenced in the error message, and see if that helps.
This isn't the first time this has happened. I just filed an issue with the ImageMagick devs: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=28184 Best, --Tim On Tuesday, August 11, 2015 09:22:42 AM [email protected] wrote: > I am still doing something wrong. I am trying this in Windows 10, no idea > if that is significant... > I completely removed JUNO and re-installed. > > Stepping through tutorial to: > Pkg.add("Images") > #### > # My addition > Pkg.checkout("Images") > ###### > And get the following error: > > > - > > ===============================[ ERROR: Images > ]================================ > > - > - > > type Nothing has no field match > while loading C:\Users\Dad\.julia\v0.3\Images\deps\build.jl, in > expression starting on line 37 > > > - > > > =========================================================================== > ===== > > - > - > > ================================[ BUILD ERRORS > ]================================ > > WARNING: Images had build errors. > > - packages with build errors remain installed in > C:\Users\Dad\.julia\v0.3 - build the package(s) and all dependencies with > `Pkg.build("Images")` - build a single package by running its > `deps/build.jl` script > > - > > > =========================================================================== > ===== > > - > > INFO: Package database updated > > - > > INFO: METADATA is out-of-date — you may not have the latest version of > Images INFO: Use `Pkg.update()` to get the latest versions of your packages
