Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73899 - cant compile rsbac-dev-sources-2.6.7-r10 (rescent)
Summary: cant compile rsbac-dev-sources-2.6.7-r10 (rescent)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High blocker
Assignee: Guillaume Destuynder (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 05:46 UTC by SciYro
Modified: 2004-12-11 06:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
heres my system info (info,2.23 KB, text/plain)
2004-12-10 15:00 UTC, SciYro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SciYro 2004-12-09 05:46:02 UTC
the rescent rsbac-dev-sources package (2.6.7-r10) will not compile

i know its not a configureation problem, heres the jist of the error (i cant copy and past in terminal links)

fs/exec.c : line 556 : "vma" undeclared .. in fucntion setup_arg_pages

looking at the line and around, i dont see a declaration for this "vma" in that function
the last version and before never had this problem as i recall, but a rescent sync (that gave me the rsbac-dev-sources-2.6.7-r10 ebuild) also removed the older ebuilds, so maybe keep some older ebuilds around just to make sure the current one works good

i have no idea what changes made the exec.c file go beserk, but even a saved working config i loaded up, the kernel still wont compile, same error, everytime

Reproducible: Always
Steps to Reproduce:
1.make menuconfig
2.make bzImage
3.wait
4.see error

Actual Results:  
error in file /usr/src/linux/fs/exec.c line 556

Expected Results:  
i should have got a shiny new kernel to try and get working
Comment 1 Kurt Lieber (RETIRED) gentoo-dev 2004-12-09 05:48:44 UTC
uh...yeah...not sure why this is a security bug.  reassigning to kernel folks.
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-09 07:55:18 UTC
Reassigning to hardened as in metadata.xml
Comment 3 Guillaume Destuynder (RETIRED) gentoo-dev 2004-12-10 04:39:16 UTC
can you give me your GCC version and emerge info output ?

-r10 compiles fine here
Latest security fix on r10 does indeed touch this file and vma
Comment 4 SciYro 2004-12-10 15:00:56 UTC
Created attachment 45704 [details]
heres my system info

ok, i attacted my system info .. i cant exactly copy and past without X,
and typing it all seems to take longer i think
Comment 5 Guillaume Destuynder (RETIRED) gentoo-dev 2004-12-11 04:51:26 UTC
Ok I found your problem, there was a real error in the patches provided for the latest security fixes. I wonder why no one elses had the problem with theses patches.. or maybe they haven't noticed yet. on 2.6.7 vma is declared in one patch then removed in the 2nd patch.. outch.
Thanks for reporting the issue!

It's fixed in cvs and should be available shortly.

About the fact that older revisions were removed: 
I don't keep ebuilds with security issues in the tree. Maybe a wise idea would be to alway -x86 the previous one instead of deleting it right away.
Comment 6 SciYro 2004-12-11 06:13:37 UTC
thanks for your help, im glad the issue was resolved so shortly