From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3BDB1E00CEF; Fri, 5 Feb 2016 03:27:06 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.analogue-micro.com (mail.analogue-micro.com [217.144.149.242]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7672DE00CED for ; Fri, 5 Feb 2016 03:27:04 -0800 (PST) Received: by mail.analogue-micro.com (Postfix, from userid 999) id 807C868A019; Fri, 5 Feb 2016 11:27:02 +0000 (GMT) Received: from zeus.mlbassoc.com (unknown [10.8.0.2]) by mail.analogue-micro.com (Postfix) with ESMTP id C80DD68A019; Fri, 5 Feb 2016 11:26:57 +0000 (GMT) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by zeus.mlbassoc.com (Postfix) with ESMTP id F2AAD67400A8; Fri, 5 Feb 2016 12:26:56 +0100 (CET) To: meta-freescale@yoctoproject.org References: From: Gary Thomas Message-ID: <56B486FE.3020600@mlbassoc.com> Date: Fri, 5 Feb 2016 12:26:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Subject: Re: yocto and linux Mint 17.3 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2016 11:27:06 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit On 2016-02-05 12:00, idealsim wrote: > I think i move my host machine to another distro, what do you think about kubuntu 14.04 lts or ubuntu 14.10 lts is > better for yocto ? > Kubuntu 15.10 works perfectly with Yocto. > Le Fri, 05 Feb 2016 09:17:23 +0100, idealsim a écrit: > > thank's for you help but i already install it (sorry it's in french, but already install) : > > /mls@be-linuxHpZ400 ~ $ sudo apt-get install python-pysqlite2 > [sudo] password for mls: > Lecture des listes de paquets... Fait > Construction de l'arbre des dépendances > Lecture des informations d'état... Fait > python-pysqlite2 est déjà la plus récente version disponible. > 0 mis à jour, 0 nouvellement installés, 0 à enlever et 104 non mis à jour/ > > same with synaptic (see picture join) > > Otherwise, i reset all my yocto directory (repo with) to restart from scratch, but now i can't init my repo ?! > > /mls@be-linuxHpZ400 ~/fsl-release-bsp $ repo init > fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle > fatal: error unknown url type: http/ > > and if i test the git port i obtain this : > > /mls@be-linuxHpZ400 ~/fsl-release-bsp $ nmap github.com -p https,git > > Starting Nmap 6.40 ( http://nmap.org ) at 2016-02-04 18:31 CET > Nmap scan report for github.com (192.30.252.128) > Host is up (0.0049s latency). > PORT STATE SERVICE > 443/tcp filtered https > 9418/tcp filtered git > > Nmap done: 1 IP address (1 host up) scanned in 2.55 seconds > mls@be-linuxHpZ400 ~/fsl-release-bsp $ nmap github.com -p http,git > > Starting Nmap 6.40 ( http://nmap.org ) at 2016-02-04 18:31 CET > Nmap scan report for github.com (192.30.252.128) > Host is up (0.013s latency). > PORT STATE SERVICE > 80/tcp open http > 8008/tcp open http > 9418/tcp filtered git/ > > Apparently the git port is filtered (normaly open !) and if i try a repo init on my virtual machine (under ubuntu > 12.04) it works !!! > > > Le Thu, 04 Feb 2016 18:01:20 +0100, Esponde, Joel a écrit: > > Hi, > > You should try to install pysqlite2 like this: > > sudo apt-get install |python-pysqlite2| > > || > > It works well in a pure Ubuntu 14.04 installation. > > Joël > > *De :*meta-freescale-bounces@yoctoproject.org [mailto:meta-freescale-bounces@yoctoproject.org] *De la part de* > idealsim > *Envoyé :* jeudi 4 février 2016 13:13 > *À :* meta-freescale@yoctoproject.org > *Objet :* [meta-freescale] yocto and linux Mint 17.3 > > Hi all, i have a problem to start a buil with a host pc. My pc is under linux mint 17.3 (cinnamon) 64 bits, > Linux Mint 17.3 is based on Ubuntu 14.04. When i launch a bitbake, i have this error : > > /ImportError: No module named pysqlite2// > //home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py:107: RuntimeWarning: Parent module 'bb' not > found while handling absolute import/ > /from bb.msg import BBLogFormatter/ > /Error in atexit._run_exitfuncs:/ > /Traceback (most recent call last):/ > /File "/usr/local/lib/python2.7/atexit.py", line 24, in _run_exitfuncs/ > /func(*targs, **kargs)/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py", line 107, in print_ui_queue/ > /from bb.msg import BBLogFormatter/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/__init__.py", line 77, in / > /from bb import fetch2 as fetch/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in / > /import bb.persist_data, bb.utils/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/persist_data.py", line 35, in / > /from pysqlite2 import dbapi2 as sqlite3/ > /ImportError: No module named pysqlite2/ > /Error in sys.exitfunc:/ > /Traceback (most recent call last):/ > /File "/usr/local/lib/python2.7/atexit.py", line 24, in _run_exitfuncs/ > /func(*targs, **kargs)/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/event.py", line 107, in print_ui_queue/ > /from bb.msg import BBLogFormatter/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/__init__.py", line 77, in / > /from bb import fetch2 as fetch/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/fetch2/__init__.py", line 37, in / > /import bb.persist_data, bb.utils/ > /File "/home/mls/bin/fsl-release-bsp/sources/poky/bitbake/lib/bb/persist_data.py", line 35, in / > /from pysqlite2 import dbapi2 as sqlite3/ > /ImportError: No module named pysqlite2// > > > apparently bb can't import pysqlite2 ? I already install pip install pysqlite libsqlite3-dev but nothing to > solve my problem ... An idea to resolve this please ? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------