Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to clean grpc for millionth time #51

Merged
merged 2 commits into from May 11, 2020
Merged

try to clean grpc for millionth time #51

merged 2 commits into from May 11, 2020

Conversation

krsna1729
Copy link
Member

Signed-off-by: Saikrishna Edupuganti saikrishna.edupuganti@intel.com

Signed-off-by: Saikrishna Edupuganti <saikrishna.edupuganti@intel.com>
@krsna1729 krsna1729 requested a review from ajamshed May 9, 2020 15:54
@ajamshed
Copy link
Contributor

@krsna1729 ,

I see the following error:

Step 45/48 : RUN make $MAKEFLAGS &&     cp zmq-cpiface /bin
 ---> Running in b1c795f9860f
g++ -g -O3 -std=c++17 -Werror -Wall -Wcast-align *.cc -I./pb ./pb/*.pb.o -o zmq-cpiface -l:libprotobuf.a -l:libgrpc++.a -l:libgrpc_unsecure.a -l:libcares.a -lpthread -lz -lzmq -lglog
/tmp/ccwheUZa.o: In function `std::_Sp_counted_ptr<decltype(nullptr), (__gnu_cxx::_Lock_policy)2>::_M_dispose()':
/cpiface/bess_control.h:42: multiple definition of `sig_handler(int)'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:139: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:28: multiple definition of `receiver'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:28: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:29: multiple definition of `sender'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:29: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:32: multiple definition of `context1'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:32: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:33: multiple definition of `context2'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:33: first defined here
/tmp/ccwheUZa.o: In function `operator<<(std::ostream&, ip_addr const&)':
/cpiface/bess_control.h:46: multiple definition of `operator<<(std::ostream&, ip_addr const&)'
/tmp/ccsVMaGj.o:/cpiface/bess_control.h:96: first defined here
/tmp/ccwheUZa.o: In function `BessClient::runRemoveCommand(unsigned int, char const*)':
/usr/include/c++/7/bits/locale_facets.h:874: multiple definition of `main'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:148: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:31: multiple definition of `context0'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:31: first defined here
/tmp/ccwheUZa.o:/cpiface/zmq-cpiface.cc:30: multiple definition of `reg'
/tmp/ccsVMaGj.o:/cpiface/zmq-cpiface-central-cp-multi-upfs.cc:30: first defined here
collect2: error: ld returned 1 exit status
make: *** [all] Error 1
Makefile:11: recipe for target 'all' failed

@krsna1729
Copy link
Member Author

krsna1729 commented May 11, 2020

@ajamshed seems like you have copy of cpiface file in same directory causing compilation issue?
Check the clean docker build log output here https://github.com/omec-project/upf-epc/pull/51/checks

cpiface/Makefile Outdated Show resolved Hide resolved
@ajamshed ajamshed merged commit 16b4d32 into master May 11, 2020
@krsna1729 krsna1729 mentioned this pull request May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants