Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 10:38:28 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Fred <fred@blakemfg.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ghostscript install problem
Message-ID:  <44lj5iwfff.fsf@be-well.ilk.org>
In-Reply-To: <4CC98255.2070207@blakemfg.com> (fred@blakemfg.com's message of "Thu, 28 Oct 2010 07:01:57 -0700")
References:  <4CC98255.2070207@blakemfg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44lj5iwfff.fsf>