Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1
@ 2022-02-22 11:13 rubin55
  2022-03-03 13:01 ` ZyxerZyxani
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rubin55 @ 2022-02-22 11:13 UTC (permalink / raw)
  To: ml

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

New issue by rubin55 on void-packages repository

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

Description:
### System

* xuname:  
  `Void 5.16.7_1 x86_64 AuthenticAMD uptodate rrmFF`
* package:  
  `file-32bit-5.40_1`

### Expected behavior
For `xbps-install file-32bit` to work.

### Actual behavior
```shell
# xbps-install file-32bit
MISSING: libmagic-32bit-5.40_1
Transaction aborted due to unresolved dependencies.
```

### Steps to reproduce the behavior
Try to install the package, observe dependency error.


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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
@ 2022-03-03 13:01 ` ZyxerZyxani
  2022-03-03 13:32 ` rubin55
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ZyxerZyxani @ 2022-03-03 13:01 UTC (permalink / raw)
  To: ml

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

New comment by ZyxerZyxani on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058018751

Comment:
Have you enabled multilib? The package exists there see screenshot: 
![image](https://user-images.githubusercontent.com/33463214/156568931-0597dc4b-958f-4850-8f9c-8882083948a4.png)
https://voidlinux.org/packages/?arch=x86_64&q=libmagic-32bit

Try 
```
sudo xbps-install -Suv
sudo xbps-install file-32bit
```
Does it work?

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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
  2022-03-03 13:01 ` ZyxerZyxani
@ 2022-03-03 13:32 ` rubin55
  2022-03-03 13:32 ` rubin55
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rubin55 @ 2022-03-03 13:32 UTC (permalink / raw)
  To: ml

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

New comment by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058044874

Comment:
```
$ sudo xbps-install -Suv
$ sudo xbps-install file-32bit
MISSING: libmagic-32bit-5.40_1
Transaction aborted due to unresolved dependencies.
```

I have multilib enabled:
```
$ xbps-query -l | grep void-repo-multilib
ii void-repo-multilib-6_3    Void Linux drop-in file for the multilib repository
```


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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
  2022-03-03 13:01 ` ZyxerZyxani
  2022-03-03 13:32 ` rubin55
@ 2022-03-03 13:32 ` rubin55
  2022-03-03 13:35 ` rubin55
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rubin55 @ 2022-03-03 13:32 UTC (permalink / raw)
  To: ml

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

New comment by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058044874

Comment:
It does not work as of yet:
```
$ sudo xbps-install -Suv
$ sudo xbps-install file-32bit
MISSING: libmagic-32bit-5.40_1
Transaction aborted due to unresolved dependencies.
```

I have multilib enabled:
```
$ xbps-query -l | grep void-repo-multilib
ii void-repo-multilib-6_3    Void Linux drop-in file for the multilib repository
```


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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (2 preceding siblings ...)
  2022-03-03 13:32 ` rubin55
@ 2022-03-03 13:35 ` rubin55
  2022-03-03 14:07 ` abenson
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rubin55 @ 2022-03-03 13:35 UTC (permalink / raw)
  To: ml

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

New comment by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058044874

Comment:
When I visit that link and actually click on the libmagic source package, it doesn't seem to exist: see: https://github.com/void-linux/void-packages/tree/master/srcpkgs

It does not work as of yet:
```
$ sudo xbps-install -Suv
$ sudo xbps-install file-32bit
MISSING: libmagic-32bit-5.40_1
Transaction aborted due to unresolved dependencies.
```

I have multilib enabled:
```
$ xbps-query -l | grep void-repo-multilib
ii void-repo-multilib-6_3    Void Linux drop-in file for the multilib repository
```


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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (3 preceding siblings ...)
  2022-03-03 13:35 ` rubin55
@ 2022-03-03 14:07 ` abenson
  2022-03-03 14:17 ` rubin55
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2022-03-03 14:07 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058076283

Comment:
Instead opening a new issue for each package, could these be combined into a single issue (since its the same problem)?

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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (4 preceding siblings ...)
  2022-03-03 14:07 ` abenson
@ 2022-03-03 14:17 ` rubin55
  2022-03-03 16:04 ` ZyxerZyxani
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rubin55 @ 2022-03-03 14:17 UTC (permalink / raw)
  To: ml

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

New comment by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058086631

Comment:
No problem with me! I opened these in separate issues because I imagine that different maintainers would need to fix their packages and in such a case it's better to have dedicated issues.

Also note that it might not simply be a case of throwing away a few packages from the multilib repository  - some packages might actually have been intended to exist but are erronuous in some way.

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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (5 preceding siblings ...)
  2022-03-03 14:17 ` rubin55
