Skip to main content

Posts

Showing posts from December, 2011

Build of cdfs-src failed in Ubuntu 11.10 Oneiric Ocelot and The Alternative Solution

VCD ripping, using k3b Error Message in cdfs building in Ubuntu Oneiric Ocelot Unlike Windows, Linux, because of its kernel design, couldn't read an copy VCDs as normal files in a data CD. But, of course, there are some way to “copy” VCD in Linux to our harddisk drive. The most used tools to read and copy VCD in Linux are vcdxrip (part of vcdimager) and cdfs. If vcdimager is a ripper tool, cdfs is a module to be patched in kernel so we could mount VCDs just like as a normal data CD, and we could copy paste them into our harddisk. I prefer use cdfs to vcdimager, and for enough long time I used cdfs to copy and collect my old VCDs into harddisk, but in Ubuntu Oneiric Ocelot, I've found an annoying bug. I couldn't build cdfs package from cdfs-src package. When I tried build cdfs from cdfs-src package, module-assistant gave me this error message : Build of cdfs-src failed! How do you wish to proceed? A post in Launchpad told that current cdfs-src version is not compatibl

How To Simply Build A Debian (.deb) Package?

Because of many reasons, Ubuntu now has became a very popular Linux Desktop Distribution (probably the most popular). As result, Debian package management (dpkg), also has grown very popular as well as Ubuntu. Now, many third party software developer (Adobe, Real Player, Foxit, etc), almost always, provides their software installer in Debian package (with .deb extension), alongside or even instead of RPM and other package managements in Linux. Of course, this is not a sign that in the future, Debian package will be the only package management that will be used in every Linux distribution. Every Linux distribution has its own strength and weakness, so we must realize that all Linux distributions must live and grow bigger together, to pursue the ultimate advantage of the free and open source softwares (FOSS). Now, I want to share a little tip to build a Debian package (.deb) using a basic element of Debian system called dpkg-dev. Dpkg-dev is a basic tool in Debian system to make simp