Advertisement
Guest User

zypper up fglrx

a guest
Mar 23rd, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 0 0
  1. (1/5) Installing: fglrx64_core_SUSE132-14.501.1003-2 .........................................................................................[done]
  2. Additional rpm output:
  3. Updating /etc/sysconfig/fglrxconfig...
  4. /usr/src/kernel-modules/fglrx /
  5. Apply some patches ...
  6. ati-CONFIG_SMP.patch applied successfully.
  7. ati-2.6.27-build-fix-1.patch applied successfully.
  8. ati-2.6.36-compat_alloc_user_space.patch applied successfully.
  9. amd-3.17.0-no_hotplug.patch applied successfully.
  10. amd-3.19.0-kernel-compatibility.patch applied successfully.
  11. /
  12.  
  13. Used CPUs/Cores for compilation => [ 8 ]
  14.  
  15.  
  16. ********************************************************************************
  17. * *
  18. * Kernel: 3.16.6-2-desktop *
  19. * Source: /lib/modules/3.16.6-2-desktop/build *
  20. * Include: /lib/modules/3.16.6-2-desktop/source/include *
  21. * *
  22. ********************************************************************************
  23.  
  24.  
  25.  
  26. Warning:
  27. kernel includes at /lib/modules/3.16.6-2-desktop/source/include not found or incomplete
  28. file: /lib/modules/3.16.6-2-desktop/source/include/asm-x86_64/compat.h
  29.  
  30. /usr/src/kernel-modules/fglrx/2.6.x /
  31. rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  32. make: *** /lib/modules/3.16.6-2-desktop/build: No such file or directory. Stop.
  33.  
  34. ******************************
  35. Build of kernel module failed!
  36. ******************************
  37.  
  38. rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  39. /
  40. Calling 'depmod -a 3.16.6-2-desktop' this may take a while...
  41.  
  42.  
  43.  
  44. ********************************************************************************
  45. * *
  46. * Kernel: 3.16.7-7-desktop *
  47. * Source: /lib/modules/3.16.7-7-desktop/build *
  48. * Include: /lib/modules/3.16.7-7-desktop/source/include *
  49. * *
  50. ********************************************************************************
  51.  
  52.  
  53.  
  54. file /lib/modules/3.16.7-7-desktop/source/include/../arch/x86/include/asm/compat.h says:COMPAT_ALLOC_USER_SPACE=arch_compat_alloc_user_space
  55. /usr/src/kernel-modules/fglrx/2.6.x /
  56. rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  57. make: Entering directory '/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  58. make[1]: Entering directory `/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  59. LD /usr/src/kernel-modules/fglrx/2.6.x/built-in.o
  60. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.o
  61. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_acpi.o
  62. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_agp.o
  63. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_debug.o
  64. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_ioctl.o
  65. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_io.o
  66. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_pci.o
  67. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_str.o
  68. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_iommu.o
  69. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl.o
  70. CC [M] /usr/src/kernel-modules/fglrx/2.6.x/kcl_wait.o
  71. In file included from /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:199:0:
  72. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c: In function ‘KCL_GetInitKerPte’:
  73. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:89:9: warning: return makes integer from pointer without a cast [enabled by default]
  74. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  75. ^
  76. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2729:5: note: in expansion of macro ‘PGD_PRESENT’
  77. PGD_PRESENT(pgd_p);
  78. ^
  79. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:99:9: warning: return makes integer from pointer without a cast [enabled by default]
  80. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  81. ^
  82. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2732:5: note: in expansion of macro ‘PUD_PRESENT’
  83. PUD_PRESENT(pud_p);
  84. ^
  85. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:122:9: warning: return makes integer from pointer without a cast [enabled by default]
  86. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  87. ^
  88. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2737:5: note: in expansion of macro ‘PMD_PRESENT’
  89. PMD_PRESENT(pmd_p);
  90. ^
  91. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c: In function ‘KCL_GetPageTableByVirtAddr’:
  92. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:89:9: warning: return makes integer from pointer without a cast [enabled by default]
  93. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  94. ^
  95. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2796:5: note: in expansion of macro ‘PGD_PRESENT’
  96. PGD_PRESENT(pgd_p);
  97. ^
  98. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:99:9: warning: return makes integer from pointer without a cast [enabled by default]
  99. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  100. ^
  101. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2801:5: note: in expansion of macro ‘PUD_PRESENT’
  102. PUD_PRESENT(pud_p);
  103. ^
  104. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:122:9: warning: return makes integer from pointer without a cast [enabled by default]
  105. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  106. ^
  107. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2807:5: note: in expansion of macro ‘PMD_PRESENT’
  108. PMD_PRESENT(pmd_p);
  109. ^
  110. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c: In function ‘KCL_GetPageSizeByVirtAddr’:
  111. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:89:9: warning: return makes integer from pointer without a cast [enabled by default]
  112. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  113. ^
  114. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2865:5: note: in expansion of macro ‘PGD_PRESENT’
  115. PGD_PRESENT(pgd_p);
  116. ^
  117. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:99:9: warning: return makes integer from pointer without a cast [enabled by default]
  118. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  119. ^
  120. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2870:5: note: in expansion of macro ‘PUD_PRESENT’
  121. PUD_PRESENT(pud_p);
  122. ^
  123. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.h:122:9: warning: return makes integer from pointer without a cast [enabled by default]
  124. return PAGING_FAULT_SIGBUS_INT; /* Something bad happened; generate SIGBUS */ \
  125. ^
  126. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:2876:5: note: in expansion of macro ‘PMD_PRESENT’
  127. PMD_PRESENT(pmd_p);
  128. ^
  129. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c: At top level:
  130. /usr/src/kernel-modules/fglrx/2.6.x/firegl_public.c:6409:12: warning: ‘KCL_fpu_save_init’ defined but not used [-Wunused-function]
  131. static int KCL_fpu_save_init(struct task_struct *tsk)
  132. ^
  133. LD [M] /usr/src/kernel-modules/fglrx/2.6.x/fglrx.o
  134. Building modules, stage 2.
  135. MODPOST 1 modules
  136. CC /usr/src/kernel-modules/fglrx/2.6.x/fglrx.mod.o
  137. LD [M] /usr/src/kernel-modules/fglrx/2.6.x/fglrx.ko
  138. make: Leaving directory '/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  139. make: Entering directory '/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  140. make[1]: Entering directory `/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  141. INSTALL /usr/src/kernel-modules/fglrx/2.6.x/fglrx.ko
  142. DEPMOD 3.16.7-7-desktop
  143. make: Leaving directory '/usr/src/linux-3.16.7-7-obj/x86_64/desktop'
  144. rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
  145. /
  146. Calling 'depmod -a 3.16.7-7-desktop' this may take a while...
  147.  
  148.  
  149. Summary report:
  150. ================================================================================
  151.  
  152. Kernel => 3.16.6-2-desktop
  153. Detected => RPM package
  154. Build => [ FAILURE ]
  155. Install => [ FAILURE ]
  156.  
  157. Kernel => 3.16.7-7-desktop
  158. Detected => RPM package
  159. Build => [ OK ]
  160. Install => [ OK ]
  161.  
  162. **************************************************************
  163. Building/installation of fglrx kernel module failed! Try again
  164. by calling "/usr/bin/fglrx-kernel-build.sh" manually.
  165. **************************************************************
  166.  
  167.  
  168. *************************************************************
  169. Please read "/usr/share/doc/packages/fglrx-core/README.SuSE" for
  170. configuration details when using SaX2.
  171. *************************************************************
  172.  
  173. grep: /etc/sysconfig/kernel: No such file or directory
  174. grep: /etc/sysconfig/kernel: No such file or directory
  175. Creating initrd: /boot/initrd-3.16.6-2-desktop
  176. Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.16.6-2-desktop 3.16.6-2-desktop
  177. *** Including module: bash ***
  178. *** Including module: warpclock ***
  179. *** Including module: i18n ***
  180. *** Including module: convertfs ***
  181. *** Including module: ifcfg ***
  182. *** Including module: drm ***
  183. *** Including module: plymouth ***
  184. *** Including module: kernel-modules ***
  185. Omitting driver i2o_scsi
  186. *** Including module: resume ***
  187. *** Including module: rootfs-block ***
  188. *** Including module: terminfo ***
  189. *** Including module: udev-rules ***
  190. Skipping udev rule: 91-permissions.rules
  191. Skipping udev rule: 80-drivers-modprobe.rules
  192. *** Including module: systemd ***
  193. *** Including module: usrmount ***
  194. *** Including module: base ***
  195. *** Including module: fs-lib ***
  196. *** Including module: shutdown ***
  197. *** Including module: suse ***
  198. *** Including modules done ***
  199. *** Installing kernel module dependencies and firmware ***
  200. *** Installing kernel module dependencies and firmware done ***
  201. *** Resolving executable dependencies ***
  202. *** Resolving executable dependencies done***
  203. *** Hardlinking files ***
  204. *** Hardlinking files done ***
  205. *** Stripping files ***
  206. *** Stripping files done ***
  207. *** Generating early-microcode cpio image ***
  208. *** Constructing GenuineIntel.bin ****
  209. *** Store current command line parameters ***
  210. Stored kernel commandline:
  211. resume=UUID=2c3b1bc1-8ed4-475f-b3ee-802d9215ff1b
  212. root=UUID=99d2d82a-ce7e-436f-b9c2-9b340188ffa9 rootflags=rw,relatime,data=ordered rootfstype=ext4
  213. *** Creating image file ***
  214. *** Creating image file done ***
  215. Creating initrd: /boot/initrd-3.16.7-7-desktop
  216. Executing: /usr/bin/dracut --logfile /var/log/YaST2/mkinitrd.log --force /boot/initrd-3.16.7-7-desktop 3.16.7-7-desktop
  217. *** Including module: bash ***
  218. *** Including module: warpclock ***
  219. *** Including module: i18n ***
  220. *** Including module: convertfs ***
  221. *** Including module: ifcfg ***
  222. *** Including module: drm ***
  223. *** Including module: plymouth ***
  224. *** Including module: kernel-modules ***
  225. Omitting driver i2o_scsi
  226. *** Including module: resume ***
  227. *** Including module: rootfs-block ***
  228. *** Including module: terminfo ***
  229. *** Including module: udev-rules ***
  230. Skipping udev rule: 91-permissions.rules
  231. Skipping udev rule: 80-drivers-modprobe.rules
  232. *** Including module: systemd ***
  233. *** Including module: usrmount ***
  234. *** Including module: base ***
  235. *** Including module: fs-lib ***
  236. *** Including module: shutdown ***
  237. *** Including module: suse ***
  238. *** Including modules done ***
  239. *** Installing kernel module dependencies and firmware ***
  240. *** Installing kernel module dependencies and firmware done ***
  241. *** Resolving executable dependencies ***
  242. *** Resolving executable dependencies done***
  243. *** Hardlinking files ***
  244. *** Hardlinking files done ***
  245. *** Stripping files ***
  246. *** Stripping files done ***
  247. *** Generating early-microcode cpio image ***
  248. *** Constructing GenuineIntel.bin ****
  249. *** Store current command line parameters ***
  250. Stored kernel commandline:
  251. resume=UUID=2c3b1bc1-8ed4-475f-b3ee-802d9215ff1b
  252. root=UUID=99d2d82a-ce7e-436f-b9c2-9b340188ffa9 rootflags=rw,relatime,data=ordered rootfstype=ext4
  253. *** Creating image file ***
  254. *** Creating image file done ***
  255. Update bootloader...
  256.  
  257.  
  258. (2/5) Installing: fglrx64_graphics_SUSE132-14.501.1003-2 .....................................................................................[done]
  259. Additional rpm output:
  260. Check: No fglrx section.
  261. Uninitialised file found, configuring.
  262. PowerXpress info: Diagnostic output from /usr/lib64/fglrx/switchlibglx:
  263. Switch to AMD
  264.  
  265. Switch to AMD
  266. Switch to AMD
  267.  
  268.  
  269. (3/5) Installing: fglrx64_opencl_SUSE132-14.501.1003-2 .......................................................................................[done]
  270. (4/5) Installing: fglrx64_amdcccle_SUSE132-14.501.1003-2 .....................................................................................[done]
  271. (5/5) Installing: fglrx64_xpic_SUSE132-14.501.1003-2 .........................................................................................[done]
  272. There are some running programs that might use files deleted by recent upgrade. You may wish to check and restart some of them. Run 'zypper ps' to list these programs.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement