List Info

Thread: Problem Installing on MacOSX Leopard




Problem Installing on MacOSX Leopard
user name
2008-03-10 16:02:08
Hi all,
I'm trying to compile new crosstool-ng-1.0 but seems that it
fails in configure,
Infact a ./configure --prefix=/opt/local on my system
produce no
Makefile and this output
-----------
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
       sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ...
[file ...]
crosstool-NG configured as follows:
  PREFIX="/opt/local"
  BINDIR="/opt/local/bin"
  LIBDIR="/opt/local/lib/ct-ng-1.0.0+svn"
  DOCDIR="/opt/local/share/doc/ct-ng-1.0.0+svn"
  MANDIR="/opt/local/share/man/man1"

seems that sed on my system do not have the option -r and
not the equivalent.
How i can fix it? If u need a tester for macos x for this
purpose i'm here!

Best Regards
luciano

--
For unsubscribe information see http://sourcewar
e.org/lists.html#faq


Re: Problem Installing on MacOSX Leopard
user name
2008-03-10 16:37:11
On Mar 10, 2008, at 2:02 PM, kevinlux - wrote:

> Hi all,
> I'm trying to compile new crosstool-ng-1.0 but seems
that it fails  
> in configure,
> Infact a ./configure --prefix=/opt/local on my system
produce no
> Makefile and this output
> -----------
> sed: illegal option -- r
> usage: sed script [-Ealn] [-i extension] [file ...]
>       sed [-Ealn] [-i extension] [-e script] ... [-f
script_file] ...
> [file ...]
> crosstool-NG configured as follows:
>  PREFIX="/opt/local"
>  BINDIR="/opt/local/bin"
>  LIBDIR="/opt/local/lib/ct-ng-1.0.0+svn"
> 
DOCDIR="/opt/local/share/doc/ct-ng-1.0.0+svn"
>  MANDIR="/opt/local/share/man/man1"
>
> seems that sed on my system do not have the option -r
and not the  
> equivalent.

You seem to be using leopard provided sed.
>
> How i can fix it? If u need a tester for macos x for
this purpose  
> i'm here!

May be you can install macports
>
>
> Best Regards
> luciano
>
> --
> For unsubscribe information see http://sourcewar
e.org/lists.html#faq
>

Khem Raj




--
For unsubscribe information see http://sourcewar
e.org/lists.html#faq


Re: Problem Installing on MacOSX Leopard
user name
2008-03-10 17:01:13
2008/3/10, Khem Raj <krajmvista.com>:
>
>  On Mar 10, 2008, at 2:02 PM, kevinlux - wrote:
>
>  > Hi all,
>  > I'm trying to compile new crosstool-ng-1.0 but
seems that it fails
>  > in configure,
>  > Infact a ./configure --prefix=/opt/local on my
system produce no
>  > Makefile and this output
>  > -----------
>  > sed: illegal option -- r
>  > usage: sed script [-Ealn] [-i extension] [file
...]
>  >       sed [-Ealn] [-i extension] [-e script] ...
[-f script_file] ...
>  > [file ...]
>  > crosstool-NG configured as follows:
>  >  PREFIX="/opt/local"
>  >  BINDIR="/opt/local/bin"
>  > 
LIBDIR="/opt/local/lib/ct-ng-1.0.0+svn"
>  > 
DOCDIR="/opt/local/share/doc/ct-ng-1.0.0+svn"
>  >  MANDIR="/opt/local/share/man/man1"
>  >
>  > seems that sed on my system do not have the
option -r and not the
>  > equivalent.
>
>
> You seem to be using leopard provided sed.
>
> >
>  > How i can fix it? If u need a tester for macos x
for this purpose
>  > i'm here!
>
>
> May be you can install macports

Yes, I'm on Leopard 10.5.2 with macports i have installed
gsed and
make a link to gsed.
Compilation and installation works but when i type ct-ng
bash return
immediately and nothing happen!!

--
For unsubscribe information see http://sourcewar
e.org/lists.html#faq


