DaemonForums  

Go Back   DaemonForums > NetBSD > NetBSD General

NetBSD General Other questions regarding NetBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 3rd September 2009
mtm0 mtm0 is offline
New User
 
Join Date: Aug 2009
Posts: 5
Default error code 1 whie make install gnome

i get this error: *** error code 1 - when trying to compile and i don't know what to do i'm new to NetBSD so any help would be appreciated
Reply With Quote
  #2   (View Single Post)  
Old 4th September 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

The error just means "a script is halting execution".

Somewhere above this error message will be some output that describes the actual error you received. It may be back quite far.

For recording your complete console sessions, you will find script(1) a good capture tool, and col(1) with the -b option helpful for cleaning up the output of script.
Reply With Quote
  #3   (View Single Post)  
Old 4th September 2009
mtm0 mtm0 is offline
New User
 
Join Date: Aug 2009
Posts: 5
Default

when woud i use these tools and how
Reply With Quote
  #4   (View Single Post)  
Old 4th September 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

You use script before, then col after. e.g.:
Code:
$ script
Script started, output file is typescript
$ make install
.
.
*** Error 1 ***
$ exit
Script done, output file is typescript
$ col -b < typescript | less
For more information on how both commands work, you should try reading the script(1) and col(1) man pages.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Compilation --> Error code 2 --> geom_part_pc98 (FreeBSD 7.0) stou FreeBSD Installation and Upgrading 15 11th October 2008 04:43 AM
Error gnome darken FreeBSD Installation and Upgrading 3 27th July 2008 12:21 PM
porting gnome got samba error. bsdnewbie999 OpenBSD General 2 19th June 2008 02:06 AM
slimserver make install *** Error code 1 alan79 FreeBSD Ports and Packages 15 28th May 2008 12:35 PM
Ports installtion error code 1 seadog109 FreeBSD General 1 11th May 2008 01:19 AM


All times are GMT. The time now is 02:55 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick