Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 576270 - net-misc/socat-1.7.3.1 USE="-ssl" - nestlex.c:14:7: error: unknown type name 'ptrdiff_t'
Summary: net-misc/socat-1.7.3.1 USE="-ssl" - nestlex.c:14:7: error: unknown type name ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 17:29 UTC by .
Modified: 2016-03-05 08:27 UTC (History)
0 users

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


Attachments
socat-1.7.3.1_20160302-170528.log (socat-1.7.3.1_20160302-170528.log,32.25 KB, text/plain)
2016-03-02 17:29 UTC, .
Details

Note You need to log in before you can comment on or make changes to this bug.
Description . 2016-03-02 17:29:37 UTC
Created attachment 427230 [details]
socat-1.7.3.1_20160302-170528.log

This commit - http://repo.or.cz/socat.git/commitdiff/226c555edb82f6901d7d7448d93e6d09b1132c73 introduced `ptrdiff_t` type into `a/nestlex.c` without including `stddef.h`. When compiling with OpenSSL, the type gets defined through some of the OpenSSL includes.

The fix is probably to patch `a/nestlex.c` to include `stddef.h` and push the patch upstream.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2016-03-05 08:27:06 UTC
Fixed in three ebuilds without revision bump.

Thanks for the report.