Control: reassign -1 src:mesa 10.1.0-4

On Sb, 05 apr 14, 23:41:45, Tobias Diedrich wrote:
> Package: src:libgl1-mesa-dri
> Followup-For: Bug #743035
> 
> FWIW I had the same chrome issue with the following error:
> libGL error: MESA-LOADER: could not create udev device for fd 13
> (Albeit for radeon)
> 
> After tracing this a bit, I resolved it by removing the old libudev0 which 
> was still installed.
> The bug is that chrome is linked against both libudev0 and libudev1 and was 
> resolving both
> in an interfering manner.
> 
> Starting chrome with --no-sandbox I got this additional hint:
> not in sys :/sys/dev/char/226:0
> 
> Which is from this udev check and doesn't make any sense at all as 
> "/sys/dev/char/226:0"
> is part of the /sys tree and also present in there.
> 
>     /* path starts in sys */
>     len = strlen(udev_get_sys_path(udev));
>     if (strncmp(syspath, udev_get_sys_path(udev), len) != 0) {
>             info(udev, "not in sys :%s\n", syspath);
>             return NULL;
> 
> I then found that chrome links against both udev versions:
> $ ldd /opt/google/chrome/chrome | grep udev
> libudev.so.0 => /lib/x86_64-linux-gnu/libudev.so.0 (0x00007f4698510000)
> libudev.so.1 => /lib/x86_64-linux-gnu/libudev.so.1 (0x00007f468fe78000)
> 
> And trying purging libudev0 using "aptitude purge libudev0" which didn't 
> complain
> about any remaining users of this lib.
> 
> Now 3D acceleration is working fine again.
> 
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'testing')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
> 
> Kernel: Linux 3.12.3 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 

-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
http://nuvreauspam.ro/gpg-transition.txt

Attachment: signature.asc
Description: Digital signature

Reply via email to