Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427716 - sys-apps/util-linux-2.21.2: Missing util-linux-2.21.2-no-printf-alloc.patch
Summary: sys-apps/util-linux-2.21.2: Missing util-linux-2.21.2-no-printf-alloc.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 08:39 UTC by James Le Cuirot
Modified: 2012-07-24 15:40 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 James Le Cuirot gentoo-dev 2012-07-23 08:39:45 UTC
The patch introduced in bug #406303 for util-linux-2.21.1 was not copied for 2.21.2. The old patch still applies. It is only used on uClibc systems.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-24 13:45:44 UTC
Looks to me like it is there (and has been all the while).

--- util-linux-2.21.1.ebuild    2012-05-24 07:42:26.000000000 +0200
+++ util-linux-2.21.2.ebuild    2012-06-05 15:47:21.000000000 +0200
@@ -49,12 +50,10 @@
 src_prepare() {
        if [[ ${PV} == "9999" ]] ; then
                po/update-potfiles
-               autopoint --force
                eautoreconf
        else    
                use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff
        fi
-       epatch "${FILESDIR}"/${P}-cal-nl.patch
        if use uclibc ; then
                epatch "${FILESDIR}"/${P}-no-printf-alloc.patch #406303
                eautoreconf
Comment 2 James Le Cuirot gentoo-dev 2012-07-24 13:52:22 UTC
It's still referenced in the ebuild but the util-linux-2.21.2-no-printf-alloc.patch file itself is not there. Only util-linux-2.21.1-no-printf-alloc.patch for the previous version is present. See for yourself.

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/util-linux/files/
Comment 3 SpanKY gentoo-dev 2012-07-24 15:40:00 UTC
should be all set now in the tree; thanks for the report!

Commit message: Use older alloc patch for uclibc
http://sources.gentoo.org/sys-apps/util-linux/util-linux-2.21.2.ebuild?r1=1.2&r2=1.3