| View previous topic :: View next topic |
| Author |
Message |
SLBMEH Apprentice


Joined: 16 Aug 2003 Posts: 299 Location: Pittsburgh, PA
|
Posted: Thu Dec 20, 2007 3:31 am Post subject: [solved] Upgrading CHOST |
|
|
I didn't really know where to place this.
I would like to change my CHOST settings. Can this be done completely in portage? Do I need to use the bootstrap script? Do I need to build a separate toolchain with the new host settings in a directory in the front of my path then rebuild system?
I can do the third option, I can probably figure out the second, but if there is a way to do it with the first option I would need guidance. _________________ Steve - Semper Fi
Last edited by SLBMEH on Tue Jan 08, 2008 3:41 pm; edited 1 time in total |
|
| Back to top |
|
 |
didymos Advocate


Joined: 10 Oct 2005 Posts: 4798 Location: California
|
|
| Back to top |
|
 |
SLBMEH Apprentice


Joined: 16 Aug 2003 Posts: 299 Location: Pittsburgh, PA
|
Posted: Thu Dec 20, 2007 5:41 am Post subject: |
|
|
Does that require multislot, or can it be done without it?
How well does it work with hardened? Or does hardened not support anything above i386? _________________ Steve - Semper Fi
|
|
| Back to top |
|
 |
djinnZ Advocate


Joined: 02 Nov 2006 Posts: 4324 Location: not so far from an evil, world famous volcano. Under dictatorship, property of banks...
|
Posted: Thu Dec 20, 2007 11:33 am Post subject: |
|
|
in the official documentation is reported that gentoo do not support the i386 chost but exist for hardened the stage3-x86 (who is compiled with chost i486) and the stage3-i686.
I have an old pc with an i586 processor and have upgraded the chost from the x86-hardened (I use only hardened gentoo) stage without problems, simply the linked guide is outdated and you must substitute the "i386 "with "i486".
By example the fix_libtool_files must be called as | Code: | | fix_libtool_files.sh 4.1.1 --oldarch i486-pc-linux-gnu | and the 4.1.1 will match exacly your installed gcc version. _________________ verba et risus abundat in orae stultorum sed etiam semper severi insani sunt
mala tempora currunt... mater stultorum semper pregna est
Murpy'sLaw: If anything can go wrong, it will - O'Toole's Corollary: Murphy was an optimist |
|
| Back to top |
|
 |
SLBMEH Apprentice


Joined: 16 Aug 2003 Posts: 299 Location: Pittsburgh, PA
|
Posted: Fri Dec 21, 2007 3:19 am Post subject: |
|
|
So... I added | Code: | | <sys-libs/glibc-2.4-r4 | to /etc/portage/package.mask and it still wants to install glibc-2.6
Am I missing something, can someone tell me what I'm doing wrong? _________________ Steve - Semper Fi
|
|
| Back to top |
|
 |
SLBMEH Apprentice


Joined: 16 Aug 2003 Posts: 299 Location: Pittsburgh, PA
|
Posted: Fri Dec 21, 2007 3:32 am Post subject: |
|
|
I did it backwards... that's why... _________________ Steve - Semper Fi
|
|
| Back to top |
|
 |
|