Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692026 - dev-lang/erlang-22.0.2-r1 should pass --enable-systemd to configure
Summary: dev-lang/erlang-22.0.2-r1 should pass --enable-systemd to configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2019-08-12 21:33 UTC by Anna Tikhomirova
Modified: 2019-09-18 15:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
erlang-22.0.2-r1.ebuild (erlang-22.0.2-r1.ebuild,4.07 KB, text/plain)
2019-08-12 21:33 UTC, Anna Tikhomirova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Tikhomirova 2019-08-12 21:33:34 UTC
Created attachment 586696 [details]
erlang-22.0.2-r1.ebuild

systemd support is missing even if systemd USE flag is set. This happens because ebuild is not passing --enable-systemd to the configure script.

$(use_enable systemd) was erroneously removed in dev-lang/erlang-22.0.2 and dev-lang/erlang-22.0.2-r1 ebuilds.

I'm attaching the fixed ebuild.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-08-13 06:36:33 UTC
Comment on attachment 586696 [details]
erlang-22.0.2-r1.ebuild

--- a/erlang-22.0.2-r1.ebuild
+++ b/erlang-22.0.2-r1.ebuild
@@ -68,6 +68,7 @@
                $(use_enable sctp)
                $(use_with ssl ssl "${EPREFIX}"/usr)
                $(use_enable ssl dynamic-ssl-lib)
+               $(use_enable systemd)
                $(usex wxwidgets "--with-wx-config=${WX_CONFIG}" "--with-wxdir=/dev/null")
        )
        econf "${myconf[@]}"
Comment 2 Larry the Git Cow gentoo-dev 2019-09-18 15:57:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ab4393fa0d4743360015ed05a33b35e6e13de5

commit b5ab4393fa0d4743360015ed05a33b35e6e13de5
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2019-09-18 15:57:26 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2019-09-18 15:57:44 +0000

    dev-lang/erlang: add 22.0.7 and fix systemd support
    
    Fixes: https://bugs.gentoo.org/692026
    Package-Manager: Portage-2.3.69, Repoman-2.3.16
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>

 dev-lang/erlang/Manifest             |   1 +
 dev-lang/erlang/erlang-22.0.7.ebuild | 149 +++++++++++++++++++++++++++++++++++
 2 files changed, 150 insertions(+)