Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 2010 12:26:14 GMT
From:      Igor Soumenkov <2igosha@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152802: libpurple does not build
Message-ID:  <201012031226.oB3CQEj1084388@red.freebsd.org>
Resent-Message-ID: <201012031230.oB3CUCxh055818@freefall.freebsd.org>

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

>Number:         152802
>Category:       ports
>Synopsis:       libpurple does not build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 03 12:30:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Igor Soumenkov
>Release:        8.2-PRERELEASE
>Organization:
>Environment:
FreeBSD igosha2 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Fri Dec  3 12:52:05 MSK 2010     root@igosha2:/usr/obj/usr/src/sys/IGOSHA-WORK-8  amd64

>Description:
libpurple fails to configure with error:

..
checking for FORTIFY_SOURCE support... no
checking for pidgin... no
checking for dbus-binding-tool... yes
checking for DBUS... yes
checking for NETWORKMANAGER... no
configure: error: 
NetworkManager development headers not found.
Use --disable-nm if you do not need NetworkManager support.


>How-To-Repeat:
cd /usr/ports/net-im/libpurple
make
>Fix:
replace in makefile:

CONFIGURE_ARGS?=--disable-gtkui \
                --disable-consoleui \
                --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
                --disable-nm

with

CONFIGURE_ARGS=--disable-gtkui \
                --disable-consoleui \
                --with-dynamic_prpls=${PRPL_MODULES:S/,$//} \
                --disable-nm


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



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