Summary: | [ assigned --> plasmaroo ] gentoo-sources-2.4.20-r7 compilation fails in net/ipv4/netfilter/ip_nat_core.c | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Phil Richards <news> |
Component: | [OLD] Core system | Assignee: | x86-kernel (DEPRECATED) <x86-kernel> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | gcc-porting |
Priority: | High | ||
Version: | 1.4 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Phil Richards
2003-10-17 08:37:45 UTC
Something is strange with your portage tree, for this patch was in a long time ago. emerge --sync ... and remerge gentoo-sources ... and recompile if needed ... The "something strange in my portage" is that somebody changed the ebuild without bumping the ebuild version. I had unpacked r7 a while back (pre my installing gcc3.3). Since the version number hadn't changed I had no reason to expect that I would have to re-emerge the sources. Why should I? That's what version numbers are for... This either (a) a problem with people maintaining the ebuild not bumping the revision numbers when they should; or (b) the ebuild system not highlighting that my installed ebuild is out-of-date against the portage version. I can understand why "trivial" changes do not result in an automatic version increment, so *my* feeling is that (b) is more the issue. Oh well, given that that majority of my installations have had their ebuilds changed since they were installed, I suppose I should have guessed... Thanks anyway. We do not bump the version because these are minor fixes and only afflict a small variety of people. We *do* bump version numbers when needed. And portage never does reflect packages going out of date by date, but by version number. But if we did that, too many people would remerge the sources and it would cause horrendous headaches. Yeah, I think I said that, didn't I? My "issue" is that there is no way from the current portage stuff to find out that an ebuild has been changed in portage even though you have already installed it. Normally it isn't a problem - kernel sources probably *is* the only place it is one (although I've had problems in the past with other ebuilds that have been solved by a re-emerge of the same package I've had installed because a patch has been added that changes runtime behaviour). I think the problem is more fundamental in portage - and, no, I can't think of a good solution :-) Possibly one of the problems is that I use ~x86 and hence frequently install packages which get fixes added to the same ebuild revision after I've installed them. I don't really want to drop out of using ~x86 - I do try to log bug reports - but this type of issue is, well, an issue with participating in helping bleeding-edge ebuilds. Not a bit issue - I'll just automate my "check my whether my ebuilds are out of date in a non-trivial way" scripts... we *should* be bumping revision numbers when any change is made. Thats what they are for.. They are there for *non-trivial changes*. These changes are trivial and don't affect a large userset. Large GCC3.3 patching for the mainstream:- Yes, new revision. A little patch to get grsecurity to not screw things up when it's disabled is a minor thing, and I don't want users remerging and recompiling their kernel every week because of some patch they don't even take advantage of. I agree with everybody :-) There is a problem whatever approach is taken: don't bump the version number and people like me get confused; bump the version number and people like me get p*ss*d off with continually recompiling. (And we would all have a lot of problems if KDE version got bumped repeatedly.) Anyway, in the current form of things, *I'm* happy with the way things are being done - I'll just remember next time to double check the ebuilds haven't changed :-) |