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

Re: gcc and/or s390 help needed for package



Both your quotes are incomplete:

	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <URL:http://gcc.gnu.org/bugs.html> for instructions.

So what can you do:

- ask debian-admin@lists.debian.org to install the build dependencies
  of the package and gcc-snapshot on a s390 machine.

- build the whole package (or just the file which fails) using
  -save-temps.

- submit a bug report including the preprocessed (maybe gzipped)
  source (.i/.ii/.i.gz/.ii.gz) and the command line options used.

- try to workaround the problem (reduce the optimization level to -O1
  or -O0. nevertehless, submit a bug report and include the
  description of your workaround.

- recheck, if a newer gcc version is able to build the package. A
  newever version of gcc is available in the gcc-snapshot package.

- clean up your home dir on the build machine.


Michael Banck writes:
> On Sat, Jun 14, 2003 at 08:28:55AM +0100, Stephen Quinney wrote:
> > I uploaded one of my packages yesterday (libastro-fits-cfitsio-perl)
> > and it built on every architecture except s390 where I got an error, a
> > snippet of which is:
> > 
> > CFITSIO.c: In function `boot_Astro__FITS__CFITSIO':
> > CFITSIO.c:22085: error: insn does not satisfy its constraints:
> > (insn 32382 32400 32383 (nil) (parallel [
> >             (set (reg:SI 12 %r12)
> >                 (plus:SI (reg:SI 14 %r14)
> >                     (reg:SI 12 %r12)))
> >             (clobber (reg:CC 33 %cc))
> >         ]) 133 {addsi3} (insn_list 32377 (insn_list 32381 (nil)))
> >     (expr_list:REG_UNUSED (reg:CC 33 %cc)
> >         (expr_list:REG_MAYBE_DEAD (nil)
> >             (nil))))
> > CFITSIO.c:22085: internal compiler error: in extract_constrain_insn_cached, at recog.c:2090
> 
> FWIW, the mpqc build fails with the same error:
> 
>  /build/buildd/mpqc-2.1.3/src/lib/chemistry/qc/dft/lebedev.c: In
> 	function `Lebedev_Laikov_sphere':
>  /build/buildd/mpqc-2.1.3/src/lib/chemistry/qc/dft/lebedev.c:1549:
> 	error: insn does not satisfy its constraints: 
>  (insn 45479 47019 45480 (nil) (parallel [
>              (set (reg:SI 12 %r12)
>                  (plus:SI (reg:SI 14 %r14)
>                      (reg:SI 12 %r12)))
>              (clobber (reg:CC 33 %cc))
>          ]) 133 {addsi3} (nil)
>      (expr_list:REG_MAYBE_DEAD (nil)
>          (nil)))
>  /build/buildd/mpqc-2.1.3/src/lib/chemistry/qc/dft/lebedev.c:1549:
> 	internal compiler error: in extract_constrain_insn_cached,
> 	atrecog.c:2090 
>  make[6]: *** [lebedev.lo] Error 1
> 
> 
> Michael
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: