Void Linux discussion
 help / color / mirror / Atom feed
* Multilib Problems
@ 2015-01-19 16:29 Jeremy Mason
       [not found] ` <CABLHwtdsqR0pnpc93zG3p3Z=hJFfUhAERJEkcs5TD7kji69yjg@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Mason @ 2015-01-19 16:29 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 793 bytes --]

I have a working installation of Void Linux in VirtualBox, and have 
generally been pleased enough that I am planning on migrating all of my 
machines over. I ran into a problem today that I don't seem to be able to 
figure out though.

I installed the multilib and nonfree-multilib repos, updated everything, 
and then installed wine-32bit and wine-mono. Whenever I try to run wine 
though I get

$ /usr/bin/wine
bash: /usr/bin/wine: No such file or directory

The executable is definitely installed, since

$ file /usr/bin/wine
/usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linus 2.6.32

I would guess that I am missing a library, but can't seem to figure out 
which one. Any ideas?

[-- Attachment #1.2: Type: text/html, Size: 822 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Fwd: Multilib Problems
       [not found] ` <CABLHwtdsqR0pnpc93zG3p3Z=hJFfUhAERJEkcs5TD7kji69yjg@mail.gmail.com>
@ 2015-01-19 16:33   ` Juan Romero Pardines
  2015-01-20  7:05     ` Jeremy Mason
  0 siblings, 1 reply; 3+ messages in thread
From: Juan Romero Pardines @ 2015-01-19 16:33 UTC (permalink / raw)
  To: voidlinux

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

Most likely you are missing "/usr/lib/ld-linux.so.2".

Check that your system is not missing any file and all them have not been
modified:

    # xbps-pkgdb -av 2>&1|tee log.txt

If there's any missing file reinstall the pkg:

    # xbps-install -Syvf foo-1.0_1

Cheers

[-- Attachment #2: Type: text/html, Size: 497 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Multilib Problems
  2015-01-19 16:33   ` Fwd: " Juan Romero Pardines
@ 2015-01-20  7:05     ` Jeremy Mason
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Mason @ 2015-01-20  7:05 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 208 bytes --]

Thank you Juan, that was exactly the problem. xbps-pkgdb explained that 
"/usr/lib/ld-linux.so.2" did not appear to be installed, and

# xbps-install -Syvf base-files

appears to have fixed everything.

[-- Attachment #1.2: Type: text/html, Size: 237 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-20  7:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-19 16:29 Multilib Problems Jeremy Mason
     [not found] ` <CABLHwtdsqR0pnpc93zG3p3Z=hJFfUhAERJEkcs5TD7kji69yjg@mail.gmail.com>
2015-01-19 16:33   ` Fwd: " Juan Romero Pardines
2015-01-20  7:05     ` Jeremy Mason

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).