From owner-freebsd-ports@FreeBSD.ORG Sat Oct 19 14:16:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F4BF8CD; Sat, 19 Oct 2013 14:16:00 +0000 (UTC) (envelope-from s_gammons@charter.net) Received: from mta41.charter.net (mta41.charter.net [216.33.127.83]) by mx1.freebsd.org (Postfix) with ESMTP id B27CD2C17; Sat, 19 Oct 2013 14:15:59 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta41.charter.net (InterMail vM.8.01.05.02 201-2260-151-103-20110920) with ESMTP id <20131019141553.ZZGE10143.mta41.charter.net@imp10>; Sat, 19 Oct 2013 10:15:53 -0400 Received: from wt05 ([209.225.8.45]) by imp10 with smtp.charter.net id f2Ft1m00B0yHwtd052FtpJ; Sat, 19 Oct 2013 10:15:53 -0400 X-Authority-Analysis: v=2.0 cv=brYUnzmi c=1 sm=1 a=ehs8zoYkA7GGKbXMgLki7A==:17 a=xTI2m9_iC7EA:10 a=cWQ9uGxeeyIA:10 a=16YvNIHOzcQA:10 a=yUnIBFQkZM0A:10 a=IkcTkHD0fZMA:10 a=hOpmn2quAAAA:8 a=A_fFUKskKNIA:10 a=angbEc47JvIz0n2nfxEA:9 a=QEXdDO2ut3YA:10 a=ehs8zoYkA7GGKbXMgLki7A==:117 Received: from [24.179.76.115] by enhanced.charter.net with HTTP; Sat, 19 Oct 2013 10:15:53 -0400 Date: Sat, 19 Oct 2013 10:15:53 -0400 (EDT) From: s_gammons@charter.net To: marino@freebsd.org Message-ID: <1c919f9a.7ff9d.141d112835c.Webtop.45@charter.net> Subject: Re: Compiling sguil-server on Release 9.2 i386 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=no Content-Transfer-Encoding: 7bit User-Agent: Laszlo Mail 3 X-SID: 45 X-Originating-IP: [24.179.76.115] Content-Disposition: inline Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 14:16:00 -0000 > The line I mentioned is the one returning the error. That is still > true, it's not getting "3.052" when building security/sguil-server. > > You need to forget about removing the "M", that's a red herring. By > removing the "M", you skipped the line that is failing, but that also > means MYSQL isn't built in either. > > If you just want the thing to build (and not care if that sguil-server > makefile is busted), then try this: > 1) Remove line 46 completely. > 2) On line 47, replace "${MYSQLTCL_VER}" with "3.052" > > I feel that the makefile could be reworked to avoid calling make on > databases/mysqltcl in a number of different ways, but that is for the > maintainer to decide (i.e. open a PR so it's fixed permanently). > > I modified like so, and it still bombs... Guess I'll have to file a PR or build it manually like I talked about before. .if ${PORT_OPTIONS:MMYSQL} # @${ECHO_CMD} $$(${MYSQLTCL_CMDS}) RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl .endif root@gateway2:/usr/ports # portmaster security/sguil-server ===>>> Port directory: /usr/ports/security/sguil-server ===>>> Gathering distinfo list for installed ports "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue ===>>> Gathering dependency list for security/sguil-server from ports "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue ===>>> No dependencies for security/sguil-server ===>>> Starting build for security/sguil-server <<<=== ===>>> All dependencies are up to date "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue "Makefile", line 47: Unassociated shell command "RUN_DEPENDS+= ${LOCALBASE}/lib/mysqltcl-3.052:${PORTSDIR}/databases/mysqltcl" make: fatal errors encountered -- cannot continue ===>>> make clean failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster security/sguil-server ===>>> Exiting