maemo.org Bugzilla – Bug 4845
Remove Scratchboxism in libosso packaging
Last modified: 2010-03-15 20:53:31 UTC
You need to log in before you can comment on or make changes to this bug.
SOFTWARE VERSION: 5.0-beta2 SDK STEPS TO REPRODUCE THE PROBLEM: Building libosso outside Scratchbox (Debian/Ubuntu) in typical build environment (build-essentials and dependancies installed) EXPECTED OUTCOME: Ability to build libosso ACTUAL OUTCOME: Fails to build due to assumption that automake, autoconf and libtool is installed in typical build environments, this is a scratchboxism (which Scratchbox has), but Debian, Ubuntu and others do not. REPRODUCIBILITY: always EXTRA SOFTWARE INSTALLED: OTHER COMMENTS: Fixing this is a matter of adding ', autoconf, automake, libtool' to Build-Depends in libosso packaging. Adding this fix will remove the one delta we have to maintain in Mer and would allow us and others to directly use the libosso packaging outside of Maemo without modification. Use of libtool, autoconf and automake can be seen in 'autogen.sh' and hence package should build-depend on them as these tools are not part of a typical build environment. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11
any patch?
(In reply to comment #1) > any patch? > As stated in other comments, it is a matter of adding ', autoconf, automake, libtool' to the Build-Depends: line in debian/control of the package - so a patch may be a bit overkill. :) But since you did ask, yes, we do have one: http://gitorious.org/mer/libosso/commit/e0b6a63450d9706a6016a49dd11af27b64371e04 for graphical patch, http://gitorious.org/mer/libosso/commit/e0b6a63450d9706a6016a49dd11af27b64371e04.patch for patch.
ah, yes, I didn't read it properly, sorry.
Imported...
fixed in git master now, no idea when it can be included to the produce (as the bug is not hurting enough)
Setting explicit PR1.2 milestone (so it's clearer in which public release the fix will be available to users). Sorry for the bugmail noise (you can filter on this message).