Gentoo Archives: gentoo-alt

From: Scott Spyrison <spyrison@××××××××.edu>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: sparc mysql-5.5.20
Date: Tue, 14 Feb 2012 18:03:42
Message-Id: CAEGkyQjVkV4K0N1JR07k_07y1+60Q=GT+Uj7LZN8mP_s4KiqTg@mail.gmail.com
In Reply to: [gentoo-alt] sparc mysql-5.5.20 by Scott Spyrison
1 Been a while since I used Gentoo... and I am new to Gentoo Prefix.
2
3 I was in the Testing branch by default for some reason, because I had not
4 configured make.conf otherwise.
5
6 Long story short, explicitly configuring for the stable branch results in a
7 clean build of mysql-5.1.61 (sparc)
8
9 Now, on to openldap...
10
11
12
13 On Mon, Feb 13, 2012 at 1:55 PM, Scott Spyrison <spyrison@××××××××.edu>wrote:
14
15 > Hello,
16 >
17 > I had a successful emerge system on sparc following the excellent
18 > guide on bootstrapping Solaris. I ran into a recently reported issue
19 > with debianutils not being on the mirors, but worked through it based
20 > on the information in the issue report. My next step was to take a
21 > backup of course, and then I started thinking about emerging packages.
22 >
23 > The first one I tried was mysql-5.5.20 (with minimal). I encountered
24 > two issues, only one of which I was able to work-around.
25 >
26 > 1) emerge failed with:
27 >
28 > Can't create output directory for
29 >
30 > ${EPREFIX}/var/tmp/portage/dev-db/mysql-5.5.20/work/mysql-5.5.20_build/sql/share/ukrainian
31 >
32 > The root cause of this was not anything ukrainian, but the fact that
33 >
34 > ${EPREFIX}/var/tmp/portage/dev-db/mysql-5.5.20/work/mysql-5.5.20_build/sql/share
35 > did not exist. I created it manually during the emerge from a
36 > different shell (not good, I know, just testing) and then I had a
37 > successful build. I see output indicating [100%] Buiilt target
38 > symlink_libmysqlclient_r.so Install the project...
39 >
40 > 2) emerge then fails during install, and with --debug I can see:
41 >
42 > + newins ${EPREFIX}/var/tmp/portage/dev-db/mysql-5.5.20/temp/my.cnf.ok
43 > my.cnf
44 > -------------------------------------------------------
45 > You should not use ${EPREFIX} with helpers.
46 > --> ${EPREFIX}/etc/mysql
47 > -------------------------------------------------------
48 > * ERROR: dev-db/mysql-5.5.20 failed (install phase):
49 > * newins failed
50 >
51 > I intend to debug further, and I need to check more carefully on
52 > Buzilla, but initially I did not see any reports on this. Any
53 > suggestions, or indication that this is a localized problem as opposed
54 > to a bug?
55 >
56 > Thanks,
57 > Scott
58 >

Replies

Subject Author
Re: [gentoo-alt] Re: sparc mysql-5.5.20 Jeremy Olexa <darkside@g.o>