From owner-freebsd-ports@FreeBSD.ORG Mon Oct 24 05:06:24 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4893D106566B; Mon, 24 Oct 2011 05:06:24 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id F395A8FC25; Mon, 24 Oct 2011 05:06:23 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 57451101FC42; Mon, 24 Oct 2011 00:06:22 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KdRBNKqvGE3i; Mon, 24 Oct 2011 00:06:11 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id B1CD2101D73B; Mon, 24 Oct 2011 00:06:10 -0500 (CDT) Message-ID: <4EA4F203.1080003@twisted.net> Date: Mon, 24 Oct 2011 00:05:07 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111019 Thunderbird/8.0 MIME-Version: 1.0 To: Raphael Kubo da Costa References: <4EA4A0A1.7080205@twisted.net> <8739ej4424.fsf@FreeBSD.org> In-Reply-To: <8739ej4424.fsf@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: updating kdehier 4-1.0.9 yields operation not permitted X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 05:06:24 -0000 On 10/23/2011 7:38 PM, Raphael Kubo da Costa wrote: > Troy writes: > >> I was trying to update kdehier to kdehier4-1.0.9 and received the >> following error when I went to do a 'make install' - any ideas? >> >> -Troy >> >> ===> Installing for kdehier4-1.0.10 >> ===> Generating temporary packing list >> ===> Checking if misc/kdehier4 already installed >> /bin/mkdir -p /usr/local/etc/dbus-1 >> install -o root -g wheel -m 444 >> /usr/ports/misc/kdehier4/work/session-kde4.conf /usr/local/etc/dbus-1 >> install -o root -g wheel -m 444 >> /usr/ports/misc/kdehier4/work/system-kde4.conf /usr/local/etc/dbus-1 >> /bin/ln -sf /usr/local/etc/pam.d /usr/local/kde4/etc/ >> /bin/ln -sf /usr/local/etc/rc.d /usr/local/kde4/etc/ >> ln: /usr/local/kde4/etc//rc.d: Operation not permitted >> *** Error code 1 >> >> Stop in /usr/ports/misc/kdehier4. > Make sure you have followed the instructions in UPDATING, the error > looks related to them I followed the instructions and when I got to the point of where it asks If you have - or plan to install - net/kdenetwork4, also run: portmaster -o net/linphone-base ortp This is the output. libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I/usr/local/include -I.. -I../../oRTP/include -I/usr/local/include -I/usr/local/include/speex -I/usr/local/include -DORTP_INET6 -O2 -pipe -fno-strict-aliasing -Wall -pthread -D_REENTRANT -MT mssndcard.lo -MD -MP -MF .deps/mssndcard.Tpo -c mssndcard.c -fPIC -DPIC -o .libs/mssndcard.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I/usr/local/include -I.. -I../../oRTP/include -I/usr/local/include -I/usr/local/include/speex -I/usr/local/include -DORTP_INET6 -O2 -pipe -fno-strict-aliasing -Wall -pthread -D_REENTRANT -MT mssndcard.lo -MD -MP -MF .deps/mssndcard.Tpo -c mssndcard.c -o mssndcard.o >/dev/null 2>&1 mv -f .deps/mssndcard.Tpo .deps/mssndcard.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I/usr/local/include -I.. -I../../oRTP/include -I/usr/local/include -I/usr/local/include/speex -I/usr/local/include -DORTP_INET6 -O2 -pipe -fno-strict-aliasing -Wall -pthread -D_REENTRANT -MT msrtp.lo -MD -MP -MF .deps/msrtp.Tpo -c -o msrtp.lo msrtp.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I/usr/local/include -I.. -I../../oRTP/include -I/usr/local/include -I/usr/local/include/speex -I/usr/local/include -DORTP_INET6 -O2 -pipe -fno-strict-aliasing -Wall -pthread -D_REENTRANT -MT msrtp.lo -MD -MP -MF .deps/msrtp.Tpo -c msrtp.c -fPIC -DPIC -o .libs/msrtp.o In file included from ../include/mediastreamer2/msrtp.h:25, from msrtp.c:20: ../include/mediastreamer2/ice.h:60: error: expected specifier-qualifier-list before 'UInt96' msrtp.c: In function 'receiver_process': msrtp.c:333: warning: implicit declaration of function 'rtp_get_payload' gmake[5]: *** [msrtp.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2/src' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1/mediastreamer2' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/linphone-base/work/linphone-3.2.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/net/linphone-base. ===>>> make failed for net/linphone-base ===>>> Aborting update ===>>> The following actions were performed: Installation of net/libosip (libosip-3.6.0) Installation of net/libexosip2 (libeXosip2-3.3.0_2) ===>>> You can restart from the point of failure with this command line: portmaster net/linphone-base >