From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 22 05:09:07 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8117116A429 for ; Fri, 22 Jul 2005 05:09:07 +0000 (GMT) (envelope-from iamayan@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E93D43D8A for ; Fri, 22 Jul 2005 05:08:51 +0000 (GMT) (envelope-from iamayan@gmail.com) Received: by zproxy.gmail.com with SMTP id i28so117056nzi for ; Thu, 21 Jul 2005 22:08:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mGrL7Q0UbgfI45maGKBDwpsoTMAL1RVTZ4XT1V25Wa7TzDIZJ2YLeGgWnoADDDkVrG7WBn10W7IzE9Ir7ED4D7dgnaJscdPMVjP/gi5bD4tAzBg0DU21gLoLfCaOLRUGfgZvsLakR/FIsaxlaSRK7K/K7MQ/4K2cUhY14nrGopk= Received: by 10.36.154.18 with SMTP id b18mr1350807nze; Thu, 21 Jul 2005 22:06:02 -0700 (PDT) Received: by 10.36.133.18 with HTTP; Thu, 21 Jul 2005 22:06:02 -0700 (PDT) Message-ID: Date: Fri, 22 Jul 2005 13:06:02 +0800 From: =?ISO-2022-JP?B?GyRCTEBNexsoQg==?= To: Pav Lucistnik In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200507211207.j6LC71ua009729@freefall.freebsd.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/83770: New port: emulators/skyeye X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?ISO-2022-JP?B?GyRCTEBNexsoQg==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 05:09:07 -0000 i fix the Makefile again It will do now --- Makefile Fri Jul 22 12:58:16 2005 +++ Makefile Fri Jul 22 12:54:38 2005 @@ -26,8 +26,8 @@ INFO= mmalloc SKYEYETARGET?= arm-elf -CONFIGURE_ARGS+= --target=${SKYEYETARGET} \ - --without-gtk-prefix \ +CONFIGURE_TARGET= --target=${SKYEYETARGET} +CONFIGURE_ARGS+= --without-gtk-prefix \ --without-gtk-exec-prefix \ --disable-gtktest .include On 7/22/05, 明李 wrote: > It will work when without USE_GNOME = gtk20 > the difference is when I comment out USE_GNOME = gtk20 > the configure_arg will not add --build=xxxxxx > > then it will work . > > what should I do next? > > On 7/21/05, Pav Lucistnik wrote: > > Synopsis: New port: emulators/skyeye > > > > State-Changed-From-To: open->feedback > > State-Changed-By: pav > > State-Changed-When: Thu Jul 21 12:06:35 GMT 2005 > > State-Changed-Why: > > Does not compile: > > > > make SUBDIRS="" mostlyclean > > rm -rf *.o pic core errs \#* *.E a.out > > rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-* > > rm -f stamp-picdir > > rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky > > rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg > > rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.vr > > rm -f libtexi.stamp > > rm -f *.a required-list tmpmulti.out > > rm -f libiberty.dvi libiberty.info* libiberty.html > > rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out > > rm -f config.log > > rmdir testsuite 2>/dev/null > > *** Error code 1 (ignored) > > creating cache ../config.cache > > configure: error: can not find install-sh or install.sh in ./../.. > > ././../.. > > gmake: *** [configure-build-libiberty] Error 1 > > *** Error code 2 > > > > http://hood.oook.cz/tb/errors/4-i386/skyeye-0.9.5.log > > > > > > Responsible-Changed-From-To: freebsd-ports-bugs->pav > > Responsible-Changed-By: pav > > Responsible-Changed-When: Thu Jul 21 12:06:35 GMT 2005 > > Responsible-Changed-Why: > > Handle > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=83770 > > >