Search Criteria
Package Details: mpack 1.6-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/mpack.git (read-only, click to copy) |
---|---|
Package Base: | mpack |
Description: | Utilities for encoding and decoding binaries files in MIME format mail messages |
Upstream URL: | http://ftp.andrew.cmu.edu/pub/mpack/ |
Licenses: | GPL |
Submitter: | the-k |
Maintainer: | None |
Last Packager: | the-k |
Votes: | 3 |
Popularity: | 0.000335 |
First Submitted: | 2020-08-05 14:36 (UTC) |
Last Updated: | 2020-08-05 14:36 (UTC) |
Latest Comments
1 2 Next › Last »
akaitea commented on 2025-06-09 08:42 (UTC) (edited on 2025-06-10 18:21 (UTC) by akaitea)
I revisit this every time I need to extract something from a .eml and still no luck
Both adding CFLAGS='-fpermissive' in front of the build ./configure and using the alternative debian package PKGBUILD fail :
or more detailed:
stasadev commented on 2025-01-24 13:10 (UTC)
If anyone wants to adopt this package, here is a working
PKGBUILD
with more patches from Debian:Ticonderogafr commented on 2025-01-23 12:39 (UTC) (edited on 2025-01-23 12:40 (UTC) by Ticonderogafr)
I found a fix for the problem of @akarshsimha and @akaitea. You have to add the following line to the top of the configure file in src dir
akarshsimha commented on 2024-11-24 02:29 (UTC)
I had the same problem as @akaitea. Running
makepkg
withCFLAGS='-fpermissive'
on the command line did nothing. Based on the configure step that fails, i.e.I tried executing
gcc
with the same arguments (I've shown it with-fpermissive
added, which seems to have no positive effect on this problem):So it looks like
--sort-common
,-Wl
and--as-needed
arguments are not understood by the compiler. Now if I instead runclang
:DrTebi commented on 2024-09-08 16:14 (UTC)
Please ignore my last post, it was an issue with my fstab mounting ("noexec"). Sorry for the confusion.
DrTebi commented on 2024-09-07 23:43 (UTC)
There are some awkward permission errors when trying to make this package:
Would be great if this could be fixed.
hjmjaa-aur commented on 2024-07-25 16:07 (UTC)
@akaitea Add -fpermissive to your CFLAGS. This is caused by breaking change in gcc 14 from 13. See https://forum.nim-lang.org/t/11587 where this was a problem.
akaitea commented on 2024-05-15 08:39 (UTC)
can't get it to makepkg:
on:
looked around online for possible solutions to the error message but no luck
the-k commented on 2021-11-22 09:46 (UTC)
The site operator has unblocked curl on my request, so no further action is required.
1 2 Next › Last »