Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2004 15:48:56 +0930
From:      Adam Smith <adam@internode.com.au>
To:        "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make errors for gtk12
Message-ID:  <20040915061855.GA29313@internode.com.au>
In-Reply-To: <414739D4.7080001@daleco.biz>
References:  <20040914074114.GA61171@internode.com.au> <200409141209.46252.anton@sp-vertical.spb.ru> <20040914123308.GA24710@internode.com.au> <414739D4.7080001@daleco.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 14, 2004 at 01:35:00PM -0500, Kevin D. Kinsey, DaleCo, S.P. said:
> Adam Smith wrote:
> 
> >On Tue, Sep 14, 2004 at 12:09:44PM +0400, Anton Kazak said:
> > 
> >
> >>? ????????? ?? 14 ???????? 2004 11:41 Adam Smith ???????:
> >>Hello Adam! 
> >>
> >>I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' 
> >>from text console (like CTRL-ALT-F2, or other). I don't know the reason 
> >>of this future. Maybe solve lather.
> >>   
> >>
> >
> >Bizarre!  I'll install Eterm or Aterm and see if the same problem exists
> >with them but I didn't think that whether you did a make from within an
> >xterm or a console tty it would have had such an impact.
> >
> >Cheers for the pointer.
> >
> >
> >Adam
> > 
> >
> 
> Sorry to butt in ... but did this help?
> 
> I couldn't help but think the issue here might be the fact
> that when running xterm, X is running?   So, how would
> using Eterm or Aterm help??

Yes, it did!

Eterm has no problem make-installing software.  Check out the output from
this 'make installkernel':

cd /usr/share/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /usr/share/openssl/man;  set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .  cd /usr/share/nls;  set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`;  while [ $# -gt 0 ] ;  do  rm -rf "$1";  ln -s "$2" "$1";  shift; shift;  done
shift: can't shift that many
*** Error code 2

Stop in /usr/src/etc.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.



Eterm had no problem doing the installkernel.

-- 
Adam Smith
Internode	: http://www.internode.on.net
Phone		: (08) 8228 2999

Dog for sale: Eats lots and is fond of children.



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