Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427532 - app-misc/mc-4.8.4-r1 filegui.c:250:41: error: 'struct statvfs' has no member named 'f_type'
Summary: app-misc/mc-4.8.4-r1 filegui.c:250:41: error: 'struct statvfs' has no member ...
Status: RESOLVED DUPLICATE of bug 427184
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-21 18:16 UTC by Anton Kochkov
Modified: 2012-07-21 19:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
full build log (mc-build.log,31.81 KB, text/plain)
2012-07-21 18:16 UTC, Anton Kochkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Kochkov 2012-07-21 18:16:39 UTC
Created attachment 318834 [details]
full build log

make[2]: Entering directory `/var/tmp/portage/app-misc/mc-4.8.4-r1/work/mc-4.8.4/src'
Making all in filemanager
make[3]: Entering directory `/var/tmp/portage/app-misc/mc-4.8.4-r1/work/mc-4.8.4/src/filemanager'
  CC     achown.lo
  CC     boxes.lo
  CC     chmod.lo
  CC     cmd.lo
  CC     chown.lo
  CC     command.lo
  CC     dir.lo
  CC     ext.lo
  CC     file.lo
  CC     filegui.lo
  CC     filenot.lo
filegui.c: In function 'filegui__check_attrs_on_fs':
filegui.c:246:5: warning: implicit declaration of function 'statfs' [-Wimplicit-function-declaration]
filegui.c:246:5: warning: nested extern declaration of 'statfs' [-Wnested-externs]
filegui.c:250:41: error: 'struct statvfs' has no member named 'f_type'
make[3]: *** [filegui.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/app-misc/mc-4.8.4-r1/work/mc-4.8.4/src/filemanager'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-misc/mc-4.8.4-r1/work/mc-4.8.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/mc-4.8.4-r1/work/mc-4.8.4'
make: *** [all] Error 2
 [31;01m*[0m ERROR: app-misc/mc-4.8.4-r1 failed (compile phase):
 [31;01m*[0m   emake failed
 [31;01m*[0m
Comment 1 Rafał Mużyło 2012-07-21 19:03:08 UTC
This should be already fixed.

*** This bug has been marked as a duplicate of bug 427184 ***