First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 91261
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Hanno Boeck <hanno@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jeff Benedik <spam@laramiesucks.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
dosemu-1.2.2-r1.diff patch to unset KERNEL patch Martin von Gagern 2005-05-04 02:10 0000 461 bytes Details | Diff
dosemu-1.2.2-no-kernel.patch comment out KERNEL in Makefile patch Daniel Gryniewicz 2005-05-10 08:20 0000 502 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 91261 depends on: Show dependency tree
Show dependency graph
Bug 91261 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-05-02 20:33 0000
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

------- Comment #1 From Carsten Lohrke 2005-05-03 05:27:26 0000 -------
*** Bug 91264 has been marked as a duplicate of this bug. ***

------- Comment #2 From Martin von Gagern 2005-05-04 02:10:14 0000 -------
Created an attachment (id=58004) [edit]
patch to unset KERNEL

Unsetting the KERNEL environment variable solved the problem for me.

------- Comment #3 From Jakub Moc 2005-05-04 07:25:49 0000 -------
*** Bug 91434 has been marked as a duplicate of this bug. ***

------- Comment #4 From Mike Doty 2005-05-10 08:20:42 0000 -------
2 more machines affected by this.

------- Comment #5 From Daniel Gryniewicz 2005-05-10 08:20:49 0000 -------
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.

------- Comment #6 From Daniel Webert 2005-05-12 11:45:05 0000 -------
*** Bug 91732 has been marked as a duplicate of this bug. ***

------- Comment #7 From Daniel Webert 2005-05-12 11:46:41 0000 -------
plz fix - because 1.2.0 and 1.2.2-r1 are stable on x86

------- Comment #8 From Hanno Boeck 2005-05-21 06:13:46 0000 -------
fixed 

First Last Prev Next    No search results available      Search page      Enter new bug