Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 00:37:27 +0100 (CET)
From:      David Holm <david@realityrift.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46530: GtkAda2 links against unexistent libgthread-1.3 and docs aren't installed
Message-ID:  <200212252337.gBPNbRSL033593@rift.ath.cx>

next in thread | raw e-mail | index | archive | help

>Number:         46530
>Category:       ports
>Synopsis:       GtkAda2 links against unexistent libgthread-1.3 and docs aren't installed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 25 15:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     David Holm
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD rift.ath.cx 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Dec 24 21:30:02 CET 2002 avatar@rift.ath.cx:/usr/src/sys/i386/compile/MYKERNEL i386


	
>Description:
	
gdk-threads.ads links against libgthread-1.3 which (no longer) exists... enclosed patch updates it to 2.0
the docs have to be installed manually for some reason (they are listed in pkg-plist)
>How-To-Repeat:
	
>Fix:
Enclosed patch fixes libghtread bug but docs problem remain
	

--- gdk-threads.patch begins here ---
--- src/gdk-threads.ads.orig	Thu Dec 26 00:31:49 2002
+++ src/gdk-threads.ads	Thu Dec 26 00:31:58 2002
@@ -56,7 +56,7 @@
    --  GtkAda).
 
 private
-   pragma Linker_Options ("-lgthread-1.3");
+   pragma Linker_Options ("-lgthread-2.0");
    --  This is needed to resolve g_thread_init
 
    pragma Import (C, Init, "g_thread_init");
--- gdk-threads.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212252337.gBPNbRSL033593>