Mailinglist Archive: opensuse-buildservice (248 mails)
| < Previous | Next > |
[opensuse-buildservice] inconsistent buildservice behaviour with compile flags?
- From: Mathias Homann <admin@xxxxxxxxxx>
- Date: Fri, 16 Oct 2009 13:28:54 +0200
- Message-id: <200910161328.55135.admin@xxxxxxxxxx>
Hi,
I'm having the strangest thing with a package on the build service...
sometimes a build fails with the following output:
[ 1%] Building CXX object
llcharacter/CMakeFiles/llcharacter.dir/llbvhloader.cpp.o
cc1plus: warnings being treated as errors
In file included from
/usr/src/packages/BUILD/linden/indra/llcharacter/llbvhloader.cpp:41:
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h: In
constructor
'LLKeyframeMotion::JointConstraintSharedData::JointConstraintSharedData()':
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:237:
error: 'LLKeyframeMotion::JointConstraintSharedData::mConstraintTargetType'
will be initialized after
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:224:
error: 'S32
LLKeyframeMotion::JointConstraintSharedData::mSourceConstraintVolume'
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:209:
error: when initialized here
make[2]: *** [llcharacter/CMakeFiles/llcharacter.dir/llbvhloader.cpp.o] Error
1
make[1]: *** [llcharacter/CMakeFiles/llcharacter.dir/all] Error 2
make: *** [all] Error 2
and sometimes the build works just fine, with no changes to source or
specfile...
Seems that there is some randmness involved that sometimes compiles with
-Werror and sometimes without that flag.
Don't think that is expected behaviour, is it?
bye,
MH
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
I'm having the strangest thing with a package on the build service...
sometimes a build fails with the following output:
[ 1%] Building CXX object
llcharacter/CMakeFiles/llcharacter.dir/llbvhloader.cpp.o
cc1plus: warnings being treated as errors
In file included from
/usr/src/packages/BUILD/linden/indra/llcharacter/llbvhloader.cpp:41:
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h: In
constructor
'LLKeyframeMotion::JointConstraintSharedData::JointConstraintSharedData()':
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:237:
error: 'LLKeyframeMotion::JointConstraintSharedData::mConstraintTargetType'
will be initialized after
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:224:
error: 'S32
LLKeyframeMotion::JointConstraintSharedData::mSourceConstraintVolume'
/usr/src/packages/BUILD/linden/indra/llcharacter/llkeyframemotion.h:209:
error: when initialized here
make[2]: *** [llcharacter/CMakeFiles/llcharacter.dir/llbvhloader.cpp.o] Error
1
make[1]: *** [llcharacter/CMakeFiles/llcharacter.dir/all] Error 2
make: *** [all] Error 2
and sometimes the build works just fine, with no changes to source or
specfile...
Seems that there is some randmness involved that sometimes compiles with
-Werror and sometimes without that flag.
Don't think that is expected behaviour, is it?
bye,
MH
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |