Bug 103322

Summary: security/gnome-ssh-askpass doesn't work: Undefined symbol "pthread_getschedparam"
Product: Ports & Packages Reporter: vova
Component: Individual Port(s)Assignee: Alexander Botero-Lowry <alexbl>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description vova 2006-09-17 10:30:20 UTC

$ gnome-ssh-askpass2
GTK Accessibility Module initialized
/libexec/ld-elf.so.1: /usr/local/lib/libgthread-2.0.so.0: Undefined symbol "pthread_getschedparam"
$

Fix: workaround:

start it with:
LD_PRELOAD=/usr/lib/libc_r.so

fix:
How-To-Repeat: 

ust build security/gnome-ssh-askpass on 7-CURRENT and start it.
Comment 1 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-09-20 20:43:43 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alexbl

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-22 09:22:20 UTC
alexbl      2006-09-22 08:22:11 UTC

  FreeBSD ports repository

  Modified files:
    security/gnome-ssh-askpass Makefile 
  Added files:
    security/gnome-ssh-askpass/files patch-contrib_Makefile 
  Log:
  - Add PTHREAD_LIBS to CFLAGS
  
  PR:             103322
  Submitted by:   Vladimir Grebenschikov <vova@fbsd.ru>
  Approved by:    novel (mentor)
  
  Revision  Changes    Path
  1.9       +4 -1      ports/security/gnome-ssh-askpass/Makefile
  1.1       +11 -0     ports/security/gnome-ssh-askpass/files/patch-contrib_Makefile (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexander Botero-Lowry freebsd_committer freebsd_triage 2006-09-22 09:36:28 UTC
State Changed
From-To: open->closed

Committed, thanks!