Open
Conversation
1. update dependencies 2. upgrade caassandra
This only update the master support for Ubuntu 16.04
removed additional comments
use /proc/meminfo instead of PCU flags
|
I see the following error when I use this branch. Is there any known fix for this issue? |
Author
|
Hi,
This looks new. But you can comment out sandesh.h where it defines uuid_t.
Edward
…On Wed, Jan 24, 2018 at 11:33 AM, shwetasvn ***@***.***> wrote:
I see the following error when I use this branch.
2018-01-24 14:27:46 make[1]: Entering directory '/usr/src/linux-headers-4.13.0-31-generic'
2018-01-24 14:27:47 CC [M] /opt/stack/contrail/vrouter/linux/vrouter_mod.o
2018-01-24 14:27:47 In file included from /opt/stack/contrail/vrouter/include/vrouter.h:13:0,
2018-01-24 14:27:47 from /opt/stack/contrail/vrouter/include/vr_packet.h:12,
2018-01-24 14:27:47 from /opt/stack/contrail/vrouter/linux/vrouter_mod.c:21:
2018-01-24 14:27:47 /opt/stack/contrail/src/contrail-common/sandesh/library/c/sandesh.h:128:23: error: conflicting types for ‘uuid_t’
2018-01-24 14:27:47 typedef unsigned char uuid_t[16];
2018-01-24 14:27:47 ^
2018-01-24 14:27:47 In file included from ./include/linux/fs.h:35:0,
2018-01-24 14:27:47 from ./include/linux/net.h:28,
2018-01-24 14:27:47 from ./include/linux/skbuff.h:29,
2018-01-24 14:27:47 from /opt/stack/contrail/vrouter/linux/vrouter_mod.c:11:
2018-01-24 14:27:47 ./include/linux/uuid.h:25:3: note: previous declaration of ‘uuid_t’ was here
2018-01-24 14:27:47 } uuid_t;
2018-01-24 14:27:47 ^
2018-01-24 14:27:47 scripts/Makefile.build:308: recipe for target '/opt/stack/contrail/vrouter/linux/vrouter_mod.o' failed
2018-01-24 14:27:47 make[2]: *** [/opt/stack/contrail/vrouter/linux/vrouter_mod.o] Error 1
2018-01-24 14:27:47 Makefile:1550: recipe for target '_module_/opt/stack/contrail/vrouter' failed
2018-01-24 14:27:47 make[1]: *** [_module_/opt/stack/contrail/vrouter] Error 2
2018-01-24 14:27:47 make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-31-generic'
2018-01-24 14:27:47 make: *** [default] Error 2
2018-01-24 14:27:47 Makefile:86: recipe for target 'default' failed
2018-01-24 14:27:47 scons: *** [vrouter/vrouter.ko] Error 2
2018-01-24 14:27:47 scons: building terminated because of errors.
2018-01-24 14:27:49 ++ ret_val=2
2018-01-24 14:27:49 exited with status :2
2018-01-24 14:27:49 ++ [[ 2 -ne 0 ]]
2018-01-24 14:27:49 ++ exit 2
2018-01-24 14:27:49 ++ clean
2018-01-24 14:27:49 ++ local r=2
2018-01-24 14:27:49 ++ echo 'exited with status :2'
2018-01-24 14:27:49 ++ exit 2
Is there any known fix for this issue?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#162 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAba630yzKTC7WnxL2ZZkx_h4lICtyX-ks5tN4WhgaJpZM4Q_gSc>
.
--
Best Regards,
Edward Ting
** Proficiency, Execution, Quality, and Perfection **
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://bugs.launchpad.net/opencontrail/+bug/1737275