Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119742 - app-editors/jasspa-microemacs-20050505 fails to compile with sys-devel/gcc-4.0.2-r3
Summary: app-editors/jasspa-microemacs-20050505 fails to compile with sys-devel/gcc-4....
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-01-20 14:47 UTC by Avuton Olrich
Modified: 2006-03-11 01:05 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 Avuton Olrich 2006-01-20 14:47:34 UTC
Problem:
gcc -O3 -DNDEBUG=1 -Wall -Wno-uninitialized -D_LINUX -D_LINUX26 -I.  -D_ME_CONSOLE -D_SEARCH_PATH=\"~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa\" -o termio.oc -c termio.c
termio.c: In function 'TTallKeysFlush':
termio.c:970: error: 'SKEY_mouse_move' undeclared (first use in this function)
termio.c:970: error: (Each undeclared identifier is reported only once
termio.c:970: error: for each function it appears in.)
termio.c:970: error: 'SKEY_mouse_move_5' undeclared (first use in this function)
make: *** [termio.oc] Error 1

emerge --info:
Portage 2.1_pre3-r1 (default-linux/x86/2005.0, gcc-4.0.2, glibc-2.3.6-r2, 2.6.14-rc5-mm1 i686)
=================================================================
System uname: 2.6.14-rc5-mm1 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.12.0_pre14
distcc[12588] (dcc_mkdir) ERROR: mkdir /var/tmp/portage/.distcc/state failed: No such file or directory [disabled]
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -ggdb -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -ggdb -O2 -pipe"
DISTDIR="/mnt/aux/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /mnt/aux/portage-overlay"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 7zip aac acpi aim alsa ao apache2 audiofile avi bash-completion bzip2 chroot cli crypt cups curl emacs fam ffmpeg flac flood gd gif glut gmp gstreamer idn imagemagick jack joystick jpeg lcms libsamplerate mad mhash mikmod mmap mmx mng mp3 mp4live mpeg mpeg2 mysql ncurses nocardbus nosendmail nptl nptlonly offensive ogg oscar pam pcre php png readline rtc ruby sharedmem slang sndfile speex sse ssl szip theora tiff transcode udev unicode usb utf8 uudeview vidix vorbis webdav xml xvid zip zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, LDFLAGS, LINGUAS
Comment 1 Peter Hyman 2006-02-22 14:37:12 UTC
compiles fine though with gcc 3.4.4-R1
Comment 2 Avuton Olrich 2006-03-11 01:05:15 UTC
Strangely enough I'm not having this error anymore.