From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 9 09:17:28 2006 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 845EF16A4E0 for ; Sun, 9 Jul 2006 09:17:28 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD32D43D46 for ; Sun, 9 Jul 2006 09:17:27 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k699HL6q086990 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 9 Jul 2006 11:17:21 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k699HLKf086988; Sun, 9 Jul 2006 11:17:21 +0200 (CEST) Date: Sun, 9 Jul 2006 11:17:21 +0200 From: Divacky Roman To: Yuri Pankov Message-ID: <20060709091720.GA86627@stud.fit.vutbr.cz> References: <20060708202730.7dfaedf1@klamath.irbis.net.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060708202730.7dfaedf1@klamath.irbis.net.ru> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: emulation@freebsd.org Subject: Re: building native JDK 1.5.0 and linprocfs witness reports 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, 09 Jul 2006 09:17:28 -0000 On Sat, Jul 08, 2006 at 08:27:30PM +0400, Yuri Pankov wrote: > Hi. > > I've problems compiling native JDK 1.5.0. Posting to this list as it > seems related to linprocfs problems (linux-sun-jdk is used for > bootstraping). Build fails early in the beginning with "javac" > segmentation fault, and here's what I get in dmesg (lots of such > messages): > malloc(M_WAITOK) of "1024", forcing M_NOWAIT with the > following non-sleepable locks held: exclusive sleep mutex vm object > (standard object) r = 0 (0xffffff0063434578) locked > @ /usr/src/sys/compat/linprocfs/linprocfs.c:835 this happens because the code locks the vm object which non-sleepable mutex to protect it and then subsequent code calls malloc with WAITOK which is forbidden in such cases. pls, can you try attached patch and tell me whats printed if you reproduce the problem? its not meant to fix anything just a info print thnx, roman Index: linprocfs.c =================================================================== RCS file: /home/ncvs/src/sys/compat/linprocfs/linprocfs.c,v retrieving revision 1.96 diff -u -r1.96 linprocfs.c --- linprocfs.c 27 Jun 2006 20:11:58 -0000 1.96 +++ linprocfs.c 9 Jul 2006 09:14:55 -0000 @@ -832,6 +832,7 @@ ino = 0; if (lobj) { vp = lobj->handle; + printf("lobj type: %i\n", lobj->type); VM_OBJECT_LOCK(lobj); off = IDX_TO_OFF(lobj->size); if (lobj->type == OBJT_VNODE && lobj->handle) { From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 9 14:14:03 2006 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 425AA16A4DF; Sun, 9 Jul 2006 14:14:03 +0000 (UTC) (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 9138043D45; Sun, 9 Jul 2006 14:14:02 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FDD6.dip.t-dialin.net [84.165.253.214]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k69E5ENv092246; Sun, 9 Jul 2006 16:05:15 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k69EE3ZE028137; Sun, 9 Jul 2006 16:14:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Sun, 9 Jul 2006 16:15:09 +0200 From: Alexander Leidinger To: Modulok Message-ID: <20060709161509.01e471cf@Magellan.Leidinger.net> In-Reply-To: <64c038660607081241w6e167a85i32daa810dc5f5346@mail.gmail.com> References: <64c038660607081241w6e167a85i32daa810dc5f5346@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.3.1 (GTK+ 2.8.19; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: Visual effects pipeline | Maya, Houdini and freeBSD 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, 09 Jul 2006 14:14:03 -0000 Quoting Modulok (Sat, 8 Jul 2006 13:41:37 -0600): [Full quote for the benefit of the emulation@ readers] > Hi guys, > > I'm looking for a suitable operating system to setup a scalable visual > effects pipeline on...freeBSD is a candidate, but I need to know if it will > run the tools we use. Thus: > > - Has anyone run Maya (the visual effects software) on freeBSD? Maya runs on > win/mac/irix/linux. Though there is no 'official' release for freeBSD...has > anyone successfully used it? > > - Along similar lines, has anyone run Houdini (also, some visual effects > software) on freeBSD? > > Any help with this would be much appreciated. > -Modulok- I want to add: if someone tried but if failed, we're interested in the failure reasons over there in emulation@. If it is because of missing support in the kernel, we may be able to get it working around the end of the summer, but we need to know how it fails. Bye, Alexander. -- 92: Emacs Esc Meta Alt Control Shift http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 9 21:00:29 2006 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 9303816A4E5 for ; Sun, 9 Jul 2006 21:00:29 +0000 (UTC) (envelope-from y.pankov@irbis.net.ru) Received: from navarro.irbis.net.ru (navarro.irbis.net.ru [85.118.141.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E9AF43D45 for ; Sun, 9 Jul 2006 21:00:28 +0000 (GMT) (envelope-from y.pankov@irbis.net.ru) Received: by navarro.irbis.net.ru (Postfix, from userid 106) id E5184627873; Mon, 10 Jul 2006 01:00:25 +0400 (MSD) Received: from klamath.irbis.net.ru (klamath.irbis.net.ru [192.168.0.64]) by navarro.irbis.net.ru (Postfix) with ESMTP id C9DB5627842; Mon, 10 Jul 2006 01:00:24 +0400 (MSD) From: Yuri Pankov To: Divacky Roman In-Reply-To: <20060709091720.GA86627@stud.fit.vutbr.cz> References: <20060708202730.7dfaedf1@klamath.irbis.net.ru> <20060709091720.GA86627@stud.fit.vutbr.cz> Content-Type: text/plain Organization: Irbis Telecommunications, JSC Date: Mon, 10 Jul 2006 00:54:14 +0400 Message-Id: <1152478454.66985.5.camel@klamath.irbis.net.ru> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: building native JDK 1.5.0 and linprocfs witness reports 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, 09 Jul 2006 21:00:29 -0000 On Sun, 2006-07-09 at 11:17 +0200, Divacky Roman wrote: > On Sat, Jul 08, 2006 at 08:27:30PM +0400, Yuri Pankov wrote: > > Hi. > > > > I've problems compiling native JDK 1.5.0. Posting to this list as it > > seems related to linprocfs problems (linux-sun-jdk is used for > > bootstraping). Build fails early in the beginning with "javac" > > segmentation fault, and here's what I get in dmesg (lots of such > > messages): > > malloc(M_WAITOK) of "1024", forcing M_NOWAIT with the > > following non-sleepable locks held: exclusive sleep mutex vm object > > (standard object) r = 0 (0xffffff0063434578) locked > > @ /usr/src/sys/compat/linprocfs/linprocfs.c:835 > > this happens because the code locks the vm object which non-sleepable > mutex to protect it and then subsequent code calls malloc with WAITOK > which is forbidden in such cases. > > pls, can you try attached patch and tell me whats printed if you reproduce > the problem? its not meant to fix anything just a info print > > thnx, roman > > Index: linprocfs.c > =================================================================== > RCS file: /home/ncvs/src/sys/compat/linprocfs/linprocfs.c,v > retrieving revision 1.96 > diff -u -r1.96 linprocfs.c > --- linprocfs.c 27 Jun 2006 20:11:58 -0000 1.96 > +++ linprocfs.c 9 Jul 2006 09:14:55 -0000 > @@ -832,6 +832,7 @@ > ino = 0; > if (lobj) { > vp = lobj->handle; > + printf("lobj type: %i\n", lobj->type); > VM_OBJECT_LOCK(lobj); > off = IDX_TO_OFF(lobj->size); > if (lobj->type == OBJT_VNODE && lobj->handle) { I've got a lot of identical messages, so I just grep'ed lobj type from dmesg. # dmesg | grep 'lobj type' lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 0 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 0 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 2 lobj type: 0 -- Yuri From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 11:03:07 2006 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 82E4416A4E0 for ; Mon, 10 Jul 2006 11:03:07 +0000 (UTC) (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 212D843D66 for ; Mon, 10 Jul 2006 11:02:57 +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.4/8.13.4) with ESMTP id k6AB2vve055594 for ; Mon, 10 Jul 2006 11:02:57 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AB2u9L055590 for freebsd-emulation@freebsd.org; Mon, 10 Jul 2006 11:02:56 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Jul 2006 11:02:56 GMT Message-Id: <200607101102.k6AB2u9L055590@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, 10 Jul 2006 11:03:07 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/09/22] kern/21463 emulation Linux compatability mode should not allow f [2002/11/07] kern/45023 emulation [linux] [patch] flexlm does not run with o [2005/02/19] kern/77710 emulation [linux] Linux page fault sigcontext infor 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/04/16] kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with 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 o [2003/08/21] kern/55835 emulation [linux] [patch] Linux IPC emulation missi a [2004/10/20] kern/72920 emulation [linux]: path "prefixing" is not done on o [2004/11/10] kern/73777 emulation [linux] [patch] linux emulation: root dir o [2006/01/04] kern/91293 emulation [svr4] [patch] *Experimental* Update to t 8 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 12:52:18 2006 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 1EBB916A4DA for ; Mon, 10 Jul 2006 12:52:18 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8374A43D46 for ; Mon, 10 Jul 2006 12:52:17 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1FzvFH-000Jro-M1 for freebsd-emulation@FreeBSD.org; Mon, 10 Jul 2006 16:52:15 +0400 To: freebsd-emulation@FreeBSD.org From: Boris Samorodov Date: Mon, 10 Jul 2006 16:52:15 +0400 Message-ID: <61574800@serv3.int.kfs.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: Subject: Linux infrostructure ports updated from FC3 to FC4 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, 10 Jul 2006 12:52:18 -0000 Hi! Linux infrostructure ports were updated from FC3 to FC4. There is no need in a notice at UPDATING -- all should be OK while standard upgrading procedure. Well, I did much testing before the commit and I hope there won't be many issues. But there are many ports which depends on those changed. If something goes wrong feel free to contact me. Thanks for your attention. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 18:55:02 2006 Return-Path: X-Original-To: emulation@hub.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 A96D416A4DA; Mon, 10 Jul 2006 18:55:02 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B1BD43D6D; Mon, 10 Jul 2006 18:55:02 +0000 (GMT) (envelope-from erwin@FreeBSD.org) Received: from freefall.freebsd.org (erwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6AIt2Vt089695; Mon, 10 Jul 2006 18:55:02 GMT (envelope-from erwin@freefall.freebsd.org) Received: (from erwin@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AIt2eW089691; Mon, 10 Jul 2006 18:55:02 GMT (envelope-from erwin) Date: Mon, 10 Jul 2006 18:55:02 GMT From: Erwin Lansing Message-Id: <200607101855.k6AIt2eW089691@freefall.freebsd.org> To: erwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s 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, 10 Jul 2006 18:55:02 -0000 Synopsis: linux_base-fc4 not upgradable with portupgrade -s Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: erwin Responsible-Changed-When: Mon Jul 10 18:54:45 UTC 2006 Responsible-Changed-Why: Over to maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=100039 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 21:20:30 2006 Return-Path: X-Original-To: emulation@hub.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 562D816A4DE for ; Mon, 10 Jul 2006 21:20:30 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9577643D4C for ; Mon, 10 Jul 2006 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6ALKL43099584 for ; Mon, 10 Jul 2006 21:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6ALKLbl099581; Mon, 10 Jul 2006 21:20:21 GMT (envelope-from gnats) Date: Mon, 10 Jul 2006 21:20:21 GMT Message-Id: <200607102120.k6ALKLbl099581@freefall.freebsd.org> To: emulation@FreeBSD.org From: Boris Samorodov Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 21:20:30 -0000 The following reply was made to PR ports/100039; it has been noted by GNATS. From: Boris Samorodov To: bug-followup@FreeBSD.org, freebsd-gnats@stsp.in-berlin.de Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s Date: Tue, 11 Jul 2006 01:11:30 +0400 Please, check out if the patch helps: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/emulators/linux_base-fc4/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 9 Jul 2006 20:50:07 -0000 1.15 +++ Makefile 10 Jul 2006 21:06:37 -0000 @@ -172,6 +172,9 @@ # @${MV} ${WRKSRC}/etc/nsswitch.conf ${WRKSRC}/etc/nsswitch.conf.dist +# Fix usr/bin/*db4* permissions to allow "portupgrade -s" + @${CHMOD} u+w ${WRKSRC}/usr/bin/*db4* + @${FIND} ${WRKSRC}/bin ${WRKSRC}/sbin/ ${WRKSRC}/usr/bin \ ${WRKSRC}/usr/sbin -type f -print0 | ${XARGS} -0 ${FILE} \ | ${GREP} ELF | ${CUT} -d : -f 1 \ WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 22:05:26 2006 Return-Path: X-Original-To: emulation@hub.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 DFDED16A4E1; Mon, 10 Jul 2006 22:05:26 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE3843D46; Mon, 10 Jul 2006 22:05:26 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6AM5QgX003260; Mon, 10 Jul 2006 22:05:26 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AM5QsE003255; Mon, 10 Jul 2006 22:05:26 GMT (envelope-from bsam) Date: Mon, 10 Jul 2006 22:05:26 GMT From: Boris Samorodov Message-Id: <200607102205.k6AM5QsE003255@freefall.freebsd.org> To: freebsd-gnats@stsp.in-berlin.de, bsam@FreeBSD.org, emulation@FreeBSD.org Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s 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, 10 Jul 2006 22:05:27 -0000 Synopsis: linux_base-fc4 not upgradable with portupgrade -s State-Changed-From-To: open->feedback State-Changed-By: bsam State-Changed-When: Mon Jul 10 22:04:36 UTC 2006 State-Changed-Why: Awaiting for a feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=100039 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 22:51:16 2006 Return-Path: X-Original-To: emulation@hub.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 A0BF016A4DA; Mon, 10 Jul 2006 22:51:16 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C97343D6E; Mon, 10 Jul 2006 22:51:16 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6AMpG8t006173; Mon, 10 Jul 2006 22:51:16 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AMpGTP006169; Mon, 10 Jul 2006 22:51:16 GMT (envelope-from bsam) Date: Mon, 10 Jul 2006 22:51:16 GMT From: Boris Samorodov Message-Id: <200607102251.k6AMpGTP006169@freefall.freebsd.org> To: freebsd-gnats@stsp.in-berlin.de, bsam@FreeBSD.org, emulation@FreeBSD.org Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s 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, 10 Jul 2006 22:51:16 -0000 Synopsis: linux_base-fc4 not upgradable with portupgrade -s State-Changed-From-To: feedback->open State-Changed-By: bsam State-Changed-When: Mon Jul 10 22:49:11 UTC 2006 State-Changed-Why: A feedback received by email. The patch should be committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=100039 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 10 22:54:31 2006 Return-Path: X-Original-To: emulation@hub.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 3511216A4DD; Mon, 10 Jul 2006 22:54:31 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D01EF43D6B; Mon, 10 Jul 2006 22:54:30 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6AMsU1s006271; Mon, 10 Jul 2006 22:54:30 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6AMsU5I006267; Mon, 10 Jul 2006 22:54:30 GMT (envelope-from bsam) Date: Mon, 10 Jul 2006 22:54:30 GMT From: Boris Samorodov Message-Id: <200607102254.k6AMsU5I006267@freefall.freebsd.org> To: freebsd-gnats@stsp.in-berlin.de, bsam@FreeBSD.org, emulation@FreeBSD.org Cc: Subject: Re: ports/100039: linux_base-fc4 not upgradable with portupgrade -s 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, 10 Jul 2006 22:54:31 -0000 Synopsis: linux_base-fc4 not upgradable with portupgrade -s State-Changed-From-To: open->closed State-Changed-By: bsam State-Changed-When: Mon Jul 10 22:52:01 UTC 2006 State-Changed-Why: A patch with chmod before branding and returning the status quo after branding was committed. Thanks for the report! http://www.freebsd.org/cgi/query-pr.cgi?pr=100039 From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 11 11:50:35 2006 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 EB1A316A4E9 for ; Tue, 11 Jul 2006 11:50:35 +0000 (UTC) (envelope-from arcade@synergetica.dn.ua) Received: from nora.synergetica.dn.ua (synergetica.dn.ua [82.207.115.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2193A43D53 for ; Tue, 11 Jul 2006 11:50:34 +0000 (GMT) (envelope-from arcade@synergetica.dn.ua) Received: from [172.30.0.209] (yarn.lan [172.30.0.209]) (authenticated bits=0) by nora.synergetica.dn.ua (8.13.7/8.13.7) with ESMTP id k6BBoURS025196 for ; Tue, 11 Jul 2006 14:50:32 +0300 (EEST) (envelope-from arcade@synergetica.dn.ua) Message-ID: <44B39086.3020505@synergetica.dn.ua> Date: Tue, 11 Jul 2006 14:50:30 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.0.4) Gecko/20060605 SeaMonkey/1.0.2 MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: x11-toolkits/linux-pango 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, 11 Jul 2006 11:50:36 -0000 While updating from linux-pango-1.6.0_2 to linux-pango-1.8.1 I've encountered the following error: ===> Checking if x11-toolkits/linux-pango already installed cd /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; cd /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel /compat/linux 1318 blocks /compat/linux/usr/bin/pango-querymodules-32: error while loading shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI invalid *** Error code 127 How can I fix this? -- [WBR], Arcade. From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 11 14:08:35 2006 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 0376916A4E2 for ; Tue, 11 Jul 2006 14:08:35 +0000 (UTC) (envelope-from bsam@ns.kfs.ru) Received: from ns.kfs.ru (kfs.kfs.ru [62.183.117.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E61E243DA9 for ; Tue, 11 Jul 2006 14:07:55 +0000 (GMT) (envelope-from bsam@ns.kfs.ru) Received: from bsam by ns.kfs.ru with local (Exim 4.54 (FreeBSD)) id 1G0Itc-0000Wy-Mz; Tue, 11 Jul 2006 18:07:28 +0400 To: Volodymyr Kostyrko References: <44B39086.3020505@synergetica.dn.ua> From: Boris Samorodov Date: Tue, 11 Jul 2006 18:07:28 +0400 In-Reply-To: <44B39086.3020505@synergetica.dn.ua> (Volodymyr Kostyrko's message of "Tue, 11 Jul 2006 14:50:30 +0300") Message-ID: <36600495@serv3.int.kfs.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 Subject: Re: FreeBSD Port: x11-toolkits/linux-pango 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, 11 Jul 2006 14:08:35 -0000 On Tue, 11 Jul 2006 14:50:30 +0300 Volodymyr Kostyrko wrote: > While updating from linux-pango-1.6.0_2 to linux-pango-1.8.1 I've > encountered the following error: > ===> Checking if x11-toolkits/linux-pango already installed > cd > /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work > && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; > cd > /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work > && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel > /compat/linux > 1318 blocks > /compat/linux/usr/bin/pango-querymodules-32: error while loading > shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI > invalid > *** Error code 127 > How can I fix this? Do you have non-standard path, LD_LIBRARY_PATH, LD_PRELOAD or something else at your environment? The error occures because /usr/X11R6/lib/ is searched before /compat/linux/usr/X11R6/lib/ (which is not standard). WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 11 15:27:03 2006 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 0606016A4DD for ; Tue, 11 Jul 2006 15:27:03 +0000 (UTC) (envelope-from arcade@synergetica.dn.ua) Received: from nora.synergetica.dn.ua (synergetica.dn.ua [82.207.115.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7D743D5F for ; Tue, 11 Jul 2006 15:26:55 +0000 (GMT) (envelope-from arcade@synergetica.dn.ua) Received: from [172.30.0.209] (yarn.lan [172.30.0.209]) (authenticated bits=0) by nora.synergetica.dn.ua (8.13.7/8.13.7) with ESMTP id k6BFQqvQ072574; Tue, 11 Jul 2006 18:26:52 +0300 (EEST) (envelope-from arcade@synergetica.dn.ua) Message-ID: <44B3C33B.80901@synergetica.dn.ua> Date: Tue, 11 Jul 2006 18:26:51 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.8.0.4) Gecko/20060605 SeaMonkey/1.0.2 MIME-Version: 1.0 To: Boris Samorodov References: <44B39086.3020505@synergetica.dn.ua> <36600495@serv3.int.kfs.ru> In-Reply-To: <36600495@serv3.int.kfs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: FreeBSD Port: x11-toolkits/linux-pango 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, 11 Jul 2006 15:27:03 -0000 Boris Samorodov wrote: > On Tue, 11 Jul 2006 14:50:30 +0300 Volodymyr Kostyrko wrote: > >> While updating from linux-pango-1.6.0_2 to linux-pango-1.8.1 I've >> encountered the following error: > >> ===> Checking if x11-toolkits/linux-pango already installed >> cd >> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work >> && /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; >> cd >> /root/tmp/.amd_mnt/blade/host/usr/ports/x11-toolkits/linux-pango/work >> && /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel >> /compat/linux >> 1318 blocks >> /compat/linux/usr/bin/pango-querymodules-32: error while loading >> shared libraries: /usr/X11R6/lib/libpangox-1.0.so.0: ELF file OS ABI >> invalid >> *** Error code 127 > >> How can I fix this? > > Do you have non-standard path, LD_LIBRARY_PATH, LD_PRELOAD or > something else at your environment? The error occures because > /usr/X11R6/lib/ is searched before /compat/linux/usr/X11R6/lib/ > (which is not standard). > > > WBR > env | grep LD LD_LIBRARY_PATH=/usr/X11R6/lib Must be brought down by some X11 software. Unsetting it cures the problem. -- [WBR], Arcade. From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 12 21:33:39 2006 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 5F51716A4DE for ; Wed, 12 Jul 2006 21:33:39 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (noop.in-addr.com [208.58.23.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C26A43D53 for ; Wed, 12 Jul 2006 21:33:39 +0000 (GMT) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1G0mKw-000LMq-E7 for freebsd-emulation@freebsd.org; Wed, 12 Jul 2006 17:33:38 -0400 Date: Wed, 12 Jul 2006 17:33:38 -0400 From: Gary Palmer To: freebsd-emulation@freebsd.org Message-ID: <20060712213338.GA71104@in-addr.com> Mail-Followup-To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: VMWare server 1.0 is released 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, 12 Jul 2006 21:33:39 -0000 Hi, http://www.vmware.com/products/server/ is now officially out of beta and has been released, although the page appears to be slashdotted right now. Anyone made any progress on running this on FreeBSD? Thanks, Gary From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 13 03:02:34 2006 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 928C716A4DA for ; Thu, 13 Jul 2006 03:02:34 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from multiplay.co.uk (core6.multiplay.co.uk [85.236.96.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A587243D55 for ; Thu, 13 Jul 2006 03:02:33 +0000 (GMT) (envelope-from killing@multiplay.co.uk) Received: from vader ([212.135.219.179]) by multiplay.co.uk (multiplay.co.uk [85.236.96.23]) (MDaemon PRO v9.0.1) with ESMTP id md50002769567.msg for ; Thu, 13 Jul 2006 04:02:47 +0100 Message-ID: <000f01c6a628$b7cd1010$b3db87d4@multiplay.co.uk> From: "Steven Hartland" To: Date: Thu, 13 Jul 2006 04:01:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Spam-Processed: multiplay.co.uk, Thu, 13 Jul 2006 04:02:47 +0100 (not processed: message from valid local sender) X-MDRemoteIP: 212.135.219.179 X-Return-Path: killing@multiplay.co.uk X-MDaemon-Deliver-To: freebsd-emulation@freebsd.org X-MDAV-Processed: multiplay.co.uk, Thu, 13 Jul 2006 04:02:48 +0100 Subject: Bug locating path for linux_mkdir 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, 13 Jul 2006 03:02:34 -0000 When a linux app calls mkdir if the call has a trailing / then it can fail unexpectedly e.g 1. mkdir( '/root/.test', 511 ) 2. mkdir( '/root/.test/test2/', 511 ) If the above is run in sequence #1 succeeds yet #2 fails. The reason is #1 is operating in compat space where as #2 reverts to operating in standard space. Changing #2 to: mkdir( '/root/.test/test2', 511 ) Ensures the correct behaviour but obviously #2 should work correctly without change. A change to linux_file.c -> linux_mkdir to ensure no trailing / exists before calling LCONVPATHCREAT fixes the issue but I believe the actual error is in vfs_lookup.c => kern_alternate_path Steve ================================================ This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it. In the event of misdirection, illegible or incomplete transmission please telephone +44 845 868 1337 or return the E.mail to postmaster@multiplay.co.uk.