Advertisement
Guest User

Magic Installation Fails

a guest
Jun 12th, 2024
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | Software | 0 0
  1. > $ yay -S magic
  2. ```
  3. AUR Explicit (1): magic-8.3.315-1
  4. :: PKGBUILD up to date, skipping download: magic
  5. 1 magic (Build Files Exist)
  6. ==> Packages to cleanBuild?
  7. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  8. ==> N
  9. 1 magic (Build Files Exist)
  10. ==> Diffs to show?
  11. ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
  12. ==> N
  13. ==> Making package: magic 8.3.315-1 (Wednesday 12 June 2024 01:16:29 PM)
  14. ==> Retrieving sources...
  15. -> Found magic-8.3.315.tgz
  16. ==> WARNING: Skipping verification of source file PGP signatures.
  17. ==> Validating source files with md5sums...
  18. magic-8.3.315.tgz ... Passed
  19. :: (1/1) Parsing SRCINFO: magic
  20. ==> Making package: magic 8.3.315-1 (Wednesday 12 June 2024 01:16:32 PM)
  21. ==> Checking runtime dependencies...
  22. ==> Checking buildtime dependencies...
  23. ==> Retrieving sources...
  24. -> Found magic-8.3.315.tgz
  25. ==> Validating source files with md5sums...
  26. magic-8.3.315.tgz ... Passed
  27. ==> Removing existing $srcdir/ directory...
  28. ==> Extracting sources...
  29. -> Extracting magic-8.3.315.tgz with bsdtar
  30. ==> Sources are ready.
  31. ==> Making package: magic 8.3.315-1 (Wednesday 12 June 2024 01:16:38 PM)
  32. ==> Checking runtime dependencies...
  33. ==> Checking buildtime dependencies...
  34. ==> WARNING: Using existing $srcdir/ tree
  35. ==> Removing existing $pkgdir/ directory...
  36. ==> Starting build()...
  37. checking build system type... x86_64-pc-linux-gnu
  38. checking host system type... x86_64-pc-linux-gnu
  39. checking target system type... x86_64-pc-linux-gnu
  40. checking for gcc... gcc
  41. checking whether the C compiler works... yes
  42. checking for C compiler default output file name... a.out
  43. checking for suffix of executables...
  44. checking whether we are cross compiling... no
  45. checking for suffix of object files... o
  46. checking whether we are using the GNU C compiler... yes
  47. checking whether gcc accepts -g... yes
  48. checking for gcc option to accept ISO C89... none needed
  49. checking how to run the C preprocessor... gcc -E
  50. checking for g++... g++
  51. checking whether we are using the GNU C++ compiler... yes
  52. checking whether g++ accepts -g... yes
  53. checking for library containing strerror... none required
  54. checking for a BSD-compatible install... /usr/bin/install -c
  55. checking for ranlib... ranlib
  56. checking for ld used by GCC... egrep: warning: egrep is obsolescent; using grep -E
  57. /usr/bin/ld
  58. checking if the linker (/usr/bin/ld) is GNU ld... egrep: warning: egrep is obsolescent; using grep -E
  59. yes
  60. checking for grep that handles long lines and -e... /usr/bin/grep
  61. checking for egrep... /usr/bin/grep -E
  62. checking for ANSI C header files... yes
  63. checking for sys/types.h... yes
  64. checking for sys/stat.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for memory.h... yes
  68. checking for strings.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for unistd.h... yes
  72. checking size of void *... 8
  73. checking size of unsigned int... 4
  74. checking size of unsigned long... 8
  75. checking size of unsigned long long... 8
  76. checking whether byte ordering is bigendian... no
  77. checking for ANSI C header files... (cached) yes
  78. checking for setenv... yes
  79. checking for putenv... yes
  80. checking for vfork... yes
  81. checking sys/mman.h usability... yes
  82. checking sys/mman.h presence... yes
  83. checking for sys/mman.h... yes
  84. checking dirent.h usability... yes
  85. checking dirent.h presence... yes
  86. checking for dirent.h... yes
  87. checking limits.h usability... yes
  88. checking limits.h presence... yes
  89. checking for limits.h... yes
  90. checking param.h usability... no
  91. checking param.h presence... no
  92. checking for param.h... no
  93. checking paths.h usability... yes
  94. checking paths.h presence... yes
  95. checking for paths.h... yes
  96. checking for va_copy... yes
  97. checking for __va_copy... yes
  98. checking for gzopen in -lz... yes
  99. checking for gcore... no
  100. checking for csh... /usr/bin/csh
  101. checking for python3... /usr/bin/python3
  102. checking for X... libraries , headers
  103. checking for gethostbyname... yes
  104. checking for connect... yes
  105. checking for remove... yes
  106. checking for shmat... yes
  107. checking for IceConnectionNumber in -lICE... yes
  108. checking for XOpenDevice in -lXi... yes
  109. checking for XmuInternAtom in -lXmu... yes
  110. checking for XextFindDisplay in -lXext... yes
  111. checking for tclConfig.sh... /usr/lib/tclConfig.sh
  112. checking for tkConfig.sh... /usr/lib/tkConfig.sh
  113. checking for wish executable... /usr/bin/wish
  114. checking for tclsh executable... /usr/bin/tclsh
  115. checking GL/gl.h usability... yes
  116. checking GL/gl.h presence... yes
  117. checking for GL/gl.h... yes
  118. checking for glXCreateContext in -lGL... yes
  119. checking for gluNewTess in -lGLU... yes
  120. checking cairo/cairo.h usability... yes
  121. checking cairo/cairo.h presence... yes
  122. checking for cairo/cairo.h... yes
  123. checking for cairo_user_to_device in -lcairo... yes
  124. configure: creating ./config.status
  125. config.status: creating defs.mak
  126. config.status: WARNING: 'defs.mak.in' seems to ignore the --datarootdir
  127. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement