Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266014 - dev-util/strace-4.5.18 fail build on ARM (crosscompile)
Summary: dev-util/strace-4.5.18 fail build on ARM (crosscompile)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: ARM Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 15:19 UTC by Pinky
Modified: 2009-05-30 00:00 UTC (History)
2 users (show)

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


Attachments
fixes bug (strace_ARM_cachectl.patch,267 bytes, patch)
2009-04-13 15:21 UTC, Pinky
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pinky 2009-04-13 15:19:22 UTC
arm-softfloat-linux-uclibcgnueabi-gcc -DHAVE_CONFIG_H -I. -Ilinux/arm -I./linux/arm -Ilinux -I./linux   -Wall -g -Os -pipe -march=armv4t -mtune=arm920t -fomit-frame-pointer -I/usr/arm-softfloat-linux-uclibcgnueabi/usr/include/ -I/usr/arm-softfloat-linux-uclibcgnueabi/include/ -MT system.o -MD -MP -MF .deps/system.Tpo -c -o system.o system.c
system.c:73:23: warning: extra tokens at end of #ifdef directive
system.c:74:26: error: asm/cachectl.h: No such file or directory
make[1]: *** [system.o] Error 1
make[1]: Leaving directory `/usr/arm-softfloat-linux-uclibcgnueabi/tmp/portage/dev-util/strace-4.5.18/work/strace-4.5.18'
make: *** [all] Error 2


Reproducible: Always




There is a bit strange that this does not mentione someone in #241168
Comment 1 Pinky 2009-04-13 15:21:23 UTC
Created attachment 188245 [details, diff]
fixes bug

Patch taken from 

http://www.nabble.com/-PATCH--Missing-SYS_cacheflush-syscall-on-ARM-for-strace-4.5.18-td20524695.html

may be is this specific for some kernel version ....