(no subject)
John Korchok
jkorchok at hotmail.com
Wed Mar 21 20:30:31 PDT 2007
I still don't have a working installation of Apache2 with php5 and mysql 5,
because I can't get ncursesw to install. I did have a working installation
until I decided to upgrade. This is running (or not) on a Mac Mini Single
Core (a year old) with OS fully updated. I've cleaned, synced, uninstalled
and reinstalled everything.
I have reformatted the terminal output to resemble what I see on-screen.
Does this tell anyone anything? Is there a clue here? What is "Illegal
instruction ${AWK-awk}" in line 34? Thanks for any help, sorry for being
ignorant.
John Korchok
-------------------------------------------------
Server02:~ server$ sudo port install ncursesw
Password:
Portfile changed since last build; discarding previous state.
---> Fetching ncursesw
---> Attempting to fetch ncurses-5.6.tar.gz from
---> ftp://ftp.gnu.org/gnu/ncurses Verifying checksum(s) for ncursesw
---> Extracting ncursesw Applying patches to ncursesw Configuring
---> ncursesw Building ncursesw with target all
Error: Target com.apple.build returned: shell command "cd
"/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync
.darwinports.org_dpupdate_dports_devel_ncursesw/work/ncurses-5.6" && make
all" returned error 2
Command output: }
END {
if (pass == 1) {
print maxkey;
} else if (pass == 4) {
print "";
printf "#define ";
print_cols("KEY_MAX", 16);
result = sprintf (octal_fmt, key_max);
print_cols(result, 16);
printf "/* Maximum key value is ";
printf octal_fmt, maxkey;
print " */";
}
}
' >$output <$data
sh -c 'if test "cchar_t" = "cchar_t" ; then cat ./curses.wide >>curses.h ;
fi'
cat ./curses.tail >>curses.h
sh ./MKhashsize.sh ./Caps >hashsize.h
AWK=gawk sh ./MKncurses_def.sh ./ncurses_defs >ncurses_def.h AWK=gawk sh
/MKparametrized.sh ./Caps >parametrized.h
./MKparametrized.sh: line 61: 25116 Illegal instruction ${AWK-awk} '
$3 != "str" {next;}
$1 ~ /^acs_/ {print "-1,\t/* ", $2, " */"; count++; next;}
$0 ~ /#[0-9]/ {print "1,\t/* ", $2, " */"; count++; next;}
{print "0,\t/* ", $2, " */"; count++;}
END {printf("} /* %d entries */;\n\n", count);}
' <$CAPS
make[1]: *** [parametrized.h] Error 132
make: *** [all] Error 2
Error: Status 1 encountered during processing.
More information about the macports-users
mailing list