Fwd: have a problem with xtrkcad

2009-09-02 Thread Bhavani Shankar R
Hi list I am trying to build a package called xtrkcad which uses cmake to build .. but i m unsure of the correct commands and flags and paths to make the package build with cmake Build log https://launchpad.net/~bhavi/+archive/my-collections/+build/1196138/+files/buildlog_ubuntu-karmic-i386.xtrk

Re: Fwd: have a problem with xtrkcad

2009-09-02 Thread Bhavani Shankar R
On Wed, Sep 2, 2009 at 8:08 PM, Daniel Holbach wrote: > Disclaimer: I don't have much experience with CMake. :-) > > > Build log > > > > > https://launchpad.net/~bhavi/+archive/my-collections/+build/1196138/+files/buildlog_ubuntu-karmic-i386.xtrkcad_1:4.0.3a-0ubuntu12_FAILEDTOBUILD.txt.gz

Re: Fwd: have a problem with xtrkcad

2009-09-02 Thread Bhavani Shankar R
On Wed, Sep 2, 2009 at 8:08 PM, Daniel Holbach wrote: > Disclaimer: I don't have much experience with CMake. :-) >> >> > Build log >> > >> > >> https://launchpad.net/~bhavi/+archive/my-collections/+build/1196138/+files/buildlog_ubuntu-karmic-i386.xtrkcad_1:4.0.3a-0ubuntu12_FAILEDTOBUILD.txt.gz

Re: Fwd: have a problem with xtrkcad

2009-09-03 Thread Bhavani Shankar R
On Wed, Sep 2, 2009 at 10:58 PM, Terence Simpson < kubuntu.tsimp...@googlemail.com> wrote: The -D option is like the -D option to gcc, that is, no space after the > option. > cd app && cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/xtrkcad . && make > > Optionally you can use the cmake class with cdbs,

Re: Fwd: have a problem with xtrkcad

2009-09-03 Thread Bhavani Shankar R
> > On Wed, Sep 2, 2009 at 10:58 PM, Terence Simpson < > kubuntu.tsimp...@googlemail.com> wrote: >The -D option is like the -D option to gcc, that is, no space after the > >> option. >> cd app && cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/xtrkcad . && make >> >> Optionally you can use the cmake clas

Re: Fwd: have a problem with xtrkcad

2009-09-05 Thread Bhavani Shankar R
> > On Wed, Sep 2, 2009 at 10:58 PM, Terence Simpson < >> kubuntu.tsimp...@googlemail.com> wrote: >>The -D option is like the -D option to gcc, that is, no space after the >> >>> option. >>> cd app && cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/xtrkcad . && make >>> >>> Optionally you can use the cma

Hello team ... About ftbfs of freqtweak...

2009-09-19 Thread Bhavani Shankar R
Hi list again This time I m trying to build freqtweak and its ftbfs with gcc 4.4 http://launchpadlibrarian.net/31358633/buildlog_ubun tu-karmic-i386.freqtweak_0.7.2-1ubuntu1_FAILEDTOBUILD.txt.gz Source available here... https://edge.launchpad.net/~bhavi/+archive/xoscope/+ files/freqtweak_0.7.2.

Re: Hello team ... About ftbfs of freqtweak...

2009-09-20 Thread Bhavani Shankar R
On Sun, Sep 20, 2009 at 12:47 PM, David Henningsson < launchpad@epost.diwic.se> wrote: The culprit is: > > In file included from FTutils.cpp:25: > FTutils.hpp:125: error: 'int32_t' does not name a type > > A quick Google search for int32_t and it turns out it is declared in > stdint.h, so you

Re: Hello team ... About ftbfs of freqtweak...

2009-09-21 Thread Bhavani Shankar R
On Sun, Sep 20, 2009 at 12:47 PM, David Henningsson < launchpad@epost.diwic.se> wrote: > The culprit is: > >> >> In file included from FTutils.cpp:25: >> FTutils.hpp:125: error: 'int32_t' does not name a type >> >> >> #include >> >> to FTutils.hpp, and/or send the bug upstream. >> >> (GCC 4

Re: WANT TO GIVE AWAY MY CODE TO UBUNTU

2009-11-02 Thread Bhavani Shankar R
2009/11/3 : > > > Hi MOTU team, > Hi Justin > I am using Ubuntu 9.04 and being a fan of ubuntu i would like to give away > some which i have developed > I am new to developing in shell & perl but still i have some commands which > make things more simpler on terminal. > I want to give it to ub

Simple question on directfb

2009-11-21 Thread Bhavani Shankar R
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list I was looking at the merge of directfb [1] and I have a simple doubt Debian has made their package compatible with dh 7 [2] in which case is the dh_installchangelogs option necessary? or will dh 7 pick it up through dh_auto_install/dh_install

Re: Simple question on directfb

2009-11-23 Thread Bhavani Shankar R
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 23, 2009 at 3:19 AM, Andrea Gasparini wrote: > Hi, > >> Debian has made their package compatible with dh 7 [2] in which case >> is the dh_installchangelogs option necessary? or will dh 7 pick it up >> through dh_auto_install/dh_install ? >

Re: Simple question on directfb

