Summary: | compile error on php5 update | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Shad <shad81> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Shad
2010-01-08 13:25:21 UTC
This seems to me more like a problem with gcc profiles, correct me if I am wrong please. Running gcc-config -l should give you a list of the current ones, setting one with gcc-config set (number). Yes, this type of error happens when you use a new gcc for some packages, then switch back to an older version. So we'll just call this INVALID and go on with our lives ... ? :) (In reply to comment #3) > So we'll just call this INVALID and go on with our lives ... ? :) > Sounds like a plan! (In reply to comment #2) > Yes, this type of error happens when you use a new gcc for some packages, then > switch back to an older version. > # gcc-config -l [1] i686-pc-linux-gnu-4.3.4 [2] i686-pc-linux-gnu-4.3.4-hardenednopie * [3] i686-pc-linux-gnu-4.3.4-vanilla never switched back to older version ! gcc-4.3.4 is the last stable version available in portage, updated from version 3.4 with upgrade done as in http://www.gentoo.org/doc/en/gcc-upgrading.xml php5 compiled under gcc-3.4, error happens when recompiling with gcc-4.3 This is still INVALID. You've compiled app-text/aspell with 3.4 and are then trying to compile php which depends on it with gcc 4.3. Breakage ensues. Upgrading from one major gcc-version to another pretty much requires you to recompile your entire system for these errors not to happen here and there. Also recompile glibc while you're at it with 4.3 if you haven't already (In reply to comment #6) > This is still INVALID. You've compiled app-text/aspell with 3.4 and are then > trying to compile php which depends on it with gcc 4.3. Breakage ensues. > Upgrading from one major gcc-version to another pretty much requires you to > recompile your entire system for these errors not to happen here and there. > Already done ! emerged gcc 4.3 then #emerge -e system #emerge -e world aspell and glibc recompiled with gcc 4.3 and I have the same error with php only, all other applications recompiled without error ! |