https://bugs.kde.org/show_bug.cgi?id=445941
--- Comment #8 from Paul Floyd <[email protected]> --- Again I can't reproduce this with 'file'. git HEAD with this small change $ git diff diff --git a/VEX/priv/guest_amd64_helpers.c b/VEX/priv/guest_amd64_helpers.c index ba71c1b..5269d78 100644 --- a/VEX/priv/guest_amd64_helpers.c +++ b/VEX/priv/guest_amd64_helpers.c @@ -3951,7 +3951,7 @@ ULong amd64g_dirtyhelper_RDRAND ( void ) { } ULong amd64g_dirtyhelper_RDSEED ( void ) { -# if defined(__x86_64__) +# if defined(__x86_64__) && 0 ULong res = 0; ULong cflag = 0; __asm__ __volatile__( $ cat /etc/redhat-release Red Hat Enterprise Linux Workstation release 6.7 (Santiago) $ ./vg-in-place -q file ./build.ksh ./build.ksh: Korn shell script text executable $ ls -al /usr/lib64/libmagic.so.1.0.0 -rwxr-xr-x 1 root root 118112 Aug 4 2014 /usr/lib64/libmagic.so.1.0.0 $ rpm -q --whatprovides /usr/lib64/libmagic.so.1.0.0 file-libs-5.04-21.el6.x86_64 -- You are receiving this mail because: You are watching all bug changes.
