Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580150 - x11-drivers/xf86-video-intel-2.99.917_p201604010 fail to compile
Summary: x11-drivers/xf86-video-intel-2.99.917_p201604010 fail to compile
Status: RESOLVED DUPLICATE of bug 575970
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-15 22:30 UTC by Denis Sokolovsky
Modified: 2016-04-15 22:34 UTC (History)
0 users

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


Attachments
build.log (build.log,385.58 KB, text/x-log)
2016-04-15 22:30 UTC, Denis Sokolovsky
Details
emerge --info (info.txt,6.51 KB, text/plain)
2016-04-15 22:32 UTC, Denis Sokolovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Sokolovsky 2016-04-15 22:30:45 UTC
Created attachment 430704 [details]
build.log

Emerge of x11-drivers/xf86-video-intel-2.99.917_p201604010 failed with compile error

/var/tmp/portage/x11-drivers/xf86-video-intel-2.99.917_p201604010/work/a7526ea2e038f1f1bb92869f584d2fe4c8db1dce/tools/backlight_helper.c: In function ‘main’:
/var/tmp/portage/x11-drivers/xf86-video-intel-2.99.917_p201604010/work/a7526ea2e038f1f1bb92869f584d2fe4c8db1dce/tools/backlight_helper.c:54:34: error: implicit declaration of function ‘major’ [-Werror=implicit-function-declaration] 
  if (fd < 0 || fstat(fd, &st) || major(st.st_dev))
                                  ^
/var/tmp/portage/x11-drivers/xf86-video-intel-2.99.917_p201604010/work/a7526ea2e038f1f1bb92869f584d2fe4c8db1dce/tools/backlight_helper.c:54:2: warning: nested extern declaration of ‘major’ [-Wnested-externs]
  if (fd < 0 || fstat(fd, &st) || major(st.st_dev))
  ^
cc1: some warnings being treated as errors
Comment 1 Denis Sokolovsky 2016-04-15 22:32:49 UTC
Created attachment 430706 [details]
emerge --info
Comment 2 Mike Gilbert gentoo-dev 2016-04-15 22:34:08 UTC

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