Date: Fri, 22 Jul 2005 13:06:02 +0800 From: =?ISO-2022-JP?B?GyRCTEBNexsoQg==?= <iamayan@gmail.com> To: Pav Lucistnik <pav@freebsd.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/83770: New port: emulators/skyeye Message-ID: <bf1ffbab05072122061b4e9fc4@mail.gmail.com> In-Reply-To: <bf1ffbab050721214439ba474f@mail.gmail.com> References: <200507211207.j6LC71ua009729@freefall.freebsd.org> <bf1ffbab050721214439ba474f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> On 7/22/05, 明李 <iamayan@gmail.com> 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 <pav@freebsd.org> 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 > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bf1ffbab05072122061b4e9fc4>