ports/119733: KDE Base doesn't properly link with HAL libraries

Andrew Kolchoogin andrew at rinet.ru
Wed Jan 16 23:50:02 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list