Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
emerge info: Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.6.10-gentoo-r6 i686) ================================================================= System uname: 2.6.10-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz Gentoo Base System version 1.6.11 Python: dev-lang/python-2.3.5 [2.3.5 (#1, May 1 2005, 15:52:53)] dev-lang/python: 2.3.5 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.59-r6, 2.13 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.16 virtual/os-headers: 2.6.8.1-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer" CHOST="i386-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://cudlug.cudenver.edu/gentoo/" LANG="en_US.utf8" LC_ALL="en_US.utf8" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X aalib acpi aim alsa apache2 arts avi berkdb bitmap-fonts cdparanoia cdr crypt cscope cups curl directfb divx4linux dvd dvdread emboss encode esd f77 fam fbcon flac foomaticdb fortran gdbm gif glut gphoto2 gpm gtk gtk2 imagemagick imap imlib innodb ipv6 java javascript jpeg kde libg++ libwww mad mikmod mime mmx motif mozilla mp3 mpeg msn mssql mysql ncurses nls nptl nvidia oci8 odbc ogg oggvorbis openal opengl oracle oss pam pcntl pdflib perl png python qt quicktime readline real samba sdl slang spell ssl svga tcltk tcpd tiff truetype truetype-fonts type1-fonts v4l v4l2 vorbis wifi xine xml2 xmms xv yahoo zlib userland_GNU kernel_linux libc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LDFLAGS, LINGUAS, PORTDIR_OVERLAY build error: make[2]: Entering directory `/var/tmp/portage/dosemu-1.2.2-r1/work/dosemu-1.2.2/src/dosext/dpmi' i386-pc-linux-gnu-gcc -c -MP -MMD -I../../../src/include -I../../../src/plugin/include -O2 -mcpu=i686 -fomit-frame-pointer linux -o dpmi.o dpmi.c i386-pc-linux-gnu-gcc: cannot specify -o with -c or -S and multiple compilations make[2]: *** [dpmi.o] Error 1 make[2]: Leaving directory `/var/tmp/portage/dosemu-1.2.2-r1/work/dosemu-1.2.2/src/dosext/dpmi' make[1]: *** [dosext/dpmi] Error 2 make[1]: *** Waiting for unfinished jobs.... rm -f ../../../../src/lib/libbase_dev_pic.a ar cr ../../../../src/lib/libbase_dev_pic.a pic.o i386-pc-linux-gnu-ranlib ../../../../src/lib/libbase_dev_pic.a make[2]: Leaving directory `/var/tmp/portage/dosemu-1.2.2-r1/work/dosemu-1.2.2/src/base/dev/pic' make[1]: Leaving directory `/var/tmp/portage/dosemu-1.2.2-r1/work/dosemu-1.2.2/src' make: *** [default] Error 2 on upgrading dosemu inoperable compile flags are thrown together resulting in the build to fail. Reproducible: Always Steps to Reproduce: 1. Install dosemu-1.2.0 2. Upgrade dosemu Actual Results: compile failed Expected Results: compiled and ran
*** Bug 91264 has been marked as a duplicate of this bug. ***
Created an attachment (id=58004) [edit] patch to unset KERNEL Unsetting the KERNEL environment variable solved the problem for me.
*** Bug 91434 has been marked as a duplicate of this bug. ***
2 more machines affected by this.
Created an attachment (id=58573) [edit] comment out KERNEL in Makefile This is probably a better patch, as that KERNEL variable is not used at all anywhere in dosemu, and unsetting in the ebuild is generally a bad idea.
*** Bug 91732 has been marked as a duplicate of this bug. ***
plz fix - because 1.2.0 and 1.2.2-r1 are stable on x86
fixed