Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59710 - lib64 baselayout patch for amd64
Summary: lib64 baselayout patch for amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://dev.gentoo.org/~lv/baselayout-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-07 09:46 UTC by Travis Tilley (RETIRED)
Modified: 2004-08-11 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
makes lib a symlink to lib64 (baselayout-lib64.diff,2.10 KB, patch)
2004-08-07 09:47 UTC, Travis Tilley (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Tilley (RETIRED) gentoo-dev 2004-08-07 09:46:46 UTC
with lib64 being a symlink to lib, when we finally need to use lib for 32bit we'll first have to remove the lib64 symlink. this will break every binary currently installed because gcc hardcodes the path to ld.so as /lib64/ld-linux-x86_64.so.2. i want to prepare for that eventual migration and make it easier by having the symlink in the other direction... from lib to lib64.

note that this will have no effect on current installs or installs using current stage tarballs... just on new stages.
Comment 1 Travis Tilley (RETIRED) gentoo-dev 2004-08-07 09:47:49 UTC
Created attachment 36963 [details, diff]
makes lib a symlink to lib64
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-08-07 09:49:14 UTC
err... the patch also contains two comments i added on what might be an eventual problem during this migration. /lib/*dev-state and /lib/rcscripts. but that's a seperate issue entirely...
Comment 3 Aron Griffis (RETIRED) gentoo-dev 2004-08-10 14:33:27 UTC
I've committed a modified version of this patch to baselayout-1.10.3, presently marked ~arch.  I had to modify the patch because your version didn't take into account how kdir() works

Please give it a try and let me know.  I will consider porting this back to the 1.9.x stream of baselayout since I have some more things to do in 1.10.x before marking it stable.
Comment 4 Travis Tilley (RETIRED) gentoo-dev 2004-08-10 15:10:46 UTC
nice. thanks much, and a backport would be appreciated :)
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2004-08-11 14:40:42 UTC
ok, baselayout-1.9.4-r1 is marked KEYWORDS=amd64.  Enjoy.