You are not logged in.

#1 2004-03-12 21:26:44

Martillo1
Member
From: My kabila in Lavapiés
Registered: 2004-02-20
Posts: 66

kde-i18n-es... kdebase... previous version required

[root@bestiaparda josean]# pacman -Su
error: unresolvable dependencies:
  kde-i18n-es: requires kdebase=3.2.0

&

[root@bestiaparda josean]# pacman -S kdebase
error: unresolvable dependencies:
  kdemultimedia: requires kdebase=3.2.0
  kdeadmin: requires kdebase=3.2.0
  kdeartwork: requires kdebase=3.2.0
  kdebindings: requires kdebase=3.2.0
  kdeedu: requires kdebase=3.2.0
  kdegames: requires kdebase=3.2.0
  kdegraphics: requires kdebase=3.2.0
  kdenetwork: requires kdebase=3.2.0
  kdepim: requires kdebase=3.2.0
  kdesdk: requires kdebase=3.2.0
  kdetoys: requires kdebase=3.2.0
  kdeutils: requires kdebase=3.2.0
  kde-i18n-es: requires kdebase=3.2.0

&

[root@bestiaparda josean]# pacman -Si kdebase
Name           : kdebase
Version        : 3.2.1-1
Groups         : kde
Provides       : None
Depends On     : kdelibs=3.2.1
Conflicts With : None
Replaces       : None
Description    : KDE Base Programs.
MD5 Sum        : 672be6dc2dc4482dc3c1b8e5f00fee5c


What's going on?

Offline

#2 2004-03-12 22:52:11

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kde-i18n-es... kdebase... previous version required

kde-i18n-es is not yet ready, i'm sorry ... i'm working on that (that's why from time to time there come kde-i18n pkgs as new out) ... the kde-i18n pkgs are big and i have not really good bandwidth, but it will be solved soon

till it comes, you can use nodep (d) to upgrade kde:

pacman -Suyd

because kde-i18n-es needed kdebase=3.2.0 (actually right was kdebase>=3.2.0, but this was wrong before)


The impossible missions are the only ones which succeed.

Offline

#3 2004-03-12 23:05:28

Martillo1
Member
From: My kabila in Lavapiés
Registered: 2004-02-20
Posts: 66

Re: kde-i18n-es... kdebase... previous version required

OK, Thanks! smile

Offline

#4 2004-03-12 23:47:49

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: kde-i18n-es... kdebase... previous version required

kde-i18n-es is on the way ... i upload it right now ... it's about 7MB ... in about a hour or so, it will be ok


The impossible missions are the only ones which succeed.

Offline

#5 2004-03-13 00:12:48

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: kde-i18n-es... kdebase... previous version required

This is a good reason to start your adventure with abs and makepkg.
Fist uninstall kde-i18n-es with

pacman -R kde-i18n-es

Synchronize abs tree by running

abs

as root. Then copy the PKGBUILD file

mkdir /var/abs/local/kde-i18n-es
cp /var/abs/extra/i18n/kde-i18n-es/PKGBUILD to /var/abs/local/kde-i18n-es/

Edit the copied PKGBUILD file and change the lines like this:
pkgver to 3.2.1,
pkgurl to ....stable/3.2.1/....,
depends to kdebase=3.2.1.
Remove the line which starts with md5sums....
Save the file and run

makepkg

in the new directory.
After makepkg finishes run

makepkg -g >>PKGBUILD

This will add the new and correct md5sum line. Edit the file again and move this line where it was placed originally.
Now you can upgrade kde as usually and install the newly created i18n package with

pacman -A /var/abs/local/kde-i18n-es/kde-i18n-es-3.2.1-1.pkg.tar.gz

Alternatively you can create a local repository - read

man pacman

for instructions.

This is what I've done with kde-i18n-pl.  It is really easy and you will always be up to date when upgrading kde. Enjoy :-)

Offline

Board footer

Powered by FluxBB