Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: ChangeLog grub-0.97-r5.ebuild
Date: Fri, 02 May 2008 19:51:45
Message-Id: E1Js1IC-0007ZJ-Cv@stork.gentoo.org
1 robbat2 08/05/02 19:51:40
2
3 Modified: ChangeLog grub-0.97-r5.ebuild
4 Log:
5 amd64+static together blow up.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.89 sys-boot/grub/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.89&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.89&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.88&r2=1.89
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
18 retrieving revision 1.88
19 retrieving revision 1.89
20 diff -p -w -b -B -u -u -r1.88 -r1.89
21 --- ChangeLog 7 Apr 2008 08:14:09 -0000 1.88
22 +++ ChangeLog 2 May 2008 19:51:39 -0000 1.89
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-boot/grub
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.88 2008/04/07 08:14:09 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.89 2008/05/02 19:51:39 robbat2 Exp $
28 +
29 + 02 May 2008; Robin H. Johnson <robbat2@g.o> grub-0.97-r5.ebuild:
30 + amd64+static together blow up.
31
32 07 Apr 2008; Robin H. Johnson <robbat2@g.o> grub-0.97-r5.ebuild:
33 Bump of patchset only to fix bug #216307. Revbump will happen when I have
34
35
36
37 1.9 sys-boot/grub/grub-0.97-r5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild?r1=1.8&r2=1.9
42
43 Index: grub-0.97-r5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -p -w -b -B -u -u -r1.8 -r1.9
49 --- grub-0.97-r5.ebuild 7 Apr 2008 08:14:09 -0000 1.8
50 +++ grub-0.97-r5.ebuild 2 May 2008 19:51:39 -0000 1.9
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.8 2008/04/07 08:14:09 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-0.97-r5.ebuild,v 1.9 2008/05/02 19:51:39 robbat2 Exp $
56
57 inherit mount-boot eutils flag-o-matic toolchain-funcs autotools
58
59 @@ -82,6 +82,12 @@ src_compile() {
60 export grub_cv_prog_objcopy_absolute=yes #79734
61 use static && append-ldflags -static
62
63 + # Per bug 216625, the emul packages do not provide .a libs for performing
64 + # suitable static linking
65 + if use amd64 && use static ; then
66 + die "You must use the grub-static package if you want a static Grub on amd64!"
67 + fi
68 +
69 # build the net-bootable grub first, but only if "netboot" is set
70 if use netboot ; then
71 econf \
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list