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

Re: Atari support for Parted



Stephen R Marenka píše v Čt 09. 02. 2006 v 08:31 -0600:
> > How can I help you with the parted for atari?
> 
> I just put a tarball at
> <http://people.debian.org/~smarenka/d-i/atari-parted.tar.bz2>.

It took me long time to go through the autogen.sh (I couldn't find the
automake-1.9 it references so I used 1.8) but it created the Makefile,
at last. Then the compiling failed with GCC ICE but this time it is
perfectly reproducible and doesn't look like an ARAnyM fault (or if it
is an ARAnyM fault then we have a reliable test case).

I am using up-to-date Etch with gcc version 4.0.3 20051201 (prerelease)
(Debian 4.0.2-5). Is this version of GCC known to compile the
atari-parted without an ICE? If yes then we will start debugging ARAnyM
somehow. Any idea how to narrow the problem down is greatly appreciated.

if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include     -D_REENTRANT -D_FILE_OFFSET_BITS=64
-DLOCALEDIR="\"/usr/local/share/locale\""
-DLOCALEDIR="\"/usr/local/share/locale\"" -W -Wall -Wno-unused
-Wno-switch -Wno-format -Werror -MT disk_amiga.lo -MD -MP -MF
".deps/disk_amiga.Tpo" -c -o disk_amiga.lo disk_amiga.c; \
then mv -f ".deps/disk_amiga.Tpo" ".deps/disk_amiga.Plo"; else rm -f
".deps/disk_amiga.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT
-D_FILE_OFFSET_BITS=64 -DLOCALEDIR=\"/usr/local/share/locale\"
-DLOCALEDIR=\"/usr/local/share/locale\" -W -Wall -Wno-unused -Wno-switch
-Wno-format -Werror -MT disk_amiga.lo -MD -MP -MF .deps/disk_amiga.Tpo
-c disk_amiga.c  -fPIC -DPIC -o .libs/disk_amiga.o
disk_amiga.c: In function '_amiga_find_free_blocks':
disk_amiga.c:632: internal compiler error: in
instantiate_virtual_regs_lossage, at function.c:1442
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.0/README.Bugs>.
make[3]: *** [disk_amiga.lo] Error 1
make[3]: Leaving directory `/home/joy/parted/trunk+atari/libparted'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/joy/parted/trunk+atari/libparted'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joy/parted/trunk+atari'
make: *** [all] Error 2

Petr




Reply to: