Github messages for voidlinux
 help / color / mirror / Atom feed
From: heliocat <heliocat@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: Currently not installable packages
Date: Mon, 08 Feb 2021 18:21:41 +0100	[thread overview]
Message-ID: <20210208172141.3dJeQcDWHIoJLK40-ftbqMeCOWAIwYcN76LUup2fY4M@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21483@inbox.vuxu.org>

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

New comment by heliocat on void-packages repository

https://github.com/void-linux/void-packages/issues/21483#issuecomment-775307481

Comment:
The issue with perl-Test-Simple is that the perl package directly provides perl-Test-Simple at an earlier revision number (perl-Test-Simple-1.302175_1 vs. perl-Test-Simple-1.302175_2). So xbps wants to remove perl when installing perl-Test-Simple. The remove error on perl-Net-SSLeay is because it is apparently the only perl package to depends on perl>=5.32.0_1 instead of perl>=0. If you force remove perl-Net-SSLeay you can see this installing flip in action:

```
$ sudo xbps-remove -F perl-net-SSLeay
$ sudo xbps-install perl-Test-Simple

Name             Action    Version           New version            Download size
perl             remove    5.32.1_1          -                      - 
perl-Test-Simple install   -                 1.302175_2             190KB 

$ sudo xbps-install perl

Name             Action    Version           New version            Download size
perl-Test-Simple remove    1.302175_2        -                      - 
perl             install   -                 5.32.1_1               - 
```

The two packages install the test code into different places (core_perl/Test[2] vs vendor_perl/Test[2]) but collide at the man page level. It's probably fine to drop perl-Test-Simple since it's internal to the main perl package already.

  parent reply	other threads:[~2021-02-08 17:21 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-30  5:57 [ISSUE] Currently uninstallable packages ericonr
2020-04-30  7:24 ` ericonr
2020-04-30 11:38 ` Johnnynator
2020-04-30 18:07 ` jnbr
2020-05-01  1:10 ` Currently not installable packages daniel-eys
2020-05-01 22:13 ` ericonr
2020-09-18  1:15 ` ahesford
2020-09-18  1:16 ` ahesford
2021-02-08 17:21 ` heliocat [this message]
2021-02-08 17:40 ` heliocat
2021-02-08 18:35 ` heliocat
2022-04-16  2:02 ` github-actions
2022-04-27  0:48 ` ericonr
2022-07-26  2:13 ` github-actions

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=20210208172141.3dJeQcDWHIoJLK40-ftbqMeCOWAIwYcN76LUup2fY4M@z \
    --to=heliocat@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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).