From owner-freebsd-emulation@FreeBSD.ORG Thu May 5 01:13:54 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2939B16A4CF for ; Thu, 5 May 2005 01:13:54 +0000 (GMT) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ACC543D1D for ; Thu, 5 May 2005 01:13:53 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id 34so68000nzf for ; Wed, 04 May 2005 18:12:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rusaDci4m2Fu9VRuKyGGS+cf4PmSOmahZwUpGYIR/uqS4bTrW1c/j/OZOesCGlq/dfTBuhwRxyXq+ANvSpTCM3woI/4C+bBrIHFIIQhRFfP7imf+AuJzPzcdQ9sRRKse4cMvwK+Kde7ZUUXRvLIpilsIHZXBJQ2s7c0PDezlNs0= Received: by 10.36.8.17 with SMTP id 17mr269558nzh; Wed, 04 May 2005 17:46:13 -0700 (PDT) Received: by 10.36.68.7 with HTTP; Wed, 4 May 2005 17:46:12 -0700 (PDT) Message-ID: <28edec3c05050417466ba52c16@mail.gmail.com> Date: Thu, 5 May 2005 08:46:12 +0800 From: "Mars G. Miro" To: Jung-uk Kim , nork@freebsd.org In-Reply-To: <200505021809.25799.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c050502033811804428@mail.gmail.com> <200505021809.25799.jkim@niksun.com> cc: freebsd-emulation@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: Recent qemu port still doesn't build on amd64, SMB dependency? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Mars G. Miro" List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2005 01:13:54 -0000 On 5/3/05, Jung-uk Kim wrote: > On Monday 02 May 2005 06:38 am, Mars G. Miro wrote: > > Bombs in here: > > gmake[1]: Entering directory > > `/usr/ports/emulators/qemu/work/qemu-0.7.0/i386-softmmu' > > gcc34 -Wall -O2 -g -fno-strict-aliasing -I. > > -I/usr/ports/emulators/qemu/work/qemu-0.7.0/target-i386 > > -I/usr/ports/emulators/qemu/work/qemu-0.7.0 -D_GNU_SOURCE > > -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE > > -DSMBD=3D\"/usr/local/sbin/smbd\" > > -I/usr/ports/emulators/qemu/work/qemu-0.7.0/fpu > > -I/usr/ports/emulators/qemu/work/qemu-0.7.0/slirp -c -o vl.o > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c > > In file included from > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat.h:394, > > from > > /usr/ports/emulators/qemu/work/qemu-0.7.0/target-i386/cpu.h:41, > > from > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.h:73, from > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c:24: > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:39 > >: error: `FE_RM' undeclared here (not in a function) > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:39 > >: error: enumerator value for `float_round_down' not integer > > constant > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:40 > >: error: `FE_RP' undeclared here (not in a function) > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:40 > >: error: enumerator value for `float_round_up' not integer constant > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:42 > >: error: `FE_RZ' undeclared here (not in a function) > > /usr/ports/emulators/qemu/work/qemu-0.7.0/fpu/softfloat-native.h:42 > >: error: enumerator value for `float_round_to_zero' not integer > > constant /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c: In > > function `init_timers': > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c:982: warning: label > > `use_itimer' defined but not used > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c: In function > > `loadmodules': /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c:1622: > > warning: implicit declaration of function `kldload' > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c: At top level: > > /usr/ports/emulators/qemu/work/qemu-0.7.0/vl.c:910: warning: > > 'start_rtc_timer' defined but not used > > gmake[1]: *** [vl.o] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/emulators/qemu/work/qemu-0.7.0/i386-softmmu' > > gmake: *** [all] Error 1 > > *** Error code 2 > > > > Stop in /usr/ports/emulators/qemu. > > tart_rtc_timer' defined but not used > > gmake[1]: *** [vl.o] Error 1 > > gmake[1]: Leaving directory > > `/usr/ports/emulators/qemu/work/qemu-0.7.0/i386-softmmu' > > gmake: *** [all] Error 1 > > *** Error code 2 > > > > Stop in /usr/ports/emulators/qemu. > > > > I'm guessing it's qemu's hard dependency on samba, yes? > > > > I'll see if installing samba makes it not bomb. >=20 > Actually there are two missing patches, namely patch-fbsd and=20 > patch-libmath from the original PR. You can get them from the PR=20 > itself. >=20 > http://docs.freebsd.org/cgi/mid.cgi?200504301849.j3UIng675264 >=20 > FYI, committer's aware of the issue already. >=20 And the recent commits now builds the port w/o errors. Thanks ;-) > Jung-uk Kim >=20 > > Matsalams ;-) > > > > > > > > cheers > > mars >=20 cheers mars