Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Can't compile nano - "reason":"Document is missing attachment" #66

Open
MichaelJCole opened this issue Sep 24, 2013 · 0 comments
Open

Comments

@MichaelJCole
Copy link

Hi, I'm trying to compile nano

I did this:

sudo gem install vulcan
gem update vulcan

curl -O http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz
tar -xvzf nano-2.2.6.tar.gz

vulcan create compile-nano
vulcan update
vulcan build --verbose --source=nano-2.2.6 --command="./configure; make; make install"

I'm getting an error:

$ cat /tmp/nano-2.2.tgz 
{"error":"not_found","reason":"Document is missing attachment"}

What am I missing? Sorry, I'm nooby at this.

Thanks!

Here's the full output from the vulcan build command:

$ vulcan build --verbose --source=nano-2.2.6 --command="./configure; make; make install"
Packaging local directory... done
Uploading source package... done
Building with: ./configure; make; make install
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether ln -s works... yes
checking for strerror in -lcposix... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for ANSI C header files... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking whether to enable UTF-8 support... auto
checking whether to use slang... no
checking for getdelim... yes
checking for getline... yes
checking for isblank... yes
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strncasecmp... yes
checking for strnlen... yes
checking for vsnprintf... yes
checking for iswalnum... yes
checking for iswblank... yes
checking for iswpunct... yes
checking for iswspace... yes
checking for nl_langinfo... yes
checking for mblen... yes
checking for mbstowcs... yes
checking for mbtowc... yes
checking for wctomb... yes
checking for wcwidth... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for _doprnt... no
checking for getopt_long... yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for get_wch in -lncursesw... no
checking for initscr in -lncurses... yes
Using ncurses as the curses library
checking for use_default_colors in -lncurses... yes
configure: WARNING:
*** Insufficient UTF-8 support was detected in your curses and/or C
*** libraries.  If you want UTF-8 support, please verify that your slang
*** was built with UTF-8 support or your curses was built with wide
*** character support, and that your C library was built with wide
*** character support.
checking for GNU-style word boundary regex support... yes
checking whether _XOPEN_SOURCE_EXTENDED is needed... no
checking whether LINES and COLS can be redefined... yes
checking for HTML support in groff... ./configure: line 8323: groff: command not found
no
*** Will not generate HTML version of man pages  ***
*** Consider installing a newer version of groff with HTML support ***
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/nanorc.sample
config.status: creating doc/man/Makefile
config.status: creating doc/man/fr/Makefile
config.status: creating doc/syntax/Makefile
config.status: creating doc/texinfo/Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  'po/Makefile.in.in' seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: creating nano.spec
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make  all-recursive
make[1]: Entering directory `/tmp/d20130924-2-1qdt5z7/input'
Making all in doc
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc'
Making all in man
make[3]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make  all-recursive
make[4]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
Making all in fr
make[5]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make  all-am
make[6]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[5]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[5]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make[4]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make[3]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
Making all in syntax
make[3]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/syntax'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/syntax'
Making all in texinfo
make[3]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/texinfo'
make  all-am
make[4]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/texinfo'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/texinfo'
make[3]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/texinfo'
make[3]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc'
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc'
Making all in m4
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/m4'
Making all in po
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/po'
Making all in src
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT browser.o -MD -MP -MF .deps/browser.Tpo -c -o browser.o browser.c
mv -f .deps/browser.Tpo .deps/browser.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT chars.o -MD -MP -MF .deps/chars.Tpo -c -o chars.o chars.c
mv -f .deps/chars.Tpo .deps/chars.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT color.o -MD -MP -MF .deps/color.Tpo -c -o color.o color.c
mv -f .deps/color.Tpo .deps/color.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT cut.o -MD -MP -MF .deps/cut.Tpo -c -o cut.o cut.c
mv -f .deps/cut.Tpo .deps/cut.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT files.o -MD -MP -MF .deps/files.Tpo -c -o files.o files.c
mv -f .deps/files.Tpo .deps/files.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT global.o -MD -MP -MF .deps/global.Tpo -c -o global.o global.c
mv -f .deps/global.Tpo .deps/global.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o help.c
mv -f .deps/help.Tpo .deps/help.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT move.o -MD -MP -MF .deps/move.Tpo -c -o move.o move.c
mv -f .deps/move.Tpo .deps/move.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT nano.o -MD -MP -MF .deps/nano.Tpo -c -o nano.o nano.c
mv -f .deps/nano.Tpo .deps/nano.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT prompt.o -MD -MP -MF .deps/prompt.Tpo -c -o prompt.o prompt.c
mv -f .deps/prompt.Tpo .deps/prompt.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT rcfile.o -MD -MP -MF .deps/rcfile.Tpo -c -o rcfile.o rcfile.c
mv -f .deps/rcfile.Tpo .deps/rcfile.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.c
mv -f .deps/search.Tpo .deps/search.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT text.o -MD -MP -MF .deps/text.Tpo -c -o text.o text.c
mv -f .deps/text.Tpo .deps/text.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
mv -f .deps/utils.Tpo .deps/utils.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -DSYSCONFDIR=\"/usr/local/etc\"    -g -O2 -MT winio.o -MD -MP -MF .deps/winio.Tpo -c -o winio.o winio.c
mv -f .deps/winio.Tpo .deps/winio.Po
gcc  -g -O2   -o nano browser.o chars.o color.o cut.o files.o global.o help.o move.o nano.o prompt.o rcfile.o search.o text.o utils.o winio.o  -lncurses
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/src'
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input'
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input'
make[1]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input'
Making install in doc
make[1]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc'
Making install in man
make[2]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make  install-recursive
make[3]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
Making install in fr
make[4]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make  install-am
make[5]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[6]: Entering directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[6]: Nothing to be done for `install-exec-am'.
test -z "" || /bin/mkdir -p ""
test -z "/usr/local/share/man/fr/man1" || /bin/mkdir -p "/usr/local/share/man/fr/man1"
/bin/mkdir: cannot create directory `/usr/local/share/man/fr': Read-only file system
make[6]: *** [install-man1] Error 1
make[6]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[5]: *** [install-am] Error 2
make[5]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man/fr'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc/man'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/d20130924-2-1qdt5z7/input/doc'
make: *** [install-recursive] Error 1
bin/vulcan-make:69:in `chdir': No such file or directory - /app/vendor/nano-2.2 (Errno::ENOENT)
    from bin/vulcan-make:69:in `block (2 levels) in <main>'
    from bin/vulcan-make:18:in `chdir'
    from bin/vulcan-make:18:in `block in <main>'
    from /usr/local/lib/ruby/1.9.1/tmpdir.rb:83:in `mktmpdir'
    from bin/vulcan-make:17:in `<main>'
>> Downloading build artifacts to: /tmp/nano-2.2.tgz
   (available at http://compile-nano.herokuapp.com/output/a82dbfd5-94f2-43b0-bb4a-16823677d4f0)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant