Advertisement
Guest User

Untitled

a guest
Apr 5th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. ==> Starting build()...
  2. creating cache ./config.cache
  3. checking for flex... flex
  4. checking for -lfl... no
  5. checking for gcc... gcc
  6. checking whether we are using GNU C... yes
  7. checking for a BSD compatible install... /usr/bin/install -c
  8. checking whether make sets ${MAKE}... yes
  9. checking for bison... bison -y
  10. checking for ranlib... ranlib
  11. checking where to find the C preprocessor... checking for /usr/ucblib... no
  12. checking how to run the C preprocessor... /lib/cpp
  13. checking whether cross-compiling... no
  14. checking for ANSI C header files... no
  15. checking for unistd.h... no
  16. checking for working const... yes
  17. checking for inline... inline
  18. checking for working alloca.h... yes
  19. checking for alloca... yes
  20. checking for -lucb... no
  21. checking for regcomp... yes
  22. checking for strcspn... yes
  23. checking for strdup... yes
  24. checking for regcomp... (cached) yes
  25. updating cache ./config.cache
  26. creating ./config.status
  27. creating Makefile
  28. creating doc/Makefile
  29. creating src/Makefile
  30. creating regex/Makefile
  31. creating inst
  32. creating src/config.h
  33. sed -e "s/@PBDIR@/`echo /usr/bin |sed -e s/\\\\//\\\\\\\\\\\\\\//g `/g" <dada.in |sed -e "s/@DADAROOT@/`echo /usr/lib |sed -e s/\\\\//\\\\\\\\\\\\\\//g `\/dada/g" -e "s/@_CPP@/`echo |sed -e s/\\\\//\\\\\\\\\\\\\\//g `/g" >dada
  34. make -C src
  35. make[1]: Entering directory '/tmp/yaourt-tmp-risu/aur-dadaengine/src/dada-1.03/src'
  36. gcc -g -D_FORTIFY_SOURCE=2 -c -o pb.o pb.c
  37. bison -y -d -v parser.y
  38. flex lexer.x
  39. make[1]: *** No rule to make target 'y.tab.h', needed by 'lex.yy.o'. Stop.
  40. make[1]: *** Waiting for unfinished jobs....
  41. parser.y:75.12-16: warning: symbol T_NUM redeclared [-Wother]
  42. %token <f> T_NUM
  43. ^^^^^
  44. lexer.x:38: warning, rule cannot be matched
  45. parser.y: warning: 3 shift/reduce conflicts [-Wconflicts-sr]
  46. In file included from /usr/include/bits/libc-header-start.h:33:0,
  47. from /usr/include/stdlib.h:25,
  48. from pb.c:6:
  49. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  50. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  51. ^~~~~~~
  52. pb.c: In function 'use_rtn':
  53. pb.c:27:5: warning: implicit declaration of function 'dump_rules' [-Wimplicit-function-declaration]
  54. dump_rules(rtn);
  55. ^~~~~~~~~~
  56. pb.c:28:5: warning: implicit declaration of function 'dump_mappings' [-Wimplicit-function-declaration]
  57. dump_mappings(mappings);
  58. ^~~~~~~~~~~~~
  59. pb.c:29:5: warning: implicit declaration of function 'dump_transformations' [-Wimplicit-function-declaration]
  60. dump_transformations(transformations);
  61. ^~~~~~~~~~~~~~~~~~~~
  62. pb.c:43:4: warning: implicit declaration of function 'print_wrapped' [-Wimplicit-function-declaration]
  63. print_wrapped(outfile, resolve_rule(rtn, initial_rule), wrapwidth);
  64. ^~~~~~~~~~~~~
  65. pb.c:43:27: warning: implicit declaration of function 'resolve_rule' [-Wimplicit-function-declaration]
  66. print_wrapped(outfile, resolve_rule(rtn, initial_rule), wrapwidth);
  67. ^~~~~~~~~~~~
  68. pb.c: At top level:
  69. pb.c:57:1: warning: return type defaults to 'int' [-Wimplicit-int]
  70. main(int argc, char *argv[])
  71. ^~~~
  72. pb.c: In function 'main':
  73. pb.c:86:34: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration]
  74. srandom(rseed?strtoseed(rseed):time(NULL));
  75. ^~~~
  76. pb.c:87:3: warning: implicit declaration of function 'yyparse' [-Wimplicit-function-declaration]
  77. yyparse();
  78. ^~~~~~~
  79. make[1]: Leaving directory '/tmp/yaourt-tmp-risu/aur-dadaengine/src/dada-1.03/src'
  80. make: *** [Makefile:25: all] Error 2
  81. ==> ERROR: A failure occurred in build().
  82. Aborting...
  83. ==> ERROR: Makepkg was unable to build dadaengine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement