Discussion:
non-session-manager and pyliblo
Dominique Michel
2012-11-18 21:22:44 UTC
Permalink
Hi,

Thanks to shift the build system to waf, this make packaging easier.

When merging the non-session-manager, I get a file collision
for /usr/bin/send_osc

In my gentoo system, this file is already provided by
media-libs/pyliblo-0.9.1

If your version is different from the pyliblo one, you should
rename it. If not, you should add a configure option to disable the
installation of this file and use the system one instead.

portage also tell me:

* QA Notice: Package triggers severe warnings which indicate that it
* may exhibit random runtime failures.
* ../session-manager/src/jackpatch.c:597:5: warning: implicit
declaration of function ‘asprintf’ [-Wimplicit-function-declaration]

Dominique
--
"We have the heroes we deserve."
J. Liles
2012-11-18 21:25:57 UTC
Permalink
On Sun, Nov 18, 2012 at 1:22 PM, Dominique Michel <
Post by Dominique Michel
Hi,
Thanks to shift the build system to waf, this make packaging easier.
When merging the non-session-manager, I get a file collision
for /usr/bin/send_osc
In my gentoo system, this file is already provided by
media-libs/pyliblo-0.9.1
If your version is different from the pyliblo one, you should
rename it. If not, you should add a configure option to disable the
installation of this file and use the system one instead.
* QA Notice: Package triggers severe warnings which indicate that it
* may exhibit random runtime failures.
* ../session-manager/src/jackpatch.c:597:5: warning: implicit
declaration of function ‘asprintf’ [-Wimplicit-function-declaration]
Dominique
--
"We have the heroes we deserve."
Glad it's working out better! I've pushed fixes for both of the issues you
mention... send_osc is just a test program that didn't really need to be
installed.

Loading...