From owner-freebsd-questions Fri Jul 12 3:30: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626E837B400 for ; Fri, 12 Jul 2002 03:29:54 -0700 (PDT) Received: from vectors.cx (manifold.vectors.cx [64.163.147.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED14643E31 for ; Fri, 12 Jul 2002 03:29:53 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: from vectors.cx (localhost [127.0.0.1]) by vectors.cx (8.12.4/8.12.4) with ESMTP id g6C9Rm2Q001353; Fri, 12 Jul 2002 02:27:48 -0700 (PDT) (envelope-from monkey@vectors.cx) Received: (from monkey@localhost) by vectors.cx (8.12.4/8.12.4/Submit) id g6C9Rmuw001352; Fri, 12 Jul 2002 02:27:48 -0700 (PDT) Date: Fri, 12 Jul 2002 02:27:48 -0700 From: Adam Weinberger To: Manuel Hendel Cc: "Kevin Kinsey, DaleCo, S.P." , freebsd-questions@FreeBSD.ORG Subject: Re: problems installing icewm from ports Re: problems installing fvwm2 from ports Message-ID: <20020712092748.GA1280@vectors.cx> References: <00c201c22981$de26cd00$b9ec910c@fbccarthage.com> <20020712091037.GC331@partagas.as.de.cw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020712091037.GC331@partagas.as.de.cw.net> X-Editor: Vim 6.1 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-URL: http://www.vectors.cx http://www.crackula.com User-Agent: Mutt/1.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG what you're experiencing is mismatched versions of sed. cvsup the latest sources, and rebuild and install sed (/usr/src/usr.bin/sed). -Adam >> (07.12.2002 @ 0210 PST): Manuel Hendel said, in 4.0K: << > On Fri, Jul 12, 2002 at 03:54:28AM -0500, Kevin Kinsey, DaleCo, S.P. wrote: > > > > I believe you've just discovered the difference between > > FBSD's make and the GNU make. If you can figure out > > why you are running GNU's make (which it looks like from > > here) instead of FBSD's that might fix your problem. > > > > Best of luck, > > > > Kevin Kinsey > > > > But gmake seams to be needed by fvwm2 an icewm. > > partagas:/usr/ports/x11-wm/fvwm2$ make clean > ===> Cleaning for gmake-3.79.1_2 > ===> Cleaning for imake-4.2.0_1 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for freetype2-2.1.2 > ===> Cleaning for XFree86-libraries-4.2.0_1 > ===> Cleaning for fvwm-2.4.8 > partagas:/usr/ports/x11-wm/fvwm2$ > > > partagas:/usr/ports/x11-wm/icewm$ make clean > ===> Cleaning for esound-0.2.28 > ===> Cleaning for libaudiofile-0.2.3 > ===> Cleaning for libiconv-1.8 > ===> Cleaning for autoconf-2.53 > ===> Cleaning for bison-1.35_1 > ===> Cleaning for gettext-0.11.2 > ===> Cleaning for gmake-3.79.1_2 > ===> Cleaning for imake-4.2.0_1 > ===> Cleaning for libgnugetopt-1.1 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for pkgconfig-0.12.0 > ===> Cleaning for freetype2-2.1.2 > ===> Cleaning for expat-1.95.3 > ===> Cleaning for XFree86-libraries-4.2.0_1 > ===> Cleaning for icewm-esound-1.0.9.2 > partagas:/usr/ports/x11-wm/icewm$ > > > But I deinstalled gmake and retried to install icewm and fvwm2, this > doesn't work as well. > > partagas:/usr/ports/x11-wm/fvwm2$ make clean > ===> Cleaning for gmake-3.79.1_2 > ===> Cleaning for imake-4.2.0_1 > ===> Cleaning for libtool-1.3.4_4 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for freetype2-2.1.2 > ===> Cleaning for XFree86-libraries-4.2.0_1 > ===> Cleaning for fvwm-2.4.8 > partagas:/usr/ports/x11-wm/fvwm2$ make > ===> Extracting for fvwm-2.4.8 > >> Checksum OK for fvwm-2.4.8.tar.bz2. > >> Checksum OK for fvwm_icons.tgz. > ===> fvwm-2.4.8 depends on executable: gmake - not found > ===> Verifying install for gmake in /usr/ports/devel/gmake > ===> Building for gmake-3.79.1_2 > make all-recursive > Making all in glob > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DHAVE_LOCALE_H > -DHAVE_LC_MESSAGES -O -pipe -c glob.c > glob.c: In function `glob_in_dir': > glob.c:1319: `DIR' undeclared (first use in this function) > glob.c:1319: (Each undeclared identifier is reported only once > glob.c:1319: for each function it appears in.) > glob.c:1319: syntax error before `)' > glob.c:1322: dereferencing pointer to incomplete type > glob.c:1333: dereferencing pointer to incomplete type > glob.c:1339: dereferencing pointer to incomplete type > glob.c:1404: syntax error before `)' > glob.c:1416: syntax error before `)' > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1/glob. > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1. > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1. > *** Error code 1 > > Stop in /usr/ports/devel/gmake. > *** Error code 1 > > Stop in /usr/ports/x11-wm/fvwm2. > partagas:/usr/ports/x11-wm/fvwm2$ > > > ===> Building for gmake-3.79.1_2 > make all-recursive > Making all in glob > cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -DHAVE_LOCALE_H > -DHAVE_LC_MESSAGES -O -pipe -c glob.c > glob.c: In function `glob_in_dir': > glob.c:1319: `DIR' undeclared (first use in this function) > glob.c:1319: (Each undeclared identifier is reported only once > glob.c:1319: for each function it appears in.) > glob.c:1319: syntax error before `)' > glob.c:1322: dereferencing pointer to incomplete type > glob.c:1333: dereferencing pointer to incomplete type > glob.c:1339: dereferencing pointer to incomplete type > glob.c:1404: syntax error before `)' > glob.c:1416: syntax error before `)' > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1/glob. > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1. > *** Error code 1 > > Stop in /usr/ports/devel/gmake/work/make-3.79.1. > *** Error code 1 > > Stop in /usr/ports/devel/gmake. > *** Error code 1 > > Stop in /usr/ports/x11-wm/icewm. > partagas:/usr/ports/x11-wm/icewm$ > > > manuel > > -- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > >> end of "Re: problems installing icewm from ports Re: problems installing fvwm2 from ports" from Manuel Hendel << -- "Oh good, my dog found the chainsaw." -Lilo Adam Weinberger adam@vectors.cx http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message