Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jan 2005 10:59:02 +0900
From:      horio shoichi <bugsgrief@bugsgrief.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: Error portupgrading openssl
Message-ID:  <20050128.015904.bd797200501680e5.10.0.3.20@bugsgrief.net>
In-Reply-To: <41F92D4D.3080505@daltons.ca>
References:  <41F91E81.90400@daltons.ca> <20050127180038.GZ80512@numachi.com> <41F92D4D.3080505@daltons.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 27 Jan 2005 11:05:01 -0700
Aaron Dalton <aaron@daltons.ca> wrote:
> Brian Reichert wrote:
> > On Thu, Jan 27, 2005 at 10:01:53AM -0700, Aaron Dalton wrote:
> > 
> >>When I try to portupgrade or simply make security/openssl I get the 
> >>following error code:
> >>
> >>/bin/sh:Argument list too long
> >>
> > 
> > I've seen this when I have OPENSSL_OVERWRITE_BASE set; are you doing that?
> > 
> 
> Nay.  No such environment variable set.  I have made no environment 
> changes since my last upgrade of openssl.
> 
> Aaron
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
> 

I saw the same message. This seems a genuine problem since a command
around do-fetch has 64101 bytes long.

Maybe MLINK handling moved elsewhere to vacate arg space.

Meanwhile try something like:

	% env - USER="$USER" HOME="$HOME" PATH="$PATH" \
			ANYTHING_ELSE="$ANYTHING_ELSE" \
			make build


horio shoichi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050128.015904.bd797200501680e5.10.0.3.20>