Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. make[6]: Leaving directory '/root/Mesa-3D/src/mesa/drivers/dri/r200'
  2. Making all in radeon
  3. make[6]: Entering directory '/root/Mesa-3D/src/mesa/drivers/dri/radeon'
  4. CC radeon_buffer_objects.lo
  5. CC radeon_common.lo
  6. CC radeon_common_context.lo
  7. CC radeon_debug.lo
  8. CC radeon_dma.lo
  9. CC radeon_fbo.lo
  10. CC radeon_mipmap_tree.lo
  11. CC radeon_fog.lo
  12. CC radeon_pixel_read.lo
  13. CC radeon_queryobj.lo
  14. CC radeon_span.lo
  15. CC radeon_tex_copy.lo
  16. CC radeon_texture.lo
  17. CC radeon_tile.lo
  18. CC radeon_blit.lo
  19. CC radeon_context.lo
  20. CC radeon_ioctl.lo
  21. CC radeon_maos.lo
  22. CC radeon_sanity.lo
  23. CC radeon_screen.lo
  24. CC radeon_state.lo
  25. CC radeon_state_init.lo
  26. CC radeon_swtcl.lo
  27. CC radeon_tcl.lo
  28. CC radeon_tex.lo
  29. CC radeon_texstate.lo
  30. CCLD libradeon_dri.la
  31. ar: `u' modifier ignored since `D' is the default (see `U')
  32. make[6]: Leaving directory '/root/Mesa-3D/src/mesa/drivers/dri/radeon'
  33. Making all in swrast
  34. make[6]: Entering directory '/root/Mesa-3D/src/mesa/drivers/dri/swrast'
  35. CC swrast.lo
  36. CCLD libswrast_dri.la
  37. ar: `u' modifier ignored since `D' is the default (see `U')
  38. make[6]: Leaving directory '/root/Mesa-3D/src/mesa/drivers/dri/swrast'
  39. make[6]: Entering directory '/root/Mesa-3D/src/mesa/drivers/dri'
  40. CXXLD mesa_dri_drivers.la
  41. /usr/lib/x86_64-linux-gnu/libexpat.so: error adding symbols: File in wrong format
  42. collect2: error: ld returned 1 exit status
  43. Makefile:693: recipe for target 'mesa_dri_drivers.la' failed
  44. make[6]: *** [mesa_dri_drivers.la] Error 1
  45. make[6]: Leaving directory '/root/Mesa-3D/src/mesa/drivers/dri'
  46. Makefile:782: recipe for target 'all-recursive' failed
  47. make[5]: *** [all-recursive] Error 1
  48. make[5]: Leaving directory '/root/Mesa-3D/src/mesa/drivers/dri'
  49. Makefile:2993: recipe for target 'all-recursive' failed
  50. make[4]: *** [all-recursive] Error 1
  51. make[4]: Leaving directory '/root/Mesa-3D/src/mesa'
  52. Makefile:1862: recipe for target 'all' failed
  53. make[3]: *** [all] Error 2
  54. make[3]: Leaving directory '/root/Mesa-3D/src/mesa'
  55. Makefile:866: recipe for target 'all-recursive' failed
  56. make[2]: *** [all-recursive] Error 1
  57. make[2]: Leaving directory '/root/Mesa-3D/src'
  58. Makefile:657: recipe for target 'all' failed
  59. make[1]: *** [all] Error 2
  60. make[1]: Leaving directory '/root/Mesa-3D/src'
  61. Makefile:651: recipe for target 'all-recursive' failed
  62. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement