Description of problem: On real hardware upgrade a 64-bit system using: Mageia-5-RC-x86_64-DVD.iso Sun Mar 15 22:54:23 CET 2015 md5sum: ea943d1b7991dc2b5371f616b944e307 Targeting a previously installed M4.1 KDE x86_64, during the install an error window is displayed: An error occurred: ERROR: 'script" failed for lib64gtk+3_0-3.14.8-3.mga5 install completes. Changed repo, rebooted then up-dated ( 392 rpm's ) the install. No errors reported. NFS share connection was successful. Rebooted back to working desktop complete with the NFS connection. Continued to use the nvidia driver. Reproducible: Steps to Reproduce:
Whiteboard: (none) => 5rc
Created attachment 6084 [details] 64bit_m4.1_to_m5.install.log2
Created attachment 6085 [details] 64bit_m4.1_to_m5.install.log1
Created attachment 6086 [details] 64bit_m4.1_to_m5.install.log
Summary: M4.1 -> M5RC 64-bit upgrade errors => M4.1 -> M5RC 64-bit upgrade error
/usr/lib64/gtk-3.0/bin/gtk-query-immodules-3.0: symbol lookup error: /lib64/libGL.so.1: undefined symbol: _glapi_Dispatch %posttrans(lib64gtk+3_0-3.14.8-3.mga5.x86_64) scriptlet failed, exit status 127 It's because your libmesagl1 (lib64mesagl1 in your case) hasn't been updated from the mga4 version yet. It has _glapi_Dispatch, which is no longer valid, as we've switched to _glapi_tls_Dispatch in Cauldron. I added a Requires(posttrans) on the newer libmesagl version for libgtk+3_0 which should fix this. I also added a ||: at the end of the gtk-query-immodules-3.0 command call to silence any other errors that might come from this command at this stage of the installation, as they shouldn't be important. I have a pending freeze push request for gtk+3.0 to fix Bug 15509, so these fixes should get pulled in when that's pushed. Thanks for the report.
Depends on: (none) => 15509
Should be fixed with gtk+3.0-3.14.8-4.mga5.
Marking FIXED.
Status: NEW => RESOLVEDResolution: (none) => FIXED
Will I find this error in all the media including the Live-CD/DVD's?