Re: pbuilder error

2016-07-11 Thread Gianfranco Costamagna
Hi, >H. I see your fixbadproxy config being copied, so I wonder whats up, >but its quite obvious that the options didn't take effect at all as, as >mentioned (in the quote), the first two are very noisy. interestingly enough, it works on my machine, but it doesn't under pbuilder chroots,

Re: pbuilder error

2016-07-10 Thread David Kalnischkies
On Thu, Jul 07, 2016 at 01:27:03PM +, Gianfranco Costamagna wrote: > I still have an yakkety chroot that needs update, and with the following > content > > Acquire::http::Pipeline-Depth 0; > #Acquire::http::No-Cache true; > #Acquire::BrokenProxytrue; > Debug::Acquire::http "true"; >

Re: pbuilder error

2016-07-07 Thread Gianfranco Costamagna
Hi David! >(thankfully, apt/experimental has some improvements in terms of error >reporting which help here. Hash sum mismatch messages used to be >borderline useless – now they still are, but are very talkative ;) >That said, I am a bit surprised its installed in your chroot…) $ aptitude

Re: pbuilder error

2016-07-07 Thread David Kalnischkies
On Thu, Jul 07, 2016 at 09:09:30AM +, Gianfranco Costamagna wrote: > (this happens with experimental chroot) (thankfully, apt/experimental has some improvements in terms of error reporting which help here. Hash sum mismatch messages used to be borderline useless – now they still are, but are

Re: pbuilder error

2016-07-07 Thread Gianfranco Costamagna
Hi, >But to me this appears to indicate a proxy server that truncates >files in some cases, which is definitely a bug in the proxy >server. > >Unfortunately, that's the worst kind of reason for your problem, >because that's the most troublesome to debug. :-( I fully agree here, this is why I

Re: pbuilder error

2016-07-07 Thread Christian Seiler
Well, there you have it: File 1: On 07/07/2016 11:09 AM, Gianfranco Costamagna wrote: > Hashes of expected file: > [...] > - Checksum-FileSize:2286262 [weak] > Hashes of received file: > [...] > - Checksum-FileSize:2254536 [weak] File 2: > Hashes of expected file: > [...] > -

Re: pbuilder error

2016-07-07 Thread Gianfranco Costamagna
Hi, providing some logs: >On actual package files or just the "Packages" / "Contents">files while >pbuilder is doing "apt-get update"? If it's the >latter, that problem should not exist anymore for stretch >and/or sid (search "by-hash" in that email): >

Re: pbuilder error

2016-07-06 Thread Gianfranco Costamagna
Hi Christian >On actual package files or just the "Packages" / "Contents" >files while pbuilder is doing "apt-get update"? If it's the >latter, that problem should not exist anymore for stretch >and/or sid (search "by-hash" in that email): >

Re: pbuilder error

2016-07-06 Thread Elías Alejandro
ok. thanks for your valuable help. I could solve this issue running. pbuilder clean and the error is gone. Best regards, Elías Alejandro On Wed, Jul 6, 2016 at 12:08 PM, Christian Seiler wrote: > On 07/06/2016 06:55 PM, Gianfranco Costamagna wrote: > > Sometimes I'm

Re: pbuilder error

2016-07-06 Thread Christian Seiler
On 07/06/2016 06:55 PM, Gianfranco Costamagna wrote: > Sometimes I'm behind a proxy, and I get a *lot* of hash sum mismatches > when using pbuilder/sbuild. On actual package files or just the "Packages" / "Contents" files while pbuilder is doing "apt-get update"? If it's the latter, that problem

Re: pbuilder error

2016-07-06 Thread Gianfranco Costamagna
Hi, >It appears your libfakeroot_1.21-1_i386.deb is corrupt, the >download somehow didn't work properly. Try deleting >$APTCACHE/libfakeroot_1.21-1_i386.deb, where $APTCACHE is the >value of the variable in your pbuilderrc (defaults to >/var/cache/pbuilder/aptcache) and trying again. (It should

Re: pbuilder error

2016-07-06 Thread Christian Seiler
On 07/06/2016 06:25 PM, Elías Alejandro wrote: > Unpacking libfakeroot:i386 (1.21-1) ... > dpkg-deb (subprocess): decompressing archive member: lzma error: > compressed data is corrupt > dpkg-deb: error: subprocess returned error exit status 2 > dpkg: error processing archive >

pbuilder error

2016-07-06 Thread Elías Alejandro
Hi all, Yesterday and today I was trying to build my package however I get an error. I've updated pbuilder tarball with 'update' but it seems no works. Package: pbuilder Version: 0.225.1 If you know any answer please cc'me. Thanks in advance. Best regards. Elías Alejandro

Re: make in pbuilder error

2009-04-19 Thread Neil Williams
On Sun, 19 Apr 2009 02:14:13 +0200 (CEST) Jaromír Mikeš mira.mi...@seznam.cz wrote: I installed this source even in chroot without problems when I've installed dependencies. After greping undefined references I've found that these references includes library I am just building. In which

Re: make in pbuilder error

2009-04-19 Thread Jaromír Mikeš
Od: Neil Williams codeh...@debian.org JM r...@64studio:~/chroot/sid# find /home/mira/chroot/sid/usr/lib -type f -exec JM grep -l dynparam_ui_group_disappeared {} \; JM /home/mira/chroot/sid/usr/lib/liblv2dynparamhost1.so.1.0.0 JM /home/mira/chroot/sid/usr/lib/liblv2dynparamhost1.a NW No,

make in pbuilder error

2009-04-18 Thread Jaromír Mikeš
Hello , I have error output in pbuilder in make stage of process. But when I running make command outside pbuilder everything is fine. I think that I satisfied all dependencies in debian/control file. Any advice is very appreciated regards mira /bin/sh ../libtool --tag=CC --mode=link gcc

Re: make in pbuilder error

2009-04-18 Thread Chow Loong Jin
On Sat, 2009-04-18 at 21:25 +0200, Jaromír Mikeš wrote: Hello , I have error output in pbuilder in make stage of process. But when I running make command outside pbuilder everything is fine. I think that I satisfied all dependencies in debian/control file. Any advice is very appreciated

Re: make in pbuilder error

2009-04-18 Thread Neil Williams
On Sat, 18 Apr 2009 21:25:52 +0200 (CEST) Jaromír Mikeš mira.mi...@seznam.cz wrote: I have error output in pbuilder in make stage of process. But when I running make command outside pbuilder everything is fine. (Because you've got all the dependencies installed.) I think that I satisfied all

Re: make in pbuilder error

2009-04-18 Thread Jaromír Mikeš
Od: Chow Loong Jin hyper...@gmail.com I have error output in pbuilder in make stage of process. But when I running make command outside pbuilder everything is fine. I think that I satisfied all dependencies in debian/control file. /bin/sh ../libtool --tag=CC --mode=link gcc -Wall -g

Re: make in pbuilder error

2009-04-18 Thread Jaromír Mikeš
Od: Neil Williams codeh...@debian.org You need to work out which library (libfoo.so) contains the undefined references and ensure that the objects are linked against them. I've tried. Is there some good way how find library with these referencies? It could be that a dependency that exists

Re: make in pbuilder error

2009-04-18 Thread Neil Williams
On Sat, 18 Apr 2009 22:37:40 +0200 (CEST) Jaromír Mikeš mira.mi...@seznam.cz wrote: Od: Neil Williams codeh...@debian.org You need to work out which library (libfoo.so) contains the undefined references and ensure that the objects are linked against them. I've tried. Is there some good

Re: make in pbuilder error

2009-04-18 Thread Jaromír Mikeš
Od: Neil Williams codeh...@debian.org You need to work out which library (libfoo.so) contains the undefined references and ensure that the objects are linked against them. I've tried. Is there some good way how find library with these referencies? grep If it's a packaged

Re: make in pbuilder error

2009-04-18 Thread Jaromír Mikeš
Od: Neil Williams codeh...@debian.org NW You need to work out which library (libfoo.so) contains the undefined NW references and ensure that the objects are linked against them. JM I've tried. Is there some good way how find library with these referencies? NW grep NW If it's a packaged