Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177057 - dev-libs/libpcre-6.6 fails to cross compile
Summary: dev-libs/libpcre-6.6 fails to cross compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: ARM Linux
: High normal with 1 vote (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 16:43 UTC by Karl H
Modified: 2007-11-12 08:02 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,16.83 KB, text/plain)
2007-05-04 16:44 UTC, Karl H
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karl H 2007-05-04 16:43:59 UTC
The make trys to execute a file that has been cross compiled of course it can not run on the HOST arch.

armeb-softfloat-linux-uclibc-gcc -Os -pipe -fPIC -I. -I. -o dftables dftables.o
./dftables pcre_chartables.c
./dftables: ./dftables: cannot execute binary file
make: *** [pcre_chartables.c] Error 126
make: *** Waiting for unfinished jobs....


Reproducible: Always

Steps to Reproduce:
1.install crosssdev armeb-softfloat-linux-uclibc
2.xmerge dev-libs/libpcre-6.6
3.
Comment 1 Karl H 2007-05-04 16:44:42 UTC
Created attachment 118154 [details]
build.log
Comment 2 SpanKY gentoo-dev 2007-06-24 23:50:44 UTC
has nothing to do with arm
Comment 3 Petric Frank 2007-11-11 01:03:26 UTC
dev-libs/libpcre-7.3-r1 compiles well on mips (despite it is not enabled in current portage tree). It does not execute an cross compiled file.

Maybe it applies to other architectures also.
Comment 4 SpanKY gentoo-dev 2007-11-12 08:02:31 UTC
let's assume so