[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[dsdp-tcf-dev] [Bug 306722] New: [tcf][agent] The build system doesn't build with every services
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=306722
Product/Component: Target Management / TCF
Summary: [tcf][agent] The build system doesn't build with every
services
Classification: DSDP
Product: Target Management
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: TCF
AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
ReportedBy: michael.sills.lavoie@xxxxxxxxx
QAContact: martin.oberhuber@xxxxxxxxxxxxx
Build Identifier:
The service-to-cflags used to specify the services that need to be build
doesn't work well with the new config.h structure. It is not able to extract
every services name so we can't enable every one of the correctly.
This patch modify the config.h file and services-to-cflags regular expression
to make it work again.
After we corrected this problem, we found out that the splice service
implementation in channel_tcp.c was not working anymore due to the performance
improvements of the commit rev 899.
This patch also fix this problem.
You can apply the patch in the agent directory using : patch -p0 < "patch
path".
Thanks
Legal Message: I, Michael Sills-Lavoie, declare that I developed attached code
from scratch, without referencing any 3rd party materials except material
licensed under the EPL and EDL. I am authorized by my employer, École
Polytechnique de Montréal, to make this contribution under the EPL and EDL.
The École Polytechnique de Montréal is a member of the Eclipse Associate and
Eclipse Membership At Large communities.
Reproducible: Always
Steps to Reproduce:
1.Build the agent with the splice and ZeroCopy services : make
SERVICES="ZeroCopy Trace Splice"
2.You can see from the make output that the Splice service is not build (this
is also the case with other services or features)
3.
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.