Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566978 - dev-libs/jemalloc - Please define sub-slot
Summary: dev-libs/jemalloc - Please define sub-slot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 12:32 UTC by Thomas Deutschmann (RETIRED)
Modified: 2015-11-29 01:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2015-11-27 12:32:25 UTC
Hi,

please define sub-slots to allow automatically rebuild of dev-libs/jemalloc consumers. I.e. something like

--- jemalloc-4.0.4.ebuild.old   2015-11-27 13:30:26.000000000 +0100
+++ jemalloc-4.0.4.ebuild       2015-11-27 13:31:28.000000000 +0100
@@ -11,7 +11,8 @@
 SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2"

 LICENSE="BSD"
-SLOT="0"
+# subslot = soname major version
+SLOT="0/2"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~x64-macos"
 IUSE="debug static-libs stats"
 HTML_DOCS=( doc/jemalloc.html )


Reproducible: Always
Comment 1 Jory A. Pratt gentoo-dev 2015-11-28 15:33:09 UTC
Until a sub slot is actually needed we are really not interested in adding. If you can point me to a package that is required to be rebuilt I will more then happy to adjust.
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2015-11-28 15:43:12 UTC
!!! existing preserved libs:
>>> package: dev-libs/jemalloc-4.0.4
 *  - /usr/lib64/libjemalloc.so.1
 *      used by /usr/sbin/mysqld (dev-db/percona-server-5.6.27.75.0)
 *      used by /usr/sbin/rsyslogd (app-admin/rsyslog-8.14.0)
Comment 3 Jory A. Pratt gentoo-dev 2015-11-28 16:19:45 UTC
(In reply to Thomas D. from comment #2)
> !!! existing preserved libs:
> >>> package: dev-libs/jemalloc-4.0.4
>  *  - /usr/lib64/libjemalloc.so.1
>  *      used by /usr/sbin/mysqld (dev-db/percona-server-5.6.27.75.0)
>  *      used by /usr/sbin/rsyslogd (app-admin/rsyslog-8.14.0)

Thanks for the input, I will adjust it today.
Comment 4 Jory A. Pratt gentoo-dev 2015-11-29 01:52:38 UTC
Is on the mirrors thanks for reporting.