Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/util-linux: util-linux-2.26.2.ebuild util-linux-2.25.2-r2.ebuild util-linux-9999.ebuild ChangeLog
Date: Sat, 30 May 2015 11:43:06
Message-Id: 20150530114300.4639CA10@oystercatcher.gentoo.org
1 vapier 15/05/30 11:43:00
2
3 Modified: util-linux-2.26.2.ebuild
4 util-linux-2.25.2-r2.ebuild util-linux-9999.ebuild
5 ChangeLog
6 Log:
7 Force the scanf configure test to select the POSIX version when cross-compiling #531856 by Sven E..
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
10
11 Revision Changes Path
12 1.2 sys-apps/util-linux/util-linux-2.26.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild?r1=1.1&r2=1.2
17
18 Index: util-linux-2.26.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- util-linux-2.26.2.ebuild 4 May 2015 03:52:12 -0000 1.1
25 +++ util-linux-2.26.2.ebuild 30 May 2015 11:43:00 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v 1.1 2015/05/04 03:52:12 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.26.2.ebuild,v 1.2 2015/05/30 11:43:00 vapier Exp $
31
32 EAPI="5"
33
34 @@ -85,6 +85,10 @@
35
36 multilib_src_configure() {
37 lfs_fallocate_test
38 + # The scanf test in a run-time test which fails while cross-compiling.
39 + # Blindly assume a POSIX setup since we require libmount, and libmount
40 + # itself fails when the scanf test fails. #531856
41 + tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms
42 export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
43 export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042
44 # We manually set --libdir to the default since on prefix, econf will set it to
45
46
47
48 1.15 sys-apps/util-linux/util-linux-2.25.2-r2.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild?rev=1.15&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild?rev=1.15&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild?r1=1.14&r2=1.15
53
54 Index: util-linux-2.25.2-r2.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild,v
57 retrieving revision 1.14
58 retrieving revision 1.15
59 diff -u -r1.14 -r1.15
60 --- util-linux-2.25.2-r2.ebuild 4 May 2015 03:51:15 -0000 1.14
61 +++ util-linux-2.25.2-r2.ebuild 30 May 2015 11:43:00 -0000 1.15
62 @@ -1,6 +1,6 @@
63 # Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild,v 1.14 2015/05/04 03:51:15 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.25.2-r2.ebuild,v 1.15 2015/05/30 11:43:00 vapier Exp $
67
68 EAPI="4"
69
70 @@ -86,6 +86,10 @@
71
72 multilib_src_configure() {
73 lfs_fallocate_test
74 + # The scanf test in a run-time test which fails while cross-compiling.
75 + # Blindly assume a POSIX setup since we require libmount, and libmount
76 + # itself fails when the scanf test fails. #531856
77 + tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms
78 export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
79 # We manually set --libdir to the default since on prefix, econf will set it to
80 # a value which the configure script does not recognize. This makes it set the
81
82
83
84 1.64 sys-apps/util-linux/util-linux-9999.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.64&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?rev=1.64&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild?r1=1.63&r2=1.64
89
90 Index: util-linux-9999.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v
93 retrieving revision 1.63
94 retrieving revision 1.64
95 diff -u -r1.63 -r1.64
96 --- util-linux-9999.ebuild 3 Apr 2015 01:33:32 -0000 1.63
97 +++ util-linux-9999.ebuild 30 May 2015 11:43:00 -0000 1.64
98 @@ -1,6 +1,6 @@
99 # Copyright 1999-2015 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.63 2015/04/03 01:33:32 vapier Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-9999.ebuild,v 1.64 2015/05/30 11:43:00 vapier Exp $
103
104 EAPI="5"
105
106 @@ -84,6 +84,10 @@
107
108 multilib_src_configure() {
109 lfs_fallocate_test
110 + # The scanf test in a run-time test which fails while cross-compiling.
111 + # Blindly assume a POSIX setup since we require libmount, and libmount
112 + # itself fails when the scanf test fails. #531856
113 + tc-is-cross-compiler && export scanf_cv_alloc_modifier=ms
114 export ac_cv_header_security_pam_misc_h=$(multilib_native_usex pam) #485486
115 export ac_cv_header_security_pam_appl_h=$(multilib_native_usex pam) #545042
116 # We manually set --libdir to the default since on prefix, econf will set it to
117
118
119
120 1.508 sys-apps/util-linux/ChangeLog
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.508&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?rev=1.508&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/util-linux/ChangeLog?r1=1.507&r2=1.508
125
126 Index: ChangeLog
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v
129 retrieving revision 1.507
130 retrieving revision 1.508
131 diff -u -r1.507 -r1.508
132 --- ChangeLog 4 May 2015 03:52:12 -0000 1.507
133 +++ ChangeLog 30 May 2015 11:43:00 -0000 1.508
134 @@ -1,6 +1,11 @@
135 # ChangeLog for sys-apps/util-linux
136 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
137 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.507 2015/05/04 03:52:12 vapier Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.508 2015/05/30 11:43:00 vapier Exp $
139 +
140 + 30 May 2015; Mike Frysinger <vapier@g.o> util-linux-2.25.2-r2.ebuild,
141 + util-linux-2.26.2.ebuild, util-linux-9999.ebuild:
142 + Force the scanf configure test to select the POSIX version when cross-
143 + compiling #531856 by Sven E..
144
145 *util-linux-2.26.2 (04 May 2015)