Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to alter ./configure flags from emerge
Date: Thu, 24 Nov 2005 13:50:39
Message-Id: 4385C3A5.6050206@planet.nl
In Reply to: [gentoo-user] Re: How to alter ./configure flags from emerge by Harry Putnam
1 Harry Putnam schreef:
2 >
3 > Since syncing yesterday and emerge -u world, I now get
4 > mysql-5.0.16-r1 when I emerge mysql. It doesn't have the docs built
5 > either regardless of what USE variable are in force.
6
7 Are there in fact docs available for this version yet? From MYSQL, I
8 mean, not Gentoo. Perhaps that's why you haven't been able to find such
9 a separate package-- it doesn't yet exist, because the 'source' (the
10 docs themselves) don't. Worth checking, anyway.
11
12 >
13 > I've took the tips about /etc/portage/package.use syntax and
14 > arrangement so it now is correct (I think): cat
15 > /etc/portage/package.use
16 >
17 > mail-mta/sendmail mbox sasl milter dev-db/mysql mysql mysqli doc
18 > ndb-doc dev-backup/bacula mysql mysqli doc
19
20 Except that most of those flags are no longer valid for the unstable
21 version...
22
23 ACCEPT_KEYWORDS="~x86" emerge -pv mysql
24
25 These are the packages that I would merge, in order:
26
27 Calculating dependencies ...done!
28 [ebuild N ] dev-db/mysql-5.0.16-r2 -berkdb -big-tables -cluster
29 -debug -extraengine -minimal +perl (-selinux) +ssl -static -utf8
30
31 >
32 >
33 > But now I've got worse provlems than no documentation. I can't even
34 > start this install of mysql.
35 >
36 > /etc/init.d/mysql status * status: stopped
37 >
38 > /etc/init.d/mysql start * working on 0 * Starting mysqld0
39 > (/etc/mysql/my.cnf) ... .......... * MySQL NOT started (0)
40 >
41 > Here is where the docs would be quite handy...
42
43
44 The ChangeLog suggests that you may have missed a step or two, or
45 perhaps should reconsider that "~arch" setting in this case:
46
47 less /usr/portage/dev-db/mysql/ChangeLog
48
49 # ChangeLog for dev-db/mysql
50 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.266
52 2005/11/23 19:44:22 vivo Exp $
53
54 *mysql-5.0.16-r2 (23 Nov 2005)
55
56 23 Nov 2005; Francesco Riosa <vivo@g.o> mysql-4.1.15.ebuild,
57 mysql-4.1.15-r30.ebuild, -mysql-5.0.16-r1.ebuild, +mysql-5.0.16-r2.ebuild,
58 mysql-5.0.16-r30.ebuild:
59 fix Bug #113352 , mysql-5.0.16-r1 does not create
60 /usr/lib{64}/libmysqlclient.so.15 symlink
61
62 ==>The linkage has been somewhat improved too. It has been moved in
63 ==>pkg_postinst() function to advise the user to use "revdep-rebuild"
64 with the
65 ==>right --so-name option.
66
67 As a consequence it does not rely on "dosym" but use "ln" program
68 directly(bug).
69
70 ==>it work now with FEATURES="prelink notitles sandbox strict userpriv
71 ==>usersandbox keeptemp keepwork" but in the future may be needed to
72 advise
73 sandbox that we are messing up with the live file-system
74
75 *mysql-5.0.16-r1 (23 Nov 2005)
76
77 23 Nov 2005; Francesco Riosa <vivo@g.o> files/mysql-slot.rc6,
78 -mysql-5.0.16.ebuild, +mysql-5.0.16-r1.ebuild:
79 Version bump, modified rc init script thanks to Jasper Bryant-Greene for
80 reporting a bug
81
82 *mysql-5.0.16-r30 (23 Nov 2005)
83 *mysql-5.0.16 (23 Nov 2005)
84
85 23 Nov 2005; Francesco Riosa <vivo@g.o> files/mysql-slot.rc6,
86 -mysql-4.0.26-r30.ebuild, mysql-4.1.15-r30.ebuild,
87 -mysql-5.0.13_rc.ebuild, -mysql-5.0.15-r30.ebuild, +mysql-5.0.16.ebuild,
88 +mysql-5.0.16-r30.ebuild:
89 Version bump for the 5.0 series.
90 The ebuild has been rewritten, it's the first step to slot the mysql
91 database
92 server. (diff 5.0.16 and 5.0.16-r30 if you don't belive at it)
93
94 Also the rc scripts are changed, hopefully bug #109380 is gone (Thanks to
95 Rodrigo Severo for shaping it).
96
97 It's possible from now start more than one server tweaking the
98 /etc/conf.d/mysql .
99
100 The future of slotted MySQL is still uncertain but the rc script will
101 be kept.
102
103 More than uncertain is the slotting of MySQL-4.0 too.
104
105 ==>reassuming, be careful playing with these ebuilds, never ever
106 ==> "~ARCH" keywords has been so unstable.
107
108 -------
109
110 Of course, you might want to upgrade to -r2, since clearly some things
111 didn't work in -r1 (in ebuild terms)
112
113 You might also want to stick with stable until things settle down a bit.
114
115 Just my 2 Eurocents, as you see, I'm not a MySQL user.
116
117 HTH,
118 Holly
119 --
120 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: How to alter ./configure flags from emerge Neil Bothwick <neil@××××××××××.uk>
[gentoo-user] Re: How to alter ./configure flags from emerge Harry Putnam <reader@×××××××.com>