Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2008 23:47:03 GMT
From:      Andrew Kolchoogin <andrew@rinet.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119733: KDE Base doesn't properly link with HAL libraries
Message-ID:  <200801162347.m0GNl3cB027019@www.freebsd.org>
Resent-Message-ID: <200801162350.m0GNo10L063663@freefall.freebsd.org>

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

>Number:         119733
>Category:       ports
>Synopsis:       KDE Base doesn't properly link with HAL libraries
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 16 23:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Kolchoogin
>Release:        7.0-RC1
>Organization:
JSC "Transservice Communications"
>Environment:
FreeBSD host.domain 7.0-RC1 FreeBSD 7.0-RC1 #2: Wed Jan 16 04:22:24 MSK 2008     root@host.domain:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Due to a bug in 'configure' script, ports/kdebase3 installs with broken KDE mediamanager support.

>How-To-Repeat:
Just build the appropriate ports, click on the "System" icon, when on the "Storage Media" icon. You'll get error message: "KDE mediamanager is not running".

>Fix:
Please put the following patch into "ports/x11/kdebase3/files" directory (obviously, without .txt extension).


Patch attached with submission follows:

--- configure~	2008-01-16 23:36:03.195733418 +0300
+++ configure	2008-01-16 23:36:19.699533297 +0300
@@ -51622,7 +51622,7 @@
 
             { echo "$as_me:$LINENO: checking HAL_LIBS" >&5
 echo $ECHO_N "checking HAL_LIBS... $ECHO_C" >&6; }
-            HAL_LIBS=`$PKG_CONFIG --libs "hal > 0.5"`
+            HAL_LIBS=`$PKG_CONFIG --libs "hal-storage > 0.5"`
             { echo "$as_me:$LINENO: result: $HAL_LIBS" >&5
 echo "${ECHO_T}$HAL_LIBS" >&6; }
         else


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



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