ports errors classification

Robert Backhaus robbak at robbak.com
Tue Mar 24 03:27:45 UTC 2015


The code is just the value returned by the last process to run. Processes
that complete successfully return 0, and if they fail, they return
something else. So if you want to know what the codes mean, you have to
look at the documentation - generally the man page - for the process, such
as the compiler, or the 'cp ' command.

That said, the number is generally 1 for any failure.

On 24 March 2015 at 08:37, umka ursa <umka6970 at gmail.com> wrote:

> Hello comunity!
> Im looking for documentation about ports instalation error codes. I meen
> somthing like this:
>
> *** [install] Error code 1
> *** [build-depends] Error code 1
>
> Can not find it yet.
> Can you shere it please?
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>


More information about the freebsd-hackers mailing list