@ 2022-03-03 16:04 ` ZyxerZyxani
  2022-03-03 16:09 ` Chocimier
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ZyxerZyxani @ 2022-03-03 16:04 UTC (permalink / raw)
  To: ml

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

New comment by ZyxerZyxani on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058201446

Comment:
Oh I see the issue. It depends on a lower version than what is in the repo, the dependency file must either be updated to include the new version if the new is backwards compatible. I will look into it and tell you how to test if the new version is compatible. 


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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (6 preceding siblings ...)
  2022-03-03 16:04 ` ZyxerZyxani
@ 2022-03-03 16:09 ` Chocimier
  2022-03-03 16:15 ` ZyxerZyxani
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Chocimier @ 2022-03-03 16:09 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058208706

Comment:
After last file was removed from /usr/lib of file, file-32bit is no longer generated. That's correct. See https://github.com/void-linux/void-packages/commit/76729432768a9af3304fc43b9a27b8daabc2282a

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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (7 preceding siblings ...)
  2022-03-03 16:09 ` Chocimier
@ 2022-03-03 16:15 ` ZyxerZyxani
  2022-03-03 16:46 ` rubin55
  2022-03-03 18:59 ` [ISSUE] [CLOSED] " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: ZyxerZyxani @ 2022-03-03 16:15 UTC (permalink / raw)
  To: ml

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

New comment by ZyxerZyxani on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058218943

Comment:
> After last file was removed from /usr/lib of file, file-32bit is no longer generated. That's correct. See [7672943](https://github.com/void-linux/void-packages/commit/76729432768a9af3304fc43b9a27b8daabc2282a)

Oh so file-32bit should not depend on libmagic-32bit then I take it?
It will get fixed soon then I suppose

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

* Re: file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (8 preceding siblings ...)
  2022-03-03 16:15 ` ZyxerZyxani
@ 2022-03-03 16:46 ` rubin55
  2022-03-03 18:59 ` [ISSUE] [CLOSED] " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: rubin55 @ 2022-03-03 16:46 UTC (permalink / raw)
  To: ml

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

New comment by rubin55 on void-packages repository

https://github.com/void-linux/void-packages/issues/35762#issuecomment-1058249509

Comment:
Since the underlying issue is most likely of similar cause, this issue can be closed in favor of a single issue ticket. I created #35948 as requested by @abenson and @Chocimier, we can continue discussion there.

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

* Re: [ISSUE] [CLOSED] file-32bit: MISSING: libmagic-32bit-5.40_1
  2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
                   ` (9 preceding siblings ...)
  2022-03-03 16:46 ` rubin55
@ 2022-03-03 18:59 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-03-03 18:59 UTC (permalink / raw)
  To: ml

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

Closed issue by rubin55 on void-packages repository

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

Description:
### System

* xuname:  
  `Void 5.16.7_1 x86_64 AuthenticAMD uptodate rrmFF`
* package:  
  `file-32bit-5.40_1`

### Expected behavior
For `xbps-install file-32bit` to work.

### Actual behavior
```shell
# xbps-install file-32bit
MISSING: libmagic-32bit-5.40_1
Transaction aborted due to unresolved dependencies.
```

### Steps to reproduce the behavior
Try to install the package, observe dependency error.


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

end of thread, other threads:[~2022-03-03 18:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22 11:13 [ISSUE] file-32bit: MISSING: libmagic-32bit-5.40_1 rubin55
2022-03-03 13:01 ` ZyxerZyxani
2022-03-03 13:32 ` rubin55
2022-03-03 13:32 ` rubin55
2022-03-03 13:35 ` rubin55
2022-03-03 14:07 ` abenson
2022-03-03 14:17 ` rubin55
2022-03-03 16:04 ` ZyxerZyxani
2022-03-03 16:09 ` Chocimier
2022-03-03 16:15 ` ZyxerZyxani
2022-03-03 16:46 ` rubin55
2022-03-03 18:59 ` [ISSUE] [CLOSED] " paper42

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