How can i fix this? I need to be able to build a package that works here.
-Cameron


On Fri, 2006-09-29 at 11:16 -0600, Cameron Seader wrote:
This is on SLE10 and SUSE Linux 10.1 both and this happens at the very end of the build just before it creates the rpm's

-Cameron


On Fri, 2006-09-29 at 18:10 +0200, Andreas Jaeger wrote:
"Cameron Seader" <cseader@novell.com> writes:

> Greetings,
>
> What do you make of this?
>
> objdump: /var/tmp/monopod-0.6-build/usr/lib/monopod/Monopod.exe: File format
> is ambiguous
>
> objdump: Matching formats: efi-app-ia32 pei-i386
> objdump: /var/tmp/monopod-0.6-build/usr/lib/monopod/entagged-sharp.dll: File format is ambiguous
> objdump: Matching formats: efi-app-ia32 pei-i386
>
> Is this something to be concerned about? I have uploaded two different sources and i get the same thing, it used to build without these messages.
> What are these messages telling me?
>
> -Cameron

This is factory?

Could be new binutils that break our mono tests, we might need 
--target=pei-i386 to the script that calculates the mono
dependencies (if that's the place where it fails)...

Andreas