Advertisement
Guest User

Untitled

a guest
Aug 29th, 2012
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.74 KB | None | 0 0
  1. -----> Heroku receiving push
  2. -----> Removing .DS_Store files
  3. -----> Node.js app detected
  4. -----> Resolving engine versions
  5.        Using Node.js version: 0.8.7
  6.        Using npm version: 1.1.4
  7. -----> Fetching Node.js binaries
  8. -----> Vendoring node into slug
  9. -----> Installing dependencies with npm
  10.        
  11.        > mime-magic@0.3.0 preinstall /tmp/build_22qi5z4msrik1/node_modules/mime-magic
  12.        > node make.js build
  13.        
  14.        tools/build.sh
  15.        bin/file: /lib/libc.so.6: version `GLIBC_2.14' not found (required by lib/libmagic.so.1)
  16.       bin/file: /lib/libc.so.6: version `GLIBC_2.15' not found (required by lib/libmagic.so.1)
  17.        file(1)  is installed, expecting 5.11
  18.        make[1]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic'
  19.       rm -rf src/
  20.       rm -rf bin/.libs
  21.       rm -f bin/file
  22.       rm -f lib/libmagic.so
  23.       rm -f lib/libmagic.so.1
  24.       rm -f lib/libmagic.dylib
  25.       rm -f lib/libmagic.1.dylib
  26.       make[1]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic'
  27.        checking for a BSD-compatible install... /usr/bin/install -c
  28.        checking whether build environment is sane... yes
  29.        checking for a thread-safe mkdir -p... /bin/mkdir -p
  30.        checking for gawk... no
  31.        checking for mawk... mawk
  32.        checking whether make sets $(MAKE)... yes
  33.        checking for builtin ELF support... yes
  34.        checking for ELF core file support... yes
  35.        checking for file formats in man section 5... no
  36.        checking build system type... x86_64-unknown-linux-gnu
  37.        checking host system type... x86_64-unknown-linux-gnu
  38.        checking for style of include used by make... GNU
  39.        checking for gcc... gcc
  40.        checking whether the C compiler works... yes
  41.        checking for C compiler default output file name... a.out
  42.        checking for suffix of executables...
  43.        checking whether we are cross compiling... no
  44.        checking for suffix of object files... o
  45.        checking whether we are using the GNU C compiler... yes
  46.        checking whether gcc accepts -g... yes
  47.        checking for gcc option to accept ISO C89... none needed
  48.        checking dependency style of gcc... gcc3
  49.        checking how to run the C preprocessor... gcc -E
  50.        checking for grep that handles long lines and -e... /bin/grep
  51.        checking for egrep... /bin/grep -E
  52.        checking for ANSI C header files... yes
  53.        checking for sys/types.h... yes
  54.        checking for sys/stat.h... yes
  55.        checking for stdlib.h... yes
  56.        checking for string.h... yes
  57.        checking for memory.h... yes
  58.        checking for strings.h... yes
  59.        checking for inttypes.h... yes
  60.        checking for stdint.h... yes
  61.        checking for unistd.h... yes
  62.        checking minix/config.h usability... no
  63.        checking minix/config.h presence... no
  64.        checking for minix/config.h... no
  65.        checking whether it is safe to define __EXTENSIONS__... yes
  66.        checking for gcc... (cached) gcc
  67.        checking whether we are using the GNU C compiler... (cached) yes
  68.        checking whether gcc accepts -g... (cached) yes
  69.        checking for gcc option to accept ISO C89... (cached) none needed
  70.        checking dependency style of gcc... (cached) gcc3
  71.        checking whether gcc and cc understand -c and -o together... yes
  72.        checking whether ln -s works... yes
  73.        checking for a sed that does not truncate output... /bin/sed
  74.        checking for fgrep... /bin/grep -F
  75.        checking for ld used by gcc... /usr/bin/ld
  76.        checking if the linker (/usr/bin/ld) is GNU ld... yes
  77.        checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  78.        checking the name lister (/usr/bin/nm -B) interface... BSD nm
  79.        checking the maximum length of command line arguments... 3458764513820540925
  80.        checking whether the shell understands some XSI constructs... yes
  81.        checking whether the shell understands "+="... yes
  82.        checking for /usr/bin/ld option to reload object files... -r
  83.        checking for objdump... objdump
  84.        checking how to recognize dependent libraries... pass_all
  85.        checking for ar... ar
  86.        checking for strip... strip
  87.        checking for ranlib... ranlib
  88.        checking command to parse /usr/bin/nm -B output from gcc object... ok
  89.        checking for dlfcn.h... yes
  90.        checking for objdir... .libs
  91.        checking if gcc supports -fno-rtti -fno-exceptions... no
  92.        checking for gcc option to produce PIC... -fPIC -DPIC
  93.        checking if gcc PIC flag -fPIC -DPIC works... yes
  94.        checking if gcc static flag -static works... yes
  95.        checking if gcc supports -c -o file.o... yes
  96.        checking if gcc supports -c -o file.o... (cached) yes
  97.        checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  98.        checking whether -lc should be explicitly linked in... no
  99.        checking dynamic linker characteristics... GNU/Linux ld.so
  100.        checking how to hardcode library paths into programs... immediate
  101.        checking whether stripping libraries is possible... yes
  102.        checking if libtool supports shared libraries... yes
  103.        checking whether to build shared libraries... yes
  104.        checking whether to build static libraries... yes
  105.        checking for ANSI C header files... (cached) yes
  106.        checking whether sys/types.h defines makedev... yes
  107.        checking for sys/wait.h that is POSIX.1 compatible... yes
  108.        checking for stdint.h... (cached) yes
  109.        checking fcntl.h usability... yes
  110.        checking fcntl.h presence... yes
  111.        checking for fcntl.h... yes
  112.        checking locale.h usability... yes
  113.        checking locale.h presence... yes
  114.        checking for locale.h... yes
  115.        checking for stdint.h... (cached) yes
  116.        checking for inttypes.h... (cached) yes
  117.        checking for unistd.h... (cached) yes
  118.        checking utime.h usability... yes
  119.        checking utime.h presence... yes
  120.        checking for utime.h... yes
  121.        checking wchar.h usability... yes
  122.        checking wchar.h presence... yes
  123.        checking for wchar.h... yes
  124.        checking wctype.h usability... yes
  125.        checking wctype.h presence... yes
  126.        checking for wctype.h... yes
  127.        checking limits.h usability... yes
  128.        checking limits.h presence... yes
  129.        checking for limits.h... yes
  130.        checking getopt.h usability... yes
  131.        checking getopt.h presence... yes
  132.        checking for getopt.h... yes
  133.        checking err.h usability... yes
  134.        checking err.h presence... yes
  135.        checking for err.h... yes
  136.        checking sys/mman.h usability... yes
  137.        checking sys/mman.h presence... yes
  138.        checking for sys/mman.h... yes
  139.        checking for sys/stat.h... (cached) yes
  140.        checking for sys/types.h... (cached) yes
  141.        checking sys/utime.h usability... no
  142.        checking sys/utime.h presence... no
  143.        checking for sys/utime.h... no
  144.        checking sys/time.h usability... yes
  145.        checking sys/time.h presence... yes
  146.        checking for sys/time.h... yes
  147.        checking zlib.h usability... yes
  148.        checking zlib.h presence... yes
  149.        checking for zlib.h... yes
  150.        checking for an ANSI C-conforming const... yes
  151.        checking for off_t... yes
  152.        checking for size_t... yes
  153.        checking for struct stat.st_rdev... yes
  154.        checking whether struct tm is in sys/time.h or time.h... time.h
  155.        checking for struct tm.tm_gmtoff... no
  156.        checking for struct tm.tm_zone... no
  157.        checking for tm_zone in struct tm... yes
  158.        checking whether tzname is declared... yes
  159.        checking for tzname... yes
  160.        checking for tm_isdst in struct tm... yes
  161.        checking whether daylight is declared... yes
  162.        checking for daylight... yes
  163.        checking for special C compiler options needed for large files... no
  164.        checking for _FILE_OFFSET_BITS value needed for large files... no
  165.        checking for _LARGEFILE_SOURCE value needed for large files... no
  166.        checking for mbstate_t... yes
  167.        checking for struct option in getopt... yes
  168.        checking for pid_t... yes
  169.        checking for uint8_t... yes
  170.        checking for uint16_t... yes
  171.        checking for uint32_t... yes
  172.        checking for int32_t... yes
  173.        checking for uint64_t... yes
  174.        checking for int64_t... yes
  175.        checking size of long long... 8
  176.        checking for gcc compiler warnings... yes
  177.        checking for mmap... yes
  178.        checking for strerror... yes
  179.        checking for strndup... yes
  180.        checking for strtoul... yes
  181.        checking for mbrtowc... yes
  182.        checking for mkstemp... yes
  183.        checking for utimes... yes
  184.        checking for utime... yes
  185.        checking for wcwidth... yes
  186.        checking for strtof... yes
  187.        checking for fork... yes
  188.        checking for getopt_long... yes
  189.        checking for asprintf... yes
  190.        checking for vasprintf... yes
  191.        checking for strlcpy... no
  192.        checking for strlcat... no
  193.        checking for getline... yes
  194.        checking for gzopen in -lz... yes
  195.        configure: creating ./config.status
  196.        config.status: creating Makefile
  197.        config.status: creating src/Makefile
  198.        config.status: creating magic/Makefile
  199.        config.status: creating tests/Makefile
  200.        config.status: creating doc/Makefile
  201.        config.status: creating python/Makefile
  202.        config.status: creating config.h
  203.        config.status: executing depfiles commands
  204.        config.status: executing libtool commands
  205.        make[1]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  206.       make  all-recursive
  207.       make[2]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  208.        Making all in src
  209.        make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/src'
  210.         CC     magic.lo
  211.         CC     apprentice.lo
  212.       apprentice.c: In function 'mkdbname':
  213.       apprentice.c:2373: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
  214.       apprentice.c:2380: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result
  215.         CC     softmagic.lo
  216.       softmagic.c: In function 'mprint':
  217.       softmagic.c:378: warning: format not a string literal, argument types not checked
  218.       softmagic.c:382: warning: format not a string literal, argument types not checked
  219.       softmagic.c:399: warning: format not a string literal, argument types not checked
  220.       softmagic.c:404: warning: format not a string literal, argument types not checked
  221.       softmagic.c:421: warning: format not a string literal, argument types not checked
  222.       softmagic.c:425: warning: format not a string literal, argument types not checked
  223.       softmagic.c:436: warning: format not a string literal, argument types not checked
  224.       softmagic.c:446: warning: format not a string literal, argument types not checked
  225.       softmagic.c:453: warning: format not a string literal, argument types not checked
  226.       softmagic.c:465: warning: format not a string literal, argument types not checked
  227.       softmagic.c:474: warning: format not a string literal, argument types not checked
  228.       softmagic.c:483: warning: format not a string literal, argument types not checked
  229.       softmagic.c:492: warning: format not a string literal, argument types not checked
  230.       softmagic.c:506: warning: format not a string literal, argument types not checked
  231.       softmagic.c:510: warning: format not a string literal, argument types not checked
  232.       softmagic.c:526: warning: format not a string literal, argument types not checked
  233.       softmagic.c:530: warning: format not a string literal, argument types not checked
  234.       softmagic.c:546: warning: format not a string literal, argument types not checked
  235.       softmagic.c:560: warning: format not a string literal, argument types not checked
  236.       softmagic.c:569: warning: format not a string literal, argument types not checked
  237.         CC     ascmagic.lo
  238.         CC     encoding.lo
  239.         CC     compress.lo
  240.       compress.c: In function 'uncompressbuf':
  241.       compress.c:402: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
  242.       compress.c:405: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
  243.       compress.c:411: warning: ignoring return value of 'dup', declared with attribute warn_unused_result
  244.         CC     is_tar.lo
  245.         CC     readelf.lo
  246.         CC     print.lo
  247.         CC     fsmagic.lo
  248.         CC     funcs.lo
  249.         CC     apptype.lo
  250.         CC     cdf.lo
  251.         CC     cdf_time.lo
  252.         CC     readcdf.lo
  253.         CC     strlcpy.lo
  254.         CC     strlcat.lo
  255.         CCLD   libmagic.la
  256.         CC     file.o
  257.         CCLD   file
  258.       make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/src'
  259.        Making all in magic
  260.        make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/magic'
  261.       ../src/file -C -m magic
  262.       make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/magic'
  263.        Making all in tests
  264.        make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/tests'
  265.       make[3]: Nothing to be done for `all'.
  266.        make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/tests'
  267.       Making all in doc
  268.       make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/doc'
  269.        sed -e s@__CSECTION__@1@g \
  270.             -e s@__FSECTION__@4@g \
  271.             -e s@__VERSION__@5.11@g \
  272.             -e s@__MAGIC__@/usr/local/share/misc/magic@g ./file.man > file.1
  273.        sed -e s@__CSECTION__@1@g \
  274.             -e s@__FSECTION__@4@g \
  275.             -e s@__VERSION__@5.11@g \
  276.             -e s@__MAGIC__@/usr/local/share/misc/magic@g ./magic.man > magic.4
  277.        sed -e s@__CSECTION__@1@g \
  278.             -e s@__FSECTION__@4@g \
  279.             -e s@__VERSION__@5.11@g \
  280.             -e s@__MAGIC__@/usr/local/share/misc/magic@g ./libmagic.man > libmagic.3
  281.        make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/doc'
  282.       Making all in python
  283.       make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/python'
  284.        make[3]: Nothing to be done for `all'.
  285.       make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11/python'
  286.        make[3]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  287.       make[3]: Nothing to be done for `all-am'.
  288.        make[3]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  289.       make[2]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  290.        make[1]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic/src/file-5.11'
  291.       make[1]: Entering directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic'
  292.        tools/debug.sh
  293.        --[DEBUG]--
  294.        
  295.        Version information:
  296.        
  297.        file-5.11
  298.        magic file from share/magic.mgc
  299.        
  300.        
  301.        Testing the installation:
  302.        
  303.        tests/data/foo => text/plain
  304.        tests/data/foo.pdf => application/pdf
  305.        tests/data/foo.txt => text/plain
  306.        tests/data/foo.txt.bz2 => application/x-bzip2
  307.        tests/data/foo.txt.gz => application/x-gzip
  308.        tests/data/foo.txt.tar => application/x-tar
  309.        tests/data/foo.txt.zip => application/zip
  310.        
  311.        --[/DEBUG]--
  312.        make[1]: Leaving directory `/tmp/build_22qi5z4msrik1/node_modules/mime-magic'
  313.       express@3.0.0rc3 /tmp/build_22qi5z4msrik1/node_modules/express
  314.       connect@2.4.3 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/connect
  315.       qs@0.4.2 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/connect/node_modules/qs
  316.       formidable@1.0.11 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/connect/node_modules/formidable
  317.       crc@0.2.0 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/crc
  318.       cookie@0.0.4 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/cookie
  319.       bytes@0.1.0 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/connect/node_modules/bytes
  320.       send@0.0.3 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/send
  321.       debug@0.7.0 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/debug
  322.       mime@1.2.6 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/send/node_modules/mime
  323.       fresh@0.1.0 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/fresh
  324.       range-parser@0.0.4 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/range-parser
  325.       pause@0.0.1 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/connect/node_modules/pause
  326.       commander@0.6.1 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/commander
  327.       mkdirp@0.3.3 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/mkdirp
  328.       methods@0.0.1 /tmp/build_22qi5z4msrik1/node_modules/express/node_modules/methods
  329.       jade@0.27.2 /tmp/build_22qi5z4msrik1/node_modules/jade
  330.       commander@0.6.1 /tmp/build_22qi5z4msrik1/node_modules/jade/node_modules/commander
  331.       mkdirp@0.3.0 /tmp/build_22qi5z4msrik1/node_modules/jade/node_modules/mkdirp
  332.       mime-magic@0.3.0 /tmp/build_22qi5z4msrik1/node_modules/mime-magic
  333.       Dependencies installed
  334. -----> Building runtime environment
  335. -----> Discovering process types
  336.       Procfile declares types -> web
  337. -----> Compiled slug size is 15.5MB
  338. -----> Launching... done, v2114
  339.       http://sharp-ocean-1212.herokuapp.com deployed to Heroku
  340.  
  341. To git@heroku.com:sharp-ocean-1212.git
  342.   d0c8429..5de3ad3  master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement