Showing posts with label FTBFS. Show all posts
Showing posts with label FTBFS. Show all posts

Monday, December 13, 2010

Fix Eucalyptus for Natty yourself

In a previous post I mentioned how the Ubuntu server community needs your help fixing some broken packages on the next shiny Ubuntu release "Natty". I wanted to see just how difficult can it be to actually fix those bugs, so I decided to go crunching on a couple. Much to my surprise, fixing those bugs turned out to be way much easier than I thought. I created a couple of patches, mostly just adding one parameter or moving things around to make the build process happy, submitted the branches for review, et voila it gets reviewed, merged, and the bug which is attached to your branch gets automatically closed. Quite an easy process indeed! Once the bug closes, you get an exceptionally warm fuzzy feeling that you just helped the world, contributed to making millions of Ubuntu users happy!

Which brings us to this post, I see the Eucalyptus package is broken on natty as well. The list of remaining packages is at: http://tinyurl.com/server-ftbfs As can be seen, the Eucalyptus packages are "High Importance", so this is quite a significant contribution from anyone who cares about the helping the cloud community (or the server community in general). I would like to encourage you to start fixing those bugs, if you'd like help the #ubuntu-motu channel should be very helpful

Friday, December 10, 2010

Help Fix Ubuntu Server Packages FTBFS

With every transition to a new Ubuntu release, certain packages break due to different reasons such as newer versions of components, an updated tool-chain and so on. Since we all love and care about Ubuntu Server, here is a list of Ubuntu server packages that currently FTBFS (Fails to Build from Source)
http://tinyurl.com/server-ftbfs

This means that those packages are not compiling and building the intended binary packages on Natty. This is a great way for you to get involved! If you know how to build packages from source code (the trio ./configure ; make ; make install) and can debug things like missing development packages, missing headers ...etc, then this will be a walk in the park for you :) Everyone's favorite Daniel Holbach is working on a proper guide for fixing these things, however for now you can find lots of useful information at
https://wiki.ubuntu.com/Bugs/HowToFix

In case you need help, the channel #ubuntu-motu on freenode IRC is a good place to ask