| Summary: | Patch for arts not compiling on FreeBSD 10.1 | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Nikolaus Klepp <office> |
| Component: | arts | Assignee: | Slávek Banko <slavek.banko> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | bugwatch, office, slavek.banko |
| Priority: | P5 | ||
| Version: | R14.1.x [Trinity] | ||
| Hardware: | All | ||
| OS: | Other | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2246 | ||
| Attachments: | patch to make arts compile on FreeBSD 10.1 | ||
It looks good. I perform a routine test, and then I'll push the patch. Pushed to GIT in hash 31a6127e (master) and c23ca441 (r14.0.x). Thank you for the patch. |
Created attachment 2486 [details] patch to make arts compile on FreeBSD 10.1 Arts does not compile on FreeBSD due to some trivial bugs, i.e. missing #include <string.h> and missing :: This patch fixes it for FreeBSD and gcc4.9. Apply patch from your tde source directory: $ patch -p2 < arts-freebsd.patch patching file tde/main/dependencies/arts/mcop/tcpconnection.cc patching file tde/main/dependencies/arts/mcop/unixconnection.cc patching file tde/main/dependencies/arts/mcop/unixserver.cc patching file tde/main/dependencies/arts/mcop_mt/threads_posix.cc