Comment 11 for bug 1509081

Revision history for this message
reedy (tehreedy) wrote :

Neither root, nor my user have a .nanorc file, but it is in the /etc/nanorc file

Thought I'd just use `apt-get source nano` on wily, but seems that's a few revisions behind the svn repo, as free_and_fail doesn't seem to be defined (else something else is out of date/out of sync)

.deps/files.Tpo -c -o files.o files.c
files.c: In function ‘write_lockfile’:
files.c:149:6: error: label ‘free_and_fail’ used but not defined
      goto free_and_fail;
      ^

Will try getting the svn sources and try that

Thanks!