id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4464	FTBFS without ext2fs attributes support	karlson2k	andrew_b	"Discovered when built on Solaris.


{{{
info.c: In function ‘info_show_info’:
info.c:269:50: warning: implicit declaration of function ‘chattr_get_as_str’ [-Wimplicit-function-declaration]
  269 |                 tty_printf (_(""Attributes: %s""), chattr_get_as_str (attr));
      |                                                  ^~~~~~~~~~~~~~~~~
info.c:269:50: warning: nested extern declaration of ‘chattr_get_as_str’ [-Wnested-externs]
In file included from info.c:38:
}}}
and then 
{{{
Undefined                       first referenced
 symbol                             in file
chattr_get_as_str                   ./.libs/libinternal.a(info.o)
ld: fatal: symbol referencing errors
}}}

I do not have any `ext2fs` library on Solaris, so mc is configured without ext2fs attributes support.
The suggested fix: https://github.com/MidnightCommander/mc/pull/188
Alternative fix: https://github.com/MidnightCommander/mc/pull/189"	defect	closed	major	4.8.30	compilation	master	fixed					merged	committed-master
