From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 30 23:22:30 2005 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 8EED816A41F; Sun, 30 Oct 2005 23:22:30 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC74443D45; Sun, 30 Oct 2005 23:22:28 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id j9UNMRag005242; Mon, 31 Oct 2005 00:22:27 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id j9UNMRHg005240; Mon, 31 Oct 2005 00:22:27 +0100 Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id j9UNKSFT030622; Mon, 31 Oct 2005 00:20:28 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id j9UNKQru030621; Mon, 31 Oct 2005 00:20:26 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Mon, 31 Oct 2005 00:20:25 +0100 To: Norikatsu Shigemura Message-ID: <20051030232025.GA30368@saturn.kn-bremen.de> Mail-Followup-To: Norikatsu Shigemura , freebsd-emulation@FreeBSD.org, jkim@FreeBSD.org References: <20051025215759.25681b85.nork@FreeBSD.org> <20051025191141.GC7277@saturn.kn-bremen.de> <20051026224401.3acf2501.nork@FreeBSD.org> <20051029111159.b1e06be9.nork@FreeBSD.org> <20051029185103.GA80501@saturn.kn-bremen.de> <20051030083231.bc207520.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051030083231.bc207520.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-emulation@FreeBSD.org, jkim@FreeBSD.org Subject: Re: kqemu-kmod port X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 23:22:30 -0000 On Sun, Oct 30, 2005 at 08:32:31AM +0900, Norikatsu Shigemura wrote: > On Sat, 29 Oct 2005 20:51:03 +0200 > Juergen Lock wrote: >[...] > > > overrided: my kqemu-kmod port > > > http://people.freebsd.org/~nork/kqemu-kmod.shar > > > Please reget my shar file. > > > And I made a patch for qemu port. How about? > > Well, three changes: > > 1. use the old disfile, Fabrice still hasn't committed anything new > > (the copy on dad-answers.com is only there for one day each) New commits today! (havent tested very extensively yet tho...) > > 2. CFLAGS+= -I${LOCALBASE}/include doesn't get propagated to the build > > at least here, need to patch Makefile.target instead > > Agree. > > > 3. need ${WRKSRC}/kqemu/Makefile.freebsd instead of ${WRKSRC}/kqemu/Makefile > > Why? According to qemu/configure, ${WRKSRC}/kqemu/Makefile is > needed instead of ${WRKSRC}/kqemu/Makefile.freebsd. > > - - - - - - - - - - - - - - - - - - - - in qemu/configure #375 > # kqemu support > if test $kqemu = "yes" ; then > # test if the source code is installed > if test '!' -f "kqemu/Makefile" ; then > kqemu="no" > fi > fi > - - - - - - - - - - - - - - - - - - - - Oops :) well we need both then, the (now to-be-skipped) kqemu build does make -f Makefile.freebsd . > > > -MASTER_SITES= http://www.qemu.org/ \ > > - http://people.fruitsalad.org/nox/qemu/ \ > > - http://dad-answers.com/qemu/ > > +MASTER_SITES= http://people.fruitsalad.org/nox/qemu/ \ > > + http://qemu.dad-answers.com/download/qemu/ > > DISTNAME= ${PORTNAME}-snapshot-2005-09-09_23 > > Humm... How about following lines? > - - - - - - - - - - - - - - - - - - - - > MASTER_SITES= http://www.qemu.org/:release \ > http://people.fruitsalad.org/nox/qemu/:snapshot \ > http://qemu.dad-answers.com/download/qemu/:snapshot > DISTFILES= ${PORTNAME}-snapshot-2005-09-09_23${EXTRACT_SUFX}:snapshot > - - - - - - - - - - - - - - - - - - - - > You can replace :snapshot to :release, if new qemu is released. Ok! So here is a new update: Removed files: files/patch-audio::audio.c files/kqemu-freebsd-patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/qemu/Makefile,v retrieving revision 1.33 diff -u -r1.33 Makefile --- Makefile 7 Oct 2005 19:26:21 -0000 1.33 +++ Makefile 30 Oct 2005 23:05:39 -0000 @@ -6,17 +6,12 @@ # PORTNAME= qemu -PORTVERSION= 0.7.2s.20050909 -PORTREVISION= 2 +PORTVERSION= 0.7.2s.20051030 CATEGORIES= emulators -MASTER_SITES= http://www.qemu.org/ \ - http://people.fruitsalad.org/nox/qemu/ \ - http://dad-answers.com/qemu/ -DISTNAME= ${PORTNAME}-snapshot-2005-09-09_23 -.if defined(WITH_KQEMU) -DISTFILES= ${EXTRACT_ONLY} ${DISTKQEMU} -.endif -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://www.qemu.org/:release \ + http://people.fruitsalad.org/nox/qemu/:snapshot \ + http://qemu.dad-answers.com/download/qemu/:snapshot +DISTFILES= ${PORTNAME}-snapshot-2005-10-30_23${EXTRACT_SUFX}:snapshot MAINTAINER= nox@jelal.kn-bremen.de COMMENT= QEMU CPU Emulator @@ -25,10 +20,8 @@ .if defined(WITH_SAMBA) RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba .endif - .if defined(WITH_KQEMU) -DISTKQEMU= kqemu-0.7.2.tar.gz -EXTRA_PATCHES= ${FILESDIR}/kqemu-freebsd-patch +BUILD_DEPENDS+= ${LOCALBASE}/include/kqemu/kqemu.h:${PORTSDIR}/emulators/kqemu-kmod .endif HAS_CONFIGURE= yes @@ -43,13 +36,9 @@ MAN1= qemu.1 qemu-img.1 ONLY_FOR_ARCHS= amd64 i386 .if defined(WITH_KQEMU) -NO_PACKAGE= Depends on kernel, and module not redistributable CONFIGURE_ARGS+= --enable-kqemu -PLIST_SUB= WITH_KQEMU="" -PLIST_SUB+= KMODDIR=${KMODDIR:C/^\///} .else CONFIGURE_ARGS+= --disable-kqemu -PLIST_SUB= WITH_KQEMU="@comment " .endif .include @@ -59,10 +48,6 @@ .endif USE_GCC= 3.4 -.if defined(WITH_KQEMU) && !exists(${SRC_BASE}/sys/Makefile) -IGNORE= kqemu requires kernel source to be installed -.endif - pre-everything:: .if !defined(WITH_KQEMU) @${ECHO_MSG} "Notice: you can build qemu with the (alpha!) kqemu accelerator kernel module" @@ -74,11 +59,10 @@ @${ECHO_MSG} "WITH_SAMBA." .endif -.if defined(WITH_KQEMU) post-extract: - @cd ${WRKSRC} && ${TAR} xfz ${_DISTDIR}/${DISTKQEMU} - @${LN} -s Makefile.freebsd ${WRKSRC}/kqemu/BSDmakefile -.endif + @${MKDIR} ${WRKSRC}/kqemu + @${TOUCH} ${WRKSRC}/kqemu/Makefile + @${ECHO} all: > ${WRKSRC}/kqemu/Makefile.freebsd pre-patch: @for A in ${ONLY_FOR_ARCHS}; do \ @@ -86,17 +70,6 @@ done post-install: -.if defined(WITH_KQEMU) - ${INSTALL_SCRIPT} ${WRKSRC}/kqemu/kqemu.ko ${KMODDIR} - if mount |${GREP} ^devfs >/dev/null ; then \ - : ; \ - else \ - if [ ! -e /dev/kqemu ]; then\ - mknod /dev/kqemu c 250 0 ; \ - fi ; \ - ${CHMOD} 666 /dev/kqemu ; \ - fi -.endif @${CAT} ${PKGMESSAGE} .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/emulators/qemu/distinfo,v retrieving revision 1.21 diff -u -r1.21 distinfo --- distinfo 10 Sep 2005 17:04:41 -0000 1.21 +++ distinfo 30 Oct 2005 22:49:58 -0000 @@ -1,4 +1,2 @@ -MD5 (qemu-snapshot-2005-09-09_23.tar.bz2) = db4ffeb081666c7352f5c0231e3f09c7 -SIZE (qemu-snapshot-2005-09-09_23.tar.bz2) = 1122120 -MD5 (kqemu-0.7.2.tar.gz) = 02cfdecda90458d6393781496ec6b48b -SIZE (kqemu-0.7.2.tar.gz) = 79314 +MD5 (qemu-snapshot-2005-10-30_23.tar.bz2) = d41b56254cc8704aef80fd188e30e95a +SIZE (qemu-snapshot-2005-10-30_23.tar.bz2) = 1162650 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/emulators/qemu/pkg-plist,v retrieving revision 1.12 diff -u -r1.12 pkg-plist --- pkg-plist 1 Oct 2005 13:25:08 -0000 1.12 +++ pkg-plist 29 Oct 2005 17:26:58 -0000 @@ -51,5 +51,3 @@ @dirrm %%DATADIR%%/keymaps @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -@cwd / -%%WITH_KQEMU%%%%KMODDIR%%/kqemu.ko From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 31 11:02:28 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 2574C16A420 for ; Mon, 31 Oct 2005 11:02:28 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3302643D6D for ; Mon, 31 Oct 2005 11:02:14 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9VB2E6G008848 for ; Mon, 31 Oct 2005 11:02:14 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9VB2DGo008838 for freebsd-emulation@freebsd.org; Mon, 31 Oct 2005 11:02:13 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 31 Oct 2005 11:02:13 GMT Message-Id: <200510311102.j9VB2DGo008838@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 11:02:28 -0000 Current FreeBSD problem reports Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2003/06/28] kern/53874 emulation [linux] /usr/ports/emulators/linux_base i 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow o [2001/03/28] kern/26171 emulation [linux] not work Linux-emulator, but hi i o [2002/11/07] kern/45023 emulation [linux] [patch] flexlm does not run with o [2003/09/24] kern/57192 emulation [linux] [hang] linux-ibm-java1.4 freeze o [2003/12/11] ports/60161 emulation Linux emulator (linux_base-8-8.0_3) doesn o [2004/06/20] kern/68131 emulation [linux] [hang] java/linux-ibm-jdk14: linu o [2004/10/28] kern/73224 emulation [ndis] [patch] Lock order reversal in nto o [2005/01/25] ports/76644 emulation FreeBSD 5.3 will freeze or crash when run o [2005/02/19] kern/77710 emulation [linux] Linux page fault sigcontext infor s [2005/05/05] ports/80679 emulation emulators/linux_base-8: Use ${MACHINE_ARC f [2005/05/09] ports/80837 emulation x11-toolkits/linux-gtk: cannot install by o [2005/05/12] ports/80926 emulation running $PREFIX/etc/rc.d/vmware.sh return o [2005/10/16] ports/87546 emulation [fix] emulators/rtc: broken if sizeof(int 13 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/16] kern/11165 emulation [ibsc2] IBCS2 doesn't work correctly with s [2000/12/15] kern/23561 emulation [linux] feature request: Linux compatibil o [2001/08/14] kern/29698 emulation [linux] [patch] linux ipcs doesn'work o [2002/06/12] kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLIN o [2002/08/11] kern/41543 emulation [patch] feature request: easier wine/w23 s [2002/09/06] kern/42466 emulation [linux] linux: 'ipc' typ=258 not implemen o [2003/08/21] kern/55835 emulation [linux] [patch] Linux IPC emulation missi o [2004/10/19] ports/72865 emulation emulators/vmware3 crashes on 5.3-STABLE o [2004/10/20] kern/72920 emulation [linux]: path "prefixing" is not done on o [2004/11/08] kern/73663 emulation [ibcs2] module_register_init: MOD_LOAD (i o [2004/11/10] kern/73777 emulation [linux] [patch] linux emulation: root dir o [2004/11/15] kern/73978 emulation [ibcs2] an error message appears during l o [2005/02/08] kern/77253 emulation [linux] meminfo in linprocfs returns bad o [2005/03/19] ports/79009 emulation [patch] Some linux ports are incorrectly o [2005/06/08] kern/82026 emulation [ibcs2] module_register_init: MOD_LOAD (i s [2005/07/01] ports/82853 emulation [wish] working linux_base port for alpha o [2005/08/21] kern/85175 emulation [linux] [patch] linux emulation layer wit o [2005/09/02] ports/85625 emulation [patch] emulators/linux_base-8, plist fix o [2005/10/20] ports/87745 emulation [patch] x11-toolkits/linux-openmotif: add o [2005/10/29] ports/88174 emulation fix pkg-plist: linux_base-8 20 problems total. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 1 00:09:07 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 A7C4816A41F for ; Tue, 1 Nov 2005 00:09:07 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2CDB43D6E for ; Tue, 1 Nov 2005 00:09:06 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by xproxy.gmail.com with SMTP id s13so769780wxc for ; Mon, 31 Oct 2005 16:09:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=rgG405WgCBn+VbsgJEMWgB0hi0JpXws7N8cPNB6w0K9vFBkSvEVvfK3xSIWR9FiRLWKo6N71aw8tDVBrhGzs87hWbw0rWXz1pP/1EF+AOiGBl/9ncgav0UD8iBWfYqc6IW7PyQNsy5hzf/Ej2vkPmei4OigK2b1Zi8nnY1NMql8= Received: by 10.70.74.12 with SMTP id w12mr2121292wxa; Mon, 31 Oct 2005 16:09:06 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id h37sm1945167wxd.2005.10.31.16.09.05; Mon, 31 Oct 2005 16:09:06 -0800 (PST) From: "Michael C. Shultz" To: freebsd-emulation@freebsd.org. Date: Mon, 31 Oct 2005 16:02:15 -0800 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510311602.15318.ringworm01@gmail.com> Cc: Subject: qemu Could not initialize SDL - exiting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 00:09:07 -0000 Is there a trick to geting sdl to initialize? I always get: "Could not initialize SDL - exiting" when trying to start qemu. The only thing I found with google was trying: xhost + and that did not help. Could it b my video hardware? My ports are up to date. If it helps, I have a matrox card, here is the xorg log: (II) Loading sub module "mga_hal" (II) LoadModule: "mga_hal" (II) Loading /usr/X11R6/lib/modules/drivers/mga_hal_drv.o (II) Module mga_hal: vendor="X.Org Foundation" compiled for 6.8.1, module version = 4.1.0 ABI class: X.Org Video Driver, version 0.7 (==) MGA(0): Matrox HAL module used (II) MGA(0): Creating default Display subsection in Screen section "Builtin Default mga Screen 0" for depth/fbbpp 16/16 (==) MGA(0): Depth 16, (==) framebuffer bpp 16 (==) MGA(0): RGB weight 565 (==) MGA(0): Using AGP 1x mode (--) MGA(0): Linear framebuffer at 0xDC000000 (--) MGA(0): MMIO registers at 0xDFDFC000 (--) MGA(0): Pseudo-DMA transfer window at 0xDF000000 (--) MGA(0): BIOS at 0xDFDC0000 (II) Truncating PCI BIOS Length to 34816 (--) MGA(0): Video BIOS info block at offset 0x07720 (WW) MGA(0): Video BIOS info block not detected! (II) MGA(0): MGABios.RamdacType = 0x0 (==) MGA(0): Write-combining range (0xdfdfc000,0x4000) was already clear (==) MGA(0): Write-combining range (0xdc000000,0x2000000) (==) MGA(0): Write-combining range (0xdf000000,0x800000) was already clear (--) MGA(0): VideoRAM: 16384 kByte and of corse: uname -a FreeBSD ringworm.mechee.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon Oct 17 13:51:14 PDT 2005 i386 thank you -Mike From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 1 20:53:01 2005 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DB916A420; Tue, 1 Nov 2005 20:53:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4759743D46; Tue, 1 Nov 2005 20:53:01 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA1Kr1Ef054964; Tue, 1 Nov 2005 20:53:01 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA1KqwTJ054960; Tue, 1 Nov 2005 20:52:58 GMT (envelope-from pav) Date: Tue, 1 Nov 2005 20:52:58 GMT From: Pav Lucistnik Message-Id: <200511012052.jA1KqwTJ054960@freefall.freebsd.org> To: ftigeot@wolfpond.org, pav@FreeBSD.org, freebsd-emulation@FreeBSD.org Cc: Subject: Re: ports/79009: [patch] Some linux ports are incorrectly specified i386-only X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 20:53:01 -0000 Synopsis: [patch] Some linux ports are incorrectly specified i386-only State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Tue Nov 1 20:52:47 GMT 2005 State-Changed-Why: All these changes happened over the time themselves. http://www.freebsd.org/cgi/query-pr.cgi?pr=79009 From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 2 05:34:54 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 5BB2F16A41F for ; Wed, 2 Nov 2005 05:34:54 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from smtp4.jp.viruscheck.net (smtp4.jp.viruscheck.net [154.33.69.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 027C343D62 for ; Wed, 2 Nov 2005 05:34:48 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan3.jp.viruscheck.net ([154.33.69.38] helo=mail2.jp.viruscheck.net) by smtp4.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1EXBGp-0004Mi-00; Wed, 02 Nov 2005 14:34:47 +0900 Received: from [218.44.36.131] (helo=noc.orchid.orchidtechnology.com) by mail2.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1EXBGp-0001Ja-00; Wed, 02 Nov 2005 14:34:47 +0900 Received: from [89.60.10.11] (horse.orchid.orchidtechnology.com [89.60.10.11]) by noc.orchid.orchidtechnology.com (8.13.4/8.13.4) with ESMTP id jA25YkYD085255; Wed, 2 Nov 2005 14:34:47 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <43684FF5.7010209@FreeBSD.org> Date: Wed, 02 Nov 2005 14:34:45 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 To: Alexander Leidinger References: <4361A2DC.8080007@FreeBSD.org> <20051028095626.rib1u1ohogs44gwc@netchild.homeip.net> In-Reply-To: <20051028095626.rib1u1ohogs44gwc@netchild.homeip.net> Content-Type: multipart/mixed; boundary="------------030704000607030904020704" Cc: freebsd-emulation@FreeBSD.org Subject: Re: linux-fontconfig update request X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 05:34:54 -0000 This is a multi-part message in MIME format. --------------030704000607030904020704 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Alexander Leidinger wrote: >> ps. I did not found any reliable source of v2.3.2 .rpms which going >> to be committed with GNOME 2.12. But if any of you will do or have a >> chance to cook its own .rpms this will be better. > > What about: > http://rpmseek.com/rpm-dl/fontconfig-2.3.2-1.i386.html?hl=de&cs=fontconfig:PR:0:0:0:0:2139284 > > > Maybe it works... > > At > http://rpmseek.com/rpm-pl/fontconfig.html?hl=de&cs=fontconfig:PR:0:0:0:0 > there are more sources listed. Sorry for late reply. Nice hint. Unfortunately all 2.3.2 rpms seems to require newer GLIBC than we have ATM. Errors looks like: bland@nest:~$realplay /usr/X11R6/lib/RealPlayer/realplay.bin: /lib/libc.so.6: version `GLIBC_2.3.4' not found (required by /usr/lib/libfontconfig.so.1) But I get a bit close. Please review updated patch. Also is it ok to assume that this patch can be committed right after or within GNOME update? Thanks, Alexander. --------------030704000607030904020704 Content-Type: text/plain; name="linux-fontconfig.patch" Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="linux-fontconfig.patch" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KUkNTIGZpbGU6IC9ob21lL3BjdnMvcG9y dHMveDExLWZvbnRzL2xpbnV4LWZvbnRjb25maWcvTWFrZWZpbGUsdgpyZXRyaWV2aW5nIHJl dmlzaW9uIDEuOQpkaWZmIC11IC1yMS45IE1ha2VmaWxlCi0tLSBNYWtlZmlsZQkxNyBKdW4g MjAwNSAyMjo1OToyOCAtMDAwMAkxLjkKKysrIE1ha2VmaWxlCTIgTm92IDIwMDUgMDU6MjM6 NDkgLTAwMDAKQEAgLTYsMjIgKzYsMjMgQEAKICMKIAogUE9SVE5BTUU9CWZvbnRjb25maWcK LVBPUlRWRVJTSU9OPQkyLjEKLVBPUlRSRVZJU0lPTj0JMworUE9SVFZFUlNJT049CTIuMi4z CitQT1JUUkVWSVNJT049CTAKIENBVEVHT1JJRVM9CXgxMS1mb250cyBsaW51eAorTUFTVEVS X1NJVEVTPQkke01BU1RFUl9TSVRFX0ZFRE9SQV9MSU5VWH0KK01BU1RFUl9TSVRFX1NVQkRJ Uj0JMy9pMzg2L29zL0ZlZG9yYS9SUE1TLwogCiBNQUlOVEFJTkVSPQlmcmVlYnNkLWVtdWxh dGlvbkBGcmVlQlNELm9yZwotQ09NTUVOVD0JTGludXgvaTM4NiBiaW5hcnkgb2YgRm9udGNv bmZpZworQ09NTUVOVD0JTGludXggYmluYXJ5IG9mIEZvbnRjb25maWcKIAogRVhUUkFDVF9E RVBFTkRTPXJwbTJjcGlvOiR7UE9SVFNESVJ9L2FyY2hpdmVycy9ycG0KIEJVSUxEX0RFUEVO RFM9CSR7TElOVVhCQVNFfS91c3IvbGliL2xpYmV4cGF0LnNvLjA6JHtQT1JUU0RJUn0vdGV4 dHByb2MvbGludXgtZXhwYXQKIFJVTl9ERVBFTkRTPQkke0JVSUxEX0RFUEVORFN9CiAKIFVT RV9SRUlOUExBQ0U9CXllcwotQkFTRVZFUlNJT049CTkKIE9OTFlfRk9SX0FSQ0hTPQlpMzg2 IGFtZDY0CiBQTElTVD0JCSR7V1JLRElSfS9wbGlzdAotUlBNX1NFVD0JZm9udGNvbmZpZy0y LjEtOS5pMzg2LnJwbQorUlBNX1NFVD0JZm9udGNvbmZpZy0yLjIuMy01LmkzODYucnBtCiAK ICNQS0dJTlNUQUxMPQkke1dSS0RJUn0vcGtnLWluc3RhbGwKIApJbmRleDogZGlzdGluZm8u aTM4Ngo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09ClJDUyBmaWxlOiAvaG9tZS9wY3ZzL3BvcnRzL3gxMS1mb250 cy9saW51eC1mb250Y29uZmlnL2Rpc3RpbmZvLmkzODYsdgpyZXRyaWV2aW5nIHJldmlzaW9u IDEuMgpkaWZmIC11IC1yMS4yIGRpc3RpbmZvLmkzODYKLS0tIGRpc3RpbmZvLmkzODYJMTcg TWFyIDIwMDQgMTg6Mjk6MTUgLTAwMDAJMS4yCisrKyBkaXN0aW5mby5pMzg2CTIgTm92IDIw MDUgMDU6MjM6NDkgLTAwMDAKQEAgLTEsMyArMSwyIEBACi0kRnJlZUJTRDogcG9ydHMveDEx LWZvbnRzL2xpbnV4LWZvbnRjb25maWcvZGlzdGluZm8uaTM4Nix2IDEuMiAyMDA0LzAzLzE3 IDE4OjI5OjE1IHRyZXZvciBFeHAgJAotTUQ1IChycG0vZm9udGNvbmZpZy0yLjEtOS5pMzg2 LnJwbSkgPSA4NmU4MjdmZmFhNTAyMjY2MTE2MDQ3ZTg0MGY4ZWI4ZgotU0laRSAocnBtL2Zv bnRjb25maWctMi4xLTkuaTM4Ni5ycG0pID0gMTA2NzM5CitNRDUgKHJwbS9mb250Y29uZmln LTIuMi4zLTUuaTM4Ni5ycG0pID0gZWIwMzYzZTBjODI5Y2U5ZDEzYmE0ZTBjNjhlYTg0NTgK K1NJWkUgKHJwbS9mb250Y29uZmlnLTIuMi4zLTUuaTM4Ni5ycG0pID0gMTE4OTQ2Cg== --------------030704000607030904020704-- From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 2 08:08:52 2005 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 7F5EB16A41F; Wed, 2 Nov 2005 08:08:52 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6089343D45; Wed, 2 Nov 2005 08:08:50 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5F3E3.dip.t-dialin.net [84.165.243.227]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jA27ljqU012880; Wed, 2 Nov 2005 08:47:51 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jA298XfS018726; Wed, 2 Nov 2005 10:08:33 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Wed, 02 Nov 2005 10:08:32 +0100 Message-ID: <20051102100832.99gnay0408w8cgw4@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 02 Nov 2005 10:08:32 +0100 From: Alexander Leidinger To: Alexander Nedotsukov References: <4361A2DC.8080007@FreeBSD.org> <20051028095626.rib1u1ohogs44gwc@netchild.homeip.net> <43684FF5.7010209@FreeBSD.org> In-Reply-To: <43684FF5.7010209@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@FreeBSD.org Subject: Re: linux-fontconfig update request X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 08:08:52 -0000 Alexander Nedotsukov wrote: > But I get a bit close. Please review updated patch. Also is it ok to > assume that this patch can be committed right after or within GNOME > update? I have no objections (I haven't tested it, but if it works for you, it should work for other people too). And I don't think someone else will object (it seems I'm the only committer who wants to actively do something in the linux-ports part of freebsd-emulation@ :( ). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Bershere's Formula for Failure: There are only two kinds of people who fail: those who listen to nobody... and those who listen to everybody. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 2 19:50:10 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 107F716A41F for ; Wed, 2 Nov 2005 19:50:10 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2759B43D46 for ; Wed, 2 Nov 2005 19:50:08 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id jA2Jo64o009458; Wed, 2 Nov 2005 20:50:06 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id jA2Jo6W5009456; Wed, 2 Nov 2005 20:50:06 +0100 Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id jA2JkYUl008761; Wed, 2 Nov 2005 20:46:34 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id jA2JkXee008760; Wed, 2 Nov 2005 20:46:33 +0100 (CET) (envelope-from nox) Date: Wed, 2 Nov 2005 20:46:33 +0100 (CET) From: Juergen Lock Message-Id: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> To: ringworm01@gmail.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <200510311602.15318.ringworm01@gmail.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: qemu Could not initialize SDL - exiting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 19:50:10 -0000 In article <200510311602.15318.ringworm01@gmail.com> you write: >Is there a trick to geting sdl to initialize? I always get: > >"Could not initialize SDL - exiting" > >when trying to start qemu. The only thing I found with google was trying: > > xhost + and that did not help. Could it b my video hardware? Hmm. Maybe sdl wants some extension that your xserver doesnt support... But maybe its something else entirely. ktrace'ing might tell whats wrong. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 2 20:00:18 2005 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 377FC16A41F; Wed, 2 Nov 2005 20:00:18 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E531643D45; Wed, 2 Nov 2005 20:00:17 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 98A7D1A3C2D; Wed, 2 Nov 2005 12:00:17 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id ED4CC533A5; Wed, 2 Nov 2005 15:00:16 -0500 (EST) Date: Wed, 2 Nov 2005 15:00:16 -0500 From: Kris Kennaway To: freebsd-emulation@FreeBSD.org, jylefort@FreeBSD.org Message-ID: <20051102200016.GD83162@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ycz6tD7Th1CMF4v7" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [ports-i386@pointyhat.freebsd.org: linux_dri-4.4.0 failed on i386 6] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 20:00:18 -0000 --Ycz6tD7Th1CMF4v7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; can you please investigate and/or report to the developers? If you are already aware of this problem but do not yet have a fix, please mark the port BROKEN in the appropriate case, so that users do not unexpectedly encounter it. See http://pointyhat.freebsd.org for the full log. Thanks, Kris ----- Forwarded message from User Ports-i386 ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris@FreeBSD.org Delivered-To: kris@FreeBSD.org Date: Wed, 2 Nov 2005 01:15:08 GMT From: User Ports-i386 To: krion@FreeBSD.org, kris@FreeBSD.org Subject: linux_dri-4.4.0 failed on i386 6 X-UIDL: 5o+#!)i5!!EKg!!9$&"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.96.3 building linux_dri-4.4.0 on gohan20.freebsd.org in directory /x/tmp/6/chroot/30297 maintained by: freebsd-emulation@FreeBSD.org port directory: /usr/ports/graphics/linux_dri build started at Wed Nov 2 01:12:54 UTC 2005 FETCH_DEPENDS=3D PATCH_DEPENDS=3D EXTRACT_DEPENDS=3D BUILD_DEPENDS=3D RUN_DEPENDS=3Dlinux-XFree86-libs-4.3.99.902_3.tbz linux-expat-1.95.5_3.tbz = linux-fontconfig-2.2.3.tbz linux_base-8-8.0_7.tbz add_pkg =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D> Xbin.tgz doesn't seem to exist in /tmp/distfiles/linux_dri-4.4.0. =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/linux_dri-4.4.0/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/linux_dri-4= .4.0/Xbin.tgz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/linux_dri-4.4.0/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/linux_dri-4.4.0/Xb= in.tgz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://ftp.xfree86.org/pub/XFree86/4.4.0/binar= ies/Linux-ix86-glibc21/. fetch: transfer timed out =3D> Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/port= s/distfiles/linux_dri-4.4.0/. fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/linux_dri-4= .4.0/Xbin.tgz: File unavailable (e.g., file not found, no access) =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distf= iles/linux_dri-4.4.0/. fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/linux_dri-4.4.0/Xb= in.tgz: File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /tmp/distfiles/linux_dri-4.4.0 and try again. *** Error code 1 Stop in /a/ports/graphics/linux_dri. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/graphics/linux_dri ended at Wed Nov 2 01:14:59 UTC 2005 ----- End forwarded message ----- --Ycz6tD7Th1CMF4v7 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDaRrQWry0BWjoQKURAhNlAJ4mFxIlvjdQGWlZwewi3uGLzWUN8QCfVv61 w1U3kaqGil4OyP5UztTOESQ= =4STw -----END PGP SIGNATURE----- --Ycz6tD7Th1CMF4v7-- From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 3 03:33:48 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 303BB16A41F for ; Thu, 3 Nov 2005 03:33:48 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74F8843D48 for ; Thu, 3 Nov 2005 03:33:47 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i17so1819wra for ; Wed, 02 Nov 2005 19:33:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=J9ajFt7iXpkpCMFkh6e06/ueM/iOq673UYArFyQnOxBFg5+h7+L4TbOf9yyvnVhWY6ggWAtZkQGdm/t7JWuHzIgYIFeyX6jzjMppFT0RIUd/Vb76+fJs0NiB9tx0HosRpZEeWajhLS3yieWilfnybbFIwePULray8eNBiQfScaA= Received: by 10.54.131.10 with SMTP id e10mr221924wrd; Wed, 02 Nov 2005 19:33:46 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 13sm1268496wrl.2005.11.02.19.33.46; Wed, 02 Nov 2005 19:33:46 -0800 (PST) From: "Michael C. Shultz" To: Juergen Lock Date: Wed, 2 Nov 2005 18:47:32 -0800 User-Agent: KMail/1.8.2 References: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> In-Reply-To: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511021847.33997.ringworm01@gmail.com> Cc: freebsd-emulation@freebsd.org Subject: Re: qemu Could not initialize SDL - exiting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 03:33:48 -0000 On Wednesday 02 November 2005 11:46, Juergen Lock wrote: > In article <200510311602.15318.ringworm01@gmail.com> you write: > >Is there a trick to geting sdl to initialize? I always get: > > > >"Could not initialize SDL - exiting" > > > >when trying to start qemu. The only thing I found with google was trying: > > > > xhost + and that did not help. Could it b my video hardware? > > Hmm. Maybe sdl wants some extension that your xserver doesnt support... > But maybe its something else entirely. ktrace'ing might tell whats wrong. Recompiling my kernel with ktrace support now. When I have an output file do you mind helping me interpret it? thanks, -Mike From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 3 20:22:29 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 BA57F16A41F; Thu, 3 Nov 2005 20:22:29 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4995443D46; Thu, 3 Nov 2005 20:22:27 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from mchammer.arved.de (mchammer.arved.de [192.168.3.8]) by 21322530218.direct.eti.at (8.13.4/8.13.4) with ESMTP id jA3KMMPS076696; Thu, 3 Nov 2005 21:22:23 +0100 (CET) (envelope-from arved@freebsd.org) From: Tilman Linneweh Organization: FreeBSD.org To: freebsd-emulation@freebsd.org, arved@freebsd.org Date: Thu, 3 Nov 2005 21:22:22 +0100 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_+FnaDrRdhH8FOPj" Message-Id: <200511032122.22485.arved@freebsd.org> Cc: Subject: Fix slave ports of linux-gtk on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:22:29 -0000 --Boundary-00=_+FnaDrRdhH8FOPj Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Please review the following hack. Currently linux-jpeg & Co. are not fetchable, because the ARCH manipulation needs to happen before bsd.port.pre.mk. regards tilman --Boundary-00=_+FnaDrRdhH8FOPj Content-Type: text/x-diff; charset="us-ascii"; name="patch-amd64" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-amd64" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/linux-gtk/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 17 Jun 2005 22:59:28 -0000 1.31 +++ Makefile 3 Nov 2005 20:17:08 -0000 @@ -29,6 +29,11 @@ USE_LINUX= yes USE_LINUX_PREFIX= yes +.if (${MACHINE_ARCH} == "amd64") +ARCH= i386 +RPMFLAGS+= --ignorearch +.endif + .include .if (${ARCH} == "amd64") --Boundary-00=_+FnaDrRdhH8FOPj-- From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 3 20:23:12 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 ACA5D16A41F; Thu, 3 Nov 2005 20:23:12 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95CDD43D45; Thu, 3 Nov 2005 20:23:10 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E8E5.dip.t-dialin.net [84.165.232.229]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jA3K1p6L027147; Thu, 3 Nov 2005 21:01:52 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jA3KN3xB095151; Thu, 3 Nov 2005 21:23:03 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (Andro-Beta.Leidinger.net [192.168.1.42]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 03 Nov 2005 21:23:03 +0100 Message-ID: <20051103212303.no6pqpk288k0so4s@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 03 Nov 2005 21:23:03 +0100 From: Alexander Leidinger To: Kris Kennaway References: <20051102200016.GD83162@xor.obsecurity.org> In-Reply-To: <20051102200016.GD83162@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: jylefort@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: [ports-i386@pointyhat.freebsd.org: linux_dri-4.4.0 failed on i386 6] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2005 20:23:12 -0000 Kris Kennaway wrote: > => Xbin.tgz doesn't seem to exist in /tmp/distfiles/linux_dri-4.4.0. > => Attempting to fetch from > ftp://ftp.xfree86.org/pub/XFree86/4.4.0/binaries/Linux-ix86-glibc21/. > fetch: transfer timed out This seems to be a local or temporary problem. The directory is there and the file is available there too. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Old soldiers never die. Young ones do. From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 00:30:21 2005 Return-Path: X-Original-To: emulation@FreeBSD.org 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 149F116A41F; Fri, 4 Nov 2005 00:30:21 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA60543D45; Fri, 4 Nov 2005 00:30:20 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id B05C41A4D7A; Thu, 3 Nov 2005 16:30:20 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 15A6851407; Thu, 3 Nov 2005 19:30:20 -0500 (EST) Date: Thu, 3 Nov 2005 19:30:20 -0500 From: Kris Kennaway To: emulation@FreeBSD.org, amd64@FreeBSD.org Message-ID: <20051104003019.GA79463@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: [kris@FreeBSD.org: cvs commit: ports/emulators/linux_base-8 Makefile] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 00:30:21 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI; see http://pointyhat.freebsd.org/ for the error log. Kris ----- Forwarded message from Kris Kennaway ----- X-Original-To: kkenn@localhost Delivered-To: kkenn@localhost.obsecurity.org X-Original-To: kris Delivered-To: kris@FreeBSD.ORG X-Original-To: ports-committers@FreeBSD.org Delivered-To: ports-committers@FreeBSD.org From: Kris Kennaway Date: Fri, 4 Nov 2005 00:27:14 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/linux_base-8 Makefile X-FreeBSD-CVS-Branch: HEAD Precedence: bulk X-Loop: FreeBSD.ORG X-UIDL: B20!!e%p"!^m1!!Li/"! X-Bogosity: Ham, tests=3Dbogofilter, spamicity=3D0.000000, version=3D0.96.3 kris 2005-11-04 00:27:14 UTC FreeBSD ports repository Modified files: emulators/linux_base-8 Makefile=20 Log: BROKEN on amd64: Incorrect pkg-plist =20 Revision Changes Path 1.107 +4 -0 ports/emulators/linux_base-8/Makefile http://cvsweb.FreeBSD.org/ports/emulators/linux_base-8/Makefile.diff?r1=3D1= .106&r2=3D1.107 | =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D | RCS file: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/Mak= efile,v | retrieving revision 1.106 | retrieving revision 1.107 | diff -u -p -r1.106 -r1.107 | --- ports/emulators/linux_base-8/Makefile 2005/10/09 09:29:17 1.106 | +++ ports/emulators/linux_base-8/Makefile 2005/11/04 00:27:13 1.107 | @@ -3,7 +3,7 @@ | # Whom: trevor | # based on ports/emulators/linux_base by Marcel Moolenaar and others | # | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/= Makefile,v 1.106 2005/10/09 09:29:17 netchild Exp $ | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/emulators/linux_base-8/= Makefile,v 1.107 2005/11/04 00:27:13 kris Exp $ | # | =20 | PORTNAME=3D linux_base-8 | @@ -70,6 +70,10 @@ MD5_FILE=3D ${MASTERDIR}/distinfo.${ARCH} | LANG=3D en | =20 | .include | + | +.if ${ARCH} =3D=3D amd64 | +BROKEN=3D "Incorrect pkg-plist" | +.endif | =20 | DBPATH=3D /var/lib/rpm | RPM=3D LC_ALL=3DC rpm ----- End forwarded message ----- --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDaqubWry0BWjoQKURAkElAJ9h+0bVzbaVpf77XhbIuW/LO9RxVQCg1nxq YjzmTZq5u41dBQ5oh/YTNSQ= =Nzgk -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 09:02:24 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 CA03316A41F; Fri, 4 Nov 2005 09:02:24 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 259D443D45; Fri, 4 Nov 2005 09:02:23 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E8E5.dip.t-dialin.net [84.165.232.229]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jA48eumY037990; Fri, 4 Nov 2005 09:40:59 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jA492EeA034231; Fri, 4 Nov 2005 10:02:14 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Fri, 04 Nov 2005 10:02:13 +0100 Message-ID: <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 04 Nov 2005 10:02:13 +0100 From: Alexander Leidinger To: Tilman Linneweh References: <200511032122.22485.arved@freebsd.org> In-Reply-To: <200511032122.22485.arved@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@freebsd.org Subject: Re: Fix slave ports of linux-gtk on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 09:02:24 -0000 Tilman Linneweh wrote: > Currently linux-jpeg & Co. are not fetchable, because the ARCH manipulation > needs to happen before bsd.port.pre.mk. The '.if (${ARCH} == "amd64")' part just below your patch is superflous then, so I think your patch is not complete... Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 BOFH excuse #107: The keyboard isn't plugged in From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 10:19:41 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 72F3416A41F for ; Fri, 4 Nov 2005 10:19:41 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0AFC43D45 for ; Fri, 4 Nov 2005 10:19:40 +0000 (GMT) (envelope-from arved@freebsd.org) Received: from mchammer.arved.de (mchammer.arved.de [192.168.3.8]) by 21322530218.direct.eti.at (8.13.4/8.13.4) with ESMTP id jA4AJckt005073; Fri, 4 Nov 2005 11:19:38 +0100 (CET) (envelope-from arved@freebsd.org) From: Tilman Linneweh Organization: FreeBSD.org To: Alexander Leidinger Date: Fri, 4 Nov 2005 11:19:37 +0100 User-Agent: KMail/1.8.2 References: <200511032122.22485.arved@freebsd.org> <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net> In-Reply-To: <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511041119.37921.arved@freebsd.org> Cc: freebsd-emulation@freebsd.org Subject: Re: Fix slave ports of linux-gtk on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 10:19:41 -0000 * Alexander Leidinger [Friday, 4. November 2005 10:02 ]: > Tilman Linneweh wrote: > > Currently linux-jpeg & Co. are not fetchable, because the ARCH > > manipulation needs to happen before bsd.port.pre.mk. > > The '.if (${ARCH} == "amd64")' part just below your patch is superflous > then, so I think your patch is not complete... No, this is for the (unlikely, because it is not really supported) case, that someone wants to crossbuild a amd64-package on a non-amd64, as stated in bsd.port.mk: # ARCH - The architecture of the target machine, such as would be # returned by "uname -p". (Note: Ports should test against # ARCH, and not the host machine's architecture which is # MACHINE_ARCH, to enable ports to be cross-built.) Of course i can remove it, if you don't like it. regards tilman From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 10:25:32 2005 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18B2416A41F; Fri, 4 Nov 2005 10:25:32 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCDDF43D45; Fri, 4 Nov 2005 10:25:31 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from freefall.freebsd.org (pav@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA4APVVm013909; Fri, 4 Nov 2005 10:25:31 GMT (envelope-from pav@freefall.freebsd.org) Received: (from pav@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA4APVV2013905; Fri, 4 Nov 2005 10:25:31 GMT (envelope-from pav) Date: Fri, 4 Nov 2005 10:25:31 GMT From: Pav Lucistnik Message-Id: <200511041025.jA4APVV2013905@freefall.freebsd.org> To: oliver@freebsd.org, pav@FreeBSD.org, freebsd-emulation@FreeBSD.org Cc: Subject: Re: ports/88174: fix pkg-plist: linux_base-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 10:25:32 -0000 Synopsis: fix pkg-plist: linux_base-8 State-Changed-From-To: open->closed State-Changed-By: pav State-Changed-When: Fri Nov 4 10:25:17 GMT 2005 State-Changed-Why: Incorrect patch; proper fixed committed last night. Thank you anyway. http://www.freebsd.org/cgi/query-pr.cgi?pr=88174 From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 10:53:18 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 614B916A41F; Fri, 4 Nov 2005 10:53:18 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC5AA43D45; Fri, 4 Nov 2005 10:53:17 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E8E5.dip.t-dialin.net [84.165.232.229]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jA4AVphG038471; Fri, 4 Nov 2005 11:31:53 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jA4ArA8K070996; Fri, 4 Nov 2005 11:53:10 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by netchild.homeip.net (Horde MIME library) with HTTP; Fri, 04 Nov 2005 11:53:10 +0100 Message-ID: <20051104115310.mso19zmy4okcwgwc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Fri, 04 Nov 2005 11:53:10 +0100 From: Alexander Leidinger To: Tilman Linneweh References: <200511032122.22485.arved@freebsd.org> <20051104100213.wxtabo7hfoksc4ks@netchild.homeip.net> <200511041119.37921.arved@freebsd.org> In-Reply-To: <200511041119.37921.arved@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@freebsd.org Subject: Re: Fix slave ports of linux-gtk on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 10:53:18 -0000 Tilman Linneweh wrote: >> The '.if (${ARCH} == "amd64")' part just below your patch is superflous >> then, so I think your patch is not complete... > > No, this is for the (unlikely, because it is not really supported) case, that > someone wants to crossbuild a amd64-package on a non-amd64, as stated in > bsd.port.mk: > Of course i can remove it, if you don't like it. Do as you want. If you don't remove it: please add a comment why it's there (since it isn't obvious). Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 Leela: I'm sorry, but if it's fun in any way it's not environmentalism. Paul: Oh, really? How about blowing up dams? From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 14:38:15 2005 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 E0D3616A41F; Fri, 4 Nov 2005 14:38:15 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC10243D46; Fri, 4 Nov 2005 14:38:14 +0000 (GMT) (envelope-from bsam@bsam.ru) Received: from bsam by bsam.ru with local (Exim 4.30; FreeBSD) id 1EY2ge-000P4u-7e; Fri, 04 Nov 2005 17:37:00 +0300 To: Pav Lucistnik References: <200511041025.jA4APVV2013905@freefall.freebsd.org> From: Boris Samorodov Date: Fri, 04 Nov 2005 17:37:00 +0300 In-Reply-To: <200511041025.jA4APVV2013905@freefall.freebsd.org> (Pav Lucistnik's message of "Fri, 4 Nov 2005 10:25:31 GMT") Message-ID: <95246515@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: "Boris B. Samorodov" Cc: freebsd-emulation@FreeBSD.org, oliver@freebsd.org Subject: ports/85625 (was: Re: ports/88174: fix pkg-plist: linux_base-8) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 14:38:16 -0000 On Fri, 4 Nov 2005 10:25:31 GMT Pav Lucistnik wrote: > Synopsis: fix pkg-plist: linux_base-8 > State-Changed-From-To: open->closed > State-Changed-By: pav > State-Changed-When: Fri Nov 4 10:25:17 GMT 2005 > State-Changed-Why: > Incorrect patch; proper fixed committed last night. Thank you anyway. As I see, netchild@ committed patches to linux_base-8 that mainly obsoletes my PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/85625 But the last problem at this PR should have remained: pkg-install and pkg-deinstall scripts. Any chance to commit the last two patches? WBR -- Boris B. Samorodov, Research Engineer InPharmTech Co, http://www.ipt.ru Telephone & Internet Service Provider From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 15:09:08 2005 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 92DCE16A41F; Fri, 4 Nov 2005 15:09:08 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from e0-a11.b1.lan.prg.vol.cz (e0-a11.b1.lan.prg.vol.cz [195.122.204.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id D055543D49; Fri, 4 Nov 2005 15:09:07 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from pav.hide.vol.cz (localhost [127.0.0.1]) by e0-a11.b1.lan.prg.vol.cz (8.13.4/8.13.4) with ESMTP id jA4F95A2032268; Fri, 4 Nov 2005 16:09:05 +0100 (CET) (envelope-from pav@FreeBSD.org) Received: (from pav@localhost) by pav.hide.vol.cz (8.13.4/8.13.4/Submit) id jA4F94Tw032267; Fri, 4 Nov 2005 16:09:04 +0100 (CET) (envelope-from pav@FreeBSD.org) X-Authentication-Warning: pav.hide.vol.cz: pav set sender to pav@FreeBSD.org using -f From: Pav Lucistnik To: Boris Samorodov In-Reply-To: <95246515@srv.sem.ipt.ru> References: <200511041025.jA4APVV2013905@freefall.freebsd.org> <95246515@srv.sem.ipt.ru> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Xk+XaYKGyFtLs11l83J3" Date: Fri, 04 Nov 2005 16:09:03 +0100 Message-Id: <1131116943.20288.17.camel@pav.hide.vol.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Cc: freebsd-emulation@FreeBSD.org, oliver@FreeBSD.org Subject: Re: ports/85625 (was: Re: ports/88174: fix pkg-plist: linux_base-8) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 15:09:08 -0000 --=-Xk+XaYKGyFtLs11l83J3 Content-Type: text/plain; charset=ISO8859-2 Content-Transfer-Encoding: quoted-printable Boris Samorodov p=ED=B9e v p=E1 04. 11. 2005 v 17:37 +0300: > On Fri, 4 Nov 2005 10:25:31 GMT Pav Lucistnik wrote: >=20 > > Synopsis: fix pkg-plist: linux_base-8 >=20 > > State-Changed-From-To: open->closed > > State-Changed-By: pav > > State-Changed-When: Fri Nov 4 10:25:17 GMT 2005 > > State-Changed-Why:=20 > > Incorrect patch; proper fixed committed last night. Thank you anyway. >=20 > As I see, netchild@ committed patches to linux_base-8 that mainly > obsoletes my PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/85625 >=20 > But the last problem at this PR should have remained: pkg-install and > pkg-deinstall scripts. Any chance to commit the last two patches? I don't feel like taking on these, especially now before vacation. --=20 Pav Lucistnik Autumn changed into Winter ... Winter changed into Spring ... Spring changed back into Autumn and Autumn gave Winter and Spring a miss and went straight on into Summer --=-Xk+XaYKGyFtLs11l83J3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQBDa3mPntdYP8FOsoIRAtngAKCG3gR6mbh4bDkQEZ983JfUtQpsmACdFmFx ITSFrKUzVPLPdM8OQQeHAt8= =R2CW -----END PGP SIGNATURE----- --=-Xk+XaYKGyFtLs11l83J3-- From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 15:17:35 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 6580116A423 for ; Fri, 4 Nov 2005 15:17:35 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DF543D45 for ; Fri, 4 Nov 2005 15:17:31 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA26024 for ; Fri, 04 Nov 2005 17:17:26 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <436B7B86.4060602@icyb.net.ua> Date: Fri, 04 Nov 2005 17:17:26 +0200 From: Andriy Gapon User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Subject: kqemu speed up X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 15:17:35 -0000 How much does kqemu speed up qemu ? What is the typical difference in speed between guest running in qemu+kqemu and host ? The reason I am asking is the following: host (FreeBSD 5.4): $ /usr/bin/time -h dd if=/dev/random of=/dev/null bs=4 count=100k 102400+0 records in 102400+0 records out 409600 bytes transferred in 0.342956 secs (1194322 bytes/sec) 0.34s real 0.03s user 0.25s sys $ fstat /dev/kqemu0 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W NAME root qemu 18715 9 /dev 203 crw-rw---- kqemu0 rw /dev/kqemu0 guest (FreeBSD 6.0): $ /usr/bin/time -h dd if=/dev/random of=/dev/null bs=4 count=10k 10240+0 records in 10240+0 records out 409600 bytes transferred in 59.620314 secs (6870 bytes/sec) 59.76s real 1.96s user 55.29s sys As you can see the difference is two orders of magnitude. I think I had similar figures without kqemu and I thought that with kqemu guest speed is close to host speed. What gives ? -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 15:26:24 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 1BF0B16A41F for ; Fri, 4 Nov 2005 15:26:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B211143D48 for ; Fri, 4 Nov 2005 15:26:23 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id jA4FQMW3064835; Fri, 4 Nov 2005 09:26:22 -0600 (CST) (envelope-from dan) Date: Fri, 4 Nov 2005 09:26:22 -0600 From: Dan Nelson To: Andriy Gapon Message-ID: <20051104152622.GH67512@dan.emsphone.com> References: <436B7B86.4060602@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436B7B86.4060602@icyb.net.ua> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-emulation@freebsd.org Subject: Re: kqemu speed up X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 15:26:24 -0000 In the last episode (Nov 04), Andriy Gapon said: > How much does kqemu speed up qemu ? > What is the typical difference in speed between guest running in > qemu+kqemu and host ? > > The reason I am asking is the following: > > host (FreeBSD 5.4): > $ /usr/bin/time -h dd if=/dev/random of=/dev/null bs=4 count=100k > 409600 bytes transferred in 0.342956 secs (1194322 bytes/sec) > > guest (FreeBSD 6.0): > $ /usr/bin/time -h dd if=/dev/random of=/dev/null bs=4 count=10k > 409600 bytes transferred in 59.620314 secs (6870 bytes/sec) > > As you can see the difference is two orders of magnitude. I think I > had similar figures without kqemu and I thought that with kqemu guest > speed is close to host speed. What gives ? Maybe something to do with reading /dev/random ends up doing an operation that even kqemu must pass up to the host OS? kqemu simply allows more host instructions to be processed by the host CPU directly without translation (since regular qemu is simply a very fast x86 instruction emulator). If you were to compare an application that spends most of its time in userland, you should see more of an improvement. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 4 18:18:21 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 3467916A41F for ; Fri, 4 Nov 2005 18:18:21 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1DBE43D64 for ; Fri, 4 Nov 2005 18:18:10 +0000 (GMT) (envelope-from avg@icyb.net.ua) Received: from [212.40.38.87] (oddity-e.topspin.kiev.ua [212.40.38.87]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA29689; Fri, 04 Nov 2005 20:18:00 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <436BA5D7.2040202@icyb.net.ua> Date: Fri, 04 Nov 2005 20:17:59 +0200 From: Andriy Gapon User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson References: <436B7B86.4060602@icyb.net.ua> <20051104152622.GH67512@dan.emsphone.com> In-Reply-To: <20051104152622.GH67512@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: kqemu speed up X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 18:18:21 -0000 on 04/11/2005 17:26 Dan Nelson said the following: > Maybe something to do with reading /dev/random ends up doing an > operation that even kqemu must pass up to the host OS? kqemu simply > allows more host instructions to be processed by the host CPU directly > without translation (since regular qemu is simply a very fast x86 > instruction emulator). If you were to compare an application that > spends most of its time in userland, you should see more of an > improvement. yes, this seems to be completely the case - I time-d several different programs and in almost all cases user times seem to be quite close between guest and host, but sys times are magnitudes different. Makes one wonder what is going on in kernel land :-) -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 5 11:26:22 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 8CDB816A41F; Sat, 5 Nov 2005 11:26:22 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560A943D45; Sat, 5 Nov 2005 11:26:21 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E2E2.dip.t-dialin.net [84.165.226.226]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id jA5B4hA3044922; Sat, 5 Nov 2005 12:04:44 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id jA5BQE01086089; Sat, 5 Nov 2005 12:26:14 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (Andro-Beta.Leidinger.net [192.168.1.42]) by webmail.leidinger.net (Horde MIME library) with HTTP; Sat, 05 Nov 2005 12:26:14 +0100 Message-ID: <20051105122614.o4ax8pqscg0ookgw@netchild.homeip.net> X-Priority: 3 (Normal) Date: Sat, 05 Nov 2005 12:26:14 +0100 From: Alexander Leidinger To: Boris Samorodov References: <200511041025.jA4APVV2013905@freefall.freebsd.org> <95246515@srv.sem.ipt.ru> In-Reply-To: <95246515@srv.sem.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@freebsd.org, Pav Lucistnik , oliver@freebsd.org Subject: Re: ports/85625 (was: Re: ports/88174: fix pkg-plist: linux_base-8) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 11:26:22 -0000 Boris Samorodov wrote: > As I see, netchild@ committed patches to linux_base-8 that mainly > obsoletes my PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/85625 > > But the last problem at this PR should have remained: pkg-install and > pkg-deinstall scripts. Any chance to commit the last two patches? Argh, I completely forgot about this one... I try to commit this this WE. Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 "I don't have to take this abuse from you -- I've got hundreds of people waiting to abuse me." -- Bill Murray, "Ghostbusters" From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 5 12:56:59 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 8D45C16A41F for ; Sat, 5 Nov 2005 12:56:59 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8876643D49 for ; Sat, 5 Nov 2005 12:56:57 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id jA5CuunZ016137; Sat, 5 Nov 2005 13:56:56 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id jA5CuuM2016135; Sat, 5 Nov 2005 13:56:56 +0100 Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id jA5ClpoT055223; Sat, 5 Nov 2005 13:47:51 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id jA5ClpgN055222; Sat, 5 Nov 2005 13:47:51 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sat, 5 Nov 2005 13:47:50 +0100 To: "Michael C. Shultz" Message-ID: <20051105124750.GA55206@saturn.kn-bremen.de> Mail-Followup-To: "Michael C. Shultz" , freebsd-emulation@freebsd.org References: <200511021946.jA2JkXee008760@saturn.kn-bremen.de> <200511021847.33997.ringworm01@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511021847.33997.ringworm01@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-emulation@freebsd.org Subject: Re: qemu Could not initialize SDL - exiting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 12:56:59 -0000 On Wed, Nov 02, 2005 at 06:47:32PM -0800, Michael C. Shultz wrote: > On Wednesday 02 November 2005 11:46, Juergen Lock wrote: > > In article <200510311602.15318.ringworm01@gmail.com> you write: > > >Is there a trick to geting sdl to initialize? I always get: > > > > > >"Could not initialize SDL - exiting" > > > > > >when trying to start qemu. The only thing I found with google was trying: > > > > > > xhost + and that did not help. Could it b my video hardware? > > > > Hmm. Maybe sdl wants some extension that your xserver doesnt support... > > But maybe its something else entirely. ktrace'ing might tell whats wrong. > > Recompiling my kernel with ktrace support now. When I have an output file do > you mind helping me interpret it? no problem! Juergen From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 5 17:41:43 2005 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE3C216A426; Sat, 5 Nov 2005 17:41:43 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D3BC43D6B; Sat, 5 Nov 2005 17:41:39 +0000 (GMT) (envelope-from netchild@FreeBSD.org) Received: from freefall.freebsd.org (netchild@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA5Hfdbl094393; Sat, 5 Nov 2005 17:41:39 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA5HfdfS094389; Sat, 5 Nov 2005 17:41:39 GMT (envelope-from netchild) Date: Sat, 5 Nov 2005 17:41:39 GMT From: Alexander Leidinger Message-Id: <200511051741.jA5HfdfS094389@freefall.freebsd.org> To: bsam@ipt.ru, netchild@FreeBSD.org, freebsd-emulation@FreeBSD.org Cc: Subject: Re: ports/85625: [patch] emulators/linux_base-8, plist fix X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 17:41:44 -0000 Synopsis: [patch] emulators/linux_base-8, plist fix State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sat Nov 5 17:39:49 GMT 2005 State-Changed-Why: Sorry, I forgot to take care of this PR after discussing it with you. Close this PR after taking some remaining parts from the PR (deinstall). http://www.freebsd.org/cgi/query-pr.cgi?pr=85625