vlc-core complains about broken dependency (libgpg-error) (looks for libgpg-error.so.0). libgpg-error is installed (x86_64 and i686) libgpg-error-devel is installed but yum fails with:
Plugins carregados: langpacks Resolvendo dependências --> Executando verificação da transação ---> O pacote vlc.x86_64 0:2.2.0-1.fc21 será instalado --> Processando dependência: vlc-core(x86-64) = 2.2.0-1.fc21 para o pacote: vlc-2.2.0-1.fc21.x86_64 --> Processando dependência: libvlccore.so.8()(64bit) para o pacote: vlc-2.2.0-1.fc21.x86_64 --> Executando verificação da transação ---> O pacote vlc-core.x86_64 0:2.2.0-1.fc21 será instalado --> Processando dependência: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) para o pacote: vlc-core-2.2.0-1.fc21.x86_64 --> Resolução de dependências finalizada Error: Pacote: vlc-core-2.2.0-1.fc21.x86_64 (rpmfusion-free-updates) Requer: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) Você pode tentar usar o parâmetro --skip-broken para contornar o problema Você pode tentar executar: rpm -Va --nofiles --nodigest
On Tue, 10 Mar 2015 16:23:48 -0300, casimiro barreto wrote:
vlc-core complains about broken dependency (libgpg-error) (looks for libgpg-error.so.0). libgpg-error is installed (x86_64 and i686) libgpg-error-devel is installed but yum fails with:
See this thread from yesterday: https://lists.fedoraproject.org/pipermail/users/2015-March/459170.html
For me the following solved painlessly
yum --enablerepo updates-testing update vlc
L:
2015-03-10 20:23 GMT+01:00 casimiro barreto casimiro.barreto@gmail.com:
vlc-core complains about broken dependency (libgpg-error) (looks for libgpg-error.so.0). libgpg-error is installed (x86_64 and i686) libgpg-error-devel is installed but yum fails with:
Plugins carregados: langpacks Resolvendo dependências --> Executando verificação da transação ---> O pacote vlc.x86_64 0:2.2.0-1.fc21 será instalado --> Processando dependência: vlc-core(x86-64) = 2.2.0-1.fc21 para o pacote: vlc-2.2.0-1.fc21.x86_64 --> Processando dependência: libvlccore.so.8()(64bit) para o pacote: vlc-2.2.0-1.fc21.x86_64 --> Executando verificação da transação ---> O pacote vlc-core.x86_64 0:2.2.0-1.fc21 será instalado --> Processando dependência: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) para o pacote: vlc-core-2.2.0-1.fc21.x86_64 --> Resolução de dependências finalizada Error: Pacote: vlc-core-2.2.0-1.fc21.x86_64 (rpmfusion-free-updates) Requer: libgpg-error.so.0(GPG_ERROR_1.0)(64bit) Você pode tentar usar o parâmetro --skip-broken para contornar o problema Você pode tentar executar: rpm -Va --nofiles --nodigest
-- The information contained in this message is confidential and intended to the recipients specified in the headers. If you received this message by error, notify the sender immediately. The unauthorized use, disclosure, copy or alteration of this message are strictly forbidden and subjected to civil and criminal sanctions.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
On Wed, 11 Mar 2015 08:18:11 -0400, Paul Cartwright wrote:
On 03/11/2015 07:04 AM, Pál, László wrote:
For me the following solved painlessly
yum --enablerepo updates-testing update vlc
L:
I do not want to add a testing repo to my stable install...
But that is exactly what has happened. The vlc update has been built against a libgpg-error from updates-testing. If you want that vlc update, it depends on stuff that's still in updates-testing. RPM Fusion always builds against updates-testing, because they don't use a separate build target for Test Updates.
Btw, more Fedora Users ought to be less afraid of updates-testing. Most packages in there become stable updates anyway. You can give feedback in the Fedora Updates System and influence what would be marked stable _without_ any prior testing. Plus, with commands like yum distro-sync, yum downgrade, and yum history it has become much easier to revert the odd update that introduces a bug.
On Wed, 2015-03-11 at 08:18 -0400, Paul Cartwright wrote:
On 03/11/2015 07:04 AM, Pál, László wrote:
For me the following solved painlessly
yum --enablerepo updates-testing update vlc
L:
I do not want to add a testing repo to my stable install...
Try again. It updated for me this morning without enabling updates-testing.
poc
On 03/13/2015 05:34 AM, Patrick O'Callaghan wrote:
On Wed, 2015-03-11 at 08:18 -0400, Paul Cartwright wrote:
On 03/11/2015 07:04 AM, Pál, László wrote:
For me the following solved painlessly
yum --enablerepo updates-testing update vlc
L:
I do not want to add a testing repo to my stable install...
Try again. It updated for me this morning without enabling updates-testing.
poc
Thanx Patrick. I had gone ahead and downloaded the source rpm of latest vlc, rebuilt it, and used yum update from local disk and all went well. Of course, I had previously run yum update --skip-broken so the system update ignored vlc issues and updated the library anyhow. Then, updating from local build of vlc worked.