By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2428 - Patch for arts not compiling on FreeBSD 10.1
Summary: Patch for arts not compiling on FreeBSD 10.1
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: arts (show other bugs)
Version: R14.1.x [Trinity]
Hardware: All Other
: P5 blocker
Assignee: Slávek Banko
URL:
Depends on:
Blocks: R14.0.1
  Show dependency treegraph
 
Reported: 2015-04-23 09:09 CDT by Nikolaus Klepp
Modified: 2015-05-05 18:10 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
patch to make arts compile on FreeBSD 10.1 (2.16 KB, patch)
2015-04-23 09:09 CDT, Nikolaus Klepp
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolaus Klepp 2015-04-23 09:09:27 CDT
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
Comment 1 Slávek Banko 2015-04-23 12:15:42 CDT
It looks good. I perform a routine test, and then I'll push the patch.
Comment 2 Slávek Banko 2015-05-05 14:51:02 CDT
Pushed to GIT in hash 31a6127e (master) and c23ca441 (r14.0.x).
Thank you for the patch.