From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 23 01:20:41 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 678479B3 for ; Sun, 23 Nov 2014 01:20:41 +0000 (UTC) Received: from mail.palmen-it.de (stef.palmen-it.de [IPv6:2a01:198:49d:1::1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294CCD1F for ; Sun, 23 Nov 2014 01:20:41 +0000 (UTC) Received: from dslb-084-056-246-061.084.056.pools.vodafone-ip.de ([84.56.246.61] helo=photon.home.palmen-it.de) by mail.palmen-it.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XsLqx-0006Jo-A8; Sun, 23 Nov 2014 01:20:39 +0000 From: Felix Palmen To: freebsd-emulation@freebsd.org Subject: Re: net-im/skype* vs. linux-c6-*: Date: Sun, 23 Nov 2014 02:20:36 +0100 Message-ID: <3171138.bPutE9K8Gj@photon.home.palmen-it.de> User-Agent: KMail/4.14.2 (FreeBSD/11.0-CURRENT; KDE/4.14.2; amd64; ; ) In-Reply-To: <20141111132312.GA1808@mx12.chaot.net> References: <20141107163008.GO1156@albert.catwhisker.org> <20141110012733.GE1239@albert.catwhisker.org> <20141111132312.GA1808@mx12.chaot.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SA-Exim-Connect-IP: 84.56.246.61 X-SA-Exim-Rcpt-To: freebsd-emulation@freebsd.org, david@catwhisker.org X-SA-Exim-Mail-From: felix@palmen-it.de X-SA-Exim-Scanned: No (on mail.palmen-it.de); SAEximRunCond expanded to false Cc: David Wolfskill X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Nov 2014 01:20:41 -0000 Hello, Am Dienstag, 11. November 2014, 15:23:12 schrieben Sie: > a) as far as I know Microsoft doesn't allow any client before 4.3, that > would block net-im/skype and net-im/skype-devel. If you test, and find it > works, can you let me know please? > > b) we're still lacking the syscalls required by Skype 4.3 in 11.0-CURRENT, > although dchagin@ is making good progress. for a), it's possible to circumvent that by once connecting with 4.3, then downgrading to 4.2. It can be patched to report the same version string as 4.3, but I didn't test, whether this is strictly required. Given the fact that 11-CURRENT can obviously run skype 4.3 just fine now, but still has problems with the linux pulseaudio libs (thus, rendering a skype version that supports sound only through pulseaudio pointless), I came up with the following workaround for getting a fully working skype at the moment, as long as there are things missing for linux-pulseaudio: 1.) Get hold of an earlier version of net-im/skype4 still installing skype 4.2, place it in net-im/skype42 for convenience 2.) remove the broken flag and the pulseaudio dependency from net-im/skype4 Makefile 3.) install net-im/skype4, run it, log on making sure you check the checkbox for automatic logon (important!). 4.) exit skype, make sure no process is left over (use kill -9 if necessary) 5.) uninstall net-im/skype4, install net-im/skype42 6.) This MIGHT be unneccesary, not sure about this -- patch skype 4.2 to report 4.3 version string: # gsed -i "s/\x34\x2E\x32\x2E\x30\x2E\x31\x33/\x34\x2E\x33\x2E\x30\x2E\x33\x37/g" /usr/local/share/skype/skype Skype should now work. This assumes running a system recent enough to run skype 4.3 (obviously, without the pulseaudio stuff), having chosen the -c6 linux ports as default and having a working setup for alsa shim in /compat/linux/etc/alsa/pcm/pcm-oss.conf From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 23 15:44:48 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 358BE984; Sun, 23 Nov 2014 15:44:48 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED1812E3; Sun, 23 Nov 2014 15:44:47 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XsZLD-000CNn-1R; Sun, 23 Nov 2014 16:44:47 +0100 Date: Sun, 23 Nov 2014 16:44:46 +0100 From: Kurt Jaeger To: freebsd-emulation@freebsd.org Subject: Questions updating databases/linux-oracle-instantclient-* Message-ID: <20141123154446.GC44537@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: ports@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Nov 2014 15:44:48 -0000 Hi! The three ports databases/linux-oracle-instantclient-* need updating. My first step is to find out what to do to get them to work without some manual steps (the downloads are not part of this). If the port databases/linux-oracle-instantclient-sqlplus is installed (c6 as the linux environment), the binary is placed in /compat/linux/usr/bin/sqlplus and it does not run because the shared libs are not found. Those manual steps make it work: cd /compat/linux/etc/ld.so.conf.d echo '/usr/lib/oracle/10.2.0.3/client/lib' \ > /compat/linux/etc/ld.so.conf.d/oracle10.conf /compat/linux/bin/bash -c ldconfig How can I integrate those steps into the port Makefile ? -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 23 16:04:59 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F208EBF; Sun, 23 Nov 2014 16:04:59 +0000 (UTC) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31EE7680; Sun, 23 Nov 2014 16:04:59 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1XsZek-000CRX-VN; Sun, 23 Nov 2014 17:04:58 +0100 Date: Sun, 23 Nov 2014 17:04:58 +0100 From: Kurt Jaeger To: freebsd-emulation@freebsd.org, ports@freebsd.org Subject: Re: Questions updating databases/linux-oracle-instantclient-* Message-ID: <20141123160458.GD44537@home.opsec.eu> References: <20141123154446.GC44537@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141123154446.GC44537@home.opsec.eu> X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Nov 2014 16:04:59 -0000 Hi! > The three ports databases/linux-oracle-instantclient-* need updating. > > My first step is to find out what to do to get them to work > without some manual steps (the downloads are not part of this). [...] > Those manual steps make it work: > > cd /compat/linux/etc/ld.so.conf.d > echo '/usr/lib/oracle/10.2.0.3/client/lib' \ > > /compat/linux/etc/ld.so.conf.d/oracle10.conf > /compat/linux/bin/bash -c ldconfig > > How can I integrate those steps into the port Makefile ? I found the solution... -- pi@opsec.eu +49 171 3101372 6 years to go ! From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 23 21:00:07 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42077D8A for ; Sun, 23 Nov 2014 21:00:07 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E90C65F3 for ; Sun, 23 Nov 2014 21:00:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sANL06p8035663 for ; Sun, 23 Nov 2014 21:00:06 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201411232100.sANL06p8035663@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: emulation@FreeBSD.org Subject: Problem reports for emulation@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 23 Nov 2014 21:00:06 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Nov 2014 21:00:07 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 195121 | graphics/linux-c6-gdk-pixbuf: rename to -pixbuf2 1 problems total for which you should take action. From owner-freebsd-emulation@FreeBSD.ORG Sun Nov 23 21:00:16 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC801FC9 for ; Sun, 23 Nov 2014 21:00:16 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A24D062C for ; Sun, 23 Nov 2014 21:00:16 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sANL0GL3037932 for ; Sun, 23 Nov 2014 21:00:16 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201411232100.sANL0GL3037932@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: freebsd-emulation@FreeBSD.org Subject: Problem reports for freebsd-emulation@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 23 Nov 2014 21:00:16 +0000 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Nov 2014 21:00:16 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- In Progress | 180790 | devel/linux_kdump prints BSD descriptions of errn 1 problems total for which you should take action. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 08:00:40 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD5734E9 for ; Mon, 24 Nov 2014 08:00:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B893CBFB for ; Mon, 24 Nov 2014 08:00:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAO80eDw026374 for ; Mon, 24 Nov 2014 08:00:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Message-Id: <201411240800.sAO80eDw026374@kenobi.freebsd.org> From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [FreeBSD Bugzilla] Commit Needs MFC MIME-Version: 1.0 X-Bugzilla-Type: whine X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated Date: Mon, 24 Nov 2014 08:00:40 +0000 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 08:00:41 -0000 Hi, You have a bug in the "Needs MFC" state which has not been touched in 7 or more days. This email serves as a reminder that you may want to MFC this bug or marked it as completed. In the event you have a longer MFC timeout you may update this bug with a comment and I won't remind you again for 7 days. This reminder is only sent on Mondays. Please file a bug about concerns you may have. This search was scheduled by eadler@FreeBSD.org. (43 bugs) Bug 192842: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192842 Severity: Affects Only Me Priority: --- Hardware: amd64 Assignee: freebsd-emulation@FreeBSD.org Status: New Resolution: Summary: [patch][linux] linux_ppoll syscall required by linux apps that use pulseaudio (on linux_base-f20) Bug 11165: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=11165 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [ibcs2] IBCS2 doesn't work correctly with PID_MAX 99999 Bug 36952: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=36952 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [patch] [linux] ldd(1) command of linux does not work Bug 39201: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=39201 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confuse wait() Bug 41543: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=41543 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [patch] [request] easier wine/w23 support Bug 72920: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=72920 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] path "prefixing" is not done on unix domain socket addresses Bug 86619: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=86619 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] linux emulator interacts oddly with cp Bug 126232: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=126232 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] Linux ioctl TCGETS (0x5401) always fails Bug 133144: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=133144 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Bug 138880: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=138880 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] munmap segfaults after linux_mmap2 stresstest Bug 138944: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=138944 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [parallels] [regression] Parallels no longer works in FreeBSD 8 Beta Bug 140156: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=140156 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] cdparanoia fails to read drive data Bug 146237: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=146237 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [fusefs] Linux binaries not reading directories mounted with fusefs-sshfs Bug 147793: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=147793 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [vmware] [panic] cdrom handling, panic, possible race condition in kernel SMP Bug 150186: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=150186 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [parallels] [panic] Parallels Desktop: CDROM disconnected leads to panic, eventually Bug 150262: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=150262 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [patch] truss(1) -f doesn't follow descendants of the linux process Bug 151714: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=151714 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] print/acroread9 not usable due to lack of support in the FreeBSD Linux emulator for the inotify_init syscall Bug 153243: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153243 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [ibcs2] Seg fault whne running COFF binary using iBCS2 in 8.1 Bug 153496: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153496 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] [install] Install on Hyper-V leaves corrupt filesystems (incl root) Bug 153887: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153887 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] Linux emulator not understand STB_GNU_UNIQUE binding Bug 153990: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=153990 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] Will not install into Hyper-V on Server 2008 R2 Bug 155040: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155040 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [patch] Linux recvfrom doesn't handle proto family Bug 155577: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=155577 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [boot] BTX halted after install. Reboot during installation. Bug 156353: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156353 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [ibcs2] ibcs2 binaries that execute on 4.x not working on 8.0 Abort Trap Bug 156691: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=156691 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [vmware] [panic] panic when using hard disks as RAW devices within VMWare ESXi 4.1-u1 Bug 159646: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159646 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [patch] bump Linux version in linuxulator to 2.6.32 Bug 162314: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162314 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as a guest on Hyper-V Bug 162943: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=162943 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: uClibc explicit runtime loader segfaults under FreeBSD's Linux ABI Bug 164957: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=164957 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [hang] Linux emulation freezes machine after heavy usage of cpu and memory Bug 169805: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169805 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] utime() syscall does not work in linuxulator Bug 169814: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169814 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] ptrace is broken in Linux emulation Bug 170356: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170356 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] Installing freebsd on Hyper-V server 2008 R2 results in panic Bug 174238: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174238 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI issues Bug 174908: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174908 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [vmware] "unsupportable block size 0" after upgrading from 9.0-RELEASE-p5 to 9.1-RELEASE [regression] Bug 174933: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174933 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] if_nameindex fail in linuxulator enviroment Bug 177743: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=177743 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [kvm] [panic] kernel panic during `portsnap update` on KVM guest Bug 181012: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=181012 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [linux] [patch] Implemented linux system call fstatfs64 Bug 182884: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=182884 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] FreeBSD HVMPV domU networking does not work Bug 186909: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186909 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] [panic] Stable GENERIC kernel panic on hyperv 2012 OS Bug 187006: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187006 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] dynamic address (dhcp) obtaining doesn't work on HYPER-V OS 2012 R2 Bug 187203: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187203 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [hyper-v] CARP protocol not work on HYPER-V 2012 R2 Bug 188208: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188208 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [qemu] FreeBSD 10 i386 release won't properly install in QEMU Bug 189001: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189001 Severity: Affects Only Me Priority: Normal Hardware: Any Assignee: freebsd-emulation@FreeBSD.org Status: In Progress Resolution: Summary: [kvm] FreeBSD 10 i386 installer (pwd_mkdb) crash during install on KVM From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 14:43:24 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CDB73E8 for ; Mon, 24 Nov 2014 14:43:24 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 66978E28 for ; Mon, 24 Nov 2014 14:43:24 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hl2so3198105igb.11 for ; Mon, 24 Nov 2014 06:43:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QdkY7L11xdxB5VFV1cLT69R+wF/x7nj4KSCjagxxt9w=; b=f+wGfIG62GAfFSP+/hKms7QAHPrtN1FfBnLUgz9Ojkl3L2maIf7cuwr0qxeRlQu9Aq 8nXNe3Ra1CICNDcte/8byDDf2zaKXE6MX34/nNrysTl8E+F8KVNlfPBN3Gpr/HOcuuK+ 8ommHO7kJcsSt/11IA1YFSgdlaXpeAAN5jfMDM1Eva8nOCwhKQkDRVHV1LMRplOYL8jA RrrXuhPcqAcpFW4vW16VUu5G2PrZcoDoRKbanx3erIN+licbUfCdPHIH57XPRIcn1zOK eVNhkA7irwdYp9ZOOeqUPjQuoHYpm4ugAelQKWglF62hCY/UyV9U7vGLMo6BgLegLVgn yZNg== MIME-Version: 1.0 X-Received: by 10.42.106.12 with SMTP id x12mr24478817ico.26.1416840203670; Mon, 24 Nov 2014 06:43:23 -0800 (PST) Received: by 10.64.72.225 with HTTP; Mon, 24 Nov 2014 06:43:23 -0800 (PST) Date: Mon, 24 Nov 2014 15:43:23 +0100 Message-ID: Subject: Linux-steam-client won't install on linux-c6 From: Werner Lehmann To: emulation@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 14:43:24 -0000 Dear Sirs, let me first thank you very much for your awesome job with the new linux-c6 ports. With those I am now able to run e.g. linux-doom3 using linux-c6-dri-compat with my Radeon HD 4850, so no need to buy an nvidia-card anymore! Now that thanks to your great job 3D-acceleration is provided for a linux environment for Radeon cards, it would be nice to be able to use the linux-steam client for a growing number of games. The file is provided as a .deb package for Ubunu, but even unpacking the package where in the end you find a file called "steam.sh" it won't install executing './steam.sh' from a command promt. Error "Unknown operating system" is the result. Is there a way to install the linux steam client somehow? Or could you maybe port it so that it installs? Another question: Is there something like mesa-demos (glxinfo) where you can learn what OpenGL-Version you are running in the linux-environment? Best regards, Werner Lehmann From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 15:39:50 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B2D942D for ; Mon, 24 Nov 2014 15:39:50 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 514033E4 for ; Mon, 24 Nov 2014 15:39:50 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id r5so7085399qcx.30 for ; Mon, 24 Nov 2014 07:39:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iR0iEV0Ca6I43Klj2jKWbB66vVfrfYySo23rsHAeFjE=; b=it3aoLQSywNNvQCrsSRoAVpEkJSL0u2NFLxwhdpIxBhSNzNQOto3YePrYVDYXp+c4I ylv11BbKxxH23CFu2Y6X4YJG+zj4GPjY5ZUZxAOiR9Nep66LvceUzlFRFZdBcCttw2ke THAh8ojVClctvor5sw2n9JPsHTziH3UDTtDzqWj/GYhLwYBaxT/nwjaYlDAN4rozp+b5 hqZo1Hx/Nea7mb9S18RcWmAtP7zJ4C3UqdPqWlNKYN8Iv0zgzQa81ffb6BMPE1pIkAQf giOUGXMgoi94XUFfLY7WxV6BoIORB2KRbL0xk1+iJIem6xzgQePbj/0tknlH8jcWdH8w C+Lw== MIME-Version: 1.0 X-Received: by 10.224.11.10 with SMTP id r10mr30389870qar.42.1416843589428; Mon, 24 Nov 2014 07:39:49 -0800 (PST) Received: by 10.96.157.7 with HTTP; Mon, 24 Nov 2014 07:39:49 -0800 (PST) In-Reply-To: <3171138.bPutE9K8Gj@photon.home.palmen-it.de> References: <20141107163008.GO1156@albert.catwhisker.org> <20141110012733.GE1239@albert.catwhisker.org> <20141111132312.GA1808@mx12.chaot.net> <3171138.bPutE9K8Gj@photon.home.palmen-it.de> Date: Mon, 24 Nov 2014 17:39:49 +0200 Message-ID: Subject: Re: net-im/skype* vs. linux-c6-*: From: Oleg Nauman To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 15:39:50 -0000 On Sun, Nov 23, 2014 at 3:20 AM, Felix Palmen wrote: > Hello, > > Am Dienstag, 11. November 2014, 15:23:12 schrieben Sie: > > a) as far as I know Microsoft doesn't allow any client before 4.3, that > > would block net-im/skype and net-im/skype-devel. If you test, and find it > > works, can you let me know please? > > > > b) we're still lacking the syscalls required by Skype 4.3 in > 11.0-CURRENT, > > although dchagin@ is making good progress. > > for a), it's possible to circumvent that by once connecting with 4.3, then > downgrading to 4.2. It can be patched to report the same version string as > 4.3, but I didn't test, whether this is strictly required. Given the fact > that > 11-CURRENT can obviously run skype 4.3 just fine now, but still has > problems > with the linux pulseaudio libs (thus, rendering a skype version that > supports > sound only through pulseaudio pointless), I came up with the following > workaround for getting a fully working skype at the moment, as long as > there > are things missing for linux-pulseaudio: > > 1.) Get hold of an earlier version of net-im/skype4 still installing skype > 4.2, place it in net-im/skype42 for convenience > > 2.) remove the broken flag and the pulseaudio dependency from net-im/skype4 > Makefile > > 3.) install net-im/skype4, run it, log on making sure you check the > checkbox > for automatic logon (important!). > > 4.) exit skype, make sure no process is left over (use kill -9 if > necessary) > > 5.) uninstall net-im/skype4, install net-im/skype42 > > 6.) This MIGHT be unneccesary, not sure about this -- patch skype 4.2 to > report 4.3 version string: > There is no need to patch, the stock skype-4.2.0.13 is working fine after login in skype-4.3 > # gsed -i > "s/\x34\x2E\x32\x2E\x30\x2E\x31\x33/\x34\x2E\x33\x2E\x30\x2E\x33\x37/g" > /usr/local/share/skype/skype > > Skype should now work. This assumes running a system recent enough to run > skype 4.3 (obviously, without the pulseaudio stuff), having chosen the -c6 > linux ports as default and having a working setup for alsa shim in > /compat/linux/etc/alsa/pcm/pcm-oss.conf > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " > freebsd-emulation-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 19:28:40 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0294AB3E for ; Mon, 24 Nov 2014 19:28:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDED65EB for ; Mon, 24 Nov 2014 19:28:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJSdfX027166 for ; Mon, 24 Nov 2014 19:28:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 193861] audio/linux-f10-pulseaudio-libs: fix depends and comment, convert to @sample Date: Mon, 24 Nov 2014 19:28:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 19:28:40 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193861 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #2 from John Marino --- Jan, is this still valid? I can't test it, but I'm willing to commit it based on your recommendation (maintainer time out) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 19:31:06 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBD8ECF8 for ; Mon, 24 Nov 2014 19:31:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C312F6B0 for ; Mon, 24 Nov 2014 19:31:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJV6ig033929 for ; Mon, 24 Nov 2014 19:31:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 192541] [patch] www/linux-f10-flashplugin11: drop libflashsupport now that ALSA works fine Date: Mon, 24 Nov 2014 19:31:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 19:31:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192541 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |marino@FreeBSD.org Assignee|emulation@FreeBSD.org |marino@FreeBSD.org --- Comment #5 from John Marino --- I'll take this -- it's been rebased several times with no reaction from emulation@ so it qualifies for maintainer timeout. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 19:32:23 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4B0D5F for ; Mon, 24 Nov 2014 19:32:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53DD16CE for ; Mon, 24 Nov 2014 19:32:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJWNMb050909 for ; Mon, 24 Nov 2014 19:32:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195159] sysutils/linux-nero: unbreak |make fetch| Date: Mon, 24 Nov 2014 19:32:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 19:32:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195159 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |marino@FreeBSD.org Assignee|emulation@FreeBSD.org |marino@FreeBSD.org --- Comment #2 from John Marino --- qualifies under the "just fix it" blanket, so I'll take it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 19:33:12 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23936DBB for ; Mon, 24 Nov 2014 19:33:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9566E0 for ; Mon, 24 Nov 2014 19:33:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOJXBXV060625 for ; Mon, 24 Nov 2014 19:33:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195087] emulators/linux_base-f10: add archive mirror to MASTER_SITES Date: Mon, 24 Nov 2014 19:33:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 19:33:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195087 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |marino@FreeBSD.org Assignee|emulation@FreeBSD.org |marino@FreeBSD.org --- Comment #2 from John Marino --- qualified under "just fix it" blanket, so I'll take it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 20:30:11 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D9FBFCF for ; Mon, 24 Nov 2014 20:30:11 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84CECD85 for ; Mon, 24 Nov 2014 20:30:11 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAOKUB2v023069 for ; Mon, 24 Nov 2014 20:30:11 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195084] emulators/linux_base-{c6,f10}: libgmp.so.3 not found but required by expr(1) and factor(1) Date: Mon, 24 Nov 2014 20:30:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 20:30:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195084 Bug 195084 depends on bug 195087, which changed state. Bug 195087 Summary: emulators/linux_base-f10: add archive mirror to MASTER_SITES https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195087 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 24 23:38:44 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 031EC2FB for ; Mon, 24 Nov 2014 23:38:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF1A93DC for ; Mon, 24 Nov 2014 23:38:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAONchkp064260 for ; Mon, 24 Nov 2014 23:38:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 193904] www/linux-*-flashplugin11 has multiple security vulnerabilities Date: Mon, 24 Nov 2014 23:38:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jkim@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Nov 2014 23:38:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193904 Jung-uk Kim changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #3 from Jung-uk Kim --- Close an obsolete PR. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 01:34:10 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FA39364 for ; Tue, 25 Nov 2014 01:34:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26B88218 for ; Tue, 25 Nov 2014 01:34:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAP1YA3D065589 for ; Tue, 25 Nov 2014 01:34:10 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 193861] audio/linux-f10-pulseaudio-libs: fix depends and comment, convert to @sample Date: Tue, 25 Nov 2014 01:34:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 01:34:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193861 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147587|0 |1 is obsolete| | --- Comment #3 from Jan Beich --- Created attachment 149812 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149812&action=edit fix, v1.1 Yes and oops: - forgot to svn add .sample file (svn mv vs. svn patch) - net-im/skype4 no longer needs libasyncns dependency, linux-c6-pulseaudio-libs was fixed by ports r369048 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 01:37:03 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76F563EF for ; Tue, 25 Nov 2014 01:37:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E2B723F for ; Tue, 25 Nov 2014 01:37:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAP1b3eF067526 for ; Tue, 25 Nov 2014 01:37:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 193861] audio/linux-f10-pulseaudio-libs: fix depends and comment, convert to @sample Date: Tue, 25 Nov 2014 01:37:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 01:37:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193861 --- Comment #4 from Jan Beich --- Created attachment 149813 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149813&action=edit linux-f10-pulseaudio-libs-0.9.14.log Actually, |bulk -t| unless it's different from |testport|. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 07:13:46 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A46275A2 for ; Tue, 25 Nov 2014 07:13:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BAADA1C for ; Tue, 25 Nov 2014 07:13:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAP7Dkj5073312 for ; Tue, 25 Nov 2014 07:13:46 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 193861] audio/linux-f10-pulseaudio-libs: fix depends and comment, convert to @sample Date: Tue, 25 Nov 2014 07:13:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 07:13:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193861 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|emulation@FreeBSD.org |marino@FreeBSD.org --- Comment #5 from John Marino --- I'll overrake this PR (emulation@ timed out) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 07:17:36 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 676E0709 for ; Tue, 25 Nov 2014 07:17:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F045A45 for ; Tue, 25 Nov 2014 07:17:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAP7HaCl075228 for ; Tue, 25 Nov 2014 07:17:36 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 169896] [patch] audio/linux-f10-alsa-lib: use OSS plugin by default Date: Tue, 25 Nov 2014 07:17:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 07:17:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=169896 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org Assignee|freebsd-emulation@FreeBSD.o |marino@FreeBSD.org |rg | --- Comment #20 from John Marino --- I'll overtake the PR. Jan, is this still ready to go? patch still applies? And do I need to apply patch from bug 192541 at the same time before committing, or do I commit them separately? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 14:09:45 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B4539C0 for ; Tue, 25 Nov 2014 14:09:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 52BE7F09 for ; Tue, 25 Nov 2014 14:09:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAPE9jX6024887 for ; Tue, 25 Nov 2014 14:09:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 195365] can't build emulators/virtualbox-ose Date: Tue, 25 Nov 2014 14:09:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 14:09:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195365 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |freebsd-emulation@FreeBSD.o |org |rg Summary|can't build |can't build |emulations/virtualbox-ose |emulators/virtualbox-ose --- Comment #1 from Mark Linimon --- Fix Summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 14:34:26 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 947A42CE; Tue, 25 Nov 2014 14:34:26 +0000 (UTC) Received: from mx1.rsle.net (mx1.rsle.net [IPv6:2607:ff40:b0b::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46412274; Tue, 25 Nov 2014 14:34:26 +0000 (UTC) Received: from CLASSIFIED (CLASSIFIED [IPv6:2607:ff40:b0b::3:1415]) (authenticated bits=0) by mx1.rsle.net (8.14.9/8.14.9) with ESMTP id sAPEYMVi006028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 25 Nov 2014 09:34:24 -0500 (EST) (envelope-from freebsd-emulation@rsle.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.5 at antivirus.rsle.net Message-ID: <54749369.9020203@rsle.net> Date: Tue, 25 Nov 2014 09:34:17 -0500 From: "R. Scott Evans" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-emulation@FreeBSD.org Subject: virtualbox issue Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mx1.rsle.net [IPv6:2607:ff40:b0b::2]); Tue, 25 Nov 2014 09:34:24 -0500 (EST) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 14:34:26 -0000 I sucessfully updated virtualbox on my 9.3-RELEASE (amd64) hosts today without incident but trying to update an existing virtualbox-ose-4.3.18 port to 4.3.20 on a 10.1-RELEASE (amd64) box and I get a fail message that I don't have 32 bit libraries. Worked without them before but okay, I try and install the 32 bit libraries: "cd /usr/src; make build32 install32" and I now choke on libmagic... "... cd /usr/src/lib/libmagic; WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" MAKEOBJDIRPREFIX=/usr/obj/lib32 make SSP_CFLAGS= DESTDIR= DIRPRFX=lib/libmagic/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF -DEARLY_BUILD build-tools cc -O2 -pipe -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file/src -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -DCOMPILE_ONLY -L/usr/obj/usr/src/tmp/legacy/usr/lib -o mkmagic /usr/src/lib/libmagic/../../contrib/file/src/apprentice.c /usr/src/lib/libmagic/../../contrib/file/src/cdf_time.c /usr/src/lib/libmagic/../../contrib/file/src/encoding.c /usr/src/lib/libmagic/../../contrib/file/src/funcs.c /usr/src/lib/libmagic/../../contrib/file/src/magic.c /usr/src/lib/libmagic/../../contrib/file/src/print.c -lz -legacy /usr/bin/ld: cannot find -legacy cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[2]: stopped in /usr/src/lib/libmagic *** Error code 1 Stop. make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src " What am I missing? Thanks, -scott From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 14:39:18 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B1744C3 for ; Tue, 25 Nov 2014 14:39:18 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [74.201.84.155]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EDB0C2D2 for ; Tue, 25 Nov 2014 14:39:17 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=bsdjunk; d=bsdjunk.com; h=date:from:to:cc:message-id:in-reply-to:references:subject:mime-version:content-type:user-agent; b=NnWlmOIzdKf6VIs1YTQIVPYRinep0rl2X7cWf18BM/4BuNvmIhnWNNTM/HadfCtRZmLpIP9hipri szPpncFMPAq4MEjZoNaPLEsOA1zuburySLZDL8z5lV2lo5s3nmoaRMbT7fnc/ekixsO0xE80p4vq G7TzSgDPca4vF37RaH4= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1416926351183734.5570494557973; Tue, 25 Nov 2014 06:39:11 -0800 (PST) Date: Tue, 25 Nov 2014 08:39:11 -0600 From: chris To: R. Scott Evans Message-ID: <149e7644f1b.12560ffb4207876.2287123489046086704@bsdjunk.com> In-Reply-To: <54749369.9020203@rsle.net> References: <54749369.9020203@rsle.net> Subject: Re: virtualbox issue MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Cc: freebsd-emulation@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 14:39:18 -0000 Hi, I got this too and found it was something to do with my src.conf but I got lazy and didn't bother to test which one it was. But it's a start? Chris ---- On Tue, 25 Nov 2014 08:34:17 -0600 R. Scott Evans wrote ---- > I sucessfully updated virtualbox on my 9.3-RELEASE (amd64) hosts today > without incident but trying to update an existing virtualbox-ose-4.3.18 > port to 4.3.20 on a 10.1-RELEASE (amd64) box and I get a fail message > that I don't have 32 bit libraries. Worked without them before but > okay, I try and install the 32 bit libraries: > > "cd /usr/src; make build32 install32" > > and I now choke on libmagic... > > "... > cd /usr/src/lib/libmagic; WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m > /usr/src/tools/build/mk -m /usr/src/share/mk" > MAKEOBJDIRPREFIX=/usr/obj/lib32 make SSP_CFLAGS= DESTDIR= > DIRPRFX=lib/libmagic/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF > -DEARLY_BUILD build-tools > cc -O2 -pipe -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H > -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file/src > -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -DCOMPILE_ONLY > -L/usr/obj/usr/src/tmp/legacy/usr/lib -o mkmagic > /usr/src/lib/libmagic/../../contrib/file/src/apprentice.c > /usr/src/lib/libmagic/../../contrib/file/src/cdf_time.c > /usr/src/lib/libmagic/../../contrib/file/src/encoding.c > /usr/src/lib/libmagic/../../contrib/file/src/funcs.c > /usr/src/lib/libmagic/../../contrib/file/src/magic.c > /usr/src/lib/libmagic/../../contrib/file/src/print.c -lz -legacy > /usr/bin/ld: cannot find -legacy > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src/lib/libmagic > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > " > > What am I missing? > > Thanks, > -scott > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 16:00:52 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 662C6CAD; Tue, 25 Nov 2014 16:00:52 +0000 (UTC) Received: from mx1.rsle.net (mx1.rsle.net [IPv6:2607:ff40:b0b::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 27AD2E7C; Tue, 25 Nov 2014 16:00:52 +0000 (UTC) Received: from CLASSIFIED (CLASSIFIED [IPv6:2607:ff40:b0b::3:1415]) (authenticated bits=0) by mx1.rsle.net (8.14.9/8.14.9) with ESMTP id sAPG0ntg036274 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 25 Nov 2014 11:00:51 -0500 (EST) (envelope-from freebsd-emulation@rsle.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98.5 at antivirus.rsle.net Message-ID: <5474A7AC.2020707@rsle.net> Date: Tue, 25 Nov 2014 11:00:44 -0500 From: "R. Scott Evans" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-emulation@FreeBSD.org Subject: Re: virtualbox issue References: <54749369.9020203@rsle.net> In-Reply-To: <54749369.9020203@rsle.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mx1.rsle.net [IPv6:2607:ff40:b0b::2]); Tue, 25 Nov 2014 11:00:51 -0500 (EST) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 16:00:52 -0000 Sorry for the premature email, I should have dug into this more on the lib32 side... it appears there is an existing bug with regard to lib32 so they probably did previously exist on my box but went missing when I upgraded from 10.0-R to 10.1-R a week or two ago. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195302 Thanks, -scott On 11/25/14 09:34, R. Scott Evans wrote: > I sucessfully updated virtualbox on my 9.3-RELEASE (amd64) hosts today > without incident but trying to update an existing virtualbox-ose-4.3.18 > port to 4.3.20 on a 10.1-RELEASE (amd64) box and I get a fail message > that I don't have 32 bit libraries. Worked without them before but > okay, I try and install the 32 bit libraries: > > "cd /usr/src; make build32 install32" > > and I now choke on libmagic... > > "... > cd /usr/src/lib/libmagic; WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m > /usr/src/tools/build/mk -m /usr/src/share/mk" > MAKEOBJDIRPREFIX=/usr/obj/lib32 make SSP_CFLAGS= DESTDIR= > DIRPRFX=lib/libmagic/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF > -DEARLY_BUILD build-tools > cc -O2 -pipe -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H > -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file/src > -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -DCOMPILE_ONLY > -L/usr/obj/usr/src/tmp/legacy/usr/lib -o mkmagic > /usr/src/lib/libmagic/../../contrib/file/src/apprentice.c > /usr/src/lib/libmagic/../../contrib/file/src/cdf_time.c > /usr/src/lib/libmagic/../../contrib/file/src/encoding.c > /usr/src/lib/libmagic/../../contrib/file/src/funcs.c > /usr/src/lib/libmagic/../../contrib/file/src/magic.c > /usr/src/lib/libmagic/../../contrib/file/src/print.c -lz -legacy > /usr/bin/ld: cannot find -legacy > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 > > Stop. > make[2]: stopped in /usr/src/lib/libmagic > *** Error code 1 > > Stop. > make[1]: stopped in /usr/src > *** Error code 1 > > Stop. > make: stopped in /usr/src > " > > What am I missing? > > Thanks, > -scott From owner-freebsd-emulation@FreeBSD.ORG Tue Nov 25 18:52:27 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB651363 for ; Tue, 25 Nov 2014 18:52:27 +0000 (UTC) Received: from astart2.astart.com (108-248-95-193.lightspeed.sndgca.sbcglobal.net [108.248.95.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3F6B6DD for ; Tue, 25 Nov 2014 18:52:27 +0000 (UTC) Received: from laptop_93.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id sAPIVGJt020268 for ; Tue, 25 Nov 2014 10:31:16 -0800 (PST) (envelope-from papowell@astart.com) Message-ID: <5474CAF4.7030706@astart.com> Date: Tue, 25 Nov 2014 10:31:16 -0800 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: Re: Questions updating databases/linux-oracle-instantclient-* References: <20141123154446.GC44537@home.opsec.eu> <20141123160458.GD44537@home.opsec.eu> In-Reply-To: <20141123160458.GD44537@home.opsec.eu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Nov 2014 18:52:27 -0000 On 11/23/14 08:04, Kurt Jaeger wrote: > Hi! > >> The three ports databases/linux-oracle-instantclient-* need updating. >> >> My first step is to find out what to do to get them to work >> without some manual steps (the downloads are not part of this). > [...] >> Those manual steps make it work: >> >> cd /compat/linux/etc/ld.so.conf.d >> echo '/usr/lib/oracle/10.2.0.3/client/lib' \ >> > /compat/linux/etc/ld.so.conf.d/oracle10.conf >> /compat/linux/bin/bash -c ldconfig >> >> How can I integrate those steps into the port Makefile ? > I found the solution... > What was the solution? Did you file a PR on this? Thanks! From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 15:49:32 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B5A4CD4 for ; Wed, 26 Nov 2014 15:49:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72EF7A67 for ; Wed, 26 Nov 2014 15:49:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQFnWZW054846 for ; Wed, 26 Nov 2014 15:49:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] New: www/linux-*-flashplugi11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 15:49:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter cc blocked attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 15:49:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Bug ID: 195416 Summary: www/linux-*-flashplugi11: disable ALSA after all and convert to an option Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Keywords: patch, regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: marino@FreeBSD.org Reporter: jbeich@vfemail.net CC: emulation@FreeBSD.org Blocks: 192541 Created attachment 149891 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149891&action=edit optionalize ALSA output in Flash is fragile and doesn't work without major linuxulator update currently baking in dchagin's lemul branch. Backing out ports r373426 seems like a waste given that lemul is the future. Let's convert to an option, disabled by default and annotate (in _DESC) when to reconsider. Reported by: Andrei -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 16:25:45 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 942A55EF for ; Wed, 26 Nov 2014 16:25:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B611E44 for ; Wed, 26 Nov 2014 16:25:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQGPjiI090565 for ; Wed, 26 Nov 2014 16:25:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugi11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 16:25:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 16:25:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149891|0 |1 is obsolete| | --- Comment #1 from Jan Beich --- Created attachment 149893 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149893&action=edit optionalize, v1.1 - unbreak f10 - backport MASTER_SITES nit from bug 192541 comment 4 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 16:31:43 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3694384F for ; Wed, 26 Nov 2014 16:31:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E315F14 for ; Wed, 26 Nov 2014 16:31:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQGVgBv008572 for ; Wed, 26 Nov 2014 16:31:42 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugi11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 16:31:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 16:31:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #2 from Jan Beich --- Created attachment 149894 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149894&action=edit www/linux-c6-flashplugin11 log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 16:32:28 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E152D8A7 for ; Wed, 26 Nov 2014 16:32:28 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C9149F24 for ; Wed, 26 Nov 2014 16:32:28 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQGWS5l019634 for ; Wed, 26 Nov 2014 16:32:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugi11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 16:32:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 16:32:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #3 from Jan Beich --- Created attachment 149895 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149895&action=edit www/linux-f10-flashplugin11 log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 16:44:34 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48510E46 for ; Wed, 26 Nov 2014 16:44:34 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3011BF1 for ; Wed, 26 Nov 2014 16:44:34 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQGiY5L042659 for ; Wed, 26 Nov 2014 16:44:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugi11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 16:44:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 16:44:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #4 from John Marino --- should I be concerned about these lines in the logs? ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%LINUXBASE%%/usr/lib Error: Orphaned: @dir %%LINUXBASE%%/usr Error: Orphaned: @dir %%LINUXBASE%% Error: Orphaned: @dir /compat -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 17:01:21 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DFEF484 for ; Wed, 26 Nov 2014 17:01:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 559FE269 for ; Wed, 26 Nov 2014 17:01:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQH1LuA001648 for ; Wed, 26 Nov 2014 17:01:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 17:01:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 17:01:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|www/linux-*-flashplugi11: |www/linux-*-flashplugin11: |disable ALSA after all and |disable ALSA after all and |convert to an option |convert to an option --- Comment #5 from Jan Beich --- Ironically, PepperFlash wrapped with freshplayerplugin has no such ALSA issue with current linuxulator. (In reply to John Marino from comment #4) > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: @dir %%LINUXBASE%%/usr/lib > Error: Orphaned: @dir %%LINUXBASE%%/usr > Error: Orphaned: @dir %%LINUXBASE%% > Error: Orphaned: @dir /compat They were present before. Probably an artifact from *not* using USE_LINUX_PREFIX while installing some files there. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 17:05:59 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D99D16C6 for ; Wed, 26 Nov 2014 17:05:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C17D7362 for ; Wed, 26 Nov 2014 17:05:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQH5xAV029002 for ; Wed, 26 Nov 2014 17:05:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 17:06:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 17:05:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #6 from John Marino --- hmm, aren't they just empty directories in stage directory? It's not worth removing them with post-install command? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 18:58:19 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E6C69C for ; Wed, 26 Nov 2014 18:58:19 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFAB3197 for ; Wed, 26 Nov 2014 18:58:19 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQIwJQP077693 for ; Wed, 26 Nov 2014 18:58:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 18:58:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 18:58:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149893|0 |1 is obsolete| | --- Comment #7 from Jan Beich --- Created attachment 149900 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149900&action=edit optionalize, v2 (In reply to John Marino from comment #6) > hmm, aren't they just empty directories in stage directory? > It's not worth removing them with post-install command? That's a regression from bug 192541. I forgot to alter ${MKDIR} line. With return of libflashsupport.so we need ${STAGEDIR}${LINUXBASE}/usr/lib again. To fix ALSA=off there's probably no better way than @dir. It should have been implemented as a recursive keyword to mimic behavior under PREFIX. And even then |@dir /compat| would break if LINUXBASE is under anything other than /compat. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 18:59:02 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E89B6E4 for ; Wed, 26 Nov 2014 18:59:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05A0A19F for ; Wed, 26 Nov 2014 18:59:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQIx1u6078250 for ; Wed, 26 Nov 2014 18:59:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 18:59:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 18:59:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149894|0 |1 is obsolete| | --- Comment #8 from Jan Beich --- Created attachment 149901 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149901&action=edit www/linux-c6-flashplugin11 log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 18:59:23 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 334F072B for ; Wed, 26 Nov 2014 18:59:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A4A81A6 for ; Wed, 26 Nov 2014 18:59:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQIxMcr078517 for ; Wed, 26 Nov 2014 18:59:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 18:59:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 18:59:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #149895|0 |1 is obsolete| | --- Comment #9 from Jan Beich --- Created attachment 149902 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149902&action=edit www/linux-f10-flashplugin11 log -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 19:11:49 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9D078F2 for ; Wed, 26 Nov 2014 19:11:49 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 912B0368 for ; Wed, 26 Nov 2014 19:11:49 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQJBn8T039916 for ; Wed, 26 Nov 2014 19:11:49 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 19:11:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 19:11:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #10 from Jan Beich --- Created attachment 149906 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149906&action=edit www/linux-c6-flashplugin11 log with ALSA=on -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 19:12:43 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C78FA1D for ; Wed, 26 Nov 2014 19:12:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 83CBD375 for ; Wed, 26 Nov 2014 19:12:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQJChfY051905 for ; Wed, 26 Nov 2014 19:12:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 19:12:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 19:12:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #11 from Jan Beich --- Created attachment 149907 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149907&action=edit www/linux-f10-flashplugin11 log with ALSA=on -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 19:48:59 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47782373 for ; Wed, 26 Nov 2014 19:48:59 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F11D910 for ; Wed, 26 Nov 2014 19:48:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQJmxIC022610 for ; Wed, 26 Nov 2014 19:48:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 19:48:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 19:48:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 --- Comment #12 from commit-hook@freebsd.org --- A commit references this bug: Author: marino Date: Wed Nov 26 19:48:26 UTC 2014 New revision: 373458 URL: https://svnweb.freebsd.org/changeset/ports/373458 Log: www/linux-*-flashplugin11: convert ALSA to option, but off by default ALSA output in Flash is fragile and doesn't work without the major linulator update currently baking in dchagin's lemul branch. While waiting for that change, current ALSA to a disabled-by-default option. PR: 195416 Submitted by: Jan Beich Approved by: Continuation of recent work Changes: head/www/linux-c6-flashplugin11/Makefile head/www/linux-c6-flashplugin11/distinfo head/www/linux-c6-flashplugin11/pkg-plist head/www/linux-f10-flashplugin11/Makefile head/www/linux-f10-flashplugin11/distinfo head/www/linux-f10-flashplugin11/pkg-plist -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 26 19:53:05 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31D99422 for ; Wed, 26 Nov 2014 19:53:05 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 191939CE for ; Wed, 26 Nov 2014 19:53:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAQJr4hY052759 for ; Wed, 26 Nov 2014 19:53:04 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 195416] www/linux-*-flashplugin11: disable ALSA after all and convert to an option Date: Wed, 26 Nov 2014 19:53:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 26 Nov 2014 19:53:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195416 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #13 from John Marino --- Let's hope everything is working now! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 28 03:55:40 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E0F8D21; Fri, 28 Nov 2014 03:55:40 +0000 (UTC) Received: from icp-osb-irony-out1.external.iinet.net.au (icp-osb-irony-out1.external.iinet.net.au [203.59.1.210]) by mx1.freebsd.org (Postfix) with ESMTP id C2287966; Fri, 28 Nov 2014 03:55:38 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlEFAI7xd1R90arE/2dsb2JhbABbgwZRgw2xKQEBAQEBAQaTUgyGSwKBBxYBAQEBAX2EAwEBAwEBAjc/BQsLDRQlDwUUBDETiDcIDtFtAQEBAQEBBAEBAQEBGQSGN4pEB4MugR8Fl0yEKYMLgTaGQECHIYdGhBArMAGCSQEBAQ X-IronPort-AV: E=Sophos;i="5.07,474,1413216000"; d="scan'208";a="275347082" Received: from unknown (HELO smtp.phoenix) ([125.209.170.196]) by icp-osb-irony-out1.iinet.net.au with ESMTP; 28 Nov 2014 11:55:26 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 1C3B21CE; Fri, 28 Nov 2014 14:55:26 +1100 (AEDT) Date: Fri, 28 Nov 2014 14:55:26 +1100 From: andrew clarke To: "R. Scott Evans" Subject: Re: virtualbox issue Message-ID: <20141128035526.GA65187@ozzmosis.com> References: <54749369.9020203@rsle.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54749369.9020203@rsle.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-emulation@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 28 Nov 2014 03:55:40 -0000 On Tue 2014-11-25 09:34:17 UTC-0500, R. Scott Evans (freebsd-emulation@rsle.net) wrote: > I sucessfully updated virtualbox on my 9.3-RELEASE (amd64) hosts today > without incident but trying to update an existing virtualbox-ose-4.3.18 > port to 4.3.20 on a 10.1-RELEASE (amd64) box and I get a fail message > that I don't have 32 bit libraries. Worked without them before but > okay, I try and install the 32 bit libraries: > > "cd /usr/src; make build32 install32" > > and I now choke on libmagic... > > "... > cd /usr/src/lib/libmagic; WORLDTMP=/usr/obj/usr/src/tmp MAKEFLAGS="-m > /usr/src/tools/build/mk -m /usr/src/share/mk" > MAKEOBJDIRPREFIX=/usr/obj/lib32 make SSP_CFLAGS= DESTDIR= > DIRPRFX=lib/libmagic/ -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF > -DEARLY_BUILD build-tools > cc -O2 -pipe -DMAGIC='"/usr/share/misc/magic"' -DHAVE_CONFIG_H > -I/usr/src/lib/libmagic -I/usr/src/lib/libmagic/../../contrib/file/src > -std=gnu99 -I/usr/obj/usr/src/tmp/legacy/usr/include -DCOMPILE_ONLY > -L/usr/obj/usr/src/tmp/legacy/usr/lib -o mkmagic > /usr/src/lib/libmagic/../../contrib/file/src/apprentice.c > /usr/src/lib/libmagic/../../contrib/file/src/cdf_time.c > /usr/src/lib/libmagic/../../contrib/file/src/encoding.c > /usr/src/lib/libmagic/../../contrib/file/src/funcs.c > /usr/src/lib/libmagic/../../contrib/file/src/magic.c > /usr/src/lib/libmagic/../../contrib/file/src/print.c -lz -legacy > /usr/bin/ld: cannot find -legacy > cc: error: linker command failed with exit code 1 (use -v to see invocation) > *** Error code 1 I encountered this last month: https://lists.freebsd.org/pipermail/freebsd-ports/2014-October/096077.html https://lists.freebsd.org/pipermail/freebsd-ports/2014-November/096359.html Regards Andrew From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 29 15:00:45 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81007285; Sat, 29 Nov 2014 15:00:45 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 15FD1E9; Sat, 29 Nov 2014 15:00:45 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so20768020wiv.12 for ; Sat, 29 Nov 2014 07:00:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=F5hzJHRr2dq8+RgZfurigfpCPdxn2Enox2iNzVrrmLA=; b=N13FoHoNWk+5DiDU6nggDwNMVTcJaKo8EYAd1m6HwWYQ71gyPusnflf4CDG+QUsaso lkTA8rEe3xX/o3QDUSowzw1Vs6UAMXsJ9OzBYdWV3CQ3pscwDffyL5rup3BqPJuqmPj6 9McmAXJ2Q2nRQADbgTKNsY6aBgk6lxr5ej/GU4yDFvX6GHqi7UqCtcjtuvhw9+CwkKNQ ci+tJ8/0VztTj5ihVLIxfaaZwH3S2Uip+5AvByK8RAsdOJuQXLJnp6NNMKw393TfWUtA MFqYL+/cgniX5tud3bGzgUO2kcV22gFJT4Ybmlpa4SzB8S/zKmr/OtW1Z7IkE4X5vPw1 RSXw== MIME-Version: 1.0 X-Received: by 10.194.85.161 with SMTP id i1mr7744965wjz.35.1417273243456; Sat, 29 Nov 2014 07:00:43 -0800 (PST) Received: by 10.216.214.201 with HTTP; Sat, 29 Nov 2014 07:00:43 -0800 (PST) Date: Sat, 29 Nov 2014 16:00:43 +0100 Message-ID: Subject: Virtualbox 4.3.20 crashes FreeBSD 11.0-CURRENT From: "Ranjan1018 ." <214748mv@gmail.com> To: FreeBSD CURRENT , freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 29 Nov 2014 15:00:45 -0000 *Just upgrade emulators/virtualbox-ose-4.3.20 via pkg upgrade. Starting a VM, Windows XP or Ubuntu x86, after few seconds the laptop freezes.The system responds only to power off, pressing the power button for few seconds. The only things I can do is a photo of the screen: https://plus.google.com/112995826906094353410/posts/6amoaitgP8e * *Maurizio* From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 29 16:49:25 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1C88C4F; Sat, 29 Nov 2014 16:49:25 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 72A0EC2F; Sat, 29 Nov 2014 16:49:25 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 4816A1FE022; Sat, 29 Nov 2014 17:49:22 +0100 (CET) Message-ID: <5479F92A.80604@selasky.org> Date: Sat, 29 Nov 2014 17:49:46 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "Ranjan1018 ." <214748mv@gmail.com>, FreeBSD CURRENT , freebsd-emulation@freebsd.org Subject: Re: Virtualbox 4.3.20 crashes FreeBSD 11.0-CURRENT References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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, 29 Nov 2014 16:49:25 -0000 On 11/29/14 16:00, Ranjan1018 . wrote: > *Just upgrade emulators/virtualbox-ose-4.3.20 via pkg upgrade. Starting a > VM, Windows XP or Ubuntu x86, after few seconds the laptop freezes.The > system responds only to power off, pressing the power button for few > seconds. The only things I can do is a photo of the screen: > https://plus.google.com/112995826906094353410/posts/6amoaitgP8e > * > > *Maurizio* Hi, Can you try to apply the patch in the following PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194196 Not sure if it helps. --HPS