Date: Wed, 16 Mar 2016 11:29:00 +0000 From: =?utf-8?Q?Ami=20Bloomer?= <ami@goclozer.com> To: <x11@FreeBSD.org> Subject: =?utf-8?Q?Hey?= Message-ID: <738204770875c4cb1b23867de55c51217e1.20160316112846@mail24.atl51.rsgsv.net>
next in thread | raw e-mail | index | archive | help
Don't let lack of sales skills hold your art back. View this email in your browser (http://us12.campaign-archive2.com/?u=738204770875c4cb1b23867de&id=e6cb0996b8&e=55c51217e1) ** Could your business use a Clozer? ------------------------------------------------------------ Clozers (http://www.goclozer.com) are on-demand, commission only sales professionals. We developed the concept because a friend with a video production company had always sucked at sales. It was painful for us to see his sales skills holding his art back. We'd like to invite you totry Clozer out (http://companymembership.goclozer.com) . You can see if you are eligible to work with their sales guys here: companymembership.goclozer.com We'd love to serve your company, the same way we are serving 15,000 others. Have a look at love for Clozer Love.GoClozer.com Always at your service, Ami CEO CLOZER P.S we always recommend that you only work with verified Clozers, if you are eligible. ============================================================ ** (http://www.twitter.com/goclozer) ** (http://www.facebook.com/goclozer) ** (www.goclozer.com) Copyright © 2016* GoClozer.com, All rights reserved. Our mailing address is: 38 Mill Street, Bedford MK40 3HD Want to change how you receive these emails? You can ** update your preferences (http://GoClozer.us12.list-manage.com/profile?u=738204770875c4cb1b23867de&id=fe24d431d3&e=55c51217e1) or ** unsubscribe from this list (http://GoClozer.us12.list-manage2.com/unsubscribe?u=738204770875c4cb1b23867de&id=fe24d431d3&e=55c51217e1&c=e6cb0996b8) From owner-freebsd-x11@freebsd.org Wed Mar 16 20:30:45 2016 Return-Path: <owner-freebsd-x11@freebsd.org> Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A483DAD3441 for <freebsd-x11@mailman.ysv.freebsd.org>; Wed, 16 Mar 2016 20:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7BC7F9DC for <freebsd-x11@FreeBSD.org>; Wed, 16 Mar 2016 20:30:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u2GKUjSN088079 for <freebsd-x11@FreeBSD.org>; Wed, 16 Mar 2016 20:30:45 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-x11@FreeBSD.org Subject: [Bug 201623] /usr/ports/graphics/dri fails on powerpc Date: Wed, 16 Mar 2016 20:30:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markmi@dsl-only.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: <bug-201623-8047-heVwRYkekg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-201623-8047@https.bugs.freebsd.org/bugzilla/> References: <bug-201623-8047@https.bugs.freebsd.org/bugzilla/> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support <freebsd-x11.freebsd.org> List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-x11>, <mailto:freebsd-x11-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-x11/> List-Post: <mailto:freebsd-x11@freebsd.org> List-Help: <mailto:freebsd-x11-request@freebsd.org?subject=help> List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-x11>, <mailto:freebsd-x11-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 16 Mar 2016 20:30:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201623 Mark Millard <markmi@dsl-only.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markmi@dsl-only.net --- Comment #4 from Mark Millard <markmi@dsl-only.net> --- Warning: clang 3.8.0 (and likely before) has various problems for powerpc (and sometimes powerpc64) code generation: I modify signal delivery in my powerpc FreeBSD builds to have a so-called "red-zone" to avoid the following powerpc ABI-violation issue. (powerpc64 already has "red-zone" use because that is part of the powerpc64 ABI used by FreeBSD.) https://llvm.org/bugs/show_bug.cgi?id=26519 Some parts of the following item apply to more general code generation contexts than just exception-handling, although it started with finding exception-handling examples. https://llvm.org/bugs/show_bug.cgi?id=26856 The below 2 are for exception-handling code generation issues (counting .eh_frame information as code). https://llvm.org/bugs/show_bug.cgi?id=26761 https://llvm.org/bugs/show_bug.cgi?id=26844 The 1 item below was fixed in 3.8.0 rc3 but not in rc2 or earlier versions. https://llvm.org/bugs/show_bug.cgi?id=26605 (All these submittals to llvm.org came from attempting to use clang 3.8.0 for TARGET_ARCH=powerpc buildworld on an old PowerMac. As I remember all of the above seemed to be long-standing issues, not recent regressions. There are some matching FreeBSD submittals but until things change at llvm.org. . .) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?738204770875c4cb1b23867de55c51217e1.20160316112846>
