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

Re: [MiNT] GCC and Highwire test



> > Peter Slegg wrote:
> > > libtool: compile:  gcc -DHAVE_CONFIG_H -I. -g -O2 -Wall -W -c tif_pixar
> > log.c -Wp,-MD,.deps/tif_pixarlog.TPlo -o tif_pixarlog.o
> > > ../mpfr-3.0.0/const_pi.c:82: MPFR assertion failed: (__builtin_constant
> > _p (1)&&  (1) == 0 ? ((S)->_mpfr_exp<  ((mpfr_exp_t)((~((~(unsigned l
> > ong)0)>>1))+3)) ? (((S)->_mpfr_exp == ((mpfr_exp_t)((~((~(unsigned lo
> > ng)0)>>1))+2))) ? mpfr_set_erangeflag () : (void) 0), 0 : ((S)->_mpfr_sig
> > n)) : mpfr_cmp_ui_2exp ((S),(1),0))<  0
> > > tif_pixarlog.c: In function 'PixarLogMakeTables':
> > > tif_pixarlog.c:501:5: internal compiler error: Abort
> >

I rolled-back gcc, mintlib, pml and zlib in stages but wasn't able to get
libtiff to compile.

It may not have gone cleanly because I now have this situation:

bash-2.05a# rpm -e gcc-4.5.1-1
error: "gcc-4.5.1-1" specifies multiple packages

bash-2.05a# rpm -qa ¦ grep gcc
gcc-4.5.1-1
gcc-4.5.1-1

bash-2.05a# rpm -e --allmatches gcc-4.5.1-1
error: removing these packages would break dependencies:
        gcc >= 2.95.2 is needed by mintlib-devel-0.59.1-1
        gcc >= 2.95.2 is needed by mintlib-devel-0.59.1-1
        gcc >= 2.95.2 is needed by mintlib-devel-0.59.1-1
        gcc >= 2.95.2 is needed by mintlib-devel-0.59.1-1

which gets me into a dependency tangle.

I built Highwire and it was 1MB instead of 2Mb and crashed after
a couple of webpages. So I have broken something in my gcc config.

Peter