View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003250 | gnunet-gtk | build system | public | 2014-01-04 01:01 | 2014-04-08 16:42 |
Reporter | taylanub | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | AMD64 | OS | OpenBSD | OS Version | 5.3 |
Product Version | 0.10.0 | ||||
Target Version | 0.10.1 | Fixed in Version | 0.10.1 | ||
Summary | 0003250: IN6_IS_ADDR_LINKLOCAL usage errors | ||||
Description | The usage of the IN6_IS_ADDR_LINKLOCAL macro in gnunet-setup-transport.c:346 (function nipo) leads to the error "'const struct sockaddr' has no member named '__u6_addr'" on my OpenBSD 5.3. I don't know why. | ||||
Steps To Reproduce | ./configure && make | ||||
Additional Information | I ""fixed"" the issue for me by commenting out the whole if statement since it tests for IPv6 and I don't use IPv6 yet. Probably not a good solution. | ||||
Tags | No tags attached. | ||||
|
I suspect the FreeBSD macro simply requires a cast to the IPv6 struct first. Added that in SVN 31788. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-01-04 01:01 | taylanub | New Issue | |
2014-01-04 03:27 | Christian Grothoff | Note Added: 0007962 | |
2014-01-04 03:27 | Christian Grothoff | Status | new => resolved |
2014-01-04 03:27 | Christian Grothoff | Fixed in Version | => 0.10.1 |
2014-01-04 03:27 | Christian Grothoff | Resolution | open => fixed |
2014-01-04 03:27 | Christian Grothoff | Assigned To | => Christian Grothoff |
2014-01-04 03:27 | Christian Grothoff | Target Version | => 0.10.1 |
2014-04-08 16:42 | Christian Grothoff | Status | resolved => closed |