Open ghost opened 9 years ago
Hum I see,
I guess irony-install-server
should be implemented differently, I'm wondering if there is a way to get the elpa version string easily.
Right now I create a build dir like this:
(file-name-as-directory (format "build-irony-server-%s" (irony-version)))
We would need irony-elpa-version
or something like this.
Anyway, the fix is just to remove the build directory in /tmp
.
Repro:
cmake .
irony-server-install
and the build fails. irony-server-install
works.I don't know how the cache file got there after the install (I didn't try to build manually), but that was the problem.
That's really weird, the MELPA package looks fine, will see if someone comes up with the same issue but I don't see how this can happen, except by editing the command in irony-install-server
.
Didn't delve too much into this but I reproduced by.
irony-server-install package-list-packages restart emacs irony-install-server -> errors out since cache directory is still there.
Reopening.
I can confirm that this issue is still on-going.