From owner-freebsd-questions@FreeBSD.ORG Sun Jul 29 19:18:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1599316A476 for ; Sun, 29 Jul 2007 19:18:52 +0000 (UTC) (envelope-from vinny-mail-01+20070729@palaceofretention.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id AAD9C13C4A3 for ; Sun, 29 Jul 2007 19:18:51 +0000 (UTC) (envelope-from vinny-mail-01+20070729@palaceofretention.ca) Received: from t.palaceofretention.ca (intgateway.palaceofretention.ca [10.10.10.42]) by www.giovannetti.ca (Postfix) with ESMTP id 5144E11460 for ; Sun, 29 Jul 2007 15:00:44 -0400 (EDT) Message-ID: <46ACE0CA.2050906@palaceofretention.ca> Date: Sun, 29 Jul 2007 14:47:38 -0400 From: Vinny User-Agent: Thunderbird 2.0.0.0 (X11/20070528) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: gtk-recordmydesktop fails to build - no port either X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2007 19:18:52 -0000 Hello Everyone, I can't find gtk-recordmydesktop (or qt-recordmydesktop) in the ports tree even though recordmydesktop is there and installs. I tried to download the tarball for gtk-recordmydesktop and install it. Here are the results: t/mv{152}~/dl/gtk-recordmydesktop-0.3.5: ls AUTHORS Makefile.am config.guess configure mkinstalldirs COPYING Makefile.in config.log configure.ac po ChangeLog NEWS config.rpath install-sh py-compile INSTALL README config.status m4 src Makefile aclocal.m4 config.sub missing t/mv{153}~/dl/gtk-recordmydesktop-0.3.5: ./configure --prefix=/usr/local checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes configure: Storing library files in /usr/local/lib prefix set to /usr/local configure: Storing data files in ${prefix}/share configure: Storing configuration files in /usr/local/etc configure: Using localstatedir /usr/local/var checking for a Python interpreter with version >= 2.3... python checking for python... /usr/local/bin/python checking for python version... 2.4 checking for python platform... freebsd6 checking for python script directory... ${prefix}/lib/python2.4/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages configure: Using pythondir /usr/local/lib/python2.4/site-packages checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking build system type... i386-unknown-freebsd6.2 checking host system type... i386-unknown-freebsd6.2 checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for PYGTK... yes configure: Using pygtk installed in /usr/local/lib/python2.4/site-packages checking for GTK... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/rmdConfig.py config.status: creating src/gtk-recordMyDesktop config.status: creating po/Makefile.in config.status: creating m4/Makefile config.status: executing depfiles commands config.status: executing default-1 commands t/mv{154}~/dl/gtk-recordmydesktop-0.3.5: make Making all in src Making all in po Error expanding embedded variable. *** Error code 1 Stop in /usr/home/mv/dl/gtk-recordmydesktop-0.3.5. Anyone have any ideas? I tried gmake and imake - no joy. Thanks Vinny