From owner-freebsd-questions@freebsd.org Wed Nov 29 21:09:28 2017 Return-Path: Delivered-To: freebsd-questions@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 D20D4DBBCE3 for ; Wed, 29 Nov 2017 21:09:28 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: from mail-lf0-x230.google.com (mail-lf0-x230.google.com [IPv6:2a00:1450:4010:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5984B64B64 for ; Wed, 29 Nov 2017 21:09:28 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: by mail-lf0-x230.google.com with SMTP id f18so5475115lfg.8 for ; Wed, 29 Nov 2017 13:09:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=jii7+ayCWQQ9sbu+LBhfRVOfm99CUXjUf3yAROwGoug=; b=Y3Q4ecssggK74q+xMFKj69Tc2fD0++ySweD5frbwq6IsprdNokMFS4m261aaQg96uL raNFnRpaed0hwyVbhRUpyZXQvxmXqTel3p8BQ3bCEZMJWnOBMZNmsq7/uAWHKoAoyzMu RrZelmi7bQQ/pvCzGchiiB7Z2mmxB9mMTVfkqq+XOkcu+9tdHwK1QG3OxxQ73TKrKXfz EZALKJNfaLvSvq6jiVLBcvrF2AyzpLmCrRuF/Xppny/t74BioMPO38EkL0zY6G64oPMt COS/PP7w7HQUFc2cz1P1fh3sEkKTwLf0Mg3H+1JY35CraIR9s7yWpfGvTneYdOsXZUh/ q4OA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=jii7+ayCWQQ9sbu+LBhfRVOfm99CUXjUf3yAROwGoug=; b=gRsm6NVj5TuJowJ6Usk2iuaYuTbQao9gYx6TCWpC3AUekfz7Kd0GuJGg7uQaGY8I35 6hUJFG2LQndXSyfwI//Gmw34r4iGYZ5BfWOI0fOXbdh6eVki4KlQzZk9tTNxoR7v4975 YCBsu0XxaewHQDo6WuzFRo3BO+R3NNm3ns1YVLf29KdDJQQVpOP9vSHvNgeslMcCN84b rqAMCly0/xfCO5SufQoZW4IITTbAgUtwsx48lNYaV2FsUaLb/lx3iwiEGTY426uw9PBQ IDGiCElH5TjMPbJkznInLZR3OFPFRhXKJp3HKVhMQHx7/l805IUQeG8MVUjCt4tHWMPf wbQQ== X-Gm-Message-State: AJaThX6+Xcfe4RcGCOmvqu4+znFm3hmd4JjdSbOZnn160h09y3K8XOSM icW7nDcf+GkeVPv3gcdj4S9v8j06OjuXuw0aBqqAFWqV X-Google-Smtp-Source: AGs4zMbFmkB8IE5G0uESVu4/H3WovSyS4ydJY9cED+5xaVehtnpydXKLguPs7SVErb/fuR61pC96nFlg8Gjz6ER8hIw= X-Received: by 10.46.2.204 with SMTP id y73mr2124643lje.183.1511989764796; Wed, 29 Nov 2017 13:09:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.101.71 with HTTP; Wed, 29 Nov 2017 13:09:24 -0800 (PST) From: Edwin Ancaer Date: Wed, 29 Nov 2017 22:09:24 +0100 Message-ID: Subject: Problem with LLDB38 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 21:09:28 -0000 Hello, I'm running freebsd 11.1 and I just installed the package lldb38. It seems to have an old problem: input is converted to somthing that looks like unicode (mentioned in 2016 already - - https://bbs.archlinux.org/viewtopic.php?id=214714). A clear answer is not given, but somewhere it is mentioned the problem is solved in version 3.9. I did not find an lldb39 package or port, but I cannot imagine such a problem remaining unmentioned, so something must have gone wrong in my installation. Did anyone encounter this problem, or has an idea what could have gone wrong here? Thanks, Edwin Ancaer