From owner-freebsd-ports@FreeBSD.ORG Fri Jun 7 08:57:40 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 22A3BCF4; Fri, 7 Jun 2013 08:57:40 +0000 (UTC) (envelope-from ftp51246-2575596@sh4-5.1blu.de) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) by mx1.freebsd.org (Postfix) with ESMTP id B92CE11B4; Fri, 7 Jun 2013 08:57:39 +0000 (UTC) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.69) (envelope-from ) id 1UksUE-0002Yy-Q0; Fri, 07 Jun 2013 10:57:30 +0200 Date: Fri, 7 Jun 2013 10:57:30 +0200 From: Matthias Apitz To: Niclas Zeising , freebsd-ports@freebsd.org, cy@freebsd.org Subject: Re: ports && 10-CURRENT Message-ID: <20130607085730.GA8414@sh4-5.1blu.de> References: <20130525185649.GA932@tiny.Sisis.de> <51A11350.8050700@freebsd.org> <20130526155022.GA2665@sh4-5.1blu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130526155022.GA2665@sh4-5.1blu.de> X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jun 2013 08:57:40 -0000 El día Sunday, May 26, 2013 a las 05:50:22PM +0200, Matthias Apitz escribió: > Hello, > > Today morning, after SVN checkout /usr/ports r319094 and wiping out > all old stuff: > > # rm -rf /usr/local/* > # rm -rf /var/db/pkg/* > # rm -rf /compat/linux/* > > I've made the following ports: > > x11/xorg > devel/imake > > now the 'imake' works fine to configure, for example graphics/xv; > Good News!!! It seems that net/vnc tries to compile its own version of the imake tool, which is now not working anymore; see attached nohup.out; matthias ===> Building for vnc-4.1.3_5 cd /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc && make CC=cc CXX=c++ World ./config/util/printver.c:15:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() ^~~~ 1 warning generated. Building XFree86 version 4.3.0 (27 February 2003). I hope you checked the configuration parameters in ./config/cf to see if you need to pass BOOTSTRAPCFLAGS. viernes, 7 de junio de 2013, 07:15:59 CEST cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean rm -f ccimake imake.o imake rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#* rm -f -r Makefile.proto Makefile Makefile.dep bootstrap rm -f imakemdep_cpp.h make Makefile.boot cd ./config/imake && make -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR="" in config/imake cc -o ccimake -DCROSSCOMPILEDIR=\"\" -O -I../../include -I../../imports/x11/include/X11 ccimake.c ccimake.c:53:6: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(1, crosscompiledir_str, sizeof(crosscompiledir_str) - 1); ^ 1 warning generated. if [ -n "" ] ; then /cc -E `./ccimake` -DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; else touch imakemdep_cpp.h; fi cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend objformat: not found In file included from Imakefile.c:16: In file included from ./config/cf/Imake.tmpl:104: ./config/cf/FreeBSD.cf:477:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: In file included from ./config/cf/Imake.tmpl:300: ./config/cf/Imake.rules:1627:27: warning: empty character constant [-Winvalid-pp-token] for flag in ${MAKEFLAGS} ''; do \ @@\ ^ ./config/cf/Imake.rules:1850:35: error: '#' is not followed by a macro parameter #define IncludeMakefile(file) @@# dependencies are in .depend ^ In file included from Imakefile.c:16: ./config/cf/Imake.tmpl:1982:10: fatal error: ' X11 .rules' file not found #include ProjectRulesFile ^ ./config/cf/Imake.tmpl:1980:35: note: expanded from macro 'ProjectRulesFile' # define ProjectRulesFile Concat3(<,TopLevelProject,.rules>) ^ ./config/cf/Imake.rules:252:23: note: expanded from macro 'Concat3' #define Concat3(a,b,c)a/**/b/**/c ^ 1 warning and 3 errors generated. ./config/imake/imake: Exit code 1. Stop. *** [./config/makedepend/Makefile.proto] Error code 1 Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc. *** [World] Error code 1 Stop in /usr/ports/net/vnc/work/vnc-4_1_3-unixsrc/unix/xc. *** [post-build] Error code 1 Stop in /usr/ports/net/vnc. *** [build] Error code 1 Stop in /usr/ports/net/vnc. -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards