Date: Fri, 12 Jul 2002 02:27:48 -0700 From: Adam Weinberger <adam@vectors.cx> To: Manuel Hendel <manuel@hendel.net> Cc: "Kevin Kinsey, DaleCo, S.P." <kdk@daleco.biz>, freebsd-questions@FreeBSD.ORG Subject: Re: problems installing icewm from ports Re: problems installing fvwm2 from ports Message-ID: <20020712092748.GA1280@vectors.cx> In-Reply-To: <20020712091037.GC331@partagas.as.de.cw.net> References: <00c201c22981$de26cd00$b9ec910c@fbccarthage.com> <20020712091037.GC331@partagas.as.de.cw.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020712092748.GA1280>
