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
> 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
> 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
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
> 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
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,
> 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
> 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
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
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
> 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
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
> 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
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
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
> 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
> 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
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
> 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
> 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
-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?
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
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
23 matches
Mail list logo