Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220445 - cross compiling: elibtoolize does not handle cross-compiling
Summary: cross compiling: elibtoolize does not handle cross-compiling
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Configuration (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-05 20:06 UTC by Dave Bender
Modified: 2008-05-10 07:49 UTC (History)
0 users

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


Attachments
environment (environment,90.97 KB, text/plain)
2008-05-05 20:07 UTC, Dave Bender
Details
build log (build.log,5.99 KB, text/plain)
2008-05-05 20:07 UTC, Dave Bender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Bender 2008-05-05 20:06:04 UTC
In trying to cross compile media-libs/jpeg, come across an error

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

I have done a little detective work and surmise that libtool in the host is being used rather than a libtool for the target. I would attribute this bug to elibtoolize.

It is also unclear to me why uclibc is being selected for the platform (the target platform is i686-linux-gnu



Reproducible: Always

Steps to Reproduce:
1. emerge media-libs/jpeg into a target ROOT
2.
3.
Comment 1 Dave Bender 2008-05-05 20:07:23 UTC
Created attachment 151977 [details]
environment
Comment 2 Dave Bender 2008-05-05 20:07:49 UTC
Created attachment 151979 [details]
build log
Comment 3 SpanKY gentoo-dev 2008-05-10 07:49:16 UTC
elibtoolize has nothing to do with this

jpeg uses /usr/bin/libtool to compile ... there's already an open issue to track this