Void Linux discussion
 help / color / mirror / Atom feed
From: "'Johannes Brechtmann' via voidlinux" <voidlinux@googlegroups.com>
To: voidlinux@googlegroups.com
Subject: Re: problems after install of void musl x86_64
Date: Sat, 27 Apr 2019 23:29:44 +0200	[thread overview]
Message-ID: <20190427232944.2b8c0b7c@t440s.fritz.box> (raw)
In-Reply-To: <f79579ba-65a5-4880-9d2a-67f6ced8854d@googlegroups.com>


> 1. During an update
> 
>   xbps-install -S
>   xbps-install -u # updates xbps first
>   xbps-install -u # attempts to update
>    
> it fails with
> 
>   intel-ucode-20180807_3 missing from repo
> 
> I did 
> 
>      xbps-pkgdb -m hold intel-ucode
> 
> and the long update continued.

The intel-ucode package was moved to the nonfree repo which caused some
problems.
 
> 2. Firefox fails to start because libvpx.so.5 is missing.  the command
> 
>   xbps-query -f libvpx5
> 
> lists 
> 
>   libvpx.so.5 -> libvpx.so.5.0.0
>   libvpx.so.5.0 -> libvpx.so.5.0.0
> 
> but ls -l does not list any links for libvpx.so.5 and libvpx.so.5.0;
> the libvpx.so.6 has correct symbolic links.  it should have been
> easily fixed
> 
>   ln -s /usr/lib/libvpx.so.5.0.0 /usr/lib/libvpx.so.5.0
>   ln -s /usr/lib/libvpx.so.5.0.0 /usr/lib/libvpx.so.5
> 
> but Firefox still can't start as it thinks libvpx.so.5 is missing.
> What am I missing here?

You should be able to fix it by forcing a reinstall of libvpx5 with
# xbps-install -f libvpx5

See here for details on this issue:
https://github.com/void-linux/void-packages/issues/10013


Johannes

-- 
You received this message because you are subscribed to the Google Groups "voidlinux" group.
To unsubscribe from this group and stop receiving emails from it, send an email to voidlinux+unsubscribe@googlegroups.com.
To post to this group, send email to voidlinux@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/voidlinux/20190427232944.2b8c0b7c%40t440s.fritz.box.
For more options, visit https://groups.google.com/d/optout.

  reply	other threads:[~2019-04-27 21:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 21:00 jacksprat
2019-04-27 21:29 ` 'Johannes Brechtmann' via voidlinux [this message]
2019-04-27 23:01   ` jacksprat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190427232944.2b8c0b7c@t440s.fritz.box \
    --to=voidlinux@googlegroups.com \
    --cc=johannes@jnbr.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).