[opensuse-buildservice] build error
Hi :) I try to compile the media player clemetine with a patch, making clementine to support vlc/xine and phonon backend, as it now only supports gstreamer :( When applying the patch it hangs with I: Program returns random data in a function E: clementine no-return-in-nonvoid-function /usr/src/packages/BUILD/clementine-0.7.1/3rdparty/libxrme/connection.cpp:487 I am not a developer so I can not fix it... Can I package it somehow skipping this build check or whatever... See package https://build.opensuse.org/package/show?package=clementine&project=home%3Ada... Thanks for helping and Best regards, Damian -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wednesday 21 September 2011, Damian Ivanov wrote:
I try to compile the media player clemetine with a patch, making clementine to support vlc/xine and phonon backend, as it now only supports gstreamer :( When applying the patch it hangs with
I: Program returns random data in a function E: clementine no-return-in-nonvoid-function /usr/src/packages/BUILD/clementine-0.7.1/3rdparty/libxrme/connection. cpp:487
I am not a developer so I can not fix it... Can I package it somehow skipping this build check or whatever... See package https://build.opensuse.org/package/show?package=clementine&project=ho me%3Adamianator
The compiler warning is not directly caused by your multiple-engines3.patch. It's inside clementine's 3rdparty/ sources itself but probably only used when having the patch. You could bugreport this against clementine or libxrme if it's still broken in their latest devel branches. Don't know how to disable the build check but. I would disable all compiler warnings (CFLAGS, CXXFLAGS). Or you could apply such patch: --- 3rdparty/libxrme/connection.cpp.old +++ 3rdparty/libxrme/connection.cpp @@ -484,6 +484,7 @@ bool Connection::Private::has_peer(const return true; } } + return false; } cu, Rudi -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
* Damian Ivanov (damianatorrpm@gmail.com) [20110921 19:42]:
See package https://build.opensuse.org/package/show?package=clementine&project=home%3Ada...
Do you still have the patch you wanted to apply? As you seem to have removed clementine from your home project I can't easily check. Philipp -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Damian Ivanov
-
Philipp Thomas
-
Ruediger Meier