Re: make errors for gtk12

2004-09-15 Thread Adam Smith
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.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make errors for gtk12

2004-09-15 Thread Adam Smith
On Tue, Sep 14, 2004 at 01:35:00PM -0500, Kevin D. Kinsey, DaleCo, S.P. said:
 
 Sorry to butt in ... but did this help?

Also interestingly, an xterm launched from an Eterm process doesn't fall
victim to the same problems.  It must inherit Eterm's environment, but the
environment, ie executing 'set' in both xterms, is displaying the same
output.

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

Dog for sale: Eats lots and is fond of children.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make errors for gtk12

2004-09-14 Thread Anton Kazak
   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.

 Hi.

 I have recently installed FreeBSD 5-CURRENT with Xorg and proceeded to
 install KDE 3.3.0 from packages.

 For every port I try and install using either portinstall or 'make
 install', I am getting the following errors:

 --- 8- SNIP ---
 ===   gtk-1.2.10_12 depends on shared library: glib12.3 - found
 ===  Configuring for gtk-1.2.10_12
 cp: /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10
 /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.guess: No such file
 or dir
 ectory
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/gtk12.
 *** Error code 1

 Stop in /usr/ports/editors/vim.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall6106.0
 make
 ** Fix the problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
 ! editors/vim   (unknown build error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 --- 8- SNIP ---

 Every port fails when trying to find the file config.guess.

 What is going on?

-- 

AK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make errors for gtk12

2004-09-14 Thread Adam Smith
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

 
  Hi.
 
  I have recently installed FreeBSD 5-CURRENT with Xorg and proceeded to
  install KDE 3.3.0 from packages.
 
  For every port I try and install using either portinstall or 'make
  install', I am getting the following errors:
 
  --- 8- SNIP ---
  ===   gtk-1.2.10_12 depends on shared library: glib12.3 - found
  ===  Configuring for gtk-1.2.10_12
  cp: /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10
  /usr/ports/x11-toolkits/gtk12/work/gtk+-1.2.10/config.guess: No such file
  or dir
  ectory
  *** Error code 1
 
  Stop in /usr/ports/x11-toolkits/gtk12.
  *** Error code 1
 
  Stop in /usr/ports/editors/vim.
  ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall6106.0
  make
  ** Fix the problem and try again.
  ** Listing the failed packages (*:skipped / !:failed)
  ! editors/vim   (unknown build error)
  ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
  --- 8- SNIP ---
 
  Every port fails when trying to find the file config.guess.
 
  What is going on?
 
 -- 
 
 AK
 

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

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make errors for gtk12

2004-09-14 Thread Kevin D. Kinsey, DaleCo, S.P.
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??
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]