Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Can't install Virtualbox: unresolved dependencies
@ 2020-05-25 11:56 AngryPhantom
  2020-05-25 13:35 ` Anachron
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 11:56 UTC (permalink / raw)
  To: ml

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

New issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282

Description:
### System
Void Linux i686 XFCE, updated, up and running. Free and non-free repos enabled.

* xuname:  
Void 5.4.42_1 i686 AuthenticAMD uptodate rrFFF

* package:  
virtualbox-ose

### Expected behavior
Should install VirtualBox

### Actual behavior
```
user@host: sudo xbps-install virtualbox-ose
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Ok, let's install the dependency:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Okay, let's install the whole bunch:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms virtualbox-ose-guest virtualbox-ose-guest-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```

Am I missing something, guys? :)

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
@ 2020-05-25 13:35 ` Anachron
  2020-05-25 13:59 ` ericonr
                   ` (25 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: Anachron @ 2020-05-25 13:35 UTC (permalink / raw)
  To: ml

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

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633576219

Comment:
Install virtualbox-ose-dkms first?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
  2020-05-25 13:35 ` Anachron
@ 2020-05-25 13:59 ` ericonr
  2020-05-25 14:01 ` AngryPhantom
                   ` (24 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-25 13:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633586143

Comment:
This package was updated, so it can't download the `5.2.2_2` version because it doesn't exist anymore. You have to update your package index with `xbps-install -S` first. I'd do an update as well.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
  2020-05-25 13:35 ` Anachron
  2020-05-25 13:59 ` ericonr
@ 2020-05-25 14:01 ` AngryPhantom
  2020-05-25 14:03 ` AngryPhantom
                   ` (23 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:01 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633587096

Comment:
@Anachron 
 Yes it can be installed but the very VirtualBox package is outdated. There is a dependency problem.
Probably I have to change the title somehow...
That's what I see in the repo. Check out the versions:

```
[-] virtualbox-ose-5.2.2_2
[*] virtualbox-ose-dkms-6.1.8_1
[-] virtualbox-ose-guest-5.2.2_2
[-] virtualbox-ose-guest-dkms-6.1.8_1
```

So, it's quite logical that when I try to install virtualbox-ose afterwards I get this again:

```
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```

It's really strange that virtualbox and its dkms packages are of different versions and how did they get into the repo...

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (2 preceding siblings ...)
  2020-05-25 14:01 ` AngryPhantom
@ 2020-05-25 14:03 ` AngryPhantom
  2020-05-25 14:14 ` AngryPhantom
                   ` (22 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:03 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633588184

Comment:
@ericonr 

My system is up to date. Still see this:

```
[-] virtualbox-ose-5.2.2_2
[*] virtualbox-ose-dkms-6.1.8_1
[-] virtualbox-ose-guest-5.2.2_2
[-] virtualbox-ose-guest-dkms-6.1.8_1
```

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (3 preceding siblings ...)
  2020-05-25 14:03 ` AngryPhantom
@ 2020-05-25 14:14 ` AngryPhantom
  2020-05-25 14:16 ` ericonr
                   ` (21 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:14 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633592452

Comment:
Ok, I can see that 32-bit is somehow [dropped](https://raw.githubusercontent.com/void-linux/void-packages/master/srcpkgs/virtualbox-ose/template)?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (4 preceding siblings ...)
  2020-05-25 14:14 ` AngryPhantom
@ 2020-05-25 14:16 ` ericonr
  2020-05-25 14:19 ` AngryPhantom
                   ` (20 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-25 14:16 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633593219

Comment:
Yeah, seems to be the case. Looking into why. The package should probably removed from the repos, if that's the case.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (5 preceding siblings ...)
  2020-05-25 14:16 ` ericonr
@ 2020-05-25 14:19 ` AngryPhantom
  2020-05-25 14:19 ` AngryPhantom
                   ` (19 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:19 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633594572

Comment:
@ericonr 
Yeah... Well, anyway, I managed to install it from their official .run file. There were some errors like systemct is missing etc., but it works :)

Thanks. Dunno if I should close the issue or not.

P.S. Do you guys know what's in the plans? Should I really think of moving my PCs and servers to x86_64?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (6 preceding siblings ...)
  2020-05-25 14:19 ` AngryPhantom
@ 2020-05-25 14:19 ` AngryPhantom
  2020-05-25 14:26 ` ericonr
                   ` (18 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:19 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633594572

Comment:
@ericonr 
Yeah... Well, anyway, I managed to install it from their official .run file. There were some errors like systemctl is missing etc., but it works :)

Thanks. Dunno if I should close the issue or not.

P.S. Do you guys know what's in the plans? Should I really think of moving my PCs and servers to x86_64?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (7 preceding siblings ...)
  2020-05-25 14:19 ` AngryPhantom
@ 2020-05-25 14:26 ` ericonr
  2020-05-25 14:44 ` AngryPhantom
                   ` (17 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-25 14:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633597496

Comment:
Probably? It's really the way moving forward. It was broken in commit 6428dfff, perhaps it's been fixed upstream since then. You could try building it locally to see if it works.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (8 preceding siblings ...)
  2020-05-25 14:26 ` ericonr
@ 2020-05-25 14:44 ` AngryPhantom
  2020-05-25 14:44 ` [ISSUE] [CLOSED] " AngryPhantom
                   ` (16 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:44 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633604971

Comment:
@ericonr 
Ok, thank you. Will try to build and move to x86_64 then. Cheers.

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

* Re: [ISSUE] [CLOSED] Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (9 preceding siblings ...)
  2020-05-25 14:44 ` AngryPhantom
@ 2020-05-25 14:44 ` AngryPhantom
  2020-05-25 14:44 ` AngryPhantom
                   ` (15 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:44 UTC (permalink / raw)
  To: ml

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

Closed issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282

Description:
### System
Void Linux i686 XFCE, updated, up and running. Free and non-free repos enabled.

* xuname:  
Void 5.4.42_1 i686 AuthenticAMD uptodate rrFFF

* package:  
virtualbox-ose

### Expected behavior
Should install VirtualBox

### Actual behavior
```
user@host: sudo xbps-install virtualbox-ose
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Ok, let's install the dependency:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Okay, let's install the whole bunch:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms virtualbox-ose-guest virtualbox-ose-guest-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```

Am I missing something, guys? :)

P.S. **virtualbox** and its **dkms** packages are of different versions. Can it be fixed please?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (10 preceding siblings ...)
  2020-05-25 14:44 ` [ISSUE] [CLOSED] " AngryPhantom
@ 2020-05-25 14:44 ` AngryPhantom
  2020-05-25 14:44 ` AngryPhantom
                   ` (14 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:44 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633604971

Comment:
@ericonr 
Ok, thank you. Will try to build it and then move to x86_64 then. Cheers.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (11 preceding siblings ...)
  2020-05-25 14:44 ` AngryPhantom
@ 2020-05-25 14:44 ` AngryPhantom
  2020-05-25 14:48 ` ericonr
                   ` (13 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:44 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633604971

Comment:
@ericonr 
Ok, thank you. Will try to build it and then move to x86_64. Cheers.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (12 preceding siblings ...)
  2020-05-25 14:44 ` AngryPhantom
@ 2020-05-25 14:48 ` ericonr
  2020-05-25 14:58 ` AngryPhantom
                   ` (12 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-25 14:48 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633606838

Comment:
Can you reopen the issue, please? If it's indeed broken, it needs to be cleaned from the repo.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (13 preceding siblings ...)
  2020-05-25 14:48 ` ericonr
@ 2020-05-25 14:58 ` AngryPhantom
  2020-05-25 14:59 ` ericonr
                   ` (11 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 14:58 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633610995

Comment:
Sorry. Done.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (14 preceding siblings ...)
  2020-05-25 14:58 ` AngryPhantom
@ 2020-05-25 14:59 ` ericonr
  2020-05-25 16:29 ` AngryPhantom
                   ` (10 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-25 14:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633611170

Comment:
No problem, thanks :)

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (15 preceding siblings ...)
  2020-05-25 14:59 ` ericonr
@ 2020-05-25 16:29 ` AngryPhantom
  2020-05-25 18:27 ` AngryPhantom
                   ` (9 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 16:29 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
So, I've installed on another 64-bit machine all four packages successfully and without errors:
```
virtualbox-ose-6.1.8_1
virtualbox-ose-dkms-6.1.8_1
virtualbox-ose-guest-6.1.8_1
virtualbox-ose-guest-dkms-6.1.8_1
```
Log is [here](https://pastebin.com/raw/c3P61xGw).

Even followed the guide [here](https://wiki.voidlinux.org/VirtualBox) (I have dbus running and also added vboxservice), but:

1) Keep getting errors like desktop [notification](http://0x0.st/ipVg.png) that VBoxClient: kernel service is not running. Exiting. Even rebooted but still see modules loading errors at boot (vboxguest and vboxsf).

2) And where should I find the extensions package (the one you install in VB settings)? Should I download it from the official site?

I'm at a loss a bit :)

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (16 preceding siblings ...)
  2020-05-25 16:29 ` AngryPhantom
@ 2020-05-25 18:27 ` AngryPhantom
  2020-05-25 18:28 ` AngryPhantom
                   ` (8 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 18:27 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
So, I've installed on another 64-bit machine all four packages successfully and without errors:
```
virtualbox-ose-6.1.8_1
virtualbox-ose-dkms-6.1.8_1
virtualbox-ose-guest-6.1.8_1
virtualbox-ose-guest-dkms-6.1.8_1
```
Log is [here](https://pastebin.com/raw/c3P61xGw).

Even followed the guide [here](https://wiki.voidlinux.org/VirtualBox) (I have dbus running and also added vboxservice), but:

1) Keep getting errors like desktop [notification](http://0x0.st/ipVg.png) that VBoxClient: kernel service is not running. Exiting. Even rebooted but still see **vboxguest** and **vboxsf** modules loading errors at boot (though I have them in /lib/modules/...).

2) And where should I find the extensions package (the one you install in VB settings)? Should I download it from the official site?

I'm at a loss a bit :)

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (17 preceding siblings ...)
  2020-05-25 18:27 ` AngryPhantom
@ 2020-05-25 18:28 ` AngryPhantom
  2020-05-25 19:09 ` AngryPhantom
                   ` (7 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 18:28 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
So, I've installed on another 64-bit machine all four packages successfully and without errors:
```
virtualbox-ose-6.1.8_1
virtualbox-ose-dkms-6.1.8_1
virtualbox-ose-guest-6.1.8_1
virtualbox-ose-guest-dkms-6.1.8_1
```
Log is [here](https://pastebin.com/raw/c3P61xGw).

Even followed the guide [here](https://wiki.voidlinux.org/VirtualBox) (I have dbus running and also added vboxservice), but:

1) Keep getting errors like desktop [notification](http://0x0.st/ipVg.png) that VBoxClient: kernel service is not running. Exiting. Even rebooted but still see **vboxguest** and **vboxsf** modules loading errors at boot (though I have them in /lib/modules/5.4.42_1/updates).

2) And where should I find the extensions package (the one you install in VB settings)? Should I download it from the official site?

I'm at a loss a bit :)

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (18 preceding siblings ...)
  2020-05-25 18:28 ` AngryPhantom
@ 2020-05-25 19:09 ` AngryPhantom
  2020-05-25 19:10 ` AngryPhantom
                   ` (6 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 19:09 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
I've installed on another 64-bit machine all four packages successfully and without errors. Thanks.

I have a question: where should I find the extensions pack (the one you install in VB settings)? Should I download it from the official site? And will there be an .iso with guest extensions inside the guest OS?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (19 preceding siblings ...)
  2020-05-25 19:09 ` AngryPhantom
@ 2020-05-25 19:10 ` AngryPhantom
  2020-05-25 19:10 ` AngryPhantom
                   ` (5 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 19:10 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633688371

Comment:
@ericonr 
My bad... I've installed two unneeded packages. I've edited my previous message.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (20 preceding siblings ...)
  2020-05-25 19:10 ` AngryPhantom
@ 2020-05-25 19:10 ` AngryPhantom
  2020-05-25 19:11 ` AngryPhantom
                   ` (4 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 19:10 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
I've installed VirtualBox on another 64-bit machine successfully and without errors. Thanks.

I have a question: where should I find the extensions pack (the one you install in VB settings)? Should I download it from the official site? And will there be an .iso with guest extensions inside the guest OS?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (21 preceding siblings ...)
  2020-05-25 19:10 ` AngryPhantom
@ 2020-05-25 19:11 ` AngryPhantom
  2020-05-25 19:41 ` AngryPhantom
                   ` (3 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 19:11 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
I've installed VirtualBox on another 64-bit machine successfully and without errors. Thanks.

I have a question: where should I find the extensions pack (the one you install in VB settings)? Should I download it from the official site (Do I need them)? And will there be an .iso with guest extensions inside the guest OS?

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (22 preceding siblings ...)
  2020-05-25 19:11 ` AngryPhantom
@ 2020-05-25 19:41 ` AngryPhantom
  2020-05-27  3:18 ` ericonr
                   ` (2 subsequent siblings)
  26 siblings, 0 replies; 28+ messages in thread
From: AngryPhantom @ 2020-05-25 19:41 UTC (permalink / raw)
  To: ml

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

New comment by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-633643945

Comment:
@ericonr 
I've installed VirtualBox on another 64-bit machine successfully and without errors. Thanks.

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

* Re: Can't install Virtualbox: unresolved dependencies
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (23 preceding siblings ...)
  2020-05-25 19:41 ` AngryPhantom
@ 2020-05-27  3:18 ` ericonr
  2020-07-14 18:39 ` Virtualbox: fix for i686 or clean up from repo Chocimier
  2020-07-14 18:39 ` [ISSUE] [CLOSED] " Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: ericonr @ 2020-05-27  3:18 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-634403131

Comment:
@AngryPhantom glad it worked! Can you change the name of the issue to "Virtualbox: fix for i686 or clean up from repo", please? That way people can know what it's about in a glance. I don't have much experience with their build system, so I'm not sure what I'd have to change for it.

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

* Re: Virtualbox: fix for i686 or clean up from repo
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (24 preceding siblings ...)
  2020-05-27  3:18 ` ericonr
@ 2020-07-14 18:39 ` Chocimier
  2020-07-14 18:39 ` [ISSUE] [CLOSED] " Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: Chocimier @ 2020-07-14 18:39 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/22282#issuecomment-658345707

Comment:
Moved to aggregate issue.

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

* Re: [ISSUE] [CLOSED] Virtualbox: fix for i686 or clean up from repo
  2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
                   ` (25 preceding siblings ...)
  2020-07-14 18:39 ` Virtualbox: fix for i686 or clean up from repo Chocimier
@ 2020-07-14 18:39 ` Chocimier
  26 siblings, 0 replies; 28+ messages in thread
From: Chocimier @ 2020-07-14 18:39 UTC (permalink / raw)
  To: ml

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

Closed issue by AngryPhantom on void-packages repository

https://github.com/void-linux/void-packages/issues/22282

Description:
### System
Void Linux i686 XFCE, updated, up and running. Free and non-free repos enabled.

* xuname:  
Void 5.4.42_1 i686 AuthenticAMD uptodate rrFFF

* package:  
virtualbox-ose

### Expected behavior
Should install VirtualBox

### Actual behavior
```
user@host: sudo xbps-install virtualbox-ose
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Ok, let's install the dependency:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```
Okay, let's install the whole bunch:
```
user@host: sudo xbps-install virtualbox-ose virtualbox-ose-dkms virtualbox-ose-guest virtualbox-ose-guest-dkms 
MISSING: virtualbox-ose-dkms-5.2.2_2
Transaction aborted due to unresolved dependencies.
```

Am I missing something, guys? :)

P.S. **virtualbox** and its **dkms** packages are of different versions. Can it be fixed please?

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

end of thread, other threads:[~2020-07-14 18:39 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25 11:56 [ISSUE] Can't install Virtualbox: unresolved dependencies AngryPhantom
2020-05-25 13:35 ` Anachron
2020-05-25 13:59 ` ericonr
2020-05-25 14:01 ` AngryPhantom
2020-05-25 14:03 ` AngryPhantom
2020-05-25 14:14 ` AngryPhantom
2020-05-25 14:16 ` ericonr
2020-05-25 14:19 ` AngryPhantom
2020-05-25 14:19 ` AngryPhantom
2020-05-25 14:26 ` ericonr
2020-05-25 14:44 ` AngryPhantom
2020-05-25 14:44 ` [ISSUE] [CLOSED] " AngryPhantom
2020-05-25 14:44 ` AngryPhantom
2020-05-25 14:44 ` AngryPhantom
2020-05-25 14:48 ` ericonr
2020-05-25 14:58 ` AngryPhantom
2020-05-25 14:59 ` ericonr
2020-05-25 16:29 ` AngryPhantom
2020-05-25 18:27 ` AngryPhantom
2020-05-25 18:28 ` AngryPhantom
2020-05-25 19:09 ` AngryPhantom
2020-05-25 19:10 ` AngryPhantom
2020-05-25 19:10 ` AngryPhantom
2020-05-25 19:11 ` AngryPhantom
2020-05-25 19:41 ` AngryPhantom
2020-05-27  3:18 ` ericonr
2020-07-14 18:39 ` Virtualbox: fix for i686 or clean up from repo Chocimier
2020-07-14 18:39 ` [ISSUE] [CLOSED] " Chocimier

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