Guest User

Untitled

a guest
May 27th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.83 KB | None | 0 0
  1. [fujiwara@hostname]$ /usr/local/perl-5.8.3/bin/perl Makefile.PL
  2. Writing ppport.h
  3. Writing Makefile for Text::Xslate
  4. [fujiwara@hostname]$ make
  5. cp lib/Text/Xslate/PP/EscapedString.pm blib/lib/Text/Xslate/PP/EscapedString.pm
  6. cp lib/Text/Xslate/PP/Const.pm blib/lib/Text/Xslate/PP/Const.pm
  7. cp lib/Text/Xslate/PP/Booster.pm blib/lib/Text/Xslate/PP/Booster.pm
  8. cp lib/Text/Xslate/PP/Type/Hash.pm blib/lib/Text/Xslate/PP/Type/Hash.pm
  9. cp lib/Text/Xslate.pm blib/lib/Text/Xslate.pm
  10. cp lib/Text/Xslate/EscapedString.pm blib/lib/Text/Xslate/EscapedString.pm
  11. cp lib/Text/Xslate/Bridge.pm blib/lib/Text/Xslate/Bridge.pm
  12. cp lib/Text/Xslate/Syntax/Kolon.pm blib/lib/Text/Xslate/Syntax/Kolon.pm
  13. cp lib/Text/Xslate/Syntax/TTerse.pm blib/lib/Text/Xslate/Syntax/TTerse.pm
  14. cp lib/Text/Xslate/Syntax/Metakolon.pm blib/lib/Text/Xslate/Syntax/Metakolon.pm
  15. cp lib/Text/Xslate/PP.pm blib/lib/Text/Xslate/PP.pm
  16. cp lib/Text/Xslate/Parser.pm blib/lib/Text/Xslate/Parser.pm
  17. cp lib/Text/Xslate/Util.pm blib/lib/Text/Xslate/Util.pm
  18. cp lib/Text/Xslate/Symbol.pm blib/lib/Text/Xslate/Symbol.pm
  19. cp lib/Text/Xslate/PP/Method.pm blib/lib/Text/Xslate/PP/Method.pm
  20. cp lib/Text/Xslate/PP/State.pm blib/lib/Text/Xslate/PP/State.pm
  21. cp lib/Text/Xslate/PP/Macro.pm blib/lib/Text/Xslate/PP/Macro.pm
  22. cp lib/Text/Xslate/PP/Type/Array.pm blib/lib/Text/Xslate/PP/Type/Array.pm
  23. cp lib/Text/Xslate/Compiler.pm blib/lib/Text/Xslate/Compiler.pm
  24. cp lib/Text/Xslate/PP/Type/Pair.pm blib/lib/Text/Xslate/PP/Type/Pair.pm
  25. cp lib/Text/Xslate/PP/Opcode.pm blib/lib/Text/Xslate/PP/Opcode.pm
  26. /usr/local/perl-5.8.3/bin/perl "-Iinc" /usr/local/perl-5.8.3/lib/5.8.3/ExtUtils/xsubpp -typemap /usr/local/perl-5.8.3/lib/5.8.3/ExtUtils/typemap xs/xslate_methods.xs > xs/xslate_methods.xsc && mv xs/xslate_methods.xsc xs/xslate_methods.c
  27. Please specify prototyping behavior for xslate_methods.xs (see perlxs manual)
  28. /usr/bin/gcc-3.2 -c "-I." "-I." -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O3 -DVERSION=\"0.1030\" -DXS_VERSION=\"0.1030\" -o xs/xslate_methods.o -fpic "-I/usr/local/perl-5.8.3/lib/5.8.3/i686-linux/CORE" -DUSE_PPPORT xs/xslate_methods.c
  29. xslate_methods.c: In function `boot_Text__Xslate__Methods':
  30. xslate_methods.c:385: warning: unused parameter `cv'
  31. /usr/local/perl-5.8.3/bin/perl "-Iinc" /usr/local/perl-5.8.3/lib/5.8.3/ExtUtils/xsubpp -typemap /usr/local/perl-5.8.3/lib/5.8.3/ExtUtils/typemap xs/Text-Xslate.xs > xs/Text-Xslate.xsc && mv xs/Text-Xslate.xsc xs/Text-Xslate.c
  32. /usr/bin/gcc-3.2 -c "-I." "-I." -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -Wno-comment -O3 -DVERSION=\"0.1030\" -DXS_VERSION=\"0.1030\" -o xs/Text-Xslate.o -fpic "-I/usr/local/perl-5.8.3/lib/5.8.3/i686-linux/CORE" -DUSE_PPPORT xs/Text-Xslate.c
  33. Text-Xslate.c: In function `XS_Text__Xslate__Engine__assemble':
  34. Text-Xslate.c:1342: warning: unused parameter `cv'
  35. Text-Xslate.c: In function `XS_Text__Xslate__Util_escaped_string':
  36. Text-Xslate.c:1745: warning: unused parameter `cv'
  37. Text-Xslate.c: In function `XS_Text__Xslate__Util_html_escape':
  38. Text-Xslate.c:1763: warning: unused parameter `cv'
  39. Text-Xslate.c: In function `XS_Text__Xslate__EscapedString_new':
  40. Text-Xslate.c:1781: warning: unused parameter `cv'
  41. Text-Xslate.c: In function `XS_Text__Xslate__EscapedString_as_string':
  42. Text-Xslate.c:1806: warning: unused parameter `cv'
  43. Text-Xslate.c: In function `XS_Text__Xslate__EscapedString_nil':
  44. Text-Xslate.c:1829: `ax' undeclared (first use in this function)
  45. Text-Xslate.c:1829: (Each undeclared identifier is reported only once
  46. Text-Xslate.c:1829: for each function it appears in.)
  47. Text-Xslate.c: In function `boot_Text__Xslate':
  48. Text-Xslate.c:1854: incompatible type for argument 2 of `Perl_sv_setsv_flags'
  49. Text-Xslate.c: In function `XS_Text__Xslate__EscapedString_nil':
  50. Text-Xslate.c:1827: warning: unused parameter `cv'
  51. make: *** [xs/Text-Xslate.o] Error 1
  52.  
  53. [fujiwara@hostname]$ perl -V
  54. Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration:
  55. Platform:
  56. osname=linux, osvers=2.4.18-17smp, archname=i686-linux
  57. uname='linux hostname 2.4.18-17smp #1 smp fri feb 20 15:48:11 jst 2004 i686 unknown '
  58. config_args='-de -Dprefix=/usr/local/perl-5.8.3 -Uinstallusrbinperl -Dcc=/usr/bin/gcc-3.2'
  59. hint=recommended, useposix=true, d_sigaction=define
  60. usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
  61. useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
  62. use64bitint=undef use64bitall=undef uselongdouble=undef
  63. usemymalloc=n, bincompat5005=undef
  64. Compiler:
  65. cc='/usr/bin/gcc-3.2', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
  66. optimize='-O3',
  67. cppflags='-fno-strict-aliasing -I/usr/local/include'
  68. ccversion='', gccversion='3.2', gccosandvers=''
  69. intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
  70. d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
  71. ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
  72. alignbytes=4, prototype=define
  73. Linker and Libraries:
  74. ld='/usr/bin/gcc-3.2', ldflags =' -L/usr/local/lib'
  75. libpth=/usr/local/lib /lib /usr/lib
  76. libs=-lnsl -lndbm -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
  77. perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
  78. libc=/lib/libc-2.2.5.so, so=so, useshrplib=false, libperl=libperl.a
  79. gnulibc_version='2.2.5'
  80. Dynamic Linking:
  81. dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
  82. cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
  83.  
  84.  
  85. Characteristics of this binary (from libperl):
  86. Compile-time options: USE_LARGE_FILES
  87. Built under linux
  88. Compiled at Apr 6 2004 21:27:51
  89. @INC:
  90. /usr/local/perl-5.8.3/lib/5.8.3/i686-linux
  91. /usr/local/perl-5.8.3/lib/5.8.3
  92. /usr/local/perl-5.8.3/lib/site_perl/5.8.3/i686-linux
  93. /usr/local/perl-5.8.3/lib/site_perl/5.8.3
  94. /usr/local/perl-5.8.3/lib/site_perl
  95. .
Add Comment
Please, Sign In to add comment