You are not logged in.
Pages: 1
It seems to break firefox and chromium, probably because of the google-talk plugin. Downgrading to extra/glew fixed the problem. Although, I wasn't able to actually downgrade and instead had to download anew and install because it wasn't in my cache for some reason, but that's a different issue altogether.
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├──
└─┤11:38 PM|$├─> sudo pacman -S testing/glew
resolving dependencies...
looking for inter-conflicts...
Targets (1): glew-1.6.0-1
Total Download Size: 0.00 MB
Total Installed Size: 1.88 MB
Proceed with installation? [Y/n] Y
(1/1) checking package integrity [--------------------------------------------------------] 100%
(1/1) checking for file conflicts [--------------------------------------------------------] 100%
(1/1) upgrading glew [--------------------------------------------------------] 100%
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├──
└─┤11:38 PM|$├─> firefox
Inconsistency detected by ld.so: dl-open.c: 583: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
End of output of $(strace firefox)
open("/usr/lib/libGL.so.1", O_RDONLY) = 68
read(68, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\n\3\0004\0\0\0"..., 512) = 512
fstat64(68, {st_mode=S_IFREG|0755, st_size=781540, ...}) = 0
mmap2(NULL, 842432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 68, 0) = 0xa4f2e000
mmap2(0xa4fcf000, 122880, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 68, 0xa1) = 0xa4fcf000
mmap2(0xa4fed000, 60096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa4fed000
close(68) = 0
open("/opt/google/talkplugin/lib/libCgGL.so", O_RDONLY) = 68
read(68, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\205\0\0004\0\0\0"..., 512) = 512
fstat64(68, {st_mode=S_IFREG|0644, st_size=333560, ...}) = 0
mmap2(NULL, 338940, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 68, 0) = 0xa7616000
mmap2(0xa7665000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 68, 0x4f) = 0xa7665000
mmap2(0xa7668000, 3068, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa7668000
close(68) = 0
open("/opt/google/talkplugin/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory)
munmap(0xa8a45000, 167496) = 0
writev(2, [{"Inconsistency detected by ld.so:"..., 33}, {"dl-open.c", 9}, {": ", 2}, {"583", 3}, {": ", 2}, {"_dl_open", 8}, {": ", 2}, {"Assertion `", 11}, {"_dl_debug_initialize (0, args.ns"..., 61}, {"' failed!\n", 10}], 10Inconsistency detected by ld.so: dl-open.c: 583: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
) = 141
exit_group(127) = ?
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├──
└─┤11:38 PM|$├127─> sudo pacman -S extra/glew
warning: downgrading package glew (1.6.0-1 => 1.5.8-1)
resolving dependencies...
looking for inter-conflicts...
Targets (1): glew-1.5.8-1
Total Download Size: 0.00 MB
Total Installed Size: 1.93 MB
Proceed with installation? [Y/n] Y
(1/1) checking package integrity [--------------------------------------------------------] 100%
(1/1) checking for file conflicts [--------------------------------------------------------] 100%
(1/1) upgrading glew [--------------------------------------------------------] 100%
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├──
└─┤11:38 PM|$├─> firefox
Offline
I'm running the latest Dev Build of Chrome with google-talkplugin and glew 1.6 and there's no problem.
Last edited by cpcgm (2011-06-02 14:26:19)
Offline
I have upgraded my laptop Arch and it's the same problem. I cannot start chromium right now. Firefox works for a while and then disappears suddenly.
The glew version in extra is already 1.6.0-1. So i think I will try to download the glew mannually and see what will happen.
Thanks for the hints.
It seems to break firefox and chromium, probably because of the google-talk plugin. Downgrading to extra/glew fixed the problem. Although, I wasn't able to actually downgrade and instead had to download anew and install because it wasn't in my cache for some reason, but that's a different issue altogether.
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├── └─┤11:38 PM|$├─> sudo pacman -S testing/glew resolving dependencies... looking for inter-conflicts... Targets (1): glew-1.6.0-1 Total Download Size: 0.00 MB Total Installed Size: 1.88 MB Proceed with installation? [Y/n] Y (1/1) checking package integrity [--------------------------------------------------------] 100% (1/1) checking for file conflicts [--------------------------------------------------------] 100% (1/1) upgrading glew [--------------------------------------------------------] 100% ┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├── └─┤11:38 PM|$├─> firefox Inconsistency detected by ld.so: dl-open.c: 583: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed!
End of output of $(strace firefox)
open("/usr/lib/libGL.so.1", O_RDONLY) = 68 read(68, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\n\3\0004\0\0\0"..., 512) = 512 fstat64(68, {st_mode=S_IFREG|0755, st_size=781540, ...}) = 0 mmap2(NULL, 842432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 68, 0) = 0xa4f2e000 mmap2(0xa4fcf000, 122880, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 68, 0xa1) = 0xa4fcf000 mmap2(0xa4fed000, 60096, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa4fed000 close(68) = 0 open("/opt/google/talkplugin/lib/libCgGL.so", O_RDONLY) = 68 read(68, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\205\0\0004\0\0\0"..., 512) = 512 fstat64(68, {st_mode=S_IFREG|0644, st_size=333560, ...}) = 0 mmap2(NULL, 338940, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 68, 0) = 0xa7616000 mmap2(0xa7665000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 68, 0x4f) = 0xa7665000 mmap2(0xa7668000, 3068, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xa7668000 close(68) = 0 open("/opt/google/talkplugin/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libGLEW.so.1.5", O_RDONLY) = -1 ENOENT (No such file or directory) munmap(0xa8a45000, 167496) = 0 writev(2, [{"Inconsistency detected by ld.so:"..., 33}, {"dl-open.c", 9}, {": ", 2}, {"583", 3}, {": ", 2}, {"_dl_open", 8}, {": ", 2}, {"Assertion `", 11}, {"_dl_debug_initialize (0, args.ns"..., 61}, {"' failed!\n", 10}], 10Inconsistency detected by ld.so: dl-open.c: 583: _dl_open: Assertion `_dl_debug_initialize (0, args.nsid)->r_state == RT_CONSISTENT' failed! ) = 141 exit_group(127) = ?
┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├── └─┤11:38 PM|$├127─> sudo pacman -S extra/glew warning: downgrading package glew (1.6.0-1 => 1.5.8-1) resolving dependencies... looking for inter-conflicts... Targets (1): glew-1.5.8-1 Total Download Size: 0.00 MB Total Installed Size: 1.93 MB Proceed with installation? [Y/n] Y (1/1) checking package integrity [--------------------------------------------------------] 100% (1/1) checking for file conflicts [--------------------------------------------------------] 100% (1/1) upgrading glew [--------------------------------------------------------] 100% ┌───┤majiq@localhost:0├───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┤~├── └─┤11:38 PM|$├─> firefox
Offline
I have reinstalled google-talkplugin from AUR and it's working now with glew 1.6.0-1.
Offline
No luck here; google-talkplugin refuses to build with this error message:
looking for inter-conflicts...
:: libgl and nvidia-173xx-utils are in conflict. Remove nvidia-173xx-utils? [y/N]
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: libgl and nvidia-173xx-utils are in conflict
Of course removing the nvidia utils package is not practical as it will also remove the nvidia driver along with it.
Edit: Got the AUR package to finally build by editing out "libgl" in the relevant depends line in the PKGBUILD file. Figured the nvidia packages should have the correct ligl already. Everything now seems to work fine with the current glew package.
Last edited by kilgoretrout (2011-06-03 23:07:29)
Offline
Pages: 1