You are not logged in.

#1 2011-05-31 03:43:47

majiq
Member
Registered: 2009-03-06
Posts: 259

GLEW update

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

#2 2011-06-02 14:24:29

cpcgm
Member
From: Munich, Germany
Registered: 2009-03-23
Posts: 30

Re: GLEW update

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

#3 2011-06-03 18:11:54

IamLuke
Member
Registered: 2010-04-02
Posts: 6

Re: GLEW update

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.

majiq wrote:

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

#4 2011-06-03 19:08:19

IamLuke
Member
Registered: 2010-04-02
Posts: 6

Re: GLEW update

I have reinstalled google-talkplugin from AUR and it's working now with glew 1.6.0-1.

Offline

#5 2011-06-03 22:31:33

kilgoretrout
Member
Registered: 2010-06-28
Posts: 25

Re: GLEW update

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

Board footer

Powered by FluxBB