Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.8.10]: FTBFS on GNU Hurd #3071

Closed
mc-butler opened this issue Sep 9, 2013 · 3 comments
Closed

[4.8.10]: FTBFS on GNU Hurd #3071

mc-butler opened this issue Sep 9, 2013 · 3 comments
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.8.10 Reproducible in version 4.8.10

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3071
Reporter onlyjob (@onlyjob)

MC-4.8.10 FTBFS on GNU Hurd, MC-4.8.8 was building fine.

filegui.c: In function 'statvfs_works':
filegui.c:293:1: error: invalid storage class for function 'filegui__check_attrs_on_fs'
 filegui__check_attrs_on_fs (const char *fs_path)
 ^
filegui.c:292:1: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
 static gboolean
 ^
filegui.c:345:1: error: invalid storage class for function 'file_frmt_time'
 file_frmt_time (char *buffer, double eta_secs)
 ^
filegui.c:357:1: error: invalid storage class for function 'file_eta_prepare_for_show'
 file_eta_prepare_for_show (char *buffer, double eta_secs, gboolean always_show)
 ^
filegui.c:374:1: error: invalid storage class for function 'file_bps_prepare_for_show'
 file_bps_prepare_for_show (char *buffer, long bps)
 ^
filegui.c:399:1: error: invalid storage class for function 'overwrite_query_dialog'
 overwrite_query_dialog (FileOpContext * ctx, enum OperationMode mode)
 ^
filegui.c:614:1: error: invalid storage class for function 'is_wildcarded'
 is_wildcarded (char *p)
 ^
filegui.c:629:1: error: invalid storage class for function 'place_progress_buttons'
 place_progress_buttons (WDialog * h, gboolean suspended)
 ^
filegui.c:647:1: error: invalid storage class for function 'progress_button_callback'
 progress_button_callback (WButton * button, int action)
 ^
filegui.c:661:1: warning: declaration of 'check_progress_buttons' shadows a global declaration [-Wshadow]
 check_progress_buttons (FileOpContext * ctx)
 ^
In file included from filegui.c:167:0:
filegui.h:30:20: warning: shadowed declaration is here [-Wshadow]
 FileProgressStatus check_progress_buttons (FileOpContext * ctx);
                    ^
filegui.c:713:1: warning: declaration of 'file_op_context_create_ui' shadows a global declaration [-Wshadow]
 file_op_context_create_ui (FileOpContext * ctx, gboolean with_eta,
 ^
In file included from filegui.c:167:0:
filegui.h:21:6: warning: shadowed declaration is here [-Wshadow]
 void file_op_context_create_ui (FileOpContext * ctx, gboolean with_eta,
      ^
filegui.c:858:1: warning: declaration of 'file_op_context_destroy_ui' shadows a global declaration [-Wshadow]
 file_op_context_destroy_ui (FileOpContext * ctx)
 ^
In file included from filegui.c:167:0:
filegui.h:23:6: warning: shadowed declaration is here [-Wshadow]
 void file_op_context_destroy_ui (FileOpContext * ctx);
      ^
filegui.c:877:1: warning: declaration of 'file_progress_show' shadows a global declaration [-Wshadow]
 file_progress_show (FileOpContext * ctx, off_t done, off_t total,
 ^
In file included from filegui.c:167:0:
filegui.h:32:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show (FileOpContext * ctx, off_t done, off_t total,
      ^
filegui.c:924:1: warning: declaration of 'file_progress_show_count' shadows a global declaration [-Wshadow]
 file_progress_show_count (FileOpContext * ctx, size_t done, size_t total)
 ^
In file included from filegui.c:167:0:
filegui.h:34:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show_count (FileOpContext * ctx, size_t done, size_t total);
      ^
filegui.c:943:1: warning: declaration of 'file_progress_show_total' shadows a global declaration [-Wshadow]
 file_progress_show_total (FileOpTotalContext * tctx, FileOpContext * ctx, uintmax_t copied_bytes,
 ^
In file included from filegui.c:167:0:
filegui.h:35:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show_total (FileOpTotalContext * tctx, FileOpContext * ctx,
      ^
filegui.c:1017:1: warning: declaration of 'file_progress_show_source' shadows a global declaration [-Wshadow]
 file_progress_show_source (FileOpContext * ctx, const vfs_path_t * s_vpath)
 ^
In file included from filegui.c:167:0:
filegui.h:37:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show_source (FileOpContext * ctx, const vfs_path_t * s_vpath);
      ^
filegui.c:1045:1: warning: declaration of 'file_progress_show_target' shadows a global declaration [-Wshadow]
 file_progress_show_target (FileOpContext * ctx, const vfs_path_t * s_vpath)
 ^
In file included from filegui.c:167:0:
filegui.h:38:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show_target (FileOpContext * ctx, const vfs_path_t * path);
      ^
filegui.c:1070:1: warning: declaration of 'file_progress_show_deleting' shadows a global declaration [-Wshadow]
 file_progress_show_deleting (FileOpContext * ctx, const char *s, size_t * count)
 ^
In file included from filegui.c:167:0:
filegui.h:39:6: warning: shadowed declaration is here [-Wshadow]
 void file_progress_show_deleting (FileOpContext * ctx, const char *path, size_t * count);
      ^
filegui.c:1087:1: warning: declaration of 'file_progress_real_query_replace' shadows a global declaration [-Wshadow]
 file_progress_real_query_replace (FileOpContext * ctx,
 ^
In file included from filegui.c:165:0:
fileopctx.h:197:20: warning: shadowed declaration is here [-Wshadow]
 FileProgressStatus file_progress_real_query_replace (FileOpContext * ctx,
                    ^
filegui.c:1146:1: warning: declaration of 'file_mask_dialog' shadows a global declaration [-Wshadow]
 file_mask_dialog (FileOpContext * ctx, FileOperation operation,
 ^
In file included from filegui.c:167:0:
filegui.h:25:7: warning: shadowed declaration is here [-Wshadow]
 char *file_mask_dialog (FileOpContext * ctx, FileOperation operation,
       ^
filegui.c:1337:1: error: expected declaration or statement at end of input

Complete build log can be found here:

https://buildd.debian.org/status/fetch.php?pkg=mc&arch=hurd-i386&ver=3%3A4.8.10-1&stamp=1376382978

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 9, 2013 at 15:05 UTC (comment 1)

  • Status changed from new to closed
  • Resolution set to duplicate

#3053

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Sep 9, 2013 at 15:17 UTC (comment 2)

Closed as duplicate of #3053.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Dec 17, 2016 at 7:23 UTC (comment 3)

  • Milestone Future Releases deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: medium Has the potential to affect progress ver: 4.8.10 Reproducible in version 4.8.10
Development

No branches or pull requests

1 participant