View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004204 | unreal | installing | public | 2013-05-20 04:47 | 2013-05-20 09:25 |
Reporter | grawity | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.4-alpha1 | ||||
Fixed in Version | 3.4-alpha1 | ||||
Summary | 0004204: Default value for LISTEN_SIZE is empty, breaks build | ||||
Description | When I run ./Config and keep giving the default answers with [Enter], I end up with LISTEN_SIZE being defined to nothing: include/setup.h:201:#define LISTEN_SIZE This doesn't compile well: s_bsd.c:445:32: error: expected expression before ‘)’ token result = listen(listener->fd, LISTEN_SIZE); ^ Looks like not everyone can reproduce it, but: 05:45 (kaniini) at any rate, LISTEN_SIZE should be set to SOMAXCONN | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-05-20 04:47 | grawity | New Issue | |
2013-05-20 09:25 |
|
Note Added: 0017617 | |
2013-05-20 09:25 |
|
Status | new => resolved |
2013-05-20 09:25 |
|
Fixed in Version | => 3.4-alpha1 |
2013-05-20 09:25 |
|
Resolution | open => fixed |
2013-05-20 09:25 |
|
Assigned To | => nenolod |