From owner-freebsd-questions@freebsd.org Thu Nov 30 04:12:49 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 748FBDF5B15 for ; Thu, 30 Nov 2017 04:12:49 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 ECA7972F4B for ; Thu, 30 Nov 2017 04:12:48 +0000 (UTC) (envelope-from eancaer@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id x204so6344595lfa.11 for ; Wed, 29 Nov 2017 20:12:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=OMWvXU0aC0N5xsYim1nbylIqu+biQPJ3vpKIMNqVAic=; b=Pjt/RsR2eagWX+jyZfMk5RU+Z39GZjkP/S0MgrAXnqYBmTh5lUfP81kngSl7etEali kgRcApp/Y5G3fuqBp24IXw5WvtEeT1HpZjqL9ylfy4aaiuLdNMTFe0gx6xE/i80Wr7qc SeONCplx6n3iWvguTwtwBRyovS61dfpARrxF93yAV2hLW9uQlU90SE7tEK5/q4aD+Vql fasl/CBQnWWPoJrx3VfCvDT/ufplwcFR1XaIZlmMNBMGHCABGkyUFZKYUFYON0IavGYI urvJBT6ka2OOFRX3Tbg4U7VsU9uS5T/9dWQ2p/VYxFMLDSzeVBsL2gaf6VI2ZPkYbtXn JqeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=OMWvXU0aC0N5xsYim1nbylIqu+biQPJ3vpKIMNqVAic=; b=TYGMf2iHo7oZzNT3Ge6f2/bfHc9vUpr/MaRXnQIEaOypZtdoHsbFx4eNNCAGkx+rRi N/HpPQdNfXpBqwmMx7Rb868N8rNmO6qZbd+GSlt4k3N7LtPKmXD/nNlKCXQglMI2JjP9 KTYhWCTBTudTG2faOVIlhKxH9Bx5uVsarzZg2ZTIqya3gvIqRYgDl/L8AtjEPDV5mliB 0XcFPIJseH8Znj2K1vdugV25CkF2EKOERnW93RNMW9KhCAdAm62KPe6WEtP/3Zq0EC4u OxZbFmxUzXusrwMA67RVuODk7K9oNzITnjml/KapbyNz9VbYEpUbEPETNDH5KZ5+NKNk 364g== X-Gm-Message-State: AJaThX4MG7AGXPPqg1yDzjTgM5ZwH6lTyFG0NZQaghFocrKiH5ROHHSB CnFrPRw/4siNJPZ7xbslsqUzV8KyNqUXmFUNXzBWDg== X-Google-Smtp-Source: AGs4zMZqIIZo2SF+eu5IoAP5vAItw6rqGzPOXWwVKOZXIVYRPFWyMpcz/WpXNyN18iQNVEKUeHWH01JLn1ILGhJwERI= X-Received: by 10.46.80.73 with SMTP id v9mr2425763ljd.93.1512015166478; Wed, 29 Nov 2017 20:12:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.101.71 with HTTP; Wed, 29 Nov 2017 20:12:45 -0800 (PST) Received: by 10.46.101.71 with HTTP; Wed, 29 Nov 2017 20:12:45 -0800 (PST) In-Reply-To: References: From: Edwin Ancaer Date: Thu, 30 Nov 2017 05:12:45 +0100 Message-ID: Subject: Re: Problem with LLDB38 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: Thu, 30 Nov 2017 04:12:49 -0000 Stupid me. I just installed lvm40 and everything is ok now. My apologies for the dumb question here. =F0=9F=98=9E Op 29 nov. 2017 22:09 schreef "Edwin Ancaer" : > Hello, > > I'm running freebsd 11.1 and I just installed the package lldb38. It seem= s > 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=3D214714). > > > 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 ha= ve > gone wrong in my installation. > > Did anyone encounter this problem, or has an idea what could have gone > wrong here? > > Thanks, > > Edwin Ancaer >