Re: Problem Installing on MacOSX Leopard
user name
2008-03-10 17:10:55
2008/3/10, kevinlux - <kevinluxgmail.com>:
> 2008/3/10, Khem Raj <krajmvista.com>:
>
> >
>  >  On Mar 10, 2008, at 2:02 PM, kevinlux - wrote:
>  >
>  >  > Hi all,
>  >  > I'm trying to compile new crosstool-ng-1.0
but seems that it fails
>  >  > in configure,
>  >  > Infact a ./configure --prefix=/opt/local on
my system produce no
>  >  > Makefile and this output
>  >  > -----------
>  >  > sed: illegal option -- r
>  >  > usage: sed script [-Ealn] [-i extension]
[file ...]
>  >  >       sed [-Ealn] [-i extension] [-e
script] ... [-f script_file] ...
>  >  > [file ...]
>  >  > crosstool-NG configured as follows:
>  >  >  PREFIX="/opt/local"
>  >  >  BINDIR="/opt/local/bin"
>  >  > 
LIBDIR="/opt/local/lib/ct-ng-1.0.0+svn"
>  >  > 
DOCDIR="/opt/local/share/doc/ct-ng-1.0.0+svn"
>  >  > 
MANDIR="/opt/local/share/man/man1"
>  >  >
>  >  > seems that sed on my system do not have the
option -r and not the
>  >  > equivalent.
>  >
>  >
>  > You seem to be using leopard provided sed.
>  >
>  > >
>  >  > How i can fix it? If u need a tester for
macos x for this purpose
>  >  > i'm here!
>  >
>  >
>  > May be you can install macports
>
>
> Yes, I'm on Leopard 10.5.2 with macports i have
installed gsed and
>  make a link to gsed.
>  Compilation and installation works but when i type
ct-ng bash return
>  immediately and nothing happen!!
>

Sorry after a distclean I rebuild and installed but some
others problem persist.
My log is attached :

