Yes, this does seem like something is fishy with BinDeps.jl. The output of Pkg.status() would be helpful here. -E
On Saturday, April 18, 2015 at 9:15:07 AM UTC-7, Kevin Squire wrote: > > Hi Edward, > > What version of BinDeps.jl is installed? Is this a fresh install of > either Julia or those packages, or were they just updated (and started not > working)? > > Cheers, > Kevin > > On Sat, Apr 18, 2015 at 8:08 AM, Edward Chen <[email protected] > <javascript:>> wrote: > >> To whom it may concern: >> >> I am getting build errors when I try to update my METADATA. When I try to >> rebuild Homebrew, Nettle and ZMQ, I also get errors saying that a @setup >> file is not available. >> >> Thanks for your help, >> Ed >> >> ================================[ BUILD ERRORS >> ]================================ >> >> WARNING: Homebrew, Nettle and ZMQ had build errors. >> >> - packages with build errors remain installed in /Users/ehchen/.julia/v0.3 >> - build the package(s) and all dependencies with `Pkg.build("Homebrew", >> "Nettle", "ZMQ")` >> - build a single package by running its `deps/build.jl` script >> >> ================================================================================ >> >> >> >> >> >> INFO: Building Nettle >> ===============================[ ERROR: Nettle >> ]================================ >> >> @setup not defined >> while loading /Users/ehchen/.julia/v0.3/Nettle/deps/build.jl, in expression >> starting on line 5 >> >> ================================================================================ >> INFO: Building ZMQ >> =================================[ ERROR: ZMQ >> ]================================= >> >> @setup not defined >> while loading /Users/ehchen/.julia/v0.3/ZMQ/deps/build.jl, in expression >> starting on line 4 >> >> ================================================================================ >> >> ================================[ BUILD ERRORS >> ]================================ >> >> WARNING: Nettle and ZMQ had build errors. >> >> - packages with build errors remain installed in /Users/ehchen/.julia/v0.3 >> - build the package(s) and all dependencies with `Pkg.build("Nettle", >> "ZMQ")` >> - build a single package by running its `deps/build.jl` script >> >> ================================================================================ >> >> >
