Install Makie on Julia 1.0 on Linux

When following the docs for installing Makie on Julia 1.0 http://makie.juliaplots.org/stable/basic-tutorials.html#Getting-Makie-on-Julia-0.7sup/sup-1 I get this error:

(v1.0) pkg> add Makie#sd/07 AbstractPlotting#sd/07 GeometryTypes#sd/07 ImageMagick#sd/07 Reactive#sd/07
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Cloning git-repo `https://github.com/JuliaPlots/Makie.jl.git`
  Updating git-repo `https://github.com/JuliaPlots/Makie.jl.git`
  Updating git-repo `https://github.com/JuliaPlots/Makie.jl.git`
ERROR: git object sd/07 could not be found

My machine is a Manjaro Linux

try to use GitHub - MakieOrg/Makie.jl: Interactive data visualizations and plotting in Julia documentation:

julia>]
pkg> add Makie
pkg> test Makie

If you plan to use Makie#master , you likely also need to check out AbstractPlotting#master and GLMakie#master

According to somewhere using the normal installation does not work on 1.0 because it is not finished with porting to 1.0

Installation works, but test/using it yields

WARNING: Method definition contour() in module AbstractPlotting at /home/christian/.julia/packages/AbstractPlotting/tmFCk/src/recipes.jl:127 overwritten in module Makie at /home/christian/.julia/packages/AbstractPlotting/tmFCk/src/recipes.jl:127.
ERROR: LoadError: LoadError: cannot assign variable AbstractPlotting.Contour from module Makie
Stacktrace:
 [1] top-level scope at /home/christian/.julia/packages/AbstractPlotting/tmFCk/src/recipes.jl:128
 [2] include at ./boot.jl:317 [inlined]
 [3] include_relative(::Module, ::String) at ./loading.jl:1044
 [4] include at ./sysimg.jl:29 [inlined]
 [5] include(::String) at /home/christian/.julia/packages/Makie/YPDAk/src/Makie.jl:1
 [6] top-level scope at none:0
 [7] top-level scope at none:2
in expression starting at /home/christian/.julia/packages/Makie/YPDAk/src/makie_recipes.jl:1
in expression starting at /home/christian/.julia/packages/Makie/YPDAk/src/Makie.jl:67
ERROR: LoadError: LoadError: Failed to precompile Makie [ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a] to /home/christian/.julia/compiled/v1.0/Makie/iZ1Bl.ji.
Stacktrace:
 [1] macro expansion at ./logging.jl:311 [inlined]
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1190
 [3] macro expansion at ./logging.jl:309 [inlined]
 [4] _require(::Base.PkgId) at ./loading.jl:947
 [5] require(::Base.PkgId) at ./loading.jl:858
 [6] macro expansion at ./logging.jl:309 [inlined]
 [7] require(::Module, ::Symbol) at ./loading.jl:840
 [8] include(::String) at ./client.jl:392
 [9] top-level scope at none:0
 [10] include(::String) at ./client.jl:392
 [11] top-level scope at none:0
in expression starting at /home/christian/.julia/packages/Makie/YPDAk/examples/library.jl:1
in expression starting at /home/christian/.julia/packages/Makie/YPDAk/test/runtests.jl:3
ERROR: Package Makie errored during testing