Midnight Commander

A

Anonymous

Guest
Hi!

I had a problem with update of MC and I deinstalled it. Than I try to install again and I got the same error:

Code:
bs/libmc_la-util.o
util.c: In function 'is_printable':
util.c:111: error: 'eight_bit_clean' undeclared (first use in this function)
util.c:111: error: (Each undeclared identifier is reported only once
util.c:111: error: for each function it appears in.)
util.c:114: error: 'full_eight_bits' undeclared (first use in this function)
gmake[3]: *** [libmc_la-util.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2/lib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/misc/mc.
*** Error code 1

Stop in /usr/ports/misc/mc.

===>>> make failed for misc/mc
===>>> Aborting update

Thanks in advance.
 
Do a # make clean && make clean-depends in the port's directory first.
 
DutchDaemon said:
Do a # make clean && make clean-depends in the port's directory first.

Thank you very much.

I did and I got the same error.
 
Same problem here.


Code:
util.c: In function 'is_printable':
util.c:111: error: 'eight_bit_clean' undeclared (first use in this function)
util.c:111: error: (Each undeclared identifier is reported only once
util.c:111: error: for each function it appears in.)
util.c:114: error: 'full_eight_bits' undeclared (first use in this function)
gmake[3]: *** [libmc_la-util.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2/lib'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/misc/mc/work/mc-4.7.0.2'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/misc/mc.
*** Error code 1
 
MC does have package
do pkg_info | grep mc
This will give the complete name of mc
then do pkg_delete mc-x.x-x what ever is the complete name
then do pkg_add -r mc
when done
rehash
mc
 
There's be a lot of updates and changes to mc over past few months in various linux distro as well.
I did my freebsd compile with one of the option turned off (i believe it was the one above here, iconv was it?) Perhaps don't need to do that now though. Anyways I still start my mc "mc -u" or it won't move around. Hope I've recalled correctly.
 
Back
Top