pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/cross/avr-gcc



On Sat, Nov 30, 2013 at 03:11:47AM +0000, David Holland wrote:
> On Wed, Nov 20, 2013 at 11:00:43AM +0000, David Sainty wrote:
>  > Modified Files:
>  >    pkgsrc/cross/avr-gcc: Makefile
>  > 
>  > Log Message:
>  > GCC now wants zlib - and comes with an internal copy as an alternative to
>  > using the system/Pkgsrc zlib.  At least on Ubuntu, the internal zlib fails 
> to
>  > get past configuration.
>  > 
>  > Use the standard Pkgsrc (or builtin) zlib instead.
>  > 
>  > Bump PKGREVISION to reflect the minor difference in build strategy.
> 
> This failed in Joerg's build, although in a way that doesn't
> necessarily look related:
> 
> In file included from 
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-dw2.c:35:0:
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-pe.h:101:1: error: 
> expected '=', ',', ';', 'asm' or '__attribute__' before 
> 'base_of_encoded_value'
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-pe.h:131:39: 
> error: expected declaration specifiers or '...' before '_uleb128_t'
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-pe.h: In function 
> 'read_uleb128':
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-pe.h:135:3: error: 
> '_uleb128_t' undeclared (first use in this function)
> /scratch/cross/avr-gcc/work/gcc-4.5.3/libgcc/../gcc/unwind-pe.h:135:3: note: 
> each undeclared identifier is reported only once for each function it appears 
> in
> (and a lot more of the same)

I think this happens because it is picking up some parts from the system
unwind.h and not the custom version.

Joerg



Home | Main Index | Thread Index | Old Index