Advertisement
gusibsd

Untitled

Oct 31st, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. /usr/src/sys/dev/vt/colors/vt_termcolors.h:82:6: error: redefinition of 'vt_color_format'
  2. enum vt_color_format {
  3. ^
  4. /usr/src/sys/dev/vt/colors/vt_termcolors.h:32:6: note: previous definition is here
  5. enum vt_color_format {
  6. ^
  7. /usr/src/sys/dev/vt/colors/vt_termcolors.h:83:2: error: redefinition of enumerator 'COLOR_FORMAT_BW'
  8. COLOR_FORMAT_BW = 0,
  9. ^
  10. /usr/src/sys/dev/vt/colors/vt_termcolors.h:33:2: note: previous definition is here
  11. COLOR_FORMAT_BW = 0,
  12. ^
  13. /usr/src/sys/dev/vt/colors/vt_termcolors.h:84:2: error: redefinition of enumerator 'COLOR_FORMAT_GRAY'
  14. COLOR_FORMAT_GRAY,
  15. ^
  16. /usr/src/sys/dev/vt/colors/vt_termcolors.h:34:2: note: previous definition is here
  17. COLOR_FORMAT_GRAY,
  18. ^
  19. /usr/src/sys/dev/vt/colors/vt_termcolors.h:85:2: error: redefinition of enumerator 'COLOR_FORMAT_VGA'
  20. COLOR_FORMAT_VGA, /* Color Index. */
  21. ^
  22. /usr/src/sys/dev/vt/colors/vt_termcolors.h:35:2: note: previous definition is here
  23. COLOR_FORMAT_VGA, /* Color Index. */
  24. ^
  25. /usr/src/sys/dev/vt/colors/vt_termcolors.h:86:2: error: redefinition of enumerator 'COLOR_FORMAT_RGB'
  26. COLOR_FORMAT_RGB,
  27. ^
  28. /usr/src/sys/dev/vt/colors/vt_termcolors.h:36:2: note: previous definition is here
  29. COLOR_FORMAT_RGB,
  30. ^
  31. /usr/src/sys/dev/vt/colors/vt_termcolors.h:87:2: error: redefinition of enumerator 'COLOR_FORMAT_ARGB'
  32. COLOR_FORMAT_ARGB,
  33. ^
  34. /usr/src/sys/dev/vt/colors/vt_termcolors.h:37:2: note: previous definition is here
  35. COLOR_FORMAT_ARGB,
  36. ^
  37. /usr/src/sys/dev/vt/colors/vt_termcolors.h:88:9: error: redefinition of enumerator 'COLOR_FORMAT_CMYK'
  38. COLOR_FORMAT_CMYK,
  39. ^
  40. /usr/src/sys/dev/vt/colors/vt_termcolors.h:38:9: note: previous definition is here
  41. COLOR_FORMAT_CMYK,
  42. ^
  43. /usr/src/sys/dev/vt/colors/vt_termcolors.h:89:9: error: redefinition of enumerator 'COLOR_FORMAT_HSL'
  44. COLOR_FORMAT_HSL,
  45. ^
  46. /usr/src/sys/dev/vt/colors/vt_termcolors.h:39:9: note: previous definition is here
  47. COLOR_FORMAT_HSL,
  48. ^
  49. /usr/src/sys/dev/vt/colors/vt_termcolors.h:90:9: error: redefinition of enumerator 'COLOR_FORMAT_YUV'
  50. COLOR_FORMAT_YUV,
  51. ^
  52. /usr/src/sys/dev/vt/colors/vt_termcolors.h:40:9: note: previous definition is here
  53. COLOR_FORMAT_YUV,
  54. ^
  55. /usr/src/sys/dev/vt/colors/vt_termcolors.h:91:9: error: redefinition of enumerator 'COLOR_FORMAT_YCbCr'
  56. COLOR_FORMAT_YCbCr,
  57. ^
  58. /usr/src/sys/dev/vt/colors/vt_termcolors.h:41:9: note: previous definition is here
  59. COLOR_FORMAT_YCbCr,
  60. ^
  61. /usr/src/sys/dev/vt/colors/vt_termcolors.h:92:9: error: redefinition of enumerator 'COLOR_FORMAT_YPbPr'
  62. COLOR_FORMAT_YPbPr,
  63. ^
  64. /usr/src/sys/dev/vt/colors/vt_termcolors.h:42:9: note: previous definition is here
  65. COLOR_FORMAT_YPbPr,
  66. ^
  67. /usr/src/sys/dev/vt/colors/vt_termcolors.h:94:9: error: redefinition of enumerator 'COLOR_FORMAT_MAX'
  68. COLOR_FORMAT_MAX = 15,
  69. ^
  70. /usr/src/sys/dev/vt/colors/vt_termcolors.h:44:9: note: previous definition is here
  71. COLOR_FORMAT_MAX = 15,
  72. ^
  73. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  74. /usr/src/sys/dev/vt/colors/vt_termcolors.h:32:6: error: redefinition of 'vt_color_format'
  75. enum vt_color_format {
  76. ^
  77. /usr/src/sys/dev/vt/colors/vt_termcolors.h:32:6: note: previous definition is here
  78. enum vt_color_format {
  79. ^
  80. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  81. /usr/src/sys/dev/vt/colors/vt_termcolors.h:33:2: error: redefinition of enumerator 'COLOR_FORMAT_BW'
  82. COLOR_FORMAT_BW = 0,
  83. ^
  84. /usr/src/sys/dev/vt/colors/vt_termcolors.h:33:2: note: previous definition is here
  85. COLOR_FORMAT_BW = 0,
  86. ^
  87. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  88. /usr/src/sys/dev/vt/colors/vt_termcolors.h:34:2: error: redefinition of enumerator 'COLOR_FORMAT_GRAY'
  89. COLOR_FORMAT_GRAY,
  90. ^
  91. /usr/src/sys/dev/vt/colors/vt_termcolors.h:34:2: note: previous definition is here
  92. COLOR_FORMAT_GRAY,
  93. ^
  94. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  95. /usr/src/sys/dev/vt/colors/vt_termcolors.h:35:2: error: redefinition of enumerator 'COLOR_FORMAT_VGA'
  96. COLOR_FORMAT_VGA, /* Color Index. */
  97. ^
  98. /usr/src/sys/dev/vt/colors/vt_termcolors.h:35:2: note: previous definition is here
  99. COLOR_FORMAT_VGA, /* Color Index. */
  100. ^
  101. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  102. /usr/src/sys/dev/vt/colors/vt_termcolors.h:36:2: error: redefinition of enumerator 'COLOR_FORMAT_RGB'
  103. COLOR_FORMAT_RGB,
  104. ^
  105. /usr/src/sys/dev/vt/colors/vt_termcolors.h:36:2: note: previous definition is here
  106. COLOR_FORMAT_RGB,
  107. ^
  108. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  109. /usr/src/sys/dev/vt/colors/vt_termcolors.h:37:2: error: redefinition of enumerator 'COLOR_FORMAT_ARGB'
  110. COLOR_FORMAT_ARGB,
  111. ^
  112. /usr/src/sys/dev/vt/colors/vt_termcolors.h:37:2: note: previous definition is here
  113. COLOR_FORMAT_ARGB,
  114. ^
  115. In file included from /usr/src/sys/dev/vt/colors/vt_termcolors.c:114:
  116. /usr/src/sys/dev/vt/colors/vt_termcolors.h:38:9: error: redefinition of enumerator 'COLOR_FORMAT_CMYK'
  117. COLOR_FORMAT_CMYK,
  118. ^
  119. /usr/src/sys/dev/vt/colors/vt_termcolors.h:38:9: note: previous definition is here
  120. COLOR_FORMAT_CMYK,
  121. ^
  122. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  123. 20 errors generated.
  124. *** Error code 1
  125.  
  126. Stop.
  127. bmake[2]: stopped in /usr/obj/usr/src/sys/CUSTOM
  128. *** Error code 1
  129.  
  130. Stop.
  131. bmake[1]: stopped in /usr/src
  132. *** Error code 1
  133.  
  134. Stop.
  135. make: stopped in /usr/src
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement