So I looked through /usr/ports/UPDATING to see if there were any notes. There were none. The upgrade on the test server went without a hitch. Old version out, new version in.
Since I had 12 more servers to go through I decided to do
So I'm left with 12 servers that do not have Midnight Commander, because while compiling we run into the following:
and that's will all the configure options off. I tried searching the forums, tried searching google, and except for some russian and chinese pages I didn't really find anything useful. The russian and chinese pages may have contained the information I was looking for but I'm not exactly fluent in either. I hope someone here can help.
Since I had 12 more servers to go through I decided to do
# cd /usr/ports/misc/mc ; make ; make deinstall reinstall
. Probably should've used double empersants instead of semi colons, but didn't.So I'm left with 12 servers that do not have Midnight Commander, because while compiling we run into the following:
Code:
(servername|pts/7) mc # make
===> Building for mc-4.8.1.1_1
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/misc/mc/work/mc-4.8.1.1'
Making all in po
gmake[2]: Entering directory `/usr/ports/misc/mc/work/mc-4.8.1.1/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.8.1.1/po'
Making all in lib
gmake[2]: Entering directory `/usr/ports/misc/mc/work/mc-4.8.1.1/lib'
Making all in event
gmake[3]: Entering directory `/usr/ports/misc/mc/work/mc-4.8.1.1/lib/event'
CC libmcevent_la-event.lo
preserve_args+= --silent: not found
preserve_args+= --tag CC: not found
base_compile+= cc: not found
base_compile+= -std=gnu99: not found
base_compile+= -DHAVE_CONFIG_H: not found
base_compile+= -I.: not found
eval: base_compile+= -I../..: not found
eval: base_compile+= -I/usr/local/include: not found
eval: base_compile+= -I../..: not found
eval: base_compile+= -I/usr/local/include/glib-2.0: not found
eval: base_compile+= -I/usr/local/lib/glib-2.0/include: not found
eval: base_compile+= -DDATADIR=\"/usr/local/share/mc/\": not found
eval: base_compile+= -DLOCALEDIR=\"/usr/local/share/locale\": not found
base_compile+= -Wcomment: not found
base_compile+= -Wdeclaration-after-statement: not found
base_compile+= -Wfloat-equal: not found
base_compile+= -Wformat: not found
base_compile+= -Wformat-security: not found
base_compile+= -Wimplicit: not found
base_compile+= -Wmissing-braces: not found
base_compile+= -Wmissing-declarations: not found
base_compile+= -Wmissing-prototypes: not found
base_compile+= -Wnested-externs: not found
base_compile+= -Wno-long-long: not found
base_compile+= -Wno-unreachable-code: not found
base_compile+= -Wparentheses: not found
base_compile+= -Wpointer-sign: not found
base_compile+= -Wreturn-type: not found
base_compile+= -Wsequence-point: not found
base_compile+= -Wshadow: not found
base_compile+= -Wsign-compare: not found
base_compile+= -Wswitch: not found
base_compile+= -Wuninitialized: not found
base_compile+= -Wunused-function: not found
base_compile+= -Wunused-label: not found
base_compile+= -Wunused-parameter: not found
base_compile+= -Wunused-value: not found
base_compile+= -Wunused-variable: not found
base_compile+= -Wwrite-strings: not found
base_compile+= -O2: not found
base_compile+= -pipe: not found
base_compile+= -fno-strict-aliasing: not found
base_compile+= -MT: not found
base_compile+= libmcevent_la-event.lo: not found
base_compile+= -MD: not found
base_compile+= -MP: not found
base_compile+= -MF: not found
eval: base_compile+= .deps/libmcevent_la-event.Tpo: not found
base_compile+= -c: not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.
gmake[3]: *** [libmcevent_la-event.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/misc/mc/work/mc-4.8.1.1/lib/event'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.8.1.1/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.8.1.1'
gmake: *** [all] Error 2
*** Error code 1
Stop in /usr/ports/misc/mc.
*** Error code 1
Stop in /usr/ports/misc/mc.