From owner-freebsd-ports@FreeBSD.ORG Wed May 9 15:31:02 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C63416A405 for ; Wed, 9 May 2007 15:31:02 +0000 (UTC) (envelope-from yves.guerin@muhc.mcgill.ca) Received: from MUHC.MCGILL.CA (muhc15240.MUHC.McGill.CA [198.168.152.40]) by mx1.freebsd.org (Postfix) with ESMTP id DBC1A13C448 for ; Wed, 9 May 2007 15:31:01 +0000 (UTC) (envelope-from yves.guerin@muhc.mcgill.ca) Sensitivity: To: ports@FreeBSD.org X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: yves.guerin@muhc.mcgill.ca Date: Wed, 9 May 2007 11:31:00 -0400 X-MIMETrack: Serialize by Router on CH06CUSM00010/Serveurs/SSSS(Release 6.5.4FP3|January 09, 2006) at 05/09/2007 11:31:01 AM MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: gcvs error when doing make X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 15:31:02 -0000 Dear Maintainer I got the following error when trying to compile gcvs on my FreeBSD machine: uname -a FreeBSD beastie.muhc.mcgill.ca 6.0-SECURITY FreeBSD 6.0-SECURITY #0: Tue Apr 18 08:56:09 UTC 2006 root@builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 checking for gtk-config... /usr/local/bin/gtk12-config checking for GTK - version >= 1.2.0... ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found ./configure.lineno: /usr/local/bin/gtk12-config: not found no *** Could not run GTK test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GTK was incorrectly installed *** or that you have moved GTK since it was installed. In the latter case, you *** may want to edit the gtk-config script: /usr/local/bin/gtk12-config configure: error: Cannot find GTK: Is gtk-config in path? ===> Script "make_configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/opt/ports/devel/gcvs/work/gcvs-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /opt/ports/devel/gcvs. So I did the following and it works ========================================================== [root@beastie bin]$ pwd /usr/local/bin [root@beastie bin]$whereis gtk12-config gtk12-config: /usr/X11R6/bin/gtk12-config [root@beastie bin]$ ln -s /usr/X11R6/bin/gtk12-config gtk12-config ========================================================== Regards, Yves