[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-18 Thread Pavel Tsekov
Update of bug #16762 (project mc): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #22: I've just commited the

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-18 Thread Leonard den Ottolander
Follow-up Comment #23, bug #16762 (project mc): If coreutils configure tests are modified to include tests for: 1) the presence of field f_fstypename in struct statvfs 2) the type of the first argument ot getmntinfo() we will remove the homebrew tests from AC_GET_FS_INFO and use those

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-18 Thread Leonard den Ottolander
Follow-up Comment #21, bug #16762 (project mc): If Roland doesn't feel the need to add any remarks to this approach I suppose this patch can be submitted and this report closed. (I did not verify the code other than glancing over it, but I trust it to be ok ;) .)

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-18 Thread Pavel Tsekov
Follow-up Comment #24, bug #16762 (project mc): No. Maybe you can drop them a message ? ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762 ___ Message

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-16 Thread purportex
Follow-up Comment #20, bug #16762 (project mc): Yeah, great! I can't compile it with tuesday's version, but with yesterday's I can, thanx :] ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-15 Thread Pavel Tsekov
Follow-up Comment #19, bug #16762 (project mc): purportex, have you tried to fix the problem by applying the suggested patch ? ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-07 Thread yaroslav
Follow-up Comment #2, bug #16762 (project mc): Does this fix your issue? No :( ___ Reply to this item at: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762 ___ Message sent

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-07 Thread Pavel Tsekov
Follow-up Comment #3, bug #16762 (project mc): The real problem here is that noone sets HAVE_STRUCT_STATFS_F_FSTYPENAME. I.e. there is no test at configure time which sets this. Before Leonard's changes to configure there was a test which used to set HAVE_F_FSTYPENAME. #if

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-07 Thread Pavel Tsekov
Follow-up Comment #4, bug #16762 (project mc): In fact in the past the code used to check whether MOUNT_UFS was defined but the check was removed later and the code assumed the availability of MOUNT_UFS for granted:

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-07 Thread Pavel Tsekov
Update of bug #16762 (project mc): Assigned to:None = ptsekov ___ Follow-up Comment #5: I'll fix this. ___ Reply to this item at:

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-07 Thread Pavel Tsekov
Follow-up Comment #6, bug #16762 (project mc): Hello yaroslav, Fetch the latest CVS version of MC and apply the attached patch. Let us know wheter it fixes your problem or not. ___ Additional Item Attachment: File name:

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-06 Thread yaroslav
URL: http://savannah.gnu.org/bugs/?func=detailitemitem_id=16762 Summary: Cannot compile mc-2006-06-05-20 Project: GNU Midnight Commander Submitted by: s68 Submitted on: Вторник 06.06.2006 at 14:18 Category: Core

[bug #16762] Cannot compile mc-2006-06-05-20

2006-06-06 Thread Leonard den Ottolander
Follow-up Comment #1, bug #16762 (project mc): Does this fix your issue? ___ Additional Item Attachment: File name: mountlist.c.patch Size:0 KB Define HAVE_F_FSTYPE if HAVE_STRUCT_STATFS_F_FSTYPENAME is defined (regardless of