Mailing List Archive

Emerge gets in the way using target x86_64-w64-mingw32
Hi,

Errors like this make emerge unusable:

# PORT_LOGDIR=/tmp x86_64-w64-mingw32-emerge -av
/usr/portage/dev-libs/libiconv/libiconv-1.14.ebuild
...
* QA Notice: Excessive files found in the / partition
*
/usr/x86_64-w64-mingw32/tmp/portage/dev-libs/libiconv-1.14/image/lib/libcharset.dll.a
*
/usr/x86_64-w64-mingw32/tmp/portage/dev-libs/libiconv-1.14/image/lib/libiconv.dll.a

* ERROR: dev-libs/libiconv-1.14 failed:
* static archives (*.a) and libtool library files (*.la) do not
belong in /
*
* Call stack:
* misc-functions.sh, line 992: Called install_qa_check
* misc-functions.sh, line 546: Called die

The messages are confused, first it complains about the .dll.a which are
then deleted, then it complains about .a and .la files which are left.

There is no problem having .a, .dll.a, and .la files together, they are
different things used for different purpose (one is the real static
library, the other is just the symbol definitions used when linking to
the dynamic library).

Any idea how to coax emerge to stop making the wrong assumption?
--
René Berber
Re: Emerge gets in the way using target x86_64-w64-mingw32 [ In reply to ]
file a bug please
-mike
Re: Emerge gets in the way using target x86_64-w64-mingw32 [ In reply to ]
On 12/19/2011 8:09 PM, Mike Frysinger wrote:

> file a bug please

Sure, no problem.

Should I make it a report on emerge or the cross-emerge?
--
René Berber
Re: Re: Emerge gets in the way using target x86_64-w64-mingw32 [ In reply to ]
On Tuesday 20 December 2011 16:24:54 René Berber wrote:
> On 12/19/2011 8:09 PM, Mike Frysinger wrote:
> > file a bug please
>
> Sure, no problem.
>
> Should I make it a report on emerge or the cross-emerge?

assign it to base-system@g.o and cc prefix@g.o and i'll take care of the rest
-mike
Re: Emerge gets in the way using target x86_64-w64-mingw32 [ In reply to ]
On 12/21/2011 1:23 PM, Mike Frysinger wrote:

> On Tuesday 20 December 2011 16:24:54 René Berber wrote:
>> On 12/19/2011 8:09 PM, Mike Frysinger wrote:
>>> file a bug please
>>
>> Sure, no problem.
>>
>> Should I make it a report on emerge or the cross-emerge?
>
> assign it to base-system@g.o and cc prefix@g.o and i'll take care
> of the rest -mike

I created it yesterday: https://bugs.gentoo.org/show_bug.cgi?id=395433

Do you still want me to change or add to "Assigned To"?
--
René Berber