Re: Building localy

2009-05-02 Thread Magnus Holmgren
On måndagen den 23 mars 2009, Jaromír Mikeš wrote: > > Od: tony mancill > > > > > Can somebody help me with this error please? > > > > > > $ sudo dpkg-buildpackage -S > > > is runnig fine... > > > > > > $ sudo dpkg-buildpackage -nc > > > giving me this error > > > > Any reason you're using sudo in

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Matthew Palmer > Mixing packages from Ubuntu and sid qualifies as "crazy things" in my book. > If you want newer libraries in your sid++ archive, then build them in sid > and work from there (which I suspect you're now doing, based on info > elsewhere in the thread). Just trying to avoid

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Jaromír Mikeš > > #!/bin/sh > > (cd /path/to/the/dir/deps; apt-ftparchive packages . > Packages) > > apt-get update sudo ;) (cd /path/to/the/dir/deps; sudo apt-ftparchive packages . > Packages) > > apt-get update Now have warning : W: no hooks of type E found -- ignoring hope nothing s

Re: Building localy

2009-03-23 Thread Matthew Palmer
On Mon, Mar 23, 2009 at 11:38:16PM +0100, Jaromír Mike? wrote: > > Od: Chow Loong Jin > > I don't get it. debhelper should already pull in the appropriate perl. I > > cannot even begin to imagine how you borked up your perl installation to > > that extent. > > Neither me ... installation of ubunt

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Kumar Appaiah > > Create a file called D05deps in your HOOKDIR (for me, in > ~/.pbuilder/hooks). The file should contain: > > #!/bin/sh > (cd /path/to/the/dir/deps; apt-ftparchive packages . > Packages) > apt-get update > > Then, chmod +x ~/.pbuilder/hooks/D05deps and run pbuilder. It sh

Re: Building localy

2009-03-23 Thread Kumar Appaiah
On Mon, Mar 23, 2009 at 5:50 PM, Jaromír Mikeš wrote: >> > That is absolutely what I was looking for ... > > http://wiki.debian.org/PbuilderTricks > > Sorry , but one think I don't understand: > > HOOKDIR="/path/to/hook/dir" This has to be set in your pbuilderrc. I have a ~/.pbuilderrc in my home,

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Chow Loong Jin > You're packaging for what exactly? Sid? Jaunty? Intrepid? Sid ... and I using pbuilder on ubuntu. I upgrade library ... it is not in sid now. Now I would like to build application ... but I need this library as dependency. mira -- To UNSUBSCRIBE, email to debian-men

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Kumar Appaiah > > > > That is absolutely what I was looking for ... http://wiki.debian.org/PbuilderTricks Sorry , but one think I don't understand: HOOKDIR="/path/to/hook/dir" # put a file like D05deps to your $HOOKDIR, make it executable and put this in there: (cd /path/to/the/dir/dep

Re: Building localy

2009-03-23 Thread Chow Loong Jin
On Mon, 2009-03-23 at 23:38 +0100, Jaromír Mikeš wrote: > > Od: Chow Loong Jin > > > I don't get it. debhelper should already pull in the appropriate perl. I > > cannot even begin to imagine how you borked up your perl installation to > > that extent. > > Neither me ... installation of ubuntu ba

Re: Building localy

2009-03-23 Thread Kumar Appaiah
On Mon, Mar 23, 2009 at 5:32 PM, Jaromír Mikeš wrote: >> > If I will install newer perl from sid it will probably break my ubuntu >> > here. >> > I can't build in pbuilder coz missining dependencies. >> > Can I somehow install manually dependencies to pbuilder chroot? >> >> The first section here

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Chow Loong Jin > I don't get it. debhelper should already pull in the appropriate perl. I > cannot even begin to imagine how you borked up your perl installation to > that extent. Neither me ... installation of ubuntu based distro is quite new here installed few packages from sid coz test

Re: Building localy

2009-03-23 Thread Kumar Appaiah
On Mon, Mar 23, 2009 at 5:32 PM, Chow Loong Jin wrote: >> > If I will install newer perl from sid it will probably break my ubuntu >> > here. >> > I can't build in pbuilder coz missining dependencies. >> > Can I somehow install manually dependencies to pbuilder chroot? >> >> The first section here

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Kumar Appaiah > > If I will install newer perl from sid it will probably break my ubuntu here. > > I can't build in pbuilder coz missining dependencies. > > Can I somehow install manually dependencies to pbuilder chroot? > > The first section here might help: > http://wiki.debian.org/Pbuil

Re: Building localy

2009-03-23 Thread Chow Loong Jin
On Mon, 2009-03-23 at 17:26 -0500, Kumar Appaiah wrote: > 2009/3/23 Jaromír Mikeš: > > If I will install newer perl from sid it will probably break my ubuntu here. > > I can't build in pbuilder coz missining dependencies. > > Can I somehow install manually dependencies to pbuilder chroot? > > The

Re: Building localy

2009-03-23 Thread Kumar Appaiah
2009/3/23 Jaromír Mikeš: > If I will install newer perl from sid it will probably break my ubuntu here. > I can't build in pbuilder coz missining dependencies. > Can I somehow install manually dependencies to pbuilder chroot? The first section here might help: http://wiki.debian.org/PbuilderTricks

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Jaromír Mikeš If I will install newer perl from sid it will probably break my ubuntu here. I can't build in pbuilder coz missining dependencies. Can I somehow install manually dependencies to pbuilder chroot? thanks for advice mira -- To UNSUBSCRIBE, email to debian-mentors-requ...@list

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Chow Loong Jin > > No I will use -fakeroot > Actually I thought it was -rfakeroot You are right ... thank you -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Building localy

2009-03-23 Thread Chow Loong Jin
On Mon, 2009-03-23 at 23:07 +0100, Jaromír Mikeš wrote: > > No I will use -fakeroot Actually I thought it was -rfakeroot -- Chow Loong Jin signature.asc Description: This is a digitally signed message part

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: tony mancill > > Can somebody help me with this error please? > > > > $ sudo dpkg-buildpackage -S > > is runnig fine... > > > > $ sudo dpkg-buildpackage -nc > > giving me this error > > Any reason you're using sudo instead of -ffakeroot? No I will use -fakeroot > Also, note that -S is

Re: Building localy

2009-03-23 Thread Jaromír Mikeš
> Od: Craig Small > > dh_clean -k > > Undefined subroutine &Getopt::Long::GetOptionsFromArray called at > /usr/share/perl5/Debian/Debhelper/Dh_Getopt.pm line 76. > > make: *** [install] Error 255 > > It's not your rules, it looks like your perl is missing a module or you > are using an old perl

Re: Building localy

2009-03-23 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jaromír Mikeš wrote: > Hello mentors, > > Can somebody help me with this error please? > > $ sudo dpkg-buildpackage -S > is runnig fine... > > $ sudo dpkg-buildpackage -nc > giving me this error Any reason you're using sudo instead of -ffakeroot?

Re: Building localy

2009-03-23 Thread Craig Small
On Mon, Mar 23, 2009 at 09:23:24PM +0100, Jaromír Mike? wrote: > dh_clean -k > Undefined subroutine &Getopt::Long::GetOptionsFromArray called at > /usr/share/perl5/Debian/Debhelper/Dh_Getopt.pm line 76. > make: *** [install] Error 255 It's not your rules, it looks like your perl is missing a mod

Building localy

2009-03-23 Thread Jaromír Mikeš
Hello mentors, Can somebody help me with this error please? $ sudo dpkg-buildpackage -S is runnig fine... $ sudo dpkg-buildpackage -nc giving me this error make[1]: Leaving directory `/home/mira/BUILD/jconv2/jconv-0.8.1' #docbook-to-man debian/jconv.sgml > jconv.1 touch build-stamp debian/rule