2009-11-23 Thread Bhavani Shankar R
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Nov 23, 2009 at 7:30 PM, Andrea Gasparini wrote: > Hi, > >> To see what commands are included in a sequence, without actually doing >>anything: >> >>dh binary-arch --no-act >> >> Your reply in this context is bit confu

About mjpegtools ftbfs in lucid

2010-02-23 Thread Bhavani Shankar R
Hello dear mentors mjpegtools ftbfs'd due to const char conversion error so I patched the package and the package got uploaded but its ftbfs on all non i386 arches https://edge.launchpad.net/ubuntu/+source/mjpegtools upon investigation I found that the patching mechanism in rules file contains s

Hello question about python 2.6 transition for packages using cdbs

2010-06-10 Thread Bhavani Shankar R
Hello list! I m updating firmware-tools to the latest upstream version Now the problem I have is the package uses cdbs and python-support [rules file attached for your kind info] and needs a transition What are the steps I require to accomplish the task? Thanks In Advance for your help Waiting

Re: Hello question about python 2.6 transition for packages using cdbs

2010-06-10 Thread Bhavani Shankar R
On Thu, Jun 10, 2010 at 9:23 PM, Dmitrijs Ledkovs wrote: > > > > Control & pyversions would be better =) or the whole branch the best ;-) > > Depends wether it's just a python package or compiled extension. > > Generally just a rebuild with bumped up pyversions =) > Hello again! I followed your

Re: Hello question about python 2.6 transition for packages using cdbs

2010-06-11 Thread Bhavani Shankar R
On Fri, Jun 11, 2010 at 1:52 PM, Dmitrijs Ledkovs wrote: > On 11 June 2010 07:19, Bhavani Shankar R wrote: > > > > On Thu, Jun 10, 2010 at 9:23 PM, Dmitrijs Ledkovs > > wrote: > >> > >> > >> > >> Control & pyversions would be better

about implicit pointer conversion error

2010-08-28 Thread Bhavani Shankar R
Hello list! With regard to the above subject my package xoscope fails to build on my ppa on amd64 with the following error: Function `gdk_gc_get_colormap' implicitly converted to pointer at gtkdatabox_graph.c:118 Function `gdk_gc_new' implicitly converted to pointer at gtkdatabox_marker.c:151

Hello list ftbfs of libgdchart-gd2

2010-09-22 Thread Bhavani Shankar R
Hello list, With reference to the above subject the package still FTBFS in ubuntu (I m sorry to have made a mistake) https://launchpad.net/ubuntu/+source/libgdchart-gd2/0.11.5-7/+build/1969288/+files/buildlog_ubuntu-maverick-i386.libgdchart-gd2_0.11.5-7_FAILEDTOBUILD.txt.gz with the same error a

Re: Hello list ftbfs of libgdchart-gd2

2010-09-23 Thread Bhavani Shankar R
On Thu, Sep 23, 2010 at 10:36 AM, Fabrice Coutadeur wrote: > Hi Bhavani, > > According to the Debian bug, it seems that it was a bug in cdbs that > got fixed in latest cdbs. Looking at the changelog of cdbs, you can > see this comment: > "   * Fix ensure makefile-vars.mk is usable without makefile

About strange ftbfs of python-coverage on the buildds

2010-10-19 Thread Bhavani Shankar R
Hello list! As the subject says I tried to sync python-coverage in natty to keep the package in sync from debian when I tested out the package on my updated pbuilder it built fine [relevant part of the log attached] but it failed on the buildd http://launchpadlibrarian.net/57908776/buildlog_ubun

Re: About strange ftbfs of python-coverage on the buildds

2010-10-20 Thread Bhavani Shankar R
On Wed, Oct 20, 2010 at 2:24 PM, Michael Bienia wrote: > > The check that made the build fail is done by the package > "pkgbinarymangler" which is installed on the buildds. > > Install the "pkgbinarymangler" package in your pbuilder and you should > be able to re-produce the FTBFS in your pbuilder

Re: About strange ftbfs of python-coverage on the buildds

2010-10-20 Thread Bhavani Shankar R
On Wed, Oct 20, 2010 at 2:34 PM, Bhavani Shankar R wrote: > On Wed, Oct 20, 2010 at 2:24 PM, Michael Bienia wrote: >> >> The check that made the build fail is done by the package >> "pkgbinarymangler" which is installed on the buildds. >> >> Ins

Re: About strange ftbfs of python-coverage on the buildds

2010-10-20 Thread Bhavani Shankar R
2010/10/20 Barry Warsaw : > On Oct 20, 2010, at 05:40 PM, Luca Falavigna wrote: > >>> I'm seeing the exact same failures in my cheetah build after >>> installing pkgbinarymangler in my chroots.  I will investigate. >> >>This is because python-support doesn't support python2.7 yet. > > I have a patc

Re: Need Info about Ubuntu Bug Trackers

2012-05-05 Thread Bhavani Shankar R
On Sat, May 5, 2012 at 12:26 PM, Ankush Puri wrote: > Hello all, > > This is Ankush and I work with Infosys Ltd. as a systems engineer.Currently > I am working as a J2ee developer with Infosys Cloud team. > > I am basically a sun certified Java programmer and I also have experience on > working wi