[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Packages needing rebuild for SpareMiNT???



On Fri, 4 Feb 2011 17:02:57 -0500 (EST), Keith Scroggins <kws@radix.net> wrote:
> Put the c++ package on the same line to resolve the conflict
>
> So
>
> rpm -Uvh gcc-XXX gcc-c++-XXX
>
> You can do that with other packages too, creating a list to install, etc
> etc.
>
> Keith
>
Thanks. I was rtrying to do that with a wildcard which I think works
with openssl

bash-2.05a# rpm -Uvh gcc-4.5.2-*
error: failed dependencies:
        gcc = 2.95.3 is needed by gcc-c++-2.95.3-5

I just realised that the naming convention won't allow that.

bash-2.05a# rpm -Uvh gcc-4.5.2-2.m68kmint.rpm  gcc-c++-4.5.2-2.m68kmint.rpm
gcc                         ##################################################
cannot remove /usr/lib/gcc-lib/m68k-atari-mint/2.95.3/m68020-60 - directory not empty
cannot remove /usr/lib/gcc-lib/m68k-atari-mint/2.95.3/include - directory not empty
cannot remove /usr/lib/gcc-lib/m68k-atari-mint/2.95.3 - directory not empty
gcc-c++                     ##################################################


I don't know if it has done anything to 2.95, not that it matters much.


Regards,

Peter