Bug 97389

Summary: graphics/gqview: linker failed to found pthread_getschedparam while starting
Product: Ports & Packages Reporter: vova
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me CC: gnome
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description vova 2006-05-17 07:30:23 UTC

# Failed:
% gqview 
GTK Accessibility Module initialized
/libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam"
%

# Successed:
% env LD_PRELOAD=/usr/lib/libc_r.so gqview 
GTK Accessibility Module initialized
%

Fix: 

Only workaround available - preload libc_r.so
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-17 08:01:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2006-09-04 21:49:06 UTC
State Changed
From-To: open->closed

Fixed.