You are not logged in.
the anoother day I wanted upgrade the system, then I ran:
[root@zuargo-archlinux ~]# pacman -Syu
:: Sincronizando las bases de datos de paquetes...
core 33,6K 190,2K/s 00:00:00 [#####################] 100%
extra 425,6K 119,1K/s 00:00:04 [#####################] 100%
community 367,6K 56,2K/s 00:00:07 [#####################] 100%
archlinuxfr está actualizado
:: iniciando actualización completa del sistema...
resolviendo dependencias...
verificando conflictos...
:: openoffice-base tiene conflictos con go-openoffice. ¿Quitar go-openoffice? [S/n] n
error: se han detectado paquetes con conflictos no resueltos
error: falló al preparar la transacción (dependencias en conflicto)
:: openoffice-base: posee conflictos con go-openofficeinto english (the last five lines):
Conflict checking...
:: openoffice-base has conflicts with go-openoffice. Remove go-openoffice? [Y/n] n
error: have been detected packages with unresolved conflicts
error: failed to prepare transaction (conflicting dependencies)
openoffice-base: has conflicts with go-openofficeopenoffice-base: has conflicts with go-openoffice??? how? why? I don't have installed openoffice-base:
[root@zuargo-archlinux ~]# pacman -Rsn openoffice-base
openoffice-base no encontrado, buscando el grupo...
error: 'openoffice-base': no encontrado en la base de datos localinto english:
[root@zuargo-archlinux ~]# pacman -Rsn openoffice-base
openoffice-base not found, searching for the group...
error: 'openoffice-base': not found in the local database[root@zuargo-archlinux ~]# pacman -Q openoffice-base
error: el paquete "openoffice-base" no fue encontradointo english:
[root@zuargo-archlinux ~]# pacman -Q openoffice-base
error: package "openoffice-base" was not foundI have installed go-openoffice:
[root@zuargo-archlinux ~]# pacman -Q go-openoffice
go-openoffice 3.1.0.99.3-1why the openoffice-base package has conflicts with go-openoffice package, if the first is not installed on the system?
how can I solved this?
thanks
Last edited by zuargo (2009-08-30 00:10:17)
Offline
You can have some other package that provides openoffice-base. So it's better if you search for something related with openoffice that's installed ("pacman -Qs openoffice").
Also, you don't have to translate, it's better to let the output of the program to be english right away by
LC_ALL=C <program_name>
Offline
[root@zuargo-archlinux ~]# pacman -Qs openoffice
local/go-openoffice 3.1.0.99.3-1
OpenOffice.org - go-oo.org enhanced version of SUN's office suite
local/openoffice-es 3.1.0-1
OpenOffice spanish language filesRemoving the openoffice-es package the problem is solved but now I don't have openoffice (go-openoffice) into spanish my first language ![]()
About LC_ALL=C, I ran this and I see still the terminal (konsole) into spanish, I guess, I must uncomment the english language on locale.gen and run locale-gen right?
thanks
-------------------------------------------------------
EDIT: I uncomment the english language (en_US.utf8) in locale.gen and I ran locale-gen but the terminal still sends their answers into spanish after launch it through: LC_ALL=C konsole
what must I do?
Last edited by zuargo (2009-08-29 19:50:24)
Offline
'C' is a locale by itself, and it's always present, so you don't need to have any english locale in locale.gen.
About LC_ALL, it doesn't help to run konsole like you do, I meant to put it in front of a command, e.g.
LC_ALL=C pacman -Syu
[I test it with "LC_ALL=C /asdfasf", which should throw an error in english.]
EDIT: about openoffice: I think it's just a matter of time when localized versions of go-openoffice will appear in the repos. Meanwhile you can either use go-openoffice (in english) or downgrade back to openoffice-es and prevent pacman from upgrading it by editing /etc/pacman.conf and adding it to IgnorePkg.
Last edited by bender02 (2009-08-29 20:34:46)
Offline
Thanks a lot for your answer ![]()
Offline