Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 879611

Summary: net-mail/dbmail-3.3.1 version bump
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Thomas Raschbacher <lordvan>
Status: RESOLVED OBSOLETE    
Severity: normal CC: andrewammerlaan, sandino
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/28192
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 767475    

Description Pacho Ramos gentoo-dev 2022-11-04 18:14:05 UTC
It fixes many bugs present in current versions in the tree
Comment 1 Sandino Araico Sanchez 2022-11-05 12:24:58 UTC
Can you try this ebuild?
https://gitlab.com/KenjiBrown/gentoo-overlay/-/blob/KBrown-pub/net-mail/dbmail/dbmail-3.3.1.ebuild
Comment 2 Bram Verweij 2023-02-25 17:15:39 UTC
I have trued the ebuild from https://gitlab.com/KenjiBrown/gentoo-overlay/-/blob/KBrown-pub/net-mail/dbmail/dbmail-3.3.1.ebuild (by copying it into a local overlay).

For me it doesn't work, the install phase fails.

After adding

mkdir -p "${D}/usr/lib/tmpfiles.d"
mkdir -p "${D}$(systemd_get_systemunitdir)"

at the top of src_install(), it does work for me. It seems that the command


emake DESTDIR="${D}" SYSTEMD_UNIT_DIR="$(systemd_get_systemunitdir)" install

assumes these directories already exist.