Summary: | net-mail/dovecot net-mail/vpopmail Please (re-)keyword | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eray Aslan <eras> |
Component: | [OLD] Keywording and Stabilization | Assignee: | Eray Aslan <eras> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | mgorny |
Priority: | Normal | Keywords: | KEYWORDREQ |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 437386, 437640 | ||
Bug Blocks: |
Description
Eray Aslan
![]() Building with net-mail/mini-qmail-1.05 failed with: configure: error: Unable to find your qmail-newu file, specify --enable-qmail-newu=/full/path/to/qmail-newu !!! Please attach the following file when seeking support: !!! /var/tmp/portage/net-mail/vpopmail-5.4.33/work/vpopmail-5.4.33/config.log ... and mail-mta/netqmail-1.05-r8 and mini-qmail-1.06 fail to build because of missing utmp.h. We need some patch to deal with FreeBSD's utmp change. (In reply to comment #1) > Building with net-mail/mini-qmail-1.05 failed with: Ugh, this looks like a mini-qmail bug. Bug it and have it block this one? *** Bug 356245 has been marked as a duplicate of this bug. *** (In reply to comment #2) > (In reply to comment #1) > > Building with net-mail/mini-qmail-1.05 failed with: > > Ugh, this looks like a mini-qmail bug. Bug it and have it block this one? bug 353461 seems to be reporting the same bug. It's not bsd only stuff so please check if each virtual/qmail providers works with vpopmail-5.4.33 or not... I'll work to solve qmail's build error on FreeBSD. (In reply to comment #4) > bug 353461 seems to be reporting the same bug. It's not bsd only stuff so I misspelled the bug number it's bug 363461 Even after bug 437386 get closed, there will be a tiny bug still remained. FreeBSD's chown cannot handle "-R" after "root:0". It assume "-R" as a file path and cause error. This can be solved with this tiny patch. diff --git a/net-mail/vpopmail/vpopmail-5.4.33.ebuild b/net-mail/vpopmail/vpopmail-5.4.33.ebuild index afac37b..96fa7a1 100644 --- a/net-mail/vpopmail/vpopmail-5.4.33.ebuild +++ b/net-mail/vpopmail/vpopmail-5.4.33.ebuild @@ -149,7 +149,7 @@ src_install() { doenvd "${FILESDIR}"/99vpopmail einfo "Locking down vpopmail permissions" - fowners root:0 -R "${VPOP_HOME}"/{bin,etc,include} + fowners -R root:0 "${VPOP_HOME}"/{bin,etc,include} fowners root:vpopmail "${VPOP_HOME}"/bin/vchkpw fperms 4711 "${VPOP_HOME}"/bin/vchkpw } (In reply to comment #5) > I misspelled the bug number it's bug 363461 I can't build (and test) with mini-qmail because of bug #398135. In any case, vpopmail belongs to qmail herd. You should open a new bug and assign it to them probably. I am not going to spend much time on this. As far as I am conceded, it is high time for vpopmail to die. It is nothing but trouble and belongs to the dusty crypts of history. Already fixed in 5.4.33-r1. *-fbsd is gone. |