/opt/local/bin/ct-ng menuconfig
/opt/local/lib/ct-ng-1.0.0+svn/kconfig/mconf.c: In function
'conf_string':
/opt/local/lib/ct-ng-1.0.0+svn/kconfig/mconf.c:777:
warning:
assignment discards qualifiers from pointer target type
/opt/local/lib/ct-ng-1.0.0+svn/kconfig/mconf.c:780:
warning:
assignment discards qualifiers from pointer target type
/opt/local/lib/ct-ng-1.0.0+svn/kconfig/mconf.c:783:
warning:
assignment discards qualifiers from pointer target type
Undefined symbols:
  "_endwin", referenced from:
      _end_dialog in ccW5WQTW.o
  "_doupdate", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
  "_init_pair", referenced from:
      _init_one_color in ccW5WQTW.o
  "_winch", referenced from:
      _draw_shadow in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
  "_keypad", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _reset_dialog in ccW5WQTW.o
      _on_key_esc in ccW5WQTW.o
      _on_key_esc in ccW5WQTW.o
      _dialog_yesno in cczh2K5S.o
  "_COLS", referenced from:
      _COLS$non_lazy_ptr in ccxR400t.o
      _COLS$non_lazy_ptr in cc4DPWvd.o
      _COLS$non_lazy_ptr in ccObIPUz.o
      _COLS$non_lazy_ptr in ccW9j01j.o
      _COLS$non_lazy_ptr in ccW5WQTW.o
      _COLS$non_lazy_ptr in cczh2K5S.o
  "_ungetch", referenced from:
      _on_key_esc in ccW5WQTW.o
  "_waddnstr", referenced from:
      _print_item in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _do_print_item in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_line in ccW9j01j.o
      _dialog_clear in ccW5WQTW.o
      _print_title in ccW5WQTW.o
      _print_autowrap in ccW5WQTW.o
      _print_autowrap in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _print_button in ccW5WQTW.o
  "_subwin", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
  "_newwin", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_yesno in cczh2K5S.o
  "_nodelay", referenced from:
      _on_key_esc in ccW5WQTW.o
      _on_key_esc in ccW5WQTW.o
  "_initscr", referenced from:
      _reset_dialog in ccW5WQTW.o
  "_wgetch", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _on_key_esc in ccW5WQTW.o
      _on_key_esc in ccW5WQTW.o
      _on_key_esc in ccW5WQTW.o
      _dialog_yesno in cczh2K5S.o
  "_flash", referenced from:
      _dialog_inputbox in cc4DPWvd.o
  "_wscrl", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _do_scroll in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
  "_wrefresh", referenced from:
      _print_item in ccxR400t.o
      _print_buttons in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _print_buttons in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _do_print_item in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_buttons in ccObIPUz.o
      _do_scroll in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _refresh_text_box in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _print_buttons in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
  "_wprintw", referenced from:
      _print_item in ccxR400t.o
      _print_position in ccW9j01j.o
  "_stdscr", referenced from:
      _stdscr$non_lazy_ptr in ccxR400t.o
      _stdscr$non_lazy_ptr in cc4DPWvd.o
      _stdscr$non_lazy_ptr in ccObIPUz.o
      _stdscr$non_lazy_ptr in ccW9j01j.o
      _stdscr$non_lazy_ptr in ccW5WQTW.o
      _stdscr$non_lazy_ptr in cczh2K5S.o
  "_wtouchln", referenced from:
      _attr_clear in ccW5WQTW.o
  "_acs_map", referenced from:
      _acs_map$non_lazy_ptr in ccxR400t.o
      _acs_map$non_lazy_ptr in cc4DPWvd.o
      _acs_map$non_lazy_ptr in ccObIPUz.o
      _acs_map$non_lazy_ptr in ccW9j01j.o
      _acs_map$non_lazy_ptr in ccW5WQTW.o
      _acs_map$non_lazy_ptr in cczh2K5S.o
  "_LINES", referenced from:
      _LINES$non_lazy_ptr in ccxR400t.o
      _LINES$non_lazy_ptr in cc4DPWvd.o
      _LINES$non_lazy_ptr in ccObIPUz.o
      _LINES$non_lazy_ptr in ccW9j01j.o
      _LINES$non_lazy_ptr in ccW5WQTW.o
      _LINES$non_lazy_ptr in cczh2K5S.o
  "_wbkgdset", referenced from:
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _print_position in ccW9j01j.o
  "_scrollok", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _do_scroll in ccObIPUz.o
      _do_scroll in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
  "_cbreak", referenced from:
      _reset_dialog in ccW5WQTW.o
  "_start_color", referenced from:
      _color_setup in ccW5WQTW.o
  "_wnoutrefresh", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _print_page in ccW9j01j.o
      _dialog_clear in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
  "_noecho", referenced from:
      _reset_dialog in ccW5WQTW.o
  "_waddch", referenced from:
      _print_item in ccxR400t.o
      _print_item in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _do_print_item in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _print_line in ccW9j01j.o
      _attr_clear in ccW5WQTW.o
      _dialog_clear in ccW5WQTW.o
      _print_title in ccW5WQTW.o
      _print_title in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
  "_delwin", referenced from:
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
  "_has_colors", referenced from:
      _color_setup in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
  "_wclrtoeol", referenced from:
      _do_print_item in ccObIPUz.o
      _print_line in ccW9j01j.o
  "_wmove", referenced from:
      _print_item in ccxR400t.o
      _print_item in ccxR400t.o
      _print_item in ccxR400t.o
      _print_item in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_arrows in ccxR400t.o
      _print_buttons in ccxR400t.o
      _dialog_checklist in ccxR400t.o
      _print_buttons in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _dialog_inputbox in cc4DPWvd.o
      _do_print_item in ccObIPUz.o
      _do_print_item in ccObIPUz.o
      _do_print_item in ccObIPUz.o
      _do_print_item in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_arrows in ccObIPUz.o
      _print_buttons in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _dialog_menu in ccObIPUz.o
      _refresh_text_box in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _dialog_textbox in ccW9j01j.o
      _print_line in ccW9j01j.o
      _print_position in ccW9j01j.o
      _attr_clear in ccW5WQTW.o
      _dialog_clear in ccW5WQTW.o
      _dialog_clear in ccW5WQTW.o
      _print_title in ccW5WQTW.o
      _print_title in ccW5WQTW.o
      _print_autowrap in ccW5WQTW.o
      _print_autowrap in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _print_button in ccW5WQTW.o
      _draw_box in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _draw_shadow in ccW5WQTW.o
      _print_buttons in cczh2K5S.o
      _dialog_yesno in cczh2K5S.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [/Users/luxboy/crosstool/kconfig/mconf] Error 1

