From owner-freebsd-ports Thu May 11 7:41:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123]) by hub.freebsd.org (Postfix) with ESMTP id 0D9F937B808; Thu, 11 May 2000 07:41:09 -0700 (PDT) (envelope-from inagaki@tg.rim.or.jp) Received: from mail1.rim.or.jp by serio.al.rim.or.jp (8.9.3/3.7W/HMX-12) id XAA21645; Thu, 11 May 2000 23:41:07 +0900 (JST) Received: from lunatic.kareidoscope.ne.jp (pl013.nas122.nagano.nttpc.ne.jp [210.165.138.13]) by mail1.rim.or.jp (3.7W) id XAA19523; Thu, 11 May 2000 23:41:31 +0900 (JST) Received: from tg.rim.or.jp (localhost [127.0.0.1]) by lunatic.kareidoscope.ne.jp (8.9.3/3.7W) with SMTP id XAA12116; Thu, 11 May 2000 23:41:24 +0900 (JST) Date: Thu, 11 May 2000 23:41:24 +0900 (JST) Message-Id: <20000511.234124.78709262.inagaki@tg.rim.or.jp> To: ports@FreeBSD.ORG Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Exec format error: vmware2-2.0.476 and -CURRENT From: Kentaro Inagaki In-Reply-To: <391AA878.85070EA6@whetstonelogic.com> References: <86bt2d5snj.wl@waterblue.imgsrc.co.jp> <20000511.205542.07639705.inagaki@tg.rim.or.jp> <391AA878.85070EA6@whetstonelogic.com> X-Mailer: Mew version 1.95b29 on Emacs 20.6 / Mule 4.0 (HANANOEN) X-URL: http://www.tg.rim.or.jp/~inagaki/ Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_May_11_23:41:24_2000_617)--" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Thu_May_11_23:41:24_2000_617)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 11 May 2000 08:32:56 -0400 Message-ID: <391AA878.85070EA6@whetstonelogic.com> > This patch builds it correctly, but you have to: > rm -rf /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/linux > > The post-extract command ran but didn't delete it for me. Oh, I did a mistake... Not in post-extract, it is in post-patch. Please use the following patches. ---- Kentaro Inagaki ----Next_Part(Thu_May_11_23:41:24_2000_617)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="vmware2.patch2" --- vmware2/Makefile.orig Thu May 11 23:35:06 2000 +++ vmware2/Makefile Thu May 11 23:08:02 2000 @@ -59,11 +59,10 @@ VMNET_NETMASK="${VMNET_NETMASK}" MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules" -post-extract: - ${RM} -rf ${WRKSRC}/vmmon-only/linux post-patch: ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile + ${RM} -rf ${WRKSRC}/vmmon-only/linux/ setoptions: ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ ----Next_Part(Thu_May_11_23:41:24_2000_617)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message