From owner-freebsd-current@FreeBSD.ORG Fri Sep 20 12:12:08 2013 Return-Path: Delivered-To: freebsd-current@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 0ACE6206 for ; Fri, 20 Sep 2013 12:12:08 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-qe0-x22a.google.com (mail-qe0-x22a.google.com [IPv6:2607:f8b0:400d:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF6AA2312 for ; Fri, 20 Sep 2013 12:12:07 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id 1so201988qec.29 for ; Fri, 20 Sep 2013 05:12:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=PtyldBtVMn5DHNLzkSQ1y75ejEDDng86l4L+vk7fRAI=; b=VQkUfgLKcoSCpMKe1h90RtBzNpkp4HYJduuvMsWHOE/zVTUDJZtqkhiUAaA90Em62c i6RkGW9ksQxQlqjSCTEeCoMvrHxIEBmoCbPHgW9ussdRdfaX+cG/sAGHQ6zXX/DVLp0C TQ9nL6gpuIZZe5/ehtT7/tpImzziWlXT0uXdDAz+zMSSF1CP2RmV/ghAapXoSgV1KFsK x/oZeOEuxAxcjibEinX9vCG3Ch/cqMiWHs3i3y6u3d6C9P9ZwfVwVPji/gruMXWvw+bi LISGT5+yCwSBApFG6uqPeospFMzY06XivgFp0SlneyHXUWzesYiQAz8AMga+zRBwOaZu UxCw== X-Received: by 10.224.1.194 with SMTP id 2mr3155937qag.70.1379679126913; Fri, 20 Sep 2013 05:12:06 -0700 (PDT) Received: from lumiwa.farms.net ([72.92.158.232]) by mx.google.com with ESMTPSA id h2sm18195917qev.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 20 Sep 2013 05:12:06 -0700 (PDT) From: Ajtim To: Andreas Nilsson Subject: Re: gimp-gmic-plugin Date: Fri, 20 Sep 2013 08:12:01 -0400 Message-ID: <1987088.xAg0kGYRI7@lumiwa.farms.net> User-Agent: KMail/4.11.1 (FreeBSD/10.0-ALPHA1; KDE/4.11.1; amd64; ; ) In-Reply-To: References: <2858522.rN894ah1tY@lumiwa.farms.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Current FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Sep 2013 12:12:08 -0000 Thank you but it doesn't help me. I got the same error. On Friday 20 September 2013 12:50:30 Andreas Nilsson wrote: > This is not related to current, is simply caused by home-brewn build system. > > This should, imho, be reported to gmic developers. > > As a workaround you can add > CC=c++ > in the port Makefile and it should be better off. > > Best regards > Andreas > > On Fri, Sep 20, 2013 at 12:13 PM, Ajtim wrote: > > Hi! > > > > I try to build gimp-gmic-plugin on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep > > 13 > > 01:57:31 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC > > amd64 > > and I got: > > > > gmake freebsd > > gmake[3]: Entering directory `/usr/ports/graphics/gimp-gmic- > > plugin/work/gmic-1.5.6.1/src' > > gmake "CFLAGS+=-Dgmic_build -I/usr/local/include -Wall -W -Dcimg_use_vt100 > > > > - > > > > Dcimg_display=1 -Dcimg_appname=\\\"gmic\\\" -I/usr/local/include - > > Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib - > > Dcimg_use_openexr -I/usr/local/include/OpenEXR -Dcimg_use_fftw3 " > > "LDFLAGS+=- > > L/usr/local/lib -lm -L/usr/local/lib -lX11 -lpthread -lpng -lz -ljpeg > > -ltiff - > > lz -lIlmImf -lHalf -lfftw3 " "STRIP_EXE=1" gmic_gmic > > gmake[4]: Entering directory `/usr/ports/graphics/gimp-gmic- > > plugin/work/gmic-1.5.6.1/src' > > g++ -o gmic_bool.o -c gmic.cpp -Dgmic_build -I/usr/local/include -Wall -W > > - > > Dcimg_use_vt100 -Dcimg_display=1 -Dcimg_appname=\"gmic\" > > -I/usr/local/include > > -Dcimg_use_png -Dcimg_use_jpeg -Dcimg_use_tiff -Dcimg_use_zlib - > > Dcimg_use_openexr -I/usr/local/include/OpenEXR -Dcimg_use_fftw3 - > > Dgmic_split_compilation -Dgmic_bool > > gmake[4]: g++: Command not found > > gmake[4]: *** [gmic_bool.o] Error 127 > > gmake[4]: Leaving directory `/usr/ports/graphics/gimp-gmic- > > plugin/work/gmic-1.5.6.1/src' > > gmake[3]: *** [freebsd] Error 2 > > gmake[3]: Leaving directory `/usr/ports/graphics/gimp-gmic- > > plugin/work/gmic-1.5.6.1/src' > > gmake[2]: *** [all] Error 2 > > gmake[2]: Leaving directory `/usr/ports/graphics/gimp-gmic- > > plugin/work/gmic-1.5.6.1/src' > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/graphics/gimp-gmic-plugin > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/graphics/gimp-gmic-plugin > > > > ===>>> make failed for graphics/gimp-gmic-plugin > > ===>>> Aborting update > > > > ===>>> Killing background jobs > > Terminated > > > > ===>>> You can restart from the point of failure with this command line: > > portmaster graphics/gimp-gmic-plugin > > > > ===>>> Exiting > > > > Thanks in advance. > > > > -- > > Mitja > > --- > > http://redbubble.com/people/lumiwa > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Mitja --- http://redbubble.com/people/lumiwa