From owner-freebsd-ports@FreeBSD.ORG Wed Oct 11 12:59:21 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FC316A403 for ; Wed, 11 Oct 2006 12:59:21 +0000 (UTC) (envelope-from elfshadow@physics.upatras.gr) Received: from nic.upatras.gr (nic.upatras.gr [150.140.129.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 99FB643D6A for ; Wed, 11 Oct 2006 12:59:15 +0000 (GMT) (envelope-from elfshadow@physics.upatras.gr) Received: (qmail 28876 invoked by uid 111); 11 Oct 2006 12:59:14 -0000 Received: from 150.140.159.71 by nic.upatras.gr (envelope-from , uid 103) with qmail-scanner-1.25 (clamdscan: 0.83/706. Clear:RC:1(150.140.159.71):. Processed in 0.063775 secs); 11 Oct 2006 12:59:14 -0000 Received: from pythagoras.physics.upatras.gr (150.140.159.71) by nic.upatras.gr with SMTP; 11 Oct 2006 12:59:13 -0000 Received: (qmail 24591 invoked by uid 1189); 11 Oct 2006 12:48:09 -0000 Date: Wed, 11 Oct 2006 15:48:09 +0300 From: Laganakos Vassilis To: freebsd-ports@freebsd.org Message-ID: <20061011124809.GA24480@pythagoras.physics.upatras.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: epsilon does not compile on freebsd-6 stable. 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, 11 Oct 2006 12:59:21 -0000 Hi, I recently attempted to upgrade the enlightenment-devel to enlightenment-20060926 and there appears to be a problem in compiling the /graphics/epsilon port. It stops compiling at the point: ===> Building for epsilon-20060926,1 Making all in src make all-recursive Making all in lib Making all in exiftags if /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../src -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I../../src/include -DPACKAGE_BIN_DIR=\""/usr/local/bin"\" -DPACKAGE_LIB_DIR=\""/usr/local/lib"\" -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -MT epsilon_thumb.lo -MD -MP -MF ".deps/epsilon_thumb.Tpo" -c -o epsilon_thumb.lo epsilon_thumb.c; then mv -f ".deps/epsilon_thumb.Tpo" ".deps/epsilon_thumb.Plo"; else rm -f ".deps/epsilon_thumb.Tpo"; exit 1; fi cc -DHAVE_CONFIG_H -I. -I. -I../../src -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I../../src/include -DPACKAGE_BIN_DIR=\"/usr/local/bin\" -DPACKAGE_LIB_DIR=\"/usr/local/lib\" -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -Wall -MT epsilon_thumb.lo -MD -MP -MF .deps/epsilon_thumb.Tpo -c epsilon_thumb.c -fPIC -DPIC -o .libs/epsilon_thumb.o epsilon_thumb.c:347: error: conflicting types for 'epsilon_del' /usr/local/include/Epsilon_Request.h:51: error: previous declaration of 'epsilon_del' was here epsilon_thumb.c:347: error: conflicting types for 'epsilon_del' /usr/local/include/Epsilon_Request.h:51: error: previous declaration of 'epsilon_del' was here *** Error code 1 Stop in /usr/ports/graphics/epsilon/work/epsilon-20060926/src/lib. *** Error code 1 Stop in /usr/ports/graphics/epsilon/work/epsilon-20060926/src/lib. *** Error code 1 Stop in /usr/ports/graphics/epsilon/work/epsilon-20060926/src. *** Error code 1 Stop in /usr/ports/graphics/epsilon/work/epsilon-20060926/src. *** Error code 1 Stop in /usr/ports/graphics/epsilon/work/epsilon-20060926. *** Error code 1 Stop in /usr/ports/graphics/epsilon. I'm using freebsd-6-stable and I'm up to date. What could have caused this problem? Regards, Vassilis. --