Package Details: pod2man 5.42.0-1

Git Clone URL: https://aur.archlinux.org/pod2man.git (read-only, click to copy)
Package Base: pod2man
Description: Make pod2man easily accessible
Upstream URL: https://perl.org/
Keywords: helper
Licenses: Artistic-1.0-Perl
Submitter: xyproto
Maintainer: a821
Last Packager: a821
Votes: 12
Popularity: 0.000004
First Submitted: 2019-03-25 11:49 (UTC)
Last Updated: 2025-11-12 17:56 (UTC)

Dependencies (1)

Required by (9)

Sources (0)

Latest Comments

1 2 Next › Last »

patlefort commented on 2025-10-23 13:11 (UTC)

Can you update perl version? Also, is it necessary to pin it to a version of perl?

Ulam commented on 2025-10-05 00:36 (UTC)

@dpvpro Thanks! I was in the process of trying that when I saw your post. It worked great.

dpvpro commented on 2025-10-05 00:12 (UTC) (edited on 2025-10-05 00:13 (UTC) by dpvpro)

Working workaround:

yay -G pod2man
cd pod2man
helix (here use your editor) PKGBUILD
change string with pkgver to "pkgver=5.42.0", save and exit
build and install package - "makepkg -i"

That's all folks!

Ulam commented on 2025-10-04 23:22 (UTC)

I'm stuck. Conflict: ffmpeg-obs-7.1.2-1 and ffmpeg-2:8.0-2 are in conflict. Remove ffmpeg? [y/N]

try to upgrade just this to resolve the conflict: /bin/sh: line 1: pod2man: command not found

Try to install pod2man: Version mismatch: pod2man depends on: 'perl=5.40.2' I remember I removed this because perl upgraded!

Try to remove ffmpeg-obs: error: failed to prepare transaction (could not satisfy dependencies)

I really need pod2man fixed so I can update my system.

dpvpro commented on 2025-07-18 19:10 (UTC) (edited on 2025-07-18 19:16 (UTC) by dpvpro)

I just remove pod2man because I do not have any package that require him.

You can check it out by command "pactree -rl pod2man"

RAMChYLD commented on 2025-07-18 18:23 (UTC) (edited on 2025-07-18 18:26 (UTC) by RAMChYLD)

Severe issue: It blocks update to Perl 5.42.0-1. Had to remove pod2man to be able to update.

After updating to Perl 5.42.0-1 I am not able to reinstall pod2man.

Come to think of it, looking at the script, do we even need a version check? All it does is a simple ln -s...

JohnPiers commented on 2025-07-16 18:48 (UTC) (edited on 2025-07-16 18:58 (UTC) by JohnPiers)

My version of perl is 5.42.0-1 already, do I need pod2man? I had the same problem as "dpvpro' below, I had a bunch of updates that gave me an

error: failed to prepare transaction (could not satisfy dependencies) etc etc 

So I just uninstalled pod2man and obviously cannot reinstall it again because it's looking for an older version of perl??

warning: cannot resolve "perl=5.40.2", a dependency of "pod2man"
:: The following package cannot be upgraded due to unresolvable dependencies:
      pod2man

dpvpro commented on 2025-04-16 02:27 (UTC) (edited on 2025-04-16 02:28 (UTC) by dpvpro)

Update somebody. I dont have write access.

diff --git a/.SRCINFO b/.SRCINFO
index 6f21864..904ac7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = pod2man
    pkgdesc = Make pod2man easily accessible
-   pkgver = 5.40.1
+   pkgver = 5.40.2
    pkgrel = 1
    url = https://perl.org/
    arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fe214d0..bd46c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
 # Contributor: Alexander F. Rødseth <xyproto@archlinux.org>

 pkgname=pod2man
-pkgver=5.40.1
+pkgver=5.40.2
 pkgrel=1
 pkgdesc='Make pod2man easily accessible'
 arch=(x86_64)
 license=(GPL PerlArtistic)
 url='https://perl.org/'
-depends=(perl=$pkgver)
+depends=(perl)

 package() {
   # perl 5 places pod2man in /usr/bin/core_perl instead of /usr/bin,

dpvpro commented on 2025-04-15 16:05 (UTC)

:: (1/1) Parsing SRCINFO: pod2man
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing perl (5.40.2-1) breaks dependency 'perl=5.40.1' required by pod2man
 -> Failed to install layer, rolling up to next layer.error:error installing repo packages
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing perl (5.40.2-1) breaks dependency 'perl=5.40.1' required by pod2man
 -> error installing repo packages
error installing repo packages