This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc4: upset errors + libmpfr vs mpclib version problems (ping David Billinghurst)


On 02/09/2011 05:09, Yaakov (Cygwin/X) wrote:
> On Fri, 2011-09-02 at 04:00 +0000, upset lived up to its name and
> complained:
>> upset: *** setup.ini: warning - package gcc4-java requires non-existent package java-ecj
> 
> That's an artifact from my Ports gcc4 package, as I ship ECJ as part of
> a GNU Classpath-based Java environment.  Since its not in the distro
> (yet), I removed that dep from sourceware for now; please fix your local
> copy, etc.

  Oops, sorry for the breakage and thanks for the headsup.  I see I also have
an out-of-date libmpfr dependency just like the mingw-x64 compiler, groan.
Actually, it's slightly worse than that:

> $ cygcheck /usr/lib/gcc/i686-pc-cygwin/4.5.3/cc1.exe
> F:\cygwin-1.7\lib\gcc\i686-pc-cygwin\4.5.3\cc1.exe
>   F:\cygwin-1.7\bin\cygcloog-0.dll
>     F:\cygwin-1.7\bin\cyggcc_s-1.dll
>       F:\cygwin-1.7\bin\cygwin1.dll
>         C:\WINNT\system32\ADVAPI32.DLL
>           C:\WINNT\system32\KERNEL32.dll
>             C:\WINNT\system32\ntdll.dll
>           C:\WINNT\system32\RPCRT4.dll
>     F:\cygwin-1.7\bin\cyggmp-3.dll
>     F:\cygwin-1.7\bin\cygppl_c-2.dll
>       F:\cygwin-1.7\bin\cygppl-7.dll
>         F:\cygwin-1.7\bin\cygstdc++-6.dll
>         F:\cygwin-1.7\bin\cyggmpxx-4.dll
>   F:\cygwin-1.7\bin\cygiconv-2.dll
>   F:\cygwin-1.7\bin\cygintl-8.dll
>   F:\cygwin-1.7\bin\cygmpc-1.dll
>     F:\cygwin-1.7\bin\cygmpfr-1.dll
>   F:\cygwin-1.7\bin\cygmpfr-4.dll
>   F:\cygwin-1.7\bin\cygz.dll

  Note how the compiler executable depends on libmpfr4, but also indirectly
via mpclib on libmpfr1 at the same time.  That's probably not good; David, can
you respin mpclib against the latest libmpfr?

    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]