From owner-freebsd-ports@FreeBSD.ORG Sun Mar 10 21:35:28 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E7D8351 for ; Sun, 10 Mar 2013 21:35:28 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep32.mx.upcmail.net (fep32.mx.upcmail.net [62.179.121.50]) by mx1.freebsd.org (Postfix) with ESMTP id 96EB0160 for ; Sun, 10 Mar 2013 21:35:27 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep11-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130310213445.TSNB21781.viefep11-int.chello.at@edge01.upcmail.net>; Sun, 10 Mar 2013 22:34:45 +0100 Received: from [127.0.0.1] ([178.84.132.32]) by edge01.upcmail.net with edge id 9xaj1l00y0i5fp601xakzW; Sun, 10 Mar 2013 22:34:45 +0100 X-SourceIP: 178.84.132.32 Message-ID: <513CFC74.3020507@rainbow-runner.nl> Date: Sun, 10 Mar 2013 22:34:44 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: AN Subject: Re: Installing empathy-2.32.2_3...warning: undefined reference References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130310-0, 10-03-2013), Outbound message X-Antivirus-Status: Clean Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2013 21:35:28 -0000 On 10-3-2013 22:29, AN wrote: > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #36 r248127: Sun Mar > 10 00:13:59 CST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > Thanks for the report, this is already known. Sadly I haven't managed to find a solution for this :/ -Koop > Making install in src > gmake[1]: Entering directory > `/usr/ports/net-im/empathy/work/empathy-2.34.0/src' > gmake install-am > gmake[2]: Entering directory > `/usr/ports/net-im/empathy/work/empathy-2.34.0/src' > GEN /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h > CC empathy_av-empathy-audio-sink.o > In file included from empathy-audio-sink.c:25: > In file included from > /usr/local/include/gstreamer-0.10/gst/audio/audio.h:26: > In file included from > /usr/local/include/gstreamer-0.10/gst/audio/multichannel.h:21: > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:4:11: > warning: extra tokens at end of #ifndef > directive [-Wextra-tokens] > #ifndef > __/USR/LOCAL/INCLUDE/GSTREAMER_0.10/GST/AUDIO/AUDIO_ENUM_TYPES_H__ > ^ > // > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:5:11: > warning: ISO C99 requires whitespace after > the macro name [-Wc99-extensions] > #define > __/USR/LOCAL/INCLUDE/GSTREAMER_0.10/GST/AUDIO/AUDIO_ENUM_TYPES_H__ > ^ > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:12:9: > error: macro names must be identifiers > #define /USR/LOCAL/INCLUDE/GSTREAMER_TYPE_AUDIO_FORMAT > (gst_audio_format_get_type()) > ^ > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:14:9: > error: macro names must be identifiers > #define /USR/LOCAL/INCLUDE/GSTREAMER_TYPE_AUDIO_FORMAT_FLAGS > (gst_audio_format_flags_get_type()) > ^ > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:16:9: > error: macro names must be identifiers > #define /USR/LOCAL/INCLUDE/GSTREAMER_TYPE_AUDIO_FLAGS > (gst_audio_flags_get_type()) > ^ > /usr/local/include/gstreamer-0.10/gst/audio/audio-enumtypes.h:18:9: > error: macro names must be identifiers > #define /USR/LOCAL/INCLUDE/GSTREAMER_TYPE_AUDIO_FIELD_FLAG > (gst_audio_field_flag_get_type()) > ^ > empathy-audio-sink.c:160:27: warning: 'g_mutex_new' is deprecated > [-Wdeprecated-declarations] > priv->audio_bins_lock = g_mutex_new (); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:272:17: note: > 'g_mutex_new' declared here > GMutex * g_mutex_new (void); > ^ > empathy-audio-sink.c:257:5: warning: 'g_mutex_free' is deprecated > [-Wdeprecated-declarations] > g_mutex_free (priv->audio_bins_lock); > ^ > /usr/local/include/glib-2.0/glib/deprecated/gthread.h:274:17: note: > 'g_mutex_free' declared here > void g_mutex_free (GMutex *mutex); > ^ > 4 warnings and 4 errors generated. > gmake[2]: *** [empathy_av-empathy-audio-sink.o] Error 1 > gmake[2]: Leaving directory > `/usr/ports/net-im/empathy/work/empathy-2.34.0/src' > gmake[1]: *** [install] Error 2 > gmake[1]: Leaving directory > `/usr/ports/net-im/empathy/work/empathy-2.34.0/src' > gmake: *** [install-recursive] Error 1 > *** [do-install] Error code 2 > > Stop in /usr/ports/net-im/empathy. > *** [install] Error code 1 > > Stop in /usr/ports/net-im/empathy. > *** [reinstall] Error code 1 > > Stop in /usr/ports/net-im/empathy. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20130310-63309-ggpcwf-0 env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=empathy-2.32.2_3 UPGRADE_PORT_VER=2.32.2_3 make > -DINSTALLS_DEPENDS reinstall > ---> Updating dependency info > ---> Restoring the old version > Installing empathy-2.32.2_3...warning: undefined reference to id='org.gnome.desktop.default-applications.at'/> > warning: undefined reference to > done > ---> Removing old package' > ** Fix the installation problem and try again. > ---> Installation of net-im/empathy ended at: Sun, 10 Mar 2013 > 16:17:01 -0500 (consumed 00:00:08) > ---> Upgrade of net-im/empathy ended at: Sun, 10 Mar 2013 16:17:01 > -0500 (consumed 00:03:55) > ---> ** Upgrade tasks 2: 1 done, 0 ignored, 0 skipped and 1 failed > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"