http://www.gentoo.org/doc/en/handbook/handbook-hppa.xml?part=2&chap=3

By definition, prebuilt packages are compiled binaries (if there ever
were a redundant phrase...).  Compiled programs use the CHOST they're
compiled with.  If it's a generic one that your system supports, then
it'll work on your system.  Constrastingly (is that a word?), if you
compile, say a program with sse2 optimizations and said program
requires it, and you use it on a a system that doesn't have sse2 (like
an AMD K6-2), it won't work.  At least, this is my understanding from
RTFL I gave you.

On 5/29/05, Boyd Stephen Smith Jr. <[EMAIL PROTECTED]> wrote:
> Since I'm on a slowish system, I'm thinking of building and using binary
> packges through emerge.  However, I'd like to know what, if any,
> meta-information is in the packages.
> 
> For any out there that are unclear, I'm not talking about binary (*-bin)
> ebuilds, I'm refering to binary packages created through quickpkg, emerge
> -b, or emerge -B.
> 
> Do these packages remember what CHOST they were built for?  So, if I change
> my CHOST or move the packages to a different machine, will emerge ignore
> the packages that are not relevant?
> 
> Do these packages remember what version of libc or gcc they were built
> with, if it is relevant?  [Perl and Python packages would probably not
> need this information; ditto with Java packages compiled into bytecode
> (e.g. with javac) and not natively (e.g. with gcj).]  Again, this would be
> so that emerge would ignore package that wouldn't work on the current
> system (if the system changed or packages were moved).
> 
> Do these packages remember what relevant use flags were set?  Even though
> they aren't a volitile as when I was first using gentoo, I do still tweak
> my use flags.  If I change them I wouldn't want to use a package that was
> affected by the change.
> 
> Is there relevant documentation on this?  I know 'man portage' and 'man
> emerge' fairly well, but they are a bit vague when it comes to binary
> packages. I'll gladly RTFM if I knew a good one.  I just don't want to
> have to RTFSource.
> 
> --
> Boyd Stephen Smith Jr.
> [EMAIL PROTECTED]
> ICQ: 514984 YM/AIM: DaTwinkDaddy
> --
> gentoo-user@gentoo.org mailing list
> 
> 


-- 
- Mark Shields

-- 
gentoo-user@gentoo.org mailing list

Reply via email to