Hide Forgot
Description of problem: Aparently python3* packages in F15 colition with the python ones (2.6.x packages). Aparently dependencies are not checked correcly and the problem arises. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: yum localupdate python3-* --nogpgcheck Complementos cargados:downloadonly, fastestmirror, presto, priorities, refresh-packagekit, remove-with- : leaves, rpm-warm-cache, security Repository virtualbox is listed more than once in the configuration Configurando el proceso de instalación local de paquetes Examinando python3-3.2-0.11.rc2.fc15.x86_64.rpm: python3-3.2-0.11.rc2.fc15.x86_64 Marcando python3-3.2-0.11.rc2.fc15.x86_64.rpm como una actualización de python3-3.1.2-14.fc14.x86_64 Examinando python3-libs-3.2-0.11.rc2.fc15.x86_64.rpm: python3-libs-3.2-0.11.rc2.fc15.x86_64 Marcando python3-libs-3.2-0.11.rc2.fc15.x86_64.rpm como una actualización de python3-libs-3.1.2-14.fc14.x86_64 Examinando python3-tkinter-3.2-0.11.rc2.fc15.x86_64.rpm: python3-tkinter-3.2-0.11.rc2.fc15.x86_64 Marcando python3-tkinter-3.2-0.11.rc2.fc15.x86_64.rpm como una actualización de python3-tkinter-3.1.2-14.fc14.x86_64 Examinando python3-tools-3.2-0.11.rc2.fc15.x86_64.rpm: python3-tools-3.2-0.11.rc2.fc15.x86_64 Marcando python3-tools-3.2-0.11.rc2.fc15.x86_64.rpm como una actualización de python3-tools-3.1.2-14.fc14.x86_64 Resolviendo dependencias --> Ejecutando prueba de transacción ---> Paquete python3.x86_64 0:3.2-0.11.rc2.fc15 definido para ser actualizado ---> Paquete python3-libs.x86_64 0:3.2-0.11.rc2.fc15 definido para ser actualizado ---> Paquete python3-tkinter.x86_64 0:3.2-0.11.rc2.fc15 definido para ser actualizado ---> Paquete python3-tools.x86_64 0:3.2-0.11.rc2.fc15 definido para ser actualizado --> Resolución de dependencias finalizada Dependencias resueltas ======================================================================================================= Paquete Arquitectura Versión Repositorio Tamaño ======================================================================================================= Actualizando: python3 x86_64 3.2-0.11.rc2.fc15 /python3-3.2-0.11.rc2.fc15.x86_64 31 k python3-libs x86_64 3.2-0.11.rc2.fc15 /python3-libs-3.2-0.11.rc2.fc15.x86_64 23 M python3-tkinter x86_64 3.2-0.11.rc2.fc15 /python3-tkinter-3.2-0.11.rc2.fc15.x86_64 1.3 M python3-tools x86_64 3.2-0.11.rc2.fc15 /python3-tools-3.2-0.11.rc2.fc15.x86_64 652 k Resumen de la transacción ======================================================================================================= Upgrade 4 Package(s) Tamaño total: 25 M Está de acuerdo [s/N]:s Descargando paquetes: Ejecutando el rpm_check_debug ERROR con el rpm_check_debug vs depsolve: python(abi) = 2.6 se necesita para (instalado) rhpl-0.221-2.x86_64 python(abi) = 2.6 se necesita para (instalado) kudzu-1.2.86-2.x86_64 python(abi) = 2.6 se necesita para (instalado) system-config-display-2.2-1.fc12.x86_64 Por favor, reporte este error en http://yum.baseurl.org/report ** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows: kudzu-1.2.86-2.x86_64 no se encuentran necesita de python(abi) = ('0', '2.6', None) rhpl-0.221-2.x86_64 no se encuentran necesita de libpython2.6.so.1.0()(64bit) rhpl-0.221-2.x86_64 no se encuentran necesita de python(abi) = ('0', '2.6', None) system-config-display-2.2-1.fc12.x86_64 no se encuentran necesita de libpython2.6.so.1.0()(64bit) system-config-display-2.2-1.fc12.x86_64 no se encuentran necesita de python(abi) = ('0', '2.6', None) Expected results: Upgrade python3 packages. Additional info:
I *GUESS*, that rhpl and kudzu are the only broken deps and nothing is related to python3 ("guess", because there is no English above ;-) ) Could you please do a "export LC_ALL=C" next time, when you post console output? That will set the language to English in that console session. Could you please post: export LC_ALL=C yum check
OK. Sorry for the noise. Looks like some old f12 packages were still in the system after the preupgrade I did lst week. Should close this bug. Any way, I found lots of missing python3-* packages (python3-tools for example) in the F15 Alpha ISO. Those packages where at the development/F15/os/Packages/ directory, so it looks like a respin problem.