From owner-freebsd-ports@FreeBSD.ORG Tue May 29 06:13:19 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 9426216A468 for ; Tue, 29 May 2007 06:13:19 +0000 (UTC) (envelope-from cristi@net.utcluj.ro) Received: from bavaria.utcluj.ro (bavaria.utcluj.ro [193.226.5.35]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7D513C4BE for ; Tue, 29 May 2007 06:13:19 +0000 (UTC) (envelope-from cristi@net.utcluj.ro) Received: from localhost (localhost [127.0.0.1]) by bavaria.utcluj.ro (Postfix) with ESMTP id 08B5F5089B for ; Tue, 29 May 2007 08:46:53 +0300 (EEST) X-Virus-Scanned: by the daemon playing with your mail on bavaria.utcluj.ro Received: from bavaria.utcluj.ro ([127.0.0.1]) by localhost (bavaria.utcluj.ro [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oUsKcINc+qLJ for ; Tue, 29 May 2007 08:46:49 +0300 (EEST) Received: from [172.27.2.200] (c7.campus.utcluj.ro [193.226.6.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by bavaria.utcluj.ro (Postfix) with ESMTP id 52DD75086F for ; Tue, 29 May 2007 08:46:49 +0300 (EEST) Message-ID: <465BBE48.1040408@net.utcluj.ro> Date: Tue, 29 May 2007 08:46:48 +0300 From: Cristian KLEIN Organization: Data Communication Center - Technical University of Cluj-Napoca User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: ports@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Unable to compile print/freetype2 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: Tue, 29 May 2007 06:13:19 -0000 Hello everybody, Sorry if I haven't RTFM enough. If you are able to help, please CC me, because I am not on the list. In one of my jails, I have print/freetype2 (freetype2-2.2.1_1) which is vulnerable, so I wanted to upgrade it to the newest version. Every time I try to compile it I get the following error: --- cut here --- root@mail:/usr/ports/print/freetype2# make ===> Building for freetype2-2.2.1_2 cc -I./objs -I./builds/ansi -I./include -O -pipe -march=pentium4 -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="" -o objs/ftsystem.o src/base/ftsystem.c In file included from ./include/freetype/config/ftconfig.h:43, from src/base/ftsystem.c:29: ./include/freetype/config/ftoption.h:439:1: warning: "TT_CONFIG_OPTION_BYTECODE_INTERPRETER" redefined :2:1: warning: this is the location of the previous definition /usr/lib/crt1.o(.text+0x82): In function `_start': : undefined reference to `main' gmake: *** [objs/ftsystem.o] Error 1 *** Error code 2 Stop in /usr/ports/print/freetype2. --- and here --- My ports collection is up-to-date, I have also tried to upgrade the ports it depends on, "make clean" etc. with no success. Other info: --- cut here --- root@mail:/usr/ports/print/freetype2# uname -a FreeBSD mail.xxx.xxx 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #5: Fri Apr 27 20:01:20 EEST 2007 cristi@xxx.xxx.xxx:/usr/obj/usr/src/sys/xxx-SMP i386 root@mail:/usr/ports/print/freetype2# cat /etc/make.conf # # General MAKE variables # CPUTYPE?=pentium4 CFLAGS= -O -pipe MAKE_SHELL?=sh COPTFLAGS= -O -pipe # No X11 WITHOUT_X11=duh # For PERL ENABLE_SUIDPERL=yes # added by use.perl 2007-04-25 13:34:04 PERL_VER=5.8.8 PERL_VERSION=5.8.8 --- and here --- Thanks.