Re: [Cooker] Possible packaging bug with many packages?

2002-03-06 Thread IpSo

Quoting Raul Dias <[EMAIL PROTECTED]>:


> I am not too sure, but I thing apt uses md5 to make sure a package is the
> same,
> so a recompiled package will have a different md5 and therefore will cause
> this
> errors.
> 
> You either have too many repositories (incompatible ones) in your
> source.list
> or you have this packages installed on your system and the ones on the
> repository
> are the same name,epoch,version,release, but not the same md5.
> 
> 
> So, what is on your sources.list?
> 

I maintain my own source. I rsync from rpmfind.net first (its faster) then from
one of the main cooker mirrors, sunsite.uio.no. I then use:

genbasedir --topdir=/packages/mandrake-devel/cooker/i586/ Mandrake cooker

I get the same problems with just a single source. 

The reason I do all of this of course is because the package lists on these
mirrors don't seem to be up to date at all. 

This used to work fine, about 2 weeks ago.






IpSo


Never worry about viruses in your Email again.
Get your FREE! virus scanned Email accounts at http://snappymail.ca




Re: [Cooker] Possible packaging bug with many packages?

2002-03-06 Thread Raul Dias

Hi,

IpSo <[EMAIL PROTECTED]> wrote:
>I've been using APT-GET with cooker since the beginning of the year, and its
>worked exceptionally well up until now. When I run APT-GET UPDATE I get the
>follow errors:
>
>WARNING: 'pilot-link' has 2 packages with same version but different
>dependencies. That usually means a packaging bug.

Not an error, a warning ;)

>
>That error repeats itself 186 times with the following packages:

[...]

some warnings.

>
>I've tried this on two different computers, using rpmfind.net and sunsite.uio.no
>as sources. I assume this has been done intentionally? Are there any official or
>unofficial plans to support APT-GET for RPMs?

Basicaly this means that somewhere there are packages with the same name, version,
epoch and releases but they are not the same.

e.g. a recompiled package.

I am not too sure, but I thing apt uses md5 to make sure a package is the same,
so a recompiled package will have a different md5 and therefore will cause this
errors.

You either have too many repositories (incompatible ones) in your source.list
or you have this packages installed on your system and the ones on the repository
are the same name,epoch,version,release, but not the same md5.


So, what is on your sources.list?



[]'s
Raul Dias


>
>
>IpSo