Package Details: muttprint 0.73_4-9

Git Clone URL: https://aur.archlinux.org/muttprint.git (read-only, click to copy)
Package Base: muttprint
Description: An app to print email from CLI mail clients, mutt in particular
Upstream URL: http://muttprint.sf.net
Keywords: email mutt print
Licenses: GPL-1.0-or-later
Submitter: None
Maintainer: jasonwryan
Last Packager: jasonwryan
Votes: 61
Popularity: 0.142060
First Submitted: 2006-01-07 14:55 (UTC)
Last Updated: 2026-04-10 19:49 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

jasonwryan commented on 2026-04-10 06:07 (UTC) (edited on 2026-04-10 06:08 (UTC) by jasonwryan)

@aurelf - thanks! Patches applied (a couple required tweaks) and I had to add texlive-formatsextra as a makedepend. Builds fine in a clean chroot now.

aurelf commented on 2026-04-07 11:55 (UTC)

Hi, the package no longer builds on modern Arch. I've made fixes for the following issues, with patches and a full diff available at https://github.com/aurelf/muttprint/compare/master...muttprint_aur_fixes

  • C23 compatibility: typedef int bool in langinfo/muttprint-langinfo.h fails since bool is now a keyword in C23 (gcc default). Fixed by replacing it with #include <stdbool.h>.
  • ImageMagick v7: the standalone convert command is deprecated. Updated the call in the muttprint script and in prepare() to use magick instead.
  • Documentation build: missing docbook-sgml and docbook-utils makedepends; parallel make causes db2pdf/db2ps/db2dvi to race on temp files (fixed with .NOTPARALLEL); two SGML validation errors in the English manual and a typo in the Italian manual.
  • Security: switched source URL from HTTP to HTTPS and replaced md5sums with sha256sums.

dessert commented on 2024-10-27 08:55 (UTC)

thanks @jasonwryan, works like a charm for me

jasonwryan commented on 2024-10-24 07:01 (UTC)

Thanks @dessert - test the (dirty) fix please. I'll look deeper into it once I have some time.

dessert commented on 2024-10-23 20:33 (UTC) (edited on 2024-10-23 20:33 (UTC) by dessert)

For me printing from mutt with perl 5.40.0 fails with:

Attempt to call undefined import method with arguments ("tmpdir") via package "File::Spec" (Perhaps you forgot to load the package?) at /usr/bin/muttprint line 50.

jasonwryan commented on 2024-03-05 21:01 (UTC)

@mindthegap I just built it in a clean chroot without docbook-sgml and it compiled without complaint.

mindthegap commented on 2024-03-05 08:35 (UTC)

I had to install 'docbook-sgml' to get it to build. Without it I got this error:

cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN"

which was produced by db2pdf -d ../stylesheet.dsl manual-de-sed.sgml.

captaincurrie commented on 2024-01-27 12:02 (UTC) (edited on 2024-01-27 12:03 (UTC) by captaincurrie)

Please add automake to list of dependencies

dulice commented on 2020-12-11 18:12 (UTC) (edited on 2020-12-11 19:00 (UTC) by dulice)

@misc did you commented this line? <policy domain="delegate" rights="none" pattern="gs" />

this worked for me

misc commented on 2020-01-10 16:52 (UTC) (edited on 2020-01-10 17:04 (UTC) by misc)

Uh… no idea how that happens.

convert: attempt to perform an operation not allowed by the security policy `gs' @ error/delegate.c/ExternalDelegateCommand/378.
convert: no images defined `BabyTuX.eps' @ error/convert.c/ConvertImageCommand/3273.

edit: Alright, after commenting out the line in /etc/ImageMagick-7/policy.xml it runs, but then errors out with "rm: cannot remove 'manual-de-sed.tmp': No such file or directory" (repeats same filename for .log/.aux/.tex./.out) and "dvips: DVI file can't be opened: manual-de-sed.dvi: No such file or directory".