![]() |
|
|||||||
| NetBSD General Other questions regarding NetBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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
|
|
||||
|
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.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
when woud i use these tools and how
|
|
||||
|
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
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |