Bug 11739
Summary: | Compile error: make vdso32-sym.lds error 1 in kernel >=2.6.25 | ||
---|---|---|---|
Product: | Other | Reporter: | Dark Shadow (dark.shadow) |
Component: | Other | Assignee: | other_other |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | leho, lmzf318 |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | >=2.6.25 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
config for tuxonice-sources 2.6.26
tail -n 20 of the compile.log arch/x86/vdso directory tarred and bzipped |
Description
Dark Shadow
2008-10-11 04:27:55 UTC
Created attachment 18259 [details]
config for tuxonice-sources 2.6.26
I'm using tuxonice sources, though the bug occurs in vanilla kernel too.
If it is really necessary, I can of course provide a vanilla .config.
Created attachment 18260 [details]
tail -n 20 of the compile.log
Created attachment 18261 [details]
arch/x86/vdso directory tarred and bzipped
Since it is quite small, I've tarred and bzipped the complete arch/x86/vdso
directory. Maybe the files in it can give you a clue of what's wrong.
Ok, I've found the root of the problem. It was my fault putting something silly like the following into ~/.bashrc. function grep { command grep -r "$@"; } export -f grep Deleting it solved all my problems. Thanks for your help. similar vdso32 fail for me when compiling tuxonice-sources-2.6.28-r10 was caused by diff being accidentally replaced by the crippled busybox binary. (In reply to comment #5) > similar vdso32 fail for me when compiling tuxonice-sources-2.6.28-r10 was > caused by diff being accidentally replaced by the crippled busybox binary. my problem is /bin/sh:diff:command not found make[1]: *** [arch/x86/vdso/vdso32-syms.lds] Error 1 make: *** [arch/x86/vdso] Error 2 how to resolve it? make sure you have diffutils installed? |