--
For unsubscribe information see http://sourcewar
e.org/lists.html#faq


Re: Problem Installing on MacOSX Leopard
user name
2008-03-11 05:09:11
i avoided the error simply using
ct-ng config
but seems the some others issues exists.

$ ct-ng build
[INFO ]  Build started 20080311.104613
[00:01] | /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
200:
1205228774N: value too great for base (error token is
"1205228774N")
[ERROR]    Build failed in step "Dumping crosstool-NG
configuration"
[ERROR]    Error happened in
"/opt/local/lib/ct-ng-1.0.0/scripts/functions" in
function
"CT_EndStep" (line unknown, sorry)
[ERROR]          called from
"/opt/local/lib/ct-ng-1.0.0/scripts/crosstool.sh"
at line # 36 in
function "main"
[ERROR]    Look at "" for more info on this
error.
[ERROR]  Build completed at 20080311.104614
[00:01] / /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
116:
1205228774N: value too great for base (error token is
"1205228774N")
[INFO ]  Checking environment sanity
[INFO ]  Building environment variables
[00:01] / uname: illegal option -- o
usage: uname [-amnprsv]
[WARN ]  You did not specify the build system. That's OK, I
can guess...
[00:03] / /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
200:
1205228776N: value too great for base (error token is
"1205228776N")
[ERROR]    Build failed in step "Dumping internal
crosstool-NG configuration"
[ERROR]    Error happened in
"/opt/local/lib/ct-ng-1.0.0/scripts/functions" in
function
"CT_EndStep" (line unknown, sorry)
[ERROR]          called from
"/opt/local/lib/ct-ng-1.0.0/scripts/crosstool.sh"
at line # 316 in
function "main"
[ERROR]    Look at
"/Users/luxboy/i686-unknown-linux-gnu/build.log"
for more info on this error.
[ERROR]  Build completed at 20080311.104616
[00:03] / /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
116:
1205228776N: value too great for base (error token is
"1205228776N")
[INFO ] 
============================================================
=====
[INFO ]  Retrieving needed toolchain components' tarballs
[04:27] - /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
200:
1205229040N: value too great for base (error token is
"1205229040N")
[ERROR]    Build failed in step "Retrieving needed
toolchain
components' tarballs"
[ERROR]    Error happened in
"/opt/local/lib/ct-ng-1.0.0/scripts/functions" in
function
"CT_EndStep" (line unknown, sorry)
[ERROR]          called from
"/opt/local/lib/ct-ng-1.0.0/scripts/crosstool.sh"
at line # 336 in
function "main"
[ERROR]    Look at
"/Users/luxboy/i686-unknown-linux-gnu/build.log"
for more info on this error.
[ERROR]  Build completed at 20080311.105040
[04:27] / /opt/local/lib/ct-ng-1.0.0/scripts/functions: line
116:
1205229040N: value too great for base (error token is
"1205229040N")
[INFO ]  Retrieving needed toolchain components' tarballs:
done in
[ERROR]    Build failed in step "Retrieving needed
toolchain
components' tarballs"
[INFO ]  [ERROR]    Error happened in
"/opt/local/lib/ct-ng-1.0.0/scripts/functions" in
function
"CT_EndStep" (line unknown, sorry)
[INFO ]  [ERROR]          called from
"/opt/local/lib/ct-ng-1.0.0/scripts/crosstool.sh"
at line # 336 in
function "main"
[INFO ]  [ERROR]    Look at
"/Users/luxboy/i686-unknown-linux-gnu/build.log"
for more info on this
error.
[INFO ]  [ERROR]  Build completed at 20080311.105040s
[INFO ] 
============================================================
=====
[INFO ]  Extracting and patching toolchain
components.........
...........................
it fails after 10 minutes and many couples of [ERROR]

--
For unsubscribe information see http://sourcewar
e.org/lists.html#faq


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )