Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14581] glibc cannot cast on powerpc and other architectures, missing SOURCE3

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 14581] glibc cannot cast on powerpc and other architectures, missing SOURCE3
  • Date: 22 Jul 2008 07:47:44 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=14581


Eric Sandall <sandalle AT sourcemage.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |sandalle AT sourcemage.org




--- Comment #9 from Eric Sandall <sandalle AT sourcemage.org> 2008-07-22
02:47:44 ---
We used to use the latest kernel headers, but ran into problems as your entire
system should be built against the same headers as glibc was built against.

Example:
Kernel is 2.6.25.10, build glibc using 2.6.25.10 headers
Rebuild system, everything is now built against glibc with 2.6.25.10 headers
Kernel updates to 2.6.26, build glibc
You now have to (or maybe it's just "should", I don't know) rebuild
everything,
as you can't (or shouldn't) build any new packages until everything is built
against glibc with the new headers (you do not want some packages built
against
glibc+2.6.25.10 and some built against glibc+2.6.26).

Yes, you want glibc (and your system) to be built against the latest kernel
headers to get all the nifty new features, but AFAIK you want the entire
system
to be built against the same glibc+headers, and not some against
glibc+headers1, some against glibc+headers2, and some against
glibc+headersomfg.


--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page