Gentoo Archives: gentoo-bsd

From: Yuta SATOH <nigoro@×××××××××.jp>
To: gentoo-bsd@l.g.o
Subject: [gentoo-bsd] amd64-fbsd users, please migrate to lib/lib32 from lib/lib32/lib64 right now
Date: Sun, 14 Oct 2012 18:03:37
Message-Id: 20121015022149.1753.56A83CC2@gentoo.gr.jp
1 Hi,
2
3 amd64-fbsd profiles were changed to lib/lib32 from lib/lib32/lib64.
4 New libdir is the same as vanilla FreeBSD.
5
6 If you were using previous profile, please migrate to lib64 from lib NOW.
7 Cause serious problems if you run 'emerge baselayout' without doing migrate.
8
9 1. Check that you are using the previous profile.
10 # ls -l lib
11 lrwxr-xr-x 1 root wheel 5 May 5 18:04 lib -> lib64
12
13
14 Please read next step if result is symbolic link to lib64.
15
16 2. Download the script to automatically migrate.
17 # wget -O /tmp/migrate_libdir.sh \
18 "http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=blob_plain;f=scripts/migrate_libdir.sh;hb=HEAD"
19 3. Run script
20 # bash /tmp/migrate_libdir.sh
21 4. Run 'emerge baselayout'
22 # emerge sys-apps/baselayout
23 5. Re-emerge all packages. (The best way at the moment, see bug 438112)
24 # emerge portage
25 # emerge libtool eselect
26 # emerge -e @world --exclude=sys-apps/portage
27 6. remove the symbolic link of all lib64.
28 # rm /lib64 /usr/lib64 /usr/local/lib64
29
30 Migration steps is complete.
31
32
33 FYI,
34 Profile change
35 http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/profiles/arch/amd64-fbsd/make.defaults?r1=1.10&r2=1.8
36
37 Bug 436560 - sys-apps/baselayout to create a lib directory empty. ALL
38 COMMANDS WILL NOT WORK!
39 https://bugs.gentoo.org/436560
40
41 All commands is not working after emerge sys-apps/baselayout on Gentoo Wiki
42 https://wiki.gentoo.org/wiki/Gentoo_FreeBSD#All_commands_is_not_working_after_emerge_sys-apps.2Fbaselayout
43
44 Bug 438112 - sys-apps/portage-2.2.0_alpha136 -- PATH that contains ._portage_reinstall_.
45 in all packages are set when run emerge -e world.
46 https://bugs.gentoo.org/438112
47
48
49 Regards,
50 --
51 Yuta SATOH

Replies