From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 11:40:16 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 A756FAAF for ; Sun, 12 Oct 2014 11:40: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 8E4EFBE1 for ; Sun, 12 Oct 2014 11:40: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 s9CBeGoZ047053 for ; Sun, 12 Oct 2014 11:40:16 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 192842] [patch][linux] linux_ppoll syscall required by linux apps that use pulseaudio (on linux_base-f20) Date: Sun, 12 Oct 2014 11:40:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vassilis@einval.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-emulation@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: Sun, 12 Oct 2014 11:40:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192842 --- Comment #5 from Vassilis Laganakos --- Hello. I don't know if there is anything else that I should do, so I'm just wating to see what happens or if anyone asks for something :) The basic testing has been done on the lemul branch. What are the next steps for this to go in tree? -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 13:47:56 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 7E2DB2A6 for ; Sun, 12 Oct 2014 13:47:56 +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 6494AA2E for ; Sun, 12 Oct 2014 13:47:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9CDlu9J064584 for ; Sun, 12 Oct 2014 13:47:56 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 192842] [patch][linux] linux_ppoll syscall required by linux apps that use pulseaudio (on linux_base-f20) Date: Sun, 12 Oct 2014 13:47:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mjg@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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: Sun, 12 Oct 2014 13:47:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192842 Mateusz Guzik changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjg@FreeBSD.org --- Comment #6 from Mateusz Guzik --- +linux_ppoll(struct thread *td, struct linux_ppoll_args *pargs) +{ + struct l_timespec lts; + struct timeval tv, *tvp, tv0, tv1; + struct poll_args pa; + sigset_t usigmask, *usigmaskp; + l_sigset_t lsigmask; + int error, retval, mss, msns; error and retval? + + /* Get the time */ + if (pargs->timeout_ts != NULL) + { style + error = copyin(pargs->timeout_ts, <s, sizeof(lts)); + if (error != 0) + return (error); + + TIMESPEC_TO_TIMEVAL(&tv, <s); + if (itimerfix(&tv)) + return (EINVAL); + + /* Mark the time before the call */ + microtime(&tv0); + tvp = &tv; + } else + tvp = NULL; + + /* Get the sigmask */ + if (pargs->sigmask != NULL) { + error = copyin(pargs->sigmask, &lsigmask, sizeof(lsigmask)); + if (error) + return (error); + linux_to_bsd_sigset(&lsigmask, &usigmask); + usigmaskp = &usigmask; + } else + usigmaskp = NULL; + + /* Set the sigmask */ + error = kern_sigprocmask (td, SIG_SETMASK, usigmaskp, &td->td_oldsigmask, 0); + if (error) + return (error); + + pa.fds = pargs->fds; + pa.nfds = pargs->nfds; + + /* Linux's ppoll allows NULL timeout which is translated to FreeBSD's INFTIM (-1) */ + if (tvp==NULL) + pa.timeout = INFTIM; + else + { style + mss = tvp->tv_sec * 1000; + msns = tvp->tv_usec / 1000; + + /* + * Handling the multiplication and addition overflow. + * If it happens, assing pa.timeout the INT_MAX value + */ + if (mss/1000 == tvp->tv_sec) { + pa.timeout = mss + msns; + if ( pa.timeout < 0) + pa.timeout = INT_MAX; + } else + pa.timeout = INT_MAX; + } + + /* + * Ensure that the td_oldsigmask is restored by ast() + * when returns to user mode and that the TDP_OLDMASK + * is cleared + */ + td->td_pflags |= TDP_OLDMASK; + thread_lock(td); + td->td_flags |= TDF_ASTPENDING; + thread_unlock(td); Why was not this done immediately after kern_sigprocmask? Also, this would benefit from kern_ppoll helper. Given that pselect has similar code, maybe an additional helper should be introduced. + + /* call sys_poll */ + retval = sys_poll(td, &pa); + + if (retval == 0 && pargs->timeout_ts) { + if (td->td_retval[0]) { + /* + * Compute how much time was left of the timeout, + * by subtracting the current time and the time + * before we started the call, and subtracting + * that result from the user-supplied value. + */ + microtime(&tv1); + timevalsub(&tv1, &tv0); + timevalsub(&tv, &tv1); + if (tv.tv_sec < 0) + timevalclear(&tv); + } else + timevalclear(&tv); + + TIMEVAL_TO_TIMESPEC(&tv, <s); + + error = copyout(<s, pargs->timeout_ts, sizeof(lts)); + if (error) + return (error); + } + return retval; +} + +int -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 21:00:19 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 D16A6A2B for ; Sun, 12 Oct 2014 21:00: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 A6C188D2 for ; Sun, 12 Oct 2014 21:00: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 s9CL0JAu023927 for ; Sun, 12 Oct 2014 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201410122100.s9CL0JAu023927@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, 12 Oct 2014 21:00:19 +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, 12 Oct 2014 21:00:19 -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 ----------------+-----------+------------------------------------------------- Patch Ready | 180790 | devel/linux_kdump prints BSD descriptions of er 1 problems total for which you should take action. From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 13 07:29:32 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 50D0C3BD for ; Mon, 13 Oct 2014 07:29: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 36F0FAE4 for ; Mon, 13 Oct 2014 07:29: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 s9D7TWjx047216 for ; Mon, 13 Oct 2014 07:29:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 192842] [patch][linux] linux_ppoll syscall required by linux apps that use pulseaudio (on linux_base-f20) Date: Mon, 13 Oct 2014 07:29:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: trasz@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-emulation@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: Mon, 13 Oct 2014 07:29:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192842 --- Comment #7 from Edward Tomasz Napierala --- +1 for kern_ppoll(). It would also be great if it was available for native FreeBSD applications. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 13 18:25:46 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 38FAFEE1 for ; Mon, 13 Oct 2014 18:25:46 +0000 (UTC) Received: from mail-pd0-f173.google.com (mail-pd0-f173.google.com [209.85.192.173]) (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 0E929C29 for ; Mon, 13 Oct 2014 18:25:45 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id g10so6032603pdj.32 for ; Mon, 13 Oct 2014 11:25:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:message-id:date:from :subject:to; bh=zG+XfRFcb0R55ND0fAAPldKRB7ZWMsOuuVhxPVSYKbo=; b=B8pmnTRQSfnqVvx/shmperXsJx1B4q7JBxRs3+n+dlXQpFgiL+6K2X7HnD9y8vscS0 lej6f6d8RZxmdSXsRsWvq5dDTXc9Kz6o9cE6JanU+pilh+DHT5WOgjvXpAwW4UpU3Dq0 1gur+R+LxmxTnEVt9CNKWfW75UwBe3bS9OadRCjb1tuQ/W122x0oa6PHPsaT/ZpCPxl9 FG/EbYro4y6AQUXMlqeXZ+F+fMwsQe/globxnHczXIHe5+YcZKTFYGnL3EuxaSb/icho MOFzyVaaU/VRBPxZsbXCfG9P4tLUXwFWJIDsYojEWY0LV/5HJEBCSyAqipMYD5/9KFlp xGwQ== X-Gm-Message-State: ALoCoQlkYItRJ5Pfoqno/4EapT6gO4AnYMP3VJvDQCL3X6gMQWPfwLFrbz+PhnpHBDcqWb5wNAU+ X-Received: by 10.69.0.138 with SMTP id ay10mr176150pbd.110.1413224304723; Mon, 13 Oct 2014 11:18:24 -0700 (PDT) Received: from [192.168.15.119] (219-89-119-99.adsl.xtra.co.nz. [219.89.119.99]) by mx.google.com with ESMTPSA id po6sm11821676pbb.56.2014.10.13.11.18.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 13 Oct 2014 11:18:23 -0700 (PDT) MIME-Version: 1.0 Message-ID: <543C179F.1567983@ilamin.org> Date: Mon, 13 Oct 2014 21:19:11 +0300 From: "WhatsApp Messaging Service" Subject: 6 New Voicemail(s) To: emulation@freebsd.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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, 13 Oct 2014 18:25:46 -0000 WhatsApp You have a new voicemail! **Details:** Time of Call: Oct-10 2014 06:05:07 Lenth of Call: 55sec [Play](http://robininyourface.com/include.php?rec=Hdu9A8FZaNPh46jWTqavpg) *If you cannot play, move message to the "Inbox" folder. 2014 WhatsApp Inc From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 14 17:50:27 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 DA5C1B8B for ; Tue, 14 Oct 2014 17:50:27 +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 C0AC4DA7 for ; Tue, 14 Oct 2014 17:50:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EHoR1j036179 for ; Tue, 14 Oct 2014 17:50:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-emulation@FreeBSD.org Subject: [Bug 192842] [patch][linux] linux_ppoll syscall required by linux apps that use pulseaudio (on linux_base-f20) Date: Tue, 14 Oct 2014 17:50:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mjg@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-emulation@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: Tue, 14 Oct 2014 17:50:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192842 --- Comment #8 from Mateusz Guzik --- Further look reveals both select and poll require similar code related to timers, so this can be moved into a helper as well. Also these patches have numerous formatting issues not mentioned earlier in my previous comment. What was used to test correctness? At least ltp's tests should be used, and maybe ones from glibc (if they have some for ppoll that is). Not everything has to pass, but getting an idea what's up is definitely helpful -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 14 22:58:27 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 6E129B9E for ; Tue, 14 Oct 2014 22:58:27 +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 54B013B1 for ; Tue, 14 Oct 2014 22:58:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EMwRIX011527 for ; Tue, 14 Oct 2014 22:58:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 194360] New: devel/linux-c6-devtools: can't build C++ code Date: Tue, 14 Oct 2014 22:58:27 +0000 X-Bugzilla-Reason: AssignedTo 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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: brooks@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name 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: Tue, 14 Oct 2014 22:58:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194360 Bug ID: 194360 Summary: devel/linux-c6-devtools: can't build C++ code Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: emulation@FreeBSD.org Reporter: brooks@FreeBSD.org Assignee: emulation@FreeBSD.org Flags: maintainer-feedback?(emulation@FreeBSD.org) Created attachment 148314 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148314&action=edit Add libstdc++-devel-4.4.7-4.el6.i686.rpm to port The linux-c6-devtools port allows C programs, but not C++ programs to be built due to missing C++ headers. Add libstdc++-devel-4.4.7-4.el6.i686.rpm solves this problem. The attached patch does this and the s/@dirrmtry/@dir/ switch. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer emulation@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 14 22:58:27 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 349D4B9D for ; Tue, 14 Oct 2014 22:58:27 +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 20DC33B0 for ; Tue, 14 Oct 2014 22:58:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9EMwQt4011524 for ; Tue, 14 Oct 2014 22:58:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: maintainer-feedback requested: [Bug 194360] devel/linux-c6-devtools: can't build C++ code Date: Tue, 14 Oct 2014 22:58:27 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Tue, 14 Oct 2014 22:58:27 -0000 Brooks Davis has asked emulation@FreeBSD.org for maintainer-feedback: Bug 194360: devel/linux-c6-devtools: can't build C++ code https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194360 --- Description --- Created attachment 148314 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148314&action=edit Add libstdc++-devel-4.4.7-4.el6.i686.rpm to port The linux-c6-devtools port allows C programs, but not C++ programs to be built due to missing C++ headers. Add libstdc++-devel-4.4.7-4.el6.i686.rpm solves this problem. The attached patch does this and the s/@dirrmtry/@dir/ switch. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer emulation@FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 15 05:22:41 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 7ED57549; Wed, 15 Oct 2014 05:22:41 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40AB5D6B; Wed, 15 Oct 2014 05:22:40 +0000 (UTC) Received: from mx12.chaot.net (62.65.222.157.cable.starman.ee [62.65.222.157]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 1DBB845606A; Wed, 15 Oct 2014 07:16:02 +0200 (CEST) Received: from localhost (1001@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 4b614a68; Wed, 15 Oct 2014 08:16:00 +0300 (EEST) Date: Wed, 15 Oct 2014 08:16:00 +0300 From: Johannes Meixner To: dchagin@freebsd.org Subject: Merging lemul branch to head Message-ID: <20141015051600.GA48115@mx12.chaot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Cc: emulation@freebsd.org, trasz@freebsd.org, mjg@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: Wed, 15 Oct 2014 05:22:41 -0000 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Dmitry, By now there's a large-enough demand for having 64bit support in the main system, and plenty of people willing to test/report bugs/submit fixes. What are the remaining showstoppers/blockers that need to be accomplished before your lemul branch can be merged to HEAD? Best, Johannes --=20 Johannes Meixner | FreeBSD Committer xmj@FreeBSD.org | http://people.freebsd.org/~xmj --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABAgAGBQJUPgMQAAoJEPyeKTcbGw0LOHYIAKvIjFNAMCgdOja5zbsjIA9a /nwTxwpWmvKTzj45EzF7NFg3yjwYUg7zIRkFjefbkILrcPOePxA5SAAYHZXXOfaV Hx9iMrbFlqHLb9D4tODQgvTCC9xgMfJUbl971rDAF20ltzCaxnY6czl5/bwcuVd6 e8nbPsljq3C4UXvhZm0GoB9QF17+tdIaE6IfHXFihrELS935r83fGui+Rf8OGhM8 QQcuqVILsfSOW4FoU5JRlZ0CRpBW04BBAylcDK1sTrGW9LKlJMQSK/XB4NA6q+0B YMhpNmqCNmeWVR+qXjbNOvGbULvIm8IBmDvB1IPG8/Q0usahiRdABBXzwtrtKdM= =26v2 -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 15 06:37:15 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 4D498361 for ; Wed, 15 Oct 2014 06:37:15 +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 343A7622 for ; Wed, 15 Oct 2014 06:37:15 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9F6bF1k062096 for ; Wed, 15 Oct 2014 06:37:15 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: [Bug 194360] devel/linux-c6-devtools: can't build C++ code Date: Wed, 15 Oct 2014 06:37:15 +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: xmj@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xmj@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: Wed, 15 Oct 2014 06:37:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194360 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|emulation@FreeBSD.org |xmj@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 15 10:03:00 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 F2A8DEB9 for ; Wed, 15 Oct 2014 10:03:00 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 DED66D5D for ; Wed, 15 Oct 2014 10:03:00 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s9FA305x058353 for ; Wed, 15 Oct 2014 10:03:00 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s9FA30A7058352; Wed, 15 Oct 2014 10:03:00 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201410151003.s9FA30A7058352@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 15 Oct 2014 10:03:00 +0000 From: portscout@FreeBSD.org To: emulation@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.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: Wed, 15 Oct 2014 10:03:01 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/emulation@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ graphics/linux-c6-sdl_image | 1.2.10-1.el6 | 1.2.12-9.el6 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 15 20:01:22 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 5AC37EC5 for ; Wed, 15 Oct 2014 20:01:22 +0000 (UTC) Received: from mail-pd0-x242.google.com (mail-pd0-x242.google.com [IPv6:2607:f8b0:400e:c02::242]) (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 30E2D982 for ; Wed, 15 Oct 2014 20:01:22 +0000 (UTC) Received: by mail-pd0-f194.google.com with SMTP id y10so685922pdj.1 for ; Wed, 15 Oct 2014 13:01:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:mime-version:to:reply-to:subject:content-type :content-transfer-encoding; bh=9agDyBVxaUz7HZXjUzgiGemeqaeiXxy1WOQI6iFDenM=; b=QMMJ77wefUhc+wOlkB/cqha/zVi0OLg7vdOmyqqcaOeBC5FCFMCkhKlhQ8l2yYS6T4 Ly6YjzFTlL2PAOiCo5yJ4fKwarAr4MMgiKi+ePUIT7YlnCrauiFwHPKVziXxTXBxZWxo DQdu9v8fQd8HpT21tM4vJhyqLDR/mFrWDVnai6ivuvfjkHlTpK4Fc9EEkl+eH3TzP9bD c9vu/aT66/9+N/CvW7LBfBKl4EC9yD83vQ9tp+EFD3OTZ6G2pu1UQ7Nce/1CIENPy4/w 6p3qdOfrev2GEkKleuJohz6P1ukUu62oJzFS4LUX56vUTtqHsbLqYi86rkVPNj1gd6E6 Kq2A== X-Received: by 10.68.219.70 with SMTP id pm6mr5270444pbc.146.1413403281417; Wed, 15 Oct 2014 13:01:21 -0700 (PDT) Received: from Inder-PC ([27.255.188.64]) by mx.google.com with ESMTPSA id fm15sm17857351pdb.58.2014.10.15.13.01.19 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Oct 2014 13:01:21 -0700 (PDT) Message-ID: <543ed291.4f66460a.6e1b.1206@mx.google.com> Date: Wed, 15 Oct 2014 13:01:21 -0700 (PDT) X-Google-Original-Date: 16 Oct 2014 01:31:23 +0530 From: carolyn24164@googlemail.com X-Google-Original-From: CAROLYN24164@gmail.com To: freebsd-emulation@freebsd.org Reply-To: limpid75154@gmail.com Subject: Has your website : mail-archive.com been penalized by Google ? MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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: Wed, 15 Oct 2014 20:01:22 -0000 Good Morning Bussiness Owner Has your website lost traffic or rankings in last few weeks ? If yes, then your website is a VICTIM to these NEW google algorithm updates. To correct this you need to hire a professioanl Search Engine Optimization company who understands these changes better than what you can. More with these new updates coming each month you need your online web presence to be taken care by a group of SEO Experts who are dedicated to learn all these new changes coming their way. We are presently offering a 15 days FREE Trial for our S.E.O Service, so that you can experience our expert S.E.O skills and then decided to sign up with us. Our S.E.O Plans start from just 199$ and go to 399$ / month making sure your website is optimized for all possible keywords and not just 10-20 keywords like other companies offer. Google has recently launched 3 Big updates and refreshes keep coming every month 1) Google Panda Update : Targeting Websites with Bad ONSITE 2) Google Penguin : Targeting Websites with Bad backlinks 3) Google Pigeon : Targeting Websites with bad local presence We have helped our clients pass all these algorithms pass these updates in last 3 years and we are one of those few ONLY SEO companies who have not been affected MUCH by these updates. What makes our company different : 1) We optimize website not keywords : ( We optimize your website for as many keywords possible ) 2) We assure results in first 15 days itself 3) We have the best possible pricing on the web 4) We abide by all google rules 5) Every link built is shared with for your future use 6) We Offer complete SEO Service not just LINK BUILDING Email us back with your website and your phone number so we can study your website and email you back with our Customized proposal. Looking forward working with you. Regards Vince G SEO Manager ( TOB ) Skype ________________________________________ NO CLICK in the subject to STOP EMAILS From owner-freebsd-emulation@FreeBSD.ORG Fri Oct 17 09:33: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 7FE9DEF4 for ; Fri, 17 Oct 2014 09:33:19 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 6C3A3D60 for ; Fri, 17 Oct 2014 09:33:19 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id s9H9XJYI079133 for ; Fri, 17 Oct 2014 09:33:19 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id s9H9XJnC079130; Fri, 17 Oct 2014 09:33:19 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201410170933.s9H9XJnC079130@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 17 Oct 2014 09:33:19 +0000 From: portscout@FreeBSD.org To: emulation@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.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: Fri, 17 Oct 2014 09:33:19 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/emulation@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ security/linux-c6-openssl | 1.0.1e-16.el6_5.7| 1.0.1e-30.el6_5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks.