Date: Thu, 28 Oct 2010 12:31:32 -0700 From: Fred <fred@blakemfg.com> To: freebsd-questions@freebsd.org Subject: Re: ghostscript install problem Message-ID: <4CC9CF94.90209@blakemfg.com> In-Reply-To: <44lj5iwfff.fsf@be-well.ilk.org> References: <4CC98255.2070207@blakemfg.com> <44lj5iwfff.fsf@be-well.ilk.org>
index | next in thread | previous in thread | raw e-mail
Lowell Gilbert wrote: > Fred <fred@blakemfg.com> writes: > > >> Hello, >> >> I am trying to install ghostscript8 from ports on 8.0-RELEASE-p4. The >> build stops when >> /usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/ert is to >> be installed in /usr/local/bin. The error is file not found. Error >> code 71. I tried going to the epag-3.09 directory: >> make clean >> make >> The following warnings are produced: >> ert.c: In function 'printUsageAndExit': >> ert.c:34: warning: incompatible implicit declaration of built-in >> function 'exit' >> ert.c: In function 'main': >> ert.c:52: warning: incompatible implicit declaration of built-in function >> 'malloc' >> ert.c:55: warning: incompatible implicit declaration of built-in function >> 'exit' >> ert.c:63: warning: incompatible implicit declaration of built-in function >> 'strlen' >> ert.c:73: warning: incompatible implicit declaration of built-in function >> 'exit' >> ert.c:82: warning: incompatible implicit declaration of built-in function >> 'exit' >> ert.c:87: warning: incompatible implicit declaration of built-in function >> 'exit' >> ert.c:116: warning: incompatible implicit declaration of built-in function >> 'exit' >> >> What can I do to resolve this problem? >> > > You could always start by updating your ports. At least that way, those > of us with current versions of the port would be able to look at the > same makefiles and so forth. That said, go back to the main port > directory, make clean, make rmconfig, and build again; *don't* change > the port options when given the choice (after all, the port did build on > a clean system, so the problem's probably something you set up). Also > make sure there's nothing relevant in /etc/make.conf. > > Another point: if you still have the problem after following this > advice, copy-and-paste the actual errors, rather than trying to re-type > it. > > Good luck. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Ghostscript8 compiled and installed ok. It was probably the rmconfig that fixed it. I had unset a lot of options that were of no value to me. Maybe one or more of them are not really optional. Concerning the copy & paste, root is not running X so there is no copy and paste. I tried redirecting error output from make with 2>$HOME/make_error but make sees the redirection as an instruction it does not know how to do. Thanks for the help. Best regards, Fredhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CC9CF94.90209>
