Date: 05 Sep 2002 10:36:10 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: "Kirk R. Wythers" <kwythers@umn.edu> Cc: freebsd-gnome@FreeBSD.ORG Subject: Re: evolution won't build Message-ID: <1031236571.326.8.camel@gyros.marcuscom.com> In-Reply-To: <1031236223.326.1.camel@gyros.marcuscom.com> References: <1031235688.393.2.camel@lorax.forestry.umn.edu> <1031236223.326.1.camel@gyros.marcuscom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-09-05 at 10:30, Joe Marcus Clarke wrote: > On Thu, 2002-09-05 at 10:21, Kirk R. Wythers wrote: > > I am running evol 1.7, when I try and make 1.8 I get the following sed > > error: > > Looks like your /usr/ports/Mk directory is out-of-date. When updating > your ports tree through cvsup, you _must_ always update the Mk > directory. This is done by making sure to include the ports-base tag. > This is done automatically with the ports-all tag. Whoops, I misread the error. make understands the REINPLACE_CMD macro, it just can't find the right version of sed. If you're running a recent -stable or -CURRENT, you should already have a /usr/bin/sed that supports the -i option. If you're not, you need to have the textproc/sed_inplace port installed. Please verify all of the above. Joe > > Joe > > > > > lorax# make > > ===> Extracting for evolution-1.0.8 > > >> Checksum OK for gnome/evolution-1.0.8.tar.bz2. > > >> Checksum OK for gnome/db-3.1.17.tar.bz2. > > >> Checksum OK for gnome/evolution-1.0.2-reply-to.diff.gz. > > ===> evolution-1.0.8 depends on file: > > /usr/X11R6/lib/gnome-pilot/conduits/libemail_conduit.so - found > > ===> evolution-1.0.8 depends on executable: gmake - found > > ===> evolution-1.0.8 depends on executable: libtool - found > > ===> evolution-1.0.8 depends on executable: bison - found > > ===> evolution-1.0.8 depends on shared library: bonobo_conf.0 - found > > ===> evolution-1.0.8 depends on shared library: nss3.1 - found > > ===> evolution-1.0.8 depends on shared library: X11.6 - found > > ===> evolution-1.0.8 depends on shared library: esd.2 - found > > ===> evolution-1.0.8 depends on shared library: ghttp.1 - found > > ===> evolution-1.0.8 depends on shared library: glib12.3 - found > > ===> evolution-1.0.8 depends on shared library: gtk12.2 - found > > ===> evolution-1.0.8 depends on shared library: xml.5 - found > > ===> evolution-1.0.8 depends on shared library: gdk_pixbuf.2 - found > > ===> evolution-1.0.8 depends on shared library: Imlib.5 - found > > ===> evolution-1.0.8 depends on shared library: ORBit.2 - found > > ===> evolution-1.0.8 depends on shared library: gnome.5 - found > > ===> evolution-1.0.8 depends on shared library: gnomecanvaspixbuf.1 - > > found > > ===> evolution-1.0.8 depends on shared library: oaf.0 - found > > ===> evolution-1.0.8 depends on shared library: gconf-1.1 - found > > ===> evolution-1.0.8 depends on shared library: capplet.5 - found > > ===> evolution-1.0.8 depends on shared library: gnomeprint.16 - found > > ===> evolution-1.0.8 depends on shared library: bonobo.2 - found > > ===> evolution-1.0.8 depends on shared library: gda-client.0 - found > > ===> evolution-1.0.8 depends on shared library: gnomedb.0 - found > > ===> evolution-1.0.8 depends on shared library: glade.4 - found > > ===> evolution-1.0.8 depends on shared library: gal.19 - found > > ===> evolution-1.0.8 depends on shared library: glibwww.1 - found > > ===> evolution-1.0.8 depends on shared library: gtkhtml.21 - found > > ===> Patching for evolution-1.0.8 > > sed: illegal option -- i > > usage: sed script [-Ean] [file ...] > > sed [-an] [-e script] ... [-f script_file] ... [file ...] > > *** Error code 1 > > > > Stop in /usr/ports/mail/evolution. > > > > > > Anyone know what's up? > > > > Thanks, > > > > Kirk > > > > -- > > Kirk R. Wythers email: kwythers@umn.edu > > University of Minnesota tel: 612.625.2261 > > Department of Forest Resources fax: 612.625.5212 > > Saint Paul, MN 55108 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-gnome" in the body of the message > > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1031236571.326.8.camel>