Re: Problem with dpkg-source -b outside current working dir

2016-09-27 Thread kamaraju kusumanchi
On Wed, Sep 21, 2016 at 5:21 AM, Malte Forkel wrote: > Your example works for me too. But you are using a native package, so > there is no original archive in the parent directory that dpkg-source > would have to access. May be you could try another package, e.g. fuse, > which is not a native pack

Re: Problem with dpkg-source -b outside current working dir

2016-09-21 Thread Malte Forkel
Am 21.09.2016 um 06:04 schrieb kamaraju kusumanchi: > On Tue, Sep 20, 2016 at 7:39 AM, Malte Forkel wrote: >> Am 20.09.2016 um 07:33 schrieb kamaraju kusumanchi: >>> On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel >> wrote: Hi, according to the man page, dpkg-source -b takes an argum

Re: Problem with dpkg-source -b outside current working dir

2016-09-20 Thread kamaraju kusumanchi
On Tue, Sep 20, 2016 at 7:39 AM, Malte Forkel wrote: > Am 20.09.2016 um 07:33 schrieb kamaraju kusumanchi: >> On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel > wrote: >>> Hi, >>> >>> according to the man page, dpkg-source -b takes an argument that is "the >>> name of the directory containing the

Re: Problem with dpkg-source -b outside current working dir

2016-09-20 Thread Lisi Reisz
On Tuesday 20 September 2016 12:39:50 Malte Forkel wrote: > Am 20.09.2016 um 07:33 schrieb kamaraju kusumanchi: > > On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel > > wrote: > >> Hi, > >> > >> according to the man page, dpkg-source -b takes an argument that is "the > >> name of the directory cont

Re: Problem with dpkg-source -b outside current working dir

2016-09-20 Thread Malte Forkel
Am 20.09.2016 um 07:33 schrieb kamaraju kusumanchi: > On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel wrote: >> Hi, >> >> according to the man page, dpkg-source -b takes an argument that is "the >> name of the directory containing the debianized source tree". But that >> does not work for me if th

Re: Problem with dpkg-source -b outside current working dir

2016-09-19 Thread kamaraju kusumanchi
On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel wrote: > Hi, > > according to the man page, dpkg-source -b takes an argument that is "the > name of the directory containing the debianized source tree". But that > does not work for me if the directory is not the current working directory. > > When

Problem with dpkg-source -b outside current working dir

2016-09-17 Thread Malte Forkel
Hi, according to the man page, dpkg-source -b takes an argument that is "the name of the directory containing the debianized source tree". But that does not work for me if the directory is not the current working directory. When is execute dpkg-source in the package's source directory, i.e.

Re: problem with dpkg-buildpackage

2001-05-01 Thread Colin Watson
Jason Healy <[EMAIL PROTECTED]> wrote: >At 988753708s since epoch (05/01/01 10:48:28 -0400 UTC), Jeremy Rosen wrote: >> Usually, I just type dpkg-buildpackage in the proper directory, and >> everything is built correctly. But since a couple of days, dpkg gives me >> the following error >> "invali

Re: problem with dpkg-buildpackage

2001-05-01 Thread Jason Healy
At 988753708s since epoch (05/01/01 10:48:28 -0400 UTC), Jeremy Rosen wrote: > > I have a small problem with dpkg-buildpackage. > > I have a software I upgrade from time to time with cvs, which comes bundled > with a debian directory containing everything to build the .deb archiv

problem with dpkg-buildpackage

2001-05-01 Thread Jeremy Rosen
Hello all... I have a small problem with dpkg-buildpackage. I have a software I upgrade from time to time with cvs, which comes bundled with a debian directory containing everything to build the .deb archive. Usually, I just type dpkg-buildpackage in the proper directory, and everything is

problem with dpkg?? and other problems..

2001-03-04 Thread IanM
im running sid and when i use dselect to install packages i get this error: --- Setting up console-common (0.2) ... Can't locate object method "flag_seen" via package "Debian::DebConf::Question" at /usr/share/perl5/Debconf/ConfigDb.pm line 118. dpkg: error processing console-common (--configure):

Re: Problem with dpkg/perl and so ;)

