From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 24 12:15:10 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2E2301CE1 for ; Sun, 24 Mar 2013 12:15:10 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id C04E48A7 for ; Sun, 24 Mar 2013 12:15:09 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id c10so1152444wiw.0 for ; Sun, 24 Mar 2013 05:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=C+K/17+dPis0spsVP/iDoO/0ZJUOBlxA2Z4vbmnbI7Q=; b=Mf9HXGB/Rjt3cczHEzR4GBIdjoEPNMg/uBSpNEmBMLmgbfjYJfPIepNCW8jCDbs6K7 f22QZOeIhG8TisxAYGTNJ6JkalRjsde/KX6zuvuK65aCHNYZ5PLd6smKweDFdoCubhFX F9/haJHbg9NmR43ntL1GNTEQmCTsf24QwPno3VvH7sS3Kr7hi6a9j4rKlX6JjVYBVKxn 9aW4yKIzydskomcl67sDEGThcJSs4jqAKLY/mjrIRnV/zn8RR0XKBH5yHeV5ex5sDd5G JQXOY+336kTmz2hKZjjodOxjjQ0RMlk58vZSY8L3UbPzMQBmitToeElpebQw8zkq3RWQ +dBQ== X-Received: by 10.194.143.50 with SMTP id sb18mr12358709wjb.44.1364127309016; Sun, 24 Mar 2013 05:15:09 -0700 (PDT) Received: from dragon.dg ([197.87.91.223]) by mx.google.com with ESMTPS id ek4sm21691681wib.11.2013.03.24.05.15.06 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 24 Mar 2013 05:15:08 -0700 (PDT) From: David Naylor To: freebsd-emulation@freebsd.org Subject: Re: emulators/wine64: Questions re self-maintained port Date: Sun, 24 Mar 2013 14:14:56 +0300 Message-ID: <1389828.GEjxM1KtLL@dragon.dg> User-Agent: KMail/4.9.5 (FreeBSD/9.1-RELEASE; KDE/4.9.5; amd64; ; ) In-Reply-To: <1364066395918-5798420.post@n5.nabble.com> References: <1363875973337-5797622.post@n5.nabble.com> <2442276.ZIzL1AEQjA@dragon.dg> <1364066395918-5798420.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3412428.NNk8jqOKQF"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Cc: Beeblebrox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Mar 2013 12:15:10 -0000 --nextPart3412428.NNk8jqOKQF Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Saturday, 23 March 2013 12:19:55 Beeblebrox wrote: > >> If you have time, I would like to diagnose the incorrect detection. > > Sure, glad to help. > > >> Do you perhaps have nvidia-driver port installed > > No Nvidia port, not even nvidia-texture-tools > make.conf has WITHOUT_NOUVEAU=yes > > >> or a stale $PREFIX/share/doc/NVIDIA_GLX-1.0/README? > > /usr/local/share/doc/wine and /usr/local/share/wine are dated Feb-16-13 > > Present state of my video car and Xorg (using xorg-devel port overlay): > http://freebsd.1045724.n5.nabble.com/quot-Radeon-HD-4200-quot-e17-and-gdm3-n > ot-working-td5796823.html > > Host: 10-Current, amd64. Let me know if you need any other info. Could you please run this command (as root), and sent me the output: # sh -x /usr/local/share/wine/patch-nvidia.sh -n This will not alter your system. For reference, my system gives: # sudo sh -x /usr/local/share/wine/patch-nvidia.sh -n + set -e + PORTSDIR=/usr/ports + PREFIX=/usr/local + DISTDIR=/usr/ports/distfiles + [ -d /usr/ports/distfiles ] + cd /usr/ports/distfiles + NO_REMOVE_NVIDIA=yes + getopt -n -n + args=' -n --' + [ 0 -ne 0 ] + set -- -n -- + true + NO_FETCH=yes + shift + true + shift + break + whoami + [ root = root ] + echo '===> Patching wine-fbsd64 to work with x11/nvidia-driver:' ===> Patching wine-fbsd64 to work with x11/nvidia-driver: + [ -z '' ] + version wine-fbsd64 + local ret pkg=wine-fbsd64 + [ -f /usr/local/sbin/pkg ] + pkg query -g %v wine-fbsd64 + ret='' + [ -z '' ] + pkg_info -E 'wine-fbsd64*' + cut -f 3 -d - + ret=1.5.24,1 + [ -z 1.5.24,1 ] + echo 1.5.24,1 + WINE=1.5.24,1 + [ -n 1.5.24,1 ] + echo '=> Detected wine-fbsd64: 1.5.24,1' => Detected wine-fbsd64: 1.5.24,1 + version nvidia-driver + local ret pkg=nvidia-driver + [ -f /usr/local/sbin/pkg ] + pkg query -g %v nvidia-driver + ret=310.32 + [ -z 310.32 ] + [ -z 310.32 ] + echo 310.32 + NV=310.32 + [ -n 310.32 ] + echo '=> Detected nvidia-driver: 310.32' => Detected nvidia-driver: 310.32 + NVIDIA=310.32 + echo 310.32 + cut -f 1 -d _ + cut -f 1 -d , + NV=310.32 + [ ! -f NVIDIA-FreeBSD-x86-310.32.tar.gz ] + [ -n yes ] + terminate 8 'NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable' + echo '!!! NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable !!!' !!! NVIDIA-FreeBSD-x86-310.32.tar.gz unavailable !!! + echo Terminating... Terminating... + exit 8 Regards --nextPart3412428.NNk8jqOKQF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlFO7kMACgkQUaaFgP9pFrIDtwCdGf3Wt9ir76729e5n87jK1K1Y k+oAn0UArx42Y4LphriMgdLMOTPU5e7z =WQBR -----END PGP SIGNATURE----- --nextPart3412428.NNk8jqOKQF-- From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 24 12:20:05 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EE931FD3 for ; Sun, 24 Mar 2013 12:20:05 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 647978D8 for ; Sun, 24 Mar 2013 12:20:04 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UJju8-0006gi-7M for freebsd-emulation@freebsd.org; Sun, 24 Mar 2013 05:20:04 -0700 Date: Sun, 24 Mar 2013 05:20:04 -0700 (PDT) From: Beeblebrox To: freebsd-emulation@freebsd.org Message-ID: <1364127604220-5798606.post@n5.nabble.com> In-Reply-To: <1389828.GEjxM1KtLL@dragon.dg> References: <1363875973337-5797622.post@n5.nabble.com> <1557347.sSrPVXk7fY@dragon.dg> <1363994407838-5798227.post@n5.nabble.com> <2442276.ZIzL1AEQjA@dragon.dg> <1364066395918-5798420.post@n5.nabble.com> <1389828.GEjxM1KtLL@dragon.dg> Subject: Re: emulators/wine64: Questions re self-maintained port MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 24 Mar 2013 12:20:05 -0000 output of "# sh -x /usr/local/share/wine/patch-nvidia.sh -n" ==> + set -e + PORTSDIR=/asp/ports + PREFIX=/usr/local + DISTDIR=/asp/distfiles + [ -d /asp/distfiles ] + cd /asp/distfiles + NO_REMOVE_NVIDIA=yes + getopt -n -n + args=' -n --' + [ 0 -ne 0 ] + set -- -n -- + true + NO_FETCH=yes + shift + true + shift + break + whoami + [ root = root ] + echo '===> Patching wine-fbsd64 to work with x11/nvidia-driver:' + [ -z '' ] + version wine-fbsd64 + local ret pkg=wine-fbsd64 + [ -f /usr/local/sbin/pkg ] + pkg query -g %v wine-fbsd64 + ret=1.5.24,1 + [ -z 1.5.24,1 ] + [ -z 1.5.24,1 ] + echo 1.5.24,1 + WINE=1.5.24,1 + [ -n 1.5.24,1 ] + echo '=> Detected wine-fbsd64: 1.5.24,1' + version nvidia-driver + local ret pkg=nvidia-driver + [ -f /usr/local/sbin/pkg ] + pkg query -g %v nvidia-driver + ret='' + NV='' -- View this message in context: http://freebsd.1045724.n5.nabble.com/emulators-wine64-Questions-re-self-maintained-port-tp5797622p5798606.html Sent from the freebsd-emulation mailing list archive at Nabble.com. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 25 11:06:41 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B6A60FE4 for ; Mon, 25 Mar 2013 11:06:41 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3AD90 for ; Mon, 25 Mar 2013 11:06:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PB6fpY007108 for ; Mon, 25 Mar 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2PB6fJw007106 for freebsd-emulation@FreeBSD.org; Mon, 25 Mar 2013 11:06:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 25 Mar 2013 11:06:41 GMT Message-Id: <201303251106.r2PB6fJw007106@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Mar 2013 11:06:41 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/176819 emulation [patch] emulators/linux_base-f10: add symlinks for mat o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o kern/174908 emulation [vmware] "unsupportable block size 0" after upgrading o kern/174238 emulation [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de o kern/169814 emulation [linux] ptrace is broken in Linux emulation o kern/169805 emulation [linux] utime() syscall does not work in linuxulator o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 36 problems total. From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 27 00:57:05 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAC87F84 for ; Wed, 27 Mar 2013 00:57:05 +0000 (UTC) (envelope-from tabthorpe@goodking.ca) Received: from mail-ve0-f175.google.com (mail-ve0-f175.google.com [209.85.128.175]) by mx1.freebsd.org (Postfix) with ESMTP id A146922F for ; Wed, 27 Mar 2013 00:57:05 +0000 (UTC) Received: by mail-ve0-f175.google.com with SMTP id pb11so3316108veb.6 for ; Tue, 26 Mar 2013 17:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=goodking.ca; s=google; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to:x-url :x-pgp-key:x-pgp-key-id:x-pgp-key-fingerprint:user-agent; bh=S5X5gWFrj4Ddumnn9sLJqib6PnrHqQZhS/VQLu1IIJQ=; b=aO7nYs1lYNtgSKXz1fEHn62ZPziobN28RVTu0FJzuiC7CRjhOxI0Tt3/3WqzSGlRlc n0aAZziBgIE51RnHANSLsEb6Y0jMp3pHm352kCYQmtnokzqHr/pHbu2p8SdT4EUoo/YA rJ9tAkjy8Orj+cK6+1WwSjThzIw9cZ41zqlUY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to:x-url :x-pgp-key:x-pgp-key-id:x-pgp-key-fingerprint:user-agent :x-gm-message-state; bh=S5X5gWFrj4Ddumnn9sLJqib6PnrHqQZhS/VQLu1IIJQ=; b=EaqRSsBGFm5YQsTnYFp7V3yTzQZuIHply9qMasiShbU6jCQlKYdidilLODvEMbdmBP gIUzsSSjtA4ry838giRqWwRueLDzs9lxiw+RH5QwV2rrrY0JLf5RMV3/P5XsH1uDcQx+ sfsr52EmqdL+i3FMtjUIeEVXlx67DGycs5nDsEO0DeKtrhDHjQlCVMsmmCCwwnc7uZWJ 7vS3Ya99pMfdiQD0/XIAtzbbh3ABkA9ojvnKhC3gKJMkv0cA5j2PICd4O4Lt7iDQLz3Z Ts9NUk+pwmOc7HC4JJrbjRIOpzsQIudatj6fCYmIM5Yg7m4VG95Kvtsq4XOXmgSdNLb1 SZHg== X-Received: by 10.58.220.229 with SMTP id pz5mr21638970vec.30.1364345819346; Tue, 26 Mar 2013 17:56:59 -0700 (PDT) Received: from goodking.ca ([2001:470:1c:66::2]) by mx.google.com with ESMTPS id j5sm27498637vdv.13.2013.03.26.17.56.57 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Mar 2013 17:56:58 -0700 (PDT) Date: Tue, 26 Mar 2013 20:56:55 -0400 From: Thomas Abthorpe To: Alexander Leidinger Subject: Re: Ports FreeBSD-7-EoL message (was: Re: [cfr] patch to clean up old Linux ports) Message-ID: <20130327005655.GM60791@goodking.ca> References: <513A0C04.8090907@freebsd.org> <20130309121625.00004279@unknown> <513B2CB3.1020405@passap.ru> <20130309141403.0000340e@unknown> <513B3D0E.2030603@passap.ru> <513BA5E7.40802@freebsd.org> <20130309235133.000016ac@unknown> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rdbbj4JunmnVtKq/" Content-Disposition: inline In-Reply-To: <20130309235133.000016ac@unknown> X-URL: http://www.goodking.org/ X-PGP-Key: http://people.freebsd.org/~tabthorpe/tabthorpe.asc X-PGP-Key-ID: 0xA473C990 X-PGP-Key-Fingerprint: D883 2D7C EB78 944A 69FC 36A6 D937 1097 A473 C990 User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQlKuTQfUrJAEixmUkLlLdAIr4zaiLZZBRIwLW2iElAULmZdPpDd0WKF0oM2cEIzlkuxNVvV Cc: freebsd-emulation@freebsd.org, portmgr@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Mar 2013 00:57:06 -0000 --rdbbj4JunmnVtKq/ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 09, 2013 at 11:51:33PM +0100, Alexander Leidinger wrote: > On Sat, 9 Mar 2013 17:08:00 -0500 > Eitan Adler wrote: >=20 > > On 9 March 2013 16:13, Ren=E9 Ladan wrote: >=20 > > > I strongly attend to agree with Boris here. If we want to continue > > > warning 7.X users for a while (1,6,12 months?) then it should both > > > be much clearer and easier to just put a conditional IGNORE in > > > bsd.port.mk than in thousands of individual (not only Linux) ports. > >=20 > > +1. The place to protect against user error is not in the Linux > > specific portion of the tree. >=20 > As I understand the EoL announcement the bsd.port.mk message would be > "it may or may not work" and the port-build should not bail out. If my > understanding is wrong, it would be nice if portmgr (CCed) could > clarify this. Not guaranteed to work is the implication. Contributors/committers are no longer obligated to make things work for 7.X. >=20 > The linux message is clearly "this will not work anymore" and the > port-building should stop. As such the linux part should behave like > IGNORE (BROKEN =3D build from time to time on the port build cluster in > case it compiles again; IGNORE =3D do not even give it a try). >=20 > Bye, > Alexander. >=20 > --=20 > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 --=20 Thomas Abthorpe | FreeBSD Committer tabthorpe@FreeBSD.org | http://people.freebsd.org/~tabthorpe --rdbbj4JunmnVtKq/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJRUkPXAAoJENk3EJekc8mQMM4H/16a92X7FadSzx818gErTORa JX/JT3Qf+uqycxHPQFUbtT60WsY8MiCtI/1vdSe3wQ27tVgzFu1OeZ/FZeqRsvH9 L1J0S2gpfpeau5MuN5pLqMIgJaJa00c62XBNpdkZ5Ff2dtu5SOLjTGv/k840CQIK azdp6/AHf9rBMOrALPOFyr8vZdAozIRqRKZT3tK398jabUjqutmhR3UbXS1D82DN 9T5aVnQNuIzfQhfyy+y6KsAkF37GLHGtBqoMkSLhSiUTrL5HvwdYIbYQ8qtUegrr B9nEVqQMNkvWcSqf4lGMMsPb92JBxW9TiX0A2dkJeeuIANzDxu11c/8GGOFjPaA= =EnHx -----END PGP SIGNATURE----- --rdbbj4JunmnVtKq/-- From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 27 09:40:02 2013 Return-Path: Delivered-To: freebsd-emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8E150800 for ; Wed, 27 Mar 2013 09:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6726D82A for ; Wed, 27 Mar 2013 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2R9e1LF049144 for ; Wed, 27 Mar 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2R9e12r049143; Wed, 27 Mar 2013 09:40:01 GMT (envelope-from gnats) Date: Wed, 27 Mar 2013 09:40:01 GMT Message-Id: <201303270940.r2R9e12r049143@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org Cc: From: Tijl Coosemans Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks for matlab X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tijl Coosemans List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 09:40:02 -0000 The following reply was made to PR ports/176819; it has been noted by GNATS. From: Tijl Coosemans To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks for matlab Date: Wed, 27 Mar 2013 10:33:41 +0100 Are there any objections to this patch? It is required to get at least Maple and Matlab working. It would be nice to have it committed before the freeze. From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 27 10:41:26 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 57EC91F1 for ; Wed, 27 Mar 2013 10:41:26 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1h.mail.yandex.net (forward1h.mail.yandex.net [IPv6:2a02:6b8:0:f05::10]) by mx1.freebsd.org (Postfix) with ESMTP id 168F5DF6 for ; Wed, 27 Mar 2013 10:41:26 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward1h.mail.yandex.net (Yandex) with ESMTP id AFCD39E238C; Wed, 27 Mar 2013 14:41:23 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 5FC3B1700181; Wed, 27 Mar 2013 14:41:23 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id fNcGEWs1-fNcmLmhS; Wed, 27 Mar 2013 14:41:23 +0400 Message-ID: <5152CCD3.4010203@passap.ru> Date: Wed, 27 Mar 2013 14:41:23 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130321 Thunderbird/17.0.4 MIME-Version: 1.0 To: Tijl Coosemans Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks for matlab References: <201303270940.r2R9e12r049143@freefall.freebsd.org> In-Reply-To: <201303270940.r2R9e12r049143@freefall.freebsd.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Mar 2013 10:41:26 -0000 27.03.2013 13:40, Tijl Coosemans пишет: > The following reply was made to PR ports/176819; it has been noted by GNATS. > > From: Tijl Coosemans > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/176819: [patch] emulators/linux_base-f10: add symlinks > for matlab > Date: Wed, 27 Mar 2013 10:33:41 +0100 > > Are there any objections to this patch? It is required to get at > least Maple and Matlab working. It would be nice to have it > committed before the freeze. As for me I have no objections but ENOTIME to test/commit. :-( -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve