Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735792 - sys-devel/bison-3.7.1 - lib/binary-io.h:52:10: error: 'O_BINARY' undeclared (first use in this function)
Summary: sys-devel/bison-3.7.1 - lib/binary-io.h:52:10: error: 'O_BINARY' undeclared (...
Status: RESOLVED DUPLICATE of bug 716516
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2020-08-03 16:28 UTC by Helmut Jarausch
Modified: 2020-08-06 06:55 UTC (History)
0 users

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


Attachments
patch to define BINARY_IO (bison-3.7.1-binary_io.patch,376 bytes, patch)
2020-08-03 16:28 UTC, Helmut Jarausch
Details | Diff
ebuild to include patch (bison-3.7.1.ebuild,2.47 KB, text/plain)
2020-08-03 16:29 UTC, Helmut Jarausch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2020-08-03 16:28:49 UTC
Created attachment 652752 [details, diff]
patch to define BINARY_IO

lib/binary-io.h: In function '__gl_setmode':
lib/binary-io.h:52:10: error: 'O_BINARY' undeclared (first use in this function)
   52 |   return O_BINARY;

The patch (hack?) attached fixes this.
Comment 1 Helmut Jarausch 2020-08-03 16:29:16 UTC
Created attachment 652754 [details]
ebuild to include patch
Comment 2 Matt Whitlock 2020-08-04 19:30:20 UTC
Duplicate of Bug 716516?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-06 06:55:43 UTC

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