Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 612082 - [andy overlay] sys-apps/lms fails to build - missing #include unistd.h
Summary: [andy overlay] sys-apps/lms fails to build - missing #include unistd.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrew Karpow
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 20:08 UTC by Wilson M. Michaels
Modified: 2018-01-21 17:38 UTC (History)
1 user (show)

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


Attachments
patch file add missing #include unistd.h (include_unistd.h.patch,308 bytes, patch)
2017-03-08 20:08 UTC, Wilson M. Michaels
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wilson M. Michaels 2017-03-08 20:08:36 UTC
Created attachment 466358 [details, diff]
patch file add missing #include unistd.h

Tarball from Intel does not compile due to missing include unistd.h in the ATVersion.cpp source file.

Created a user patch to fix missing include file declaration. [attachment]

I used the hook /etc/portage/bashrc to force my user patch to be applied.
Comment 1 Andrew Karpow 2018-01-21 17:38:51 UTC
better later than never, thanks, added the patch and fixed the ebuild (did not work with later GCC).