Bug 12626 - messages_dgm.c
Summary: messages_dgm.c
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.6.0
Hardware: x64 Mac OS X
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-10 10:20 UTC by Ruga
Modified: 2017-03-11 15:19 UTC (History)
0 users

See Also:


Attachments
patch (494 bytes, patch)
2017-03-10 11:12 UTC, Ruga
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruga 2017-03-10 10:20:25 UTC
[1465/3257] Compiling source3/lib/messages_dgm.c
../source3/lib/messages_dgm.c:363:30: fatal error: use of undeclared identifier 'MSG_NOSIGNAL'
                        ret = sendmsg(sock, &msg, MSG_NOSIGNAL);
                                                  ^
1 error generated.
Waf: Leaving directory `/Volumes/Verbatim/opt/src/samba-4.6.0/bin'
Build failed:  -> task failed (err #1): 
        {task: cc messages_dgm.c -> messages_dgm_38.o}
make: *** [all] Error 1
Comment 1 Ruga 2017-03-10 11:12:14 UTC
Created attachment 13035 [details]
patch