Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-10 Thread A.E.Lawrence
Kurt Roeckx wrote:
On Sat, Apr 09, 2005 at 10:31:33PM +0100, A.E.Lawrence wrote:
The following packages have unmet dependencies:
   libc6-dev: Depends: libc6 (= 2.3.2.ds1-20) but
  2.3.2.ds1-20.0.0.1.pure64 is to be installed

Please downgrade your libc6 to the 2.3.2.ds1-20 version.  This
might require a few other packages to be downgrade at the same
time.
This should do it think:
apt-get install libc6=2.3.2.ds1-20 locales=2.3.2.ds1-20 base-files=3.1.2
I don't know if the above would have fixed the problem because meanwhile 
I tried a re-installation from another cdrom. It seems that the
   sid-amd64-netinst.iso   of  11/2/2005  (from the date on the files)
is the culprit Several bootssraps from that image resulted in the 
depency problem.

I have now installed from a recent
  sarge-amd64-netinst.iso
and everything was fine (modulo some unconnected problems of scsi disc 
enumeration and pata discs being disabled).

So if anyone has the same problem in future and finds this message in 
the archives, try a different installation image.

Sorry if this should have branched off into a new thread...
Thank you to everyone who helped: it saved time by eliminating many 
possibilities.

Adrian Lawrence
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread Kurt Roeckx
On Sat, Apr 09, 2005 at 10:31:33PM +0100, A.E.Lawrence wrote:
> The following packages have unmet dependencies:
> libc6-dev: Depends: libc6 (= 2.3.2.ds1-20) but
>2.3.2.ds1-20.0.0.1.pure64 is to be installed

Please downgrade your libc6 to the 2.3.2.ds1-20 version.  This
might require a few other packages to be downgrade at the same
time.

This should do it think:
apt-get install libc6=2.3.2.ds1-20 locales=2.3.2.ds1-20 base-files=3.1.2


Kurt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread Mike Reinehr
On Saturday 09 April 2005 04:31 pm, A.E.Lawrence wrote:
> I didn't see the resolutions in those earlier postings :-) But perhaps
> they went silent when things cleared.
>
> But this:-
> 
> The following packages have unmet dependencies:
>      libc6-dev: Depends: libc6 (= 2.3.2.ds1-20) but
>     2.3.2.ds1-20.0.0.1.pure64 is to be installed
> --
>
> does seem to occur very often and is a bit of a show-stopper when one is
> trying to compile or rebuild components :) I can force it with dpkg but
> then it just gets removed again if I use any of the standard
> apt-get/aptitude/.. tools which is decidedly cumbersome...
>
> I did check the debs in the pools on various mirrors and those packages
> seemed to be quite old with no recent changes.
>
> But I will be patient...
>
> Thanks for the reply
>
> Adrian Lawrence

Adrian,

I just double-checked on my AMD64/Sarge system and your information seems to 
be incorrect. On my system (and on my 32-bit system) libc6-dev (2.3.2.ds1-20) 
depends upon libc6 (2.3.2.ds1-20). I suspect that you may have downloaded 
some corrupted information earlier. This is from another post today about apt 
file corruption:

> Just a quick  update on my problem. I deleted the files 
> in /var/lib/apt/lists and in /var/lib/apt/lists/partial then did apt-get 
> update and everything is fine now. Thanks for the help.
> 
> Grahame

I'm still trying to figure out apt, so I can't attest to this particular 
method, but in general I think you somehow need to force apt to reload all 
it's information.

Hope this helps,

cmr

-- 
Debian 'Sarge': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread A.E.Lawrence
Mike Reinehr wrote:
On Saturday 09 April 2005 02:54 pm, A.E.Lawrence wrote:
Mike Reinehr wrote:
The correct archives to be using are:
deb http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib
non-free deb http://debian-amd64.alioth.debian.org/debian-pure64 sarge
main contrib non-free
Thanks for that confirmation. But I am getting dependency problems which
others have reported at various times. No problems on my other 32 bit
machine, just my new amd64.
[snip]
If your problem persists more than a day or two, however, sound off and 
someone will look into it. If you'll look back through the archives you'll 
see that these things happen from time to time but always are resolved 
quickly. :-)
I didn't see the resolutions in those earlier postings :-) But perhaps 
they went silent when things cleared.

But this:-

The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.3.2.ds1-20) but
   2.3.2.ds1-20.0.0.1.pure64 is to be installed
--
does seem to occur very often and is a bit of a show-stopper when one is 
trying to compile or rebuild components :) I can force it with dpkg but 
then it just gets removed again if I use any of the standard 
apt-get/aptitude/.. tools which is decidedly cumbersome...

I did check the debs in the pools on various mirrors and those packages 
seemed to be quite old with no recent changes.

But I will be patient...
Thanks for the reply
Adrian Lawrence
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread Mike Reinehr
On Saturday 09 April 2005 02:54 pm, A.E.Lawrence wrote:
> Mike Reinehr wrote:
> > The correct archives to be using are:
> >
> > deb http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib
> > non-free deb http://debian-amd64.alioth.debian.org/debian-pure64 sarge
> > main contrib non-free
>
> Thanks for that confirmation. But I am getting dependency problems which
> others have reported at various times. No problems on my other 32 bit
> machine, just my new amd64.
>
> Adrian Lawrence

Judging by some of the earlier comments posted to this list, alioth was having 
some problems earlier today and the archive may have been corrupted or is not 
entirely synchronized. Have patience.

If your problem persists more than a day or two, however, sound off and 
someone will look into it. If you'll look back through the archives you'll 
see that these things happen from time to time but always are resolved 
quickly. :-)

cmr
-- 
Debian 'Sarge': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread A.E.Lawrence
Mike Reinehr wrote:
The correct archives to be using are:
deb http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib 
non-free
deb http://debian-amd64.alioth.debian.org/debian-pure64 sarge main contrib 
non-free
Thanks for that confirmation. But I am getting dependency problems which 
others have reported at various times. No problems on my other 32 bit 
machine, just my new amd64.

Adrian Lawrence
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: [Fwd: Re: need advice for correct sources.list because of broken packages]

2005-04-09 Thread Mike Reinehr
On Saturday 09 April 2005 01:03 pm, A.E.Lawrence wrote:
> Can someone clarify this please? The FAQ, the AMD64 and the archive 
> structure document (alioth seems to be down just now, so I haven't got 
> the URIs) all differ just enough to be confusing :-)
> 
> I find broken package dependencies in critical cases (libc6-dev is 
> included) when I have used either sarge or sid from debian-pure64. Will 
> these go away if I use pure64? I am on a low bandwidth connection ATM, 
> so I can't test easily.
> 
> ael

The correct archives to be using are:

deb http://debian-amd64.alioth.debian.org/debian-pure64 sid main contrib 
non-free
deb http://debian-amd64.alioth.debian.org/debian-pure64 sarge main contrib 
non-free

and it's mirrors, as listed here:

http://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html#id274163

cmr
-- 
Debian 'Sarge': Registered Linux User #241964

"More laws, less justice." -- Marcus Tullius Ciceroca, 42 BC



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]