2000-11-29 Thread Giulio Morgan
François-Xavier Houard <[EMAIL PROTECTED]> writes: > Hi > i've got a huge problem, dpkg seems to bug when i try to install some > packages, i can't install debconf, i get this message: > Data::Dumper object version 2.101 does not match $Data::Dumper::VERSION 2.09 > at /usr/lib/perl5/5.6/i386-linu

Problem with dpkg/perl and so ;)

2000-11-29 Thread François-Xavier Houard
Hi i've got a huge problem, dpkg seems to bug when i try to install some packages, i can't install debconf, i get this message: Data::Dumper object version 2.101 does not match $Data::Dumper::VERSION 2.09 at /usr/lib/perl5/5.6/i386-linux/DynaLoader.pm line 219. Compilation failed in require at /us

Re: Problem with dpkg

2000-09-24 Thread Leen Besselink
On Sun, 24 Sep 2000, Boris Boutillier wrote: > Does anyone know what to do when dpkg give such an output when > installing a package : > > dpkg-divert: rename involves overwriting `/usr/sbin/paperconfig.libc5' > with > different file `/usr/sbin/paperconfig', not allowed > > I don't know how

Problem with dpkg

2000-09-24 Thread Boris Boutillier
Does anyone know what to do when dpkg give such an output when installing a package : Unpacking libpaperg (from libpaperg_1.0.3-13.deb) ... Leaving `diversion of /usr/bin/paperconf to /usr/bin/paperconf.libc5 by libpaperg' Adding `diversion of /usr/sbin/paperconfig to /usr/sbin/paperconfig.libc5 b

Re: problem with dpkg

2000-03-24 Thread Ron Rademaker
Looks like some kind of perl module is missing, I ran dpkg -S Long.pm on my system and it said it was in perl-5.005. I suggest you download this package manually and install it manually with dpkg (dpkg -i ), if that doesn't work, try the force options in dpkg to install perl-5.005 (eg --force-depen

problem with dpkg

2000-03-24 Thread Lorincze, Tamas \(GEL,NonGE,MSX\)
In the middle of the installation process the dpkg-preconfigure utility gave an error message that it didn't find Getopt/Long.pm . When I checked I found out that not only this file, but the whole directory was missing. Do you know which package contains these? And why were these not installed wit

Re: Dependency problem with dpkg <-> apt-get

1999-07-21 Thread Martin Bialasinski
>> "peter" == peter karlsson <[EMAIL PROTECTED]> wrote: peter> If I run 'apt-get -f install' it wants to install cnews and peter> inews, which I don't want to do. peter> # dpkg -s equivs peter> Package: equivs peter> Status: install ok installed peter> [...cut...] peter> Provides: netscape4, lyn

Dependency problem with dpkg <-> apt-get

1999-07-21 Thread peter karlsson
Hi! I'm having a problem; I installed my own inews (mini-inews from Slackware, which posts directly to NNTP) to get uqwk to work (the inews that came with Debian requires, for some strange reason, a local news server, which I don't have). I updated the equivs package to indicate this. Now, dselec

Problem with dpkg/dselect

1998-05-29 Thread Ronn Pimentel
I'm getting the below error messages after upgrading my bo1.3R6 to bo1.3R8 Any suggestions. I had no luck searching on dejanews. running dpkg --pending --configure ... Setting up kernel-image-2.0.29 (2.0.29-7) ... Error renaming /System.map at /var/lib/dpkg/info/kernel-image-2.0.29.postinst li n

Re: Hamm Upgrade Failure - problem with dpkg-perl_0.1-2.deb

1998-05-27 Thread Bob Hilliard
Mark Phillips <[EMAIL PROTECTED]> writes: > # dpkg --info ../../binary-all/devel/dpkg-perl_0.1-2.deb > dpkg-deb: `../../binary-all/devel/dpkg-perl_0.1-2.deb' is not a debian > format archive > > What's wrong? I can't upgrade anything using dselect as a result of this > bug. Try getting dpkg

Hamm Upgrade Failure - problem with dpkg-perl_0.1-2.deb

1998-05-27 Thread Mark Phillips
I am trying to upgrade to Hamm. I have run the autoup script, I think successfully. Now I am trying to run deselect to upgrade everything else, but it bombs out when I try to install, complaining that: Looking for part 1 of dpkg-perl ... /usr/local/store0/debian/hamm/hamm/binary-i386/devel/dpkg