Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42311 - mzscheme-201-r1 fails to compile
Summary: mzscheme-201-r1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-20 15:37 UTC by Heinrich Wendel (RETIRED)
Modified: 2004-04-05 07:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heinrich Wendel (RETIRED) gentoo-dev 2004-02-20 15:37:51 UTC
mzscheme-201-r1 fails to compile here, i think it's an gcc 3.3 issue. 205 works fine and is in portage for a long time, so i propose to mark it stable.


error.c:1452: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -march=athlon-xp -fomit-frame-pointer -Os -pipe -Wall    -I./../include -c ./eval.c -o eval.o
gcc -march=athlon-xp -fomit-frame-pointer -Os -pipe -Wall    -I./../include -c ./file.c -o file.o
gcc -march=athlon-xp -fomit-frame-pointer -Os -pipe -Wall    -I./../include -c ./fun.c -o fun.o
gcc -march=athlon-xp -fomit-frame-pointer -Os -pipe -Wall    -I./../include -c ./gmp/gmp.c -o gmp.o
In file included from gmp/gmp.c:36:
gmp/gmplonglong.h:234:12: missing terminating " character
gmp/gmplonglong.h:249:22: missing terminating " character
gmp/gmplonglong.h:363:8: missing terminating " character
gmp/gmplonglong.h:378:44: missing terminating " character
gmp/gmplonglong.h:532:18: missing terminating " character
gmp/gmplonglong.h:556:33: missing terminating " character
gmp/gmplonglong.h:830:8: missing terminating " character
gmp/gmplonglong.h:852:10: missing terminating " character
gmp/gmplonglong.h:939:12: missing terminating " character
gmp/gmplonglong.h:978:51: missing terminating " character
gmp/gmplonglong.h:992:12: missing terminating " character
gmp/gmplonglong.h:994:38: missing terminating ' character
gmp/gmplonglong.h:995:38: missing terminating ' character
gmp/gmplonglong.h:996:38: missing terminating ' character
gmp/gmplonglong.h:1033:18: missing terminating " character
gmp/gmp.c:41: warning: `__gmp_errno' defined but not used
gmp/gmp.c:40: warning: `__gmp_junk' defined but not used
make[5]: *** [gmp.o] Error 1
make[5]: Leaving directory `/var/tmp/portage/mzscheme-201-r1/work/plt/src/mzscheme/src'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/var/tmp/portage/mzscheme-201-r1/work/plt/src/mzscheme/src'
make[3]: *** [mzlibrary] Error 2
make[3]: Leaving directory `/var/tmp/portage/mzscheme-201-r1/work/plt/src/mzscheme'
make[2]: *** [normal-bin] Error 2
make[2]: Leaving directory `/var/tmp/portage/mzscheme-201-r1/work/plt/src/mzscheme'
make[1]: *** [bin] Error 2
make[1]: Leaving directory `/var/tmp/portage/mzscheme-201-r1/work/plt/src/mzscheme'
make: *** [mz] Error 2

!!! ERROR: dev-lisp/mzscheme-201-r1 failed.
!!! Function src_compile, Line 22, Exitcode 2
!!! (no error message)

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.3_pre20040207-r0, 2.6.3)
=================================================================
System uname: 2.6.3 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.3.13
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -fomit-frame-pointer -Os -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -fomit-frame-pointer -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache cvs digest sandbox strict"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://gentoo.linux.no/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/heino/projects/gentoo/cvs/gentoo-x86"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apache2 apm arts avi berkdb cdr crypt cups dvd encode esd flash foomaticdb gd gdbm gif gnome gpm gtk gtk2 imap imlib jpeg kde ldap libg++ libwww lirc mad mikmod motif mozilla mpeg mysql ncurses nls nptl oggvorbis opengl pam pdflib perl png python qt quicktime readline ruby samba scanner sdl slang spell sse ssl svga tcltk tcpd tetex truetype wmf x86 xml xml2 xmms xv zlib
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-04-05 07:39:57 UTC
marked 205 stable on x86.