Re: ldconfig responds with Illegal Instruction, cannot

2005-09-19 Thread Chris Purves
On 10/09/05, Chris Purves <[EMAIL PROTECTED]> wrote: > A recent upgrade with aptitude on testing exited halfway through with the > following error: > > Preconfiguring packages ... > Setting up libpam0g (0.76-23) ... > /var/lib/dpkg/info/libpam0g.postinst: line 3: 31771 > Illegal instruction

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-13 Thread Chris Purves
On 14/09/05, Kent West <[EMAIL PROTECTED]> wrote: > Chris Purves wrote: > > It's a long shot, but you might try changing the problem machine to > point to the server used by the non-problem machine. > I was able to solve the ldconfig problem by downgrading libc6 to the stable version. Then I tri

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-13 Thread Kent West
Chris Purves wrote: >I also >updated a second system on the same day from testing main (although >from a different server) and didn't have any problems. > > It's a long shot, but you might try changing the problem machine to point to the server used by the non-problem machine. -- Kent -- T

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-13 Thread Chris Purves
Luc, what is your kernel version? -- Take care, eh. Chris

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-13 Thread Kent West
Chris Purves wrote: >On 12/09/05, Kent West <[EMAIL PROTECTED]> wrote: > > >>Chris: What does your "/etc/apt/sources.list" look like? Do you have any >>non-official sources in it? Do you have a mix of branches, and if so, >>what's the order of them? >> >> >I should have addressed this the fi

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-12 Thread Kent West
[EMAIL PROTECTED] wrote: >I can report the same problem. > >"aptitude upgrade" fails because a series of post-installation scripts >exits with "28690 Illegal instruction ldconfig". I also get "Illegal >instruction" when invoking ldconfig manually. > >My /etc/apt/sources.list contains: > >deb htt

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-12 Thread luc . saffre
I can report the same problem. "aptitude upgrade" fails because a series of post-installation scripts exits with "28690 Illegal instruction ldconfig". I also get "Illegal instruction" when invoking ldconfig manually. "dist-upgrade" equally fails. I also tried -f option for both variants. Always th

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-11 Thread Kent West
Chris Purves wrote: > On 9/12/05, *Kent West* <[EMAIL PROTECTED] > wrote: > > Next, try "strace ldconfig" and watch for any error messages. > > > >>> > dmcnet:/var/lib/dpkg/info# strace -v ldconfig > execve("/sbin/ldconfig", ["ldconfig"], [/* 17 vars */]) = 0 > uname(

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-11 Thread Chris Purves
On 9/12/05, Kent West <[EMAIL PROTECTED]> wrote: Next, try "strace ldconfig" and watch for any error messages. >>>dmcnet:/var/lib/dpkg/info# strace -v ldconfig execve("/sbin/ldconfig", ["ldconfig"], [/* 17 vars */]) = 0 uname({sysname="Linux", nodename="dmcnet", release="2.2.20", version="#1 Sat Ap

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-11 Thread Kent West
Chris Purves wrote: > Here are the contents of the file: > > >>> > #!/bin/sh -e > > case "$1" in > configure) > ldconfig > ;; > abort-upgrade|abort-remove|abort-deconfigure) > ;; > esac > > # Automatically added by dh_makeshlibs > if

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-11 Thread Chris Purves
On 9/10/05, Kent West <[EMAIL PROTECTED]> wrote: Chris Purves wrote:> A recent upgrade with aptitude on testing exited halfway through with> the following error:>> Preconfiguring packages ...> Setting up libpam0g (0.76-23) ...> /var/lib/dpkg/info/libpam0g.postinst: line 3: 31771 Illegal > instructi

Re: ldconfig responds with Illegal Instruction, cannot

2005-09-10 Thread Kent West
Chris Purves wrote: > A recent upgrade with aptitude on testing exited halfway through with > the following error: > > Preconfiguring packages ... > Setting up libpam0g (0.76-23) ... > /var/lib/dpkg/info/libpam0g.postinst: line 3: 31771 Illegal > instruction ldconfig I'd take